News about releases and updates are posted here.
Post Reply
PaderDesign
Administrator
Posts: 144
Joined: Tue 15. Apr 2008, 15:34
Location: Altenbeken
Contact:

v1.2.72_002 New Version

Post by PaderDesign »

Hello everyone,

the new version, which I released today, has a ton of optimizations, some new feature and bug fixes.
Main difference is the new WYSIWYG-Editor for the News and that the Gallery creates the images and thumbnails automatically now, they get saved in the Cache sub-folder, all you have to do is to upload the original images.

Feel free to download it here:
http://www.paderdesign.de/gigkalender/downloads.html
There is also an update file available.

Friendly Greetings,
PaderDesign

--Change Log:
v1.2.72_002: MySQL-Database-Update: News: 'LastEditor' may have up to 20 characters now
v1.2.72_001: MySQL-Database-Update: News: 'AddedFrom' may have up to 20 characters now
v1.2.72: Changes in Gallery: It automatically generates Thumbnails and scaled Images from files in the 'original' folder.
v1.2.71_041: installation.txt: Added a hint about tutorials and fixed a typo
v1.2.71_040: replaced ALL depricated functions mysql_close() with mysqli_close()
v1.2.71_039: replaced ALL depricated functions mysql_error() with mysqli_error()
v1.2.71_038: replaced ALL depricated functions mysql_select_db() with mysqli_select_db()
v1.2.71_037: replaced ALL depricated functions mysql_query() with mysqli_query()
v1.2.71_036: replaced ALL depricated functions mysql_fetch_row() with mysqli_fetch_row()
v1.2.71_035: replaced ALL depricated functions mysql_real_escape_string() with mysqli_real_escape_string()
v1.2.71_034: replaced ALL depricated functions mysql_num_rows() with mysqli_num_rows()
v1.2.71_033: replaced ALL depricated functions mysql_fetch_array() with mysqli_fetch_array()
v1.2.71_032: replaced ALL depricated functions mysql_fetch_assoc() with mysqli_fetch_assoc()
v1.2.71_031: replaced ALL global $db_name; with global $db;
v1.2.71_030: replaced ALL depricated functions mysql_db_query() with mysqli_query()
v1.2.71_029: gigkalender.ini.php: added mysqli_select_db();
v1.2.71_028: install/deinstall.php: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_027: functions/standard.php:addUser(): replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_026: functions/standard.php:testDoppelteUser(): replaced depricated function mysql_fetch_row() with mysqli_fetch_row()
v1.2.71_025: functions/standard.php:testDoppelteUser(): replaced depricated function mysql_num_rows() with mysqli_num_rows()
v1.2.71_024: functions/standard.php:testDoppelteUser(): replaced depricated function mysql_query() with mysqli_query()
v1.2.71_023: functions/standard.php:addUser(): replaced depricated function mysql_real_escape_string() with mysqli_real_escape_string()
v1.2.71_022: install/iniNews.php:26: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_021: install/iniGuestbook.php:28: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_020: install/iniGigs.php:70: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_019: install/iniUser.php:32: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_018: install/iniSetup.php:161: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_017: install/iniSetup.php:58: replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_016: install/index2.php:36: replaced depricated function mysql_query() with mysqli_query()
v1.2.71_015: functions/standard.php:isDatabasePresent(): replaced depricated function mysql_select_db() with mysqli_select_db()
v1.2.71_014: install/index2.php:28: replaced depricated function mysql_get_server_info() with mysqli_get_server_info()
v1.2.71_013: functions/standard.php:getUID(): replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_012: functions/standard.php:loggedIn(): replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_011: functions/standard.php:getCurrentUserVar(): replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_010: functions/standard.php:logoutInactiveUser(): replaced depricated function mysql_db_query() with mysqli_query()
v1.2.71_009: functions/standard.php:getSetup(): replaced depricated function mysql_db_query() with mysqli_query()
-v1.2.71_008: gigkalender.ini.php:84: replaced depricated function mysql_query with mysqli_query
v1.2.71_007: gigkalender.ini.php:82: replaced depricated function mysql_connect with mysqli_connect
v1.2.71_006: installation.txt: Optimized the instructions
v1.2.71_005: guestbook/functions.php:214: changed 'code' into 'blocked-character' to be more unique in log files
v1.2.71_004: guestbook/functions.php:210: changed 'domain' into 'blocked-url' to be more unique in log files
v1.2.71_006: guestbook/functions.php:203: changed 'word' into 'blocked-word' to be more unique in log files
v1.2.71_003: guestbook/functions.php:190: changed 'ip' into 'blocked-ip' to be more unique in log files
v1.2.71_002: guestbook/functions.php:184: changed 'url' into 'hidden-url' to be more unique in log files
v1.2.71_002: guestbook/functions.php: messageIsSpam(): Changed order off filters to improve performance
v1.2.71_001: calendar/includes/addGig/autocomplete: JQuery-UI updated to v1.10.3 including updating JQuery to v1.9.1
v1.2.71: New Feature: editor: Switched the internal editor from TinyMCE Editor to CKEditor
v1.2.70_006: frontend/images: new Atom and RSS Feed icons as SVG and PNG
v1.2.70_005: frontend/example_formate.css:200: .GigKalender .NewsEntryHeadline {... font-size: 1em;}
v1.2.70_004: news/news.php: 57: Changed "<div class="NewsEntryHeadline">" into "<h2 class="NewsEntryHeadline">"
v1.2.70_003: Updated Editor to version 3.5.7
v1.2.70_002: Bugfix: admin/showUsers.php: restructure the source code
v1.2.70_001: Bugfix: admin/showUsers.php: Logged in as User it was possible to display the page 'showUsers' by changing the var 'inhalt' in the url.
v1.2.70: New Feature: news/backend_showAllNews: New Button (iBrowser) to upload images
v1.2.69: New Feature: news/backend_showAllNews: New Multimedia button to insert different kind of multimedia
v1.2.68: New Feature: news/backend_showAllNews: New Image button to insert images
v1.2.67: New Feature: news/backend_showAllNews: New Print button to print the news entry

Post Reply