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
. Authors
can only edit their own details. Developers can still edit any/all user details.- Only
Developers
can multi-select and batch delete other users. - Only
Developers
can enable/disable remote login URLs.
- ‘Add an author’ button made only available for
- Added compatibility with
PHP 5.3.0
. - Made
HTMLpage::$_headers
part 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.sql
not being written to file which keeps the oldinstall.sql
around. - Tidied up code. Fixed logic bug that prevented any item with
duplicate == true
from getting added to page head. - Check for existing files in head, see http://www.getsymphony.com/forum/discussions/24222/.
- Fixed session bug introduced from
v2.0.3
which 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_user
to 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
DESC
instead 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.
README
link update.- Code cleanup.
- Remove unnecessary variable.
- Updated
DevKit
version. - Remove letter spacing for
Create New
buttons.