|
Version 3.1.52 Released on 2005-08-30
New Features:- suTemplateClass now supports objects (only arrays supported previously).
- Empty Recycle Bin function (in the Site Map select the Recycle in and click delete).
- New Grid control with multiple grids support in one dialog window.
- 'Approve All' function in the Workflow.
- Configuration option in to automatically approve newly created page. In the .htedit "approveNew".
- Change password by user function updated (now asks for password confirmation).
Changes:- Configuration option phpTemplate renamed to phpLayout. (!)
Fixes:- When doing incBeforePage suROOT path was added 2 times to the script file name.
- Block property of type 'int' range problem (min or max set to zero,was recognized earlier as no limit).
- PHP5 support (register_long_arrays is no longer required to be on).
- Workflow bug when page was deleted/moved and not approved, and new page was created and renamed to its old name. Caused moved page to loose public page.
(!) - do not forget to change configuration after upgrading from lower versions
Version 3.1.42 Released on 2005-03-10
New Features: - Modules drectory can be set in .htsupra - allows running one SiteSupra engine for many websites (hosting installation).
- Console application directory can be set in .htsupra - allows running one SiteSupra engine for many websites (hosting installation).
- Block templates (.tmpl files) could be grouped in any directory - simplifies changing site design (in a skins, themes fashion). if no directory is specified, files are taken from the block directory otherwise path is treated as a full path to the file (usage example $suTMPL->exec(suROOT.'/file.tmpl');)
- Onchange property for complex <fieldset>(fieldset with checkbox)
- Close property for complex <fieldset>, fieldSetObj.close = 0 closes fieldset, fieldSetObj.close = 1 opens fieldset
- Popup editor for xHTML editor
- Anchor editor for xHTML editor
- Site Map anchors support added, some design changes for SiteMap
- Menu view-->Highlight block(CTRL+ALT+H) - switches on/off block highlighting
- SiteSupra configuration moved to database
Fixes:- SiteSupra forces block width=100% - caused problems when using div layouts
- Tooltip bug causes "error on page" behaviour
- FileManager refresh list bug (list reloaded but not redrawed)
- MySQL driver ignores port property
Version 3.1.20 Released on 2005-02-01
New Features:- onApprove, onRequestApproval, onDeclineRequest, onApproveRequest, onCancelRequest events - allows to arrange Approval Workflow email notifications.
- The Approval Workflow email notification feature - sends email notifications on approval events. Configured via .htedit file, event messages are located in SiteSupra localization files (that is <path to sitesupra>/language/<user_language>/events.msg)
- checkPluginKey() function - SiteSupra Plugin Exchange feature for plugin developers, checks if the plugin is valid and returns plugin information.
- getPluginInfo() function - returns publicly availably plugin information (name, version, vendor, expiration date, etc.)
- suLOGOP define - SiteSupra re-branding feature, places re-branded logo.
- 'Help'->'About SiteSupra plugins' - SiteSupra Plugin Exchange feature, new window.
- aboutp() function - SiteSupra Plugin Exchange feature, calls About Plugin window.
- LINK & STYLE tag import to xHTML Editor document - CSS 2.0 support for xHTML Editor.
- vertical cell merging in xHTML editor - new feature for table editor.
- 'incAfterFatalError' handler - allows to show predefined page or an image on SiteSupra Fatal Error (e.g. can't connect to DB) and to send an email notification to the site Admin, if Debug is switched off.
Fixes:- extcss, type="text/css"
- Conf file no value for the block property warning bug.
- Head, meta, body tags information is taken from bottom level
template bug. - User Access Rights site language-version bug.
- Security fixes
- Send date zeroleaded problems
- Tooltip access denied error when changing page on Windows XP SP2.
|