2 users online. Create an account or sign in to join them.Users
Symphony 2.0.5
User Type permissions fixed and tightened; added PHP 5.3.0 compatibility; updated data source to return both formatted and unformatted versions of content from certain fields; POST values added to successful event XML; and more…
Most of that which is contained therein has been kindly contributed by the community.
New Features
- Author/Developer access control improvements:
- ‘Add an author’ button made only available for
Developers. Authorscan only edit their own details. Developers can still edit any/all user details.- Only
Developerscan multi-select and batch delete other users. - Only
Developerscan enable/disable remote login URLs.
- ‘Add an author’ button made only available for
- Added compatibility with
PHP 5.3.0. - Made
HTMLpage::$_headerspart of the Page class instead, and changed to protected. - Allow unformatted text to be returned in a Data Source when a text formatter is applied.
- Also output post-values nodeset when an event succeeds.
- Removed unneeded
header()calls. - Navigation datasource now includes page IDs.
Bug Fixes
- Export Ensemble: Fixed issue with
workspace/install.sqlnot being written to file which keeps the oldinstall.sqlaround. - Tidied up code. Fixed logic bug that prevented any item with
duplicate == truefrom getting added to page head. - Check for existing files in head, see http://symphony-cms.com/forum/discussions/24222/.
- Fixed session bug introduced from
v2.0.3which caused problems on local installations. - Fixing FrontendPrePageResolve to allow page to be changed.
- #58: Inteface buttons consistency fix.
- #63: Text area word count now correctly handle white space entities.
- #64: Corrected hint in Data Source fieldset “Sorting and Limiting”.
- #65: Added
default_to_current_userto authors field table ininstall.php. - #66: Update instructions do not cover updating from
2.0.3. - #68: Datasource Page CSS Bugs.
- #69: Entry publish tables default to sorting by System ID
DESCinstead ofASC. - #70: Dynamic XML DS will no longer put PHP Warnings into the log if no namespaces are set.
Minor Updates
- Select Box Link field: updated version number.
READMElink update.- Code cleanup.
- Remove unnecessary variable.
- Updated
DevKitversion. - Remove letter spacing for
Create Newbuttons.