CouchCMS v1.0.1 Release Notes

Release Date: 2011-01-11 // over 13 years ago
    • ➕ Added rebranding feature to CouchCMS

      • Users with a commercial license can replace Couch's name and logos with that of their own business
      • Added lines to config.example.php that can be changed by users to utilize their own information
    • ➕ Added localization to the admin panel

      • Strings used in the admin panel have been moved to a separate file stored in the lang folder
      • Added three locales: EN (default), DE, and FR
      • Users can create their own language files
    • CKEditor

      • Fixed the bug where CKEditor did not appear on non-English locales
      • Upgraded CKEditor to version 3.5
      • Added CKEditor DE and FR language files
      • The rest can be downloaded from http://www.couchcms.com/ckeditor_lang.zip
      • Added spellchecker as a valid toolbar button that can be used with the custom_toolbar parameter of editable tags of type richtext
      • Added the provision of creating toolbar buttons not natively supported by the richtext type by prefixing their names with a # character
      • This can be used to create, for example, buttons like Scayt, BidiRtl, BidiLtr, etc…: custom_toolbar='cut,copy,paste,pastetext,-,spellchecker,#Scayt,#BidiRtl'
      • Note that these names are case-sensitive and should be used exactly as given in the CKEditor documentation
      • These buttons are not supported by Couch and might not work properly
      • They also may require further tweaks to the couch/includes/ckeditor/config.js file
    • Fixed some warnings that appeared in PasswordHash.php on hosts with paranoid-level security

      • This was happening on hosts with functions getmypid and is_readable disabled
    • Added enforce_max parameter to editable tags of type thumbnail

      • This will allow the created thumbnails to be simply scaled instead of always being cropped
    • Modified the start_on parameter of the pages tag to use >= instead of >

      • This will cause the tag to fetch pages that match the exact time given in start_on also
    • Added return_url, cancel_url, and custom parameters to the paypal_button tag

    • Added cc and bcc parameters to the send_mail tag