api
|
BUGFIX RestfulServer->permissionFailiure() returns correct HTTP status code if authentication is possible: 401 Unauthrized instead of 403 Forbidden (patch #3803, thanks DoubleClique)
|
2009-03-30 03:12:58 +00:00 |
cli
|
Merged changes from 2.3 branch
|
2009-02-01 23:49:53 +00:00 |
conf
|
Merged from 2.3
|
2009-03-04 03:44:11 +00:00 |
core
|
BUGFIX Fixed HTTPResponse->output() to only show Debug::friendlyError() if an error status code is set *and* the response body is empty. This prevented 404 ErrorPages to show in live modes, HTTPResponse always returned a generic "friendly" error
|
2009-04-03 18:57:17 +00:00 |
css
|
BUGFIX Fixed broken CSS rules in TableListField
|
2009-03-09 05:12:35 +00:00 |
dev
|
ENHANCEMENT Allowing to run multiple tests comma-separated in TestRunner, e.g. through dev/tests/ObjectTest,DataObjectTest
|
2009-03-31 19:42:08 +00:00 |
email
|
ENHANCEMENT Allow setting the "Reply-To" header by calling Email->ReplyTo('my@emailhere.com')
|
2009-03-25 22:02:30 +00:00 |
filesystem
|
BUGFIX Fixed possible SQL injection in file name part for File::find()
|
2009-03-20 01:36:19 +00:00 |
forms
|
MINOR Documentation
|
2009-04-02 17:17:04 +00:00 |
images
|
MINOR merged from branches/2.3
|
2009-01-07 23:00:54 +00:00 |
integration
|
MINOR Merged from branches/2.3
|
2009-01-05 06:19:48 +00:00 |
javascript
|
Merged from branches/2.2
|
2009-03-10 22:17:26 +00:00 |
lang
|
MINOR Updated translations
|
2009-03-10 12:43:52 +00:00 |
parsers
|
MINOR Removed debug code
|
2009-03-31 17:07:16 +00:00 |
profiler
|
Merged changes from 2.3 branch
|
2009-02-01 23:49:53 +00:00 |
search
|
API CHANGE Deprecated Translatable::enable() and i18n::enable()- use Object::add_extension('SiteTree','Translatable'), Deprecated Translatable::disable() and i18n::disable() - use Object::remove_extension('SiteTree','Translatable'), Deprecated Translatable::enabled() - use $myPage->hasExtension('Translatable')
|
2009-04-01 16:35:32 +00:00 |
security
|
API CHANGE: autologinhash index removed due to conflicts with nulls in MSSQL
|
2009-03-30 03:04:37 +00:00 |
tasks
|
MINOR phpdoc documentation
|
2009-03-22 22:59:14 +00:00 |
templates
|
ENHANCEMENT Allowing item-specific permissions in TableListField and subclasses (through TableListField_Item->Can() and DataObject->can*() methods). Adding "disabled" icons to template.
|
2009-03-13 10:07:27 +00:00 |
tests
|
ENHANCEMENT Improved deprecated fallbacks in Translatable by auto-converting short language codes to long locales and vice versa through i18n::get_lang_from_locale()/i18n::get_locale_from_lang()
|
2009-04-02 21:49:40 +00:00 |
thirdparty
|
MINOR Moved JSON library to thirdparty externals
|
2008-09-28 13:33:42 +00:00 |
widgets
|
Merged changes from 2.3 branch
|
2009-02-01 23:49:53 +00:00 |
_config.php
|
Merged from branches/2.3
|
2009-03-10 22:08:52 +00:00 |
cli-script.php
|
ENHANCEMENT: Change MySQLDatabase connection to operate in ANSI SQL mode, to ease the transition to DB abstraction
|
2008-11-22 03:51:04 +00:00 |
main.php
|
MINOR phpdoc documentation
|
2009-03-22 22:59:14 +00:00 |
main.php5
|
MINOR phpdoc documentation
|
2009-03-22 22:59:14 +00:00 |
Makefile
|
Merged branches/2.3 into trunk
|
2008-11-22 03:33:00 +00:00 |
sake
|
Merged changes from 2.3 branch
|
2009-02-01 23:49:53 +00:00 |
silverstripe_version
|
fixed $
|
2007-12-14 04:35:28 +00:00 |