------------------------------------------------------------------------------- *** December 19, 2007 - Version 1.05 Released MINOR CHANGES & BUG FIXES - Uploads: Uploads now have non-alphanumeric characters replaced with underscores on save. - Upload Lists: Added save button to bottom of page in addition to top (reduce scrolling) - Upload Lists: "modify" link is now only shown if there are extra upload detail fields (title, caption, etc) - Upload Lists: Previous uploads with single quotes ("'") now be modified and removed correctly. - Upload Lists: Doubled maximum height of upload list (to 300px when full of images) - Section Editor: Minor usability improvements (reducing clicks, making things more intuitive, etc) - escapeMysqlWildcards() now works correctly (escaping MySQL wildcard search chars) - Field Editor: Erasing a field would sometimes hide additional fields until the page was reloaded. - Code Generator: Added list of upload fields to generated upload viewer code - Code Generator: Default viewer order is now set to "List Order" from the Section Editor so both sort the same - Login Security: Login password cookies are now set as 'httponly', so they can't be access through javascript - Viewers: Added new upload field 'extension' with upload extension (eg: gif, jpg, doc, etc) - Viewers: Updated code to give better error message in (unsupported) PHP4 - Viewers: Removed some unneeded characters from Page Viewer code (\n";) - Section Editor Presets: Fixed the FAQ preset by removing a trailing space from the listPageFields value ("questions " was causing an interface error in FAQs) - Section Editor Presets: Minor tweaks and edits ------------------------------------------------------------------------------- *** December 10, 2007 - Version 1.04 Released NEW FEATURES - Private Labeling: Added "Private Labeling" menu to admin to make private labeling faster and easier. - Field Editor: Different upload fields can now have different upload directories - Field Editor: Upload fields can each have up to 5 different info fields (eg: Title, Caption, etc) MINOR CHANGES - Private Labeling: Sublicensing clause in license is no longer displayed after private labeling. - Field Editor: Advanced Options are now always hidden until you click "show" - Field Editor: Clicking show or hide now displays or hides all option groups at once (to reduce clicks). - Field Editor: Option groups will stay opened for all fields until you close them again (or you close your browser). - Field Editor: Improved formatting and display of various options in IE7 ("display: table" css was unsupported in IE7) - Compatibility: Lowered required MySQL version to v5.0.15 for web hosts with older versions (First official MySQL 5 production release) - Compatibility: Added workaround for bug in MySQL v5.0.37 that prevents user from updating single menu records. http://bugs.mysql.com/bug.php?id=27210 - Compatibility: Removed hardcoded references to "admin.php" so web hosts requiring .php5 extension will work. - Section Editor: Renamed "Menu Editor" to "Section Editors" - Section Editor: Tablenames with leading underscores ("_likeThis") are no longer allowed and reserved for future use - Section Editor: Tablenames must now be all lowercase for compatibility (some servers are case sensitive, some aren't) - Upload Fields: Fixed an interface error with non-image file uploads that displayed a "Division by zero" error message - Misc: Program version is now updated in settings when you install an upgrade ------------------------------------------------------------------------------- *** December 3, 2007 - Version 1.03 Released BUG FIXES - Fixed "preg_match() expects" error for servers with 'allow_url_fopen' set to false in php.ini ------------------------------------------------------------------------------- *** November 30, 2007 - Version 1.02 Released MINOR CHANGES - Private Label: Added new key to settings file and code generator footer "vendorPoweredBy" - Interface: Removed extra line break that appears on top of some pages in IE7 - Interface: Menu Editor List now shows message when no menus added "There are no menus. Try adding one below." - Interface: Upload Lists now display "No Uploads..." after erasing last upload instead of just empty box - Interface: Field Editor: table prefix is now shown in front of tablename field instead of being required to be entered. - Interface: Field Editor height now adjusts to be 80% of window height so Save button isn't hidden on lowres monitors - Interface: Linked logo.gif to "home", removed "home" link from navigation bar - Error Messages: Improved message that is displayed when MySQL table exists but schema is missing - Viewers: Added tableName to viewer errors to make it easier to track down problems with multiple viewers - Viewers: Code Generator no longer sets titleField option to "title" unless that field exists in table - Install: Added .htaccess file to disable unsupported PHP setting 'magic_quotes_gpc' - Admin General: MySQL table prefix is now displayed but not editable BUG FIXES - Fixed error where different column name CaSe in schema and mySql would cause error ------------------------------------------------------------------------------- *** November 26, 2007 - Version 1.01 Released MINOR CHANGES - Viewer Code: Added function escapeMysqlString() for escaping viewer keyword searches - Viewer Code: Added function escapeMysqlWildcards() for escaping viewer keyword searches - WYSIWYG Field: Added "Edit HTML Source" button - Uploads Field: Now automatically adjusts height when there are no or few uploads - Uploads Field: Turned off border for Internet Explorer - Menu Pre-sets: Removed unintentionally pre-installed News and Contact Us menus (both are still available as pre-set menus) - Menu Pre-sets: Reorganized the blog menu pre-set fields - Moved tinyMCE (WYSIWYG editor) from /cmsAdmin/lib/ into the /cmsAdmin/ folder (the program root) BUG FIXES - Added/fixed maxlength setting for text fields (limits characters accepted to max length value from field editor) - Resized images sometimes wouldn't save properly with "Error saving file!" error - Thumbnails wouldn't get created if uploaded image wasn't automatically resized by program first - Fixed issue where page load time (at bottom of page) sometimes showed negative value ------------------------------------------------------------------------------- *** November 21, 2007 - Version 1.00 Released First Release ------------------------------------------------------------------------------- *** NOTE: NEW ENTRIES ARE LISTED AT THE TOP ***