mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Updated ChangeLog
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@42508 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c76f20ef98
commit
a7ce9fa57b
12
ChangeLog
12
ChangeLog
@ -8,7 +8,7 @@ SilverStripe ChangeLog
|
|||||||
- Comment administration section, and comment moderation
|
- Comment administration section, and comment moderation
|
||||||
- TinyMCE has been updated to 2.1.1.1
|
- TinyMCE has been updated to 2.1.1.1
|
||||||
- Drastically improved database build performance
|
- Drastically improved database build performance
|
||||||
- Support for running SilverStripe in safe mode
|
- Support for running SilverStripe in safe mode and under open_basedir restrictions
|
||||||
- Improved spam detection
|
- Improved spam detection
|
||||||
- More API documentation
|
- More API documentation
|
||||||
- PHP notice fixes
|
- PHP notice fixes
|
||||||
@ -53,7 +53,6 @@ SilverStripe ChangeLog
|
|||||||
- The Link for a RedirectorPage points to its target
|
- The Link for a RedirectorPage points to its target
|
||||||
- Add SQL_ prefix in place it was missing in Email
|
- Add SQL_ prefix in place it was missing in Email
|
||||||
- Added ContentController::project()
|
- Added ContentController::project()
|
||||||
- layout.css, form.css and typography.css are automatically included
|
|
||||||
- Allow CMS users to limit view/edit access to a page.
|
- Allow CMS users to limit view/edit access to a page.
|
||||||
- Added a check to make sure record exists before calling hasMethod on it in CheckboxSetField
|
- Added a check to make sure record exists before calling hasMethod on it in CheckboxSetField
|
||||||
- Don't show classes user doesn't have permissions to change to in class dropdown
|
- Don't show classes user doesn't have permissions to change to in class dropdown
|
||||||
@ -91,6 +90,10 @@ SilverStripe ChangeLog
|
|||||||
- Refactored CMS page-URL accessing to use ->AbsoluteLink(), which can be overridden by defining alternateAbsoluteLink()
|
- Refactored CMS page-URL accessing to use ->AbsoluteLink(), which can be overridden by defining alternateAbsoluteLink()
|
||||||
- Allow logging in via BasicAuth
|
- Allow logging in via BasicAuth
|
||||||
- Allow the dev and test servers to be set via Director
|
- Allow the dev and test servers to be set via Director
|
||||||
|
- Changes to support gallery module
|
||||||
|
- Added missing has_many in DataObjectDecorator
|
||||||
|
- Replace empty strings in SQL queries with NULL
|
||||||
|
- Fixed CMS sort subpages bug
|
||||||
- Installer changes
|
- Installer changes
|
||||||
- New installer look based on BlackCandy
|
- New installer look based on BlackCandy
|
||||||
- Use the new theme system
|
- Use the new theme system
|
||||||
@ -98,7 +101,10 @@ SilverStripe ChangeLog
|
|||||||
- Added ability to set servers that will be in dev mode
|
- Added ability to set servers that will be in dev mode
|
||||||
- When the posix module isn't present, throw a warning instead of dying
|
- When the posix module isn't present, throw a warning instead of dying
|
||||||
- Warn if PHP version is less that 5.2.0 in support of GoPHP5 (http://www.gophp5.org)
|
- Warn if PHP version is less that 5.2.0 in support of GoPHP5 (http://www.gophp5.org)
|
||||||
|
- Added favicon to installer and default template
|
||||||
|
- Optional reporting of version information to SilverStripe
|
||||||
|
- Installer now runs with short tags disabled
|
||||||
|
- open_basedir and safe mode fixes
|
||||||
|
|
||||||
2.0.2
|
2.0.2
|
||||||
- BlackCandy is the new default theme
|
- BlackCandy is the new default theme
|
||||||
|
Loading…
Reference in New Issue
Block a user