.. |
fieldtypes
|
BUGFIX StringField::setNullifyEmpty() should assign the given value boolean, not evaluate whether it's true or not (from r109081)
|
2010-10-19 00:53:46 +00:00 |
Aggregate.php
|
MINOR Fixed phpdoc documentation
|
2010-04-23 00:11:41 +00:00 |
ComponentSet.php
|
API CHANGE: removed deprecated removeByFilter() function
|
2009-11-26 22:18:59 +00:00 |
CurrentPageIdentifier.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
Database.php
|
MINOR: added missing closing tag (from r110243)
|
2010-10-19 01:29:55 +00:00 |
DatabaseAdmin.php
|
BUGFIX Allowing dev/build in "live" mode when Security::database_is_ready() returns FALSE (typically happens when an existing SilverStripe project is upgraded and database columns in Member/Permission/Group have been added) (fixes #4957)
|
2010-10-15 03:43:30 +00:00 |
DataDifferencer.php
|
Revert "FEATURE: Use tidied HTML in DataDifferencer"
|
2010-05-25 03:15:54 +00:00 |
DataObject.php
|
BUGFIX Undefined variable when calling DataObject::many_many_extraFields() and relation name couldn't be found for the component (from r108400)
|
2010-10-18 22:53:59 +00:00 |
DataObjectDecorator.php
|
API CHANGE: Pass the full extension string as the 2nd argument to DataObjectDecorator::extraStatics() (from r101043)
|
2010-10-04 04:32:30 +00:00 |
DataObjectInterface.php
|
MINOR formatting
|
2008-11-02 00:55:33 +00:00 |
DataObjectLog.php
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-10 23:03:35 +00:00 |
DataObjectSet.php
|
API CHANGE #5873 DataObjectSet::shift() now performs a proper shift instead of unshift (wrong). Please use DataObjectSet::unshift($item) if unshifting was intended!
|
2010-10-19 01:20:56 +00:00 |
DB.php
|
MINOR Documentation for DB::manipulate() (moved from http://doc.silverstripe.org/manipulation-arrays) (from r104121)
|
2010-10-14 23:57:40 +00:00 |
ErrorPage.php
|
ENHANCEMENT #3828 500 server error page is created by default on dev/build (from r108644)
|
2010-10-19 00:49:53 +00:00 |
HiddenClass.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
Hierarchy.php
|
BUGFIX Checking for existence of "ShowInMenus" property in Folder->liveChildren() and stageChildren() (#5190) (from r101264)
|
2010-10-12 21:58:49 +00:00 |
Image.php
|
MINOR Documentation in File and Folder class (from r107265)
|
2010-10-15 03:12:39 +00:00 |
MySQLDatabase.php
|
ENHANCEMENT: Full-text search with double quotes returns too many results. ticket #5733. Thanks ktauber.
|
2010-10-18 22:58:23 +00:00 |
RedirectorPage.php
|
MINOR Reverted r101670 as it broke assumptions made in RedirectorPageTest (from r101671)
|
2010-10-13 00:58:39 +00:00 |
SiteConfig.php
|
MINOR Warning about install.php existing for root site tree node as well (SiteConfig form) (from r110440)
|
2010-10-19 01:31:07 +00:00 |
SiteTree.php
|
BUGFIX SiteTree decorated canView() checks not being passed through to SiteTree::canView() (from r109082)
|
2010-10-19 00:54:02 +00:00 |
SiteTreeDecorator.php
|
MINOR Partially merged r66168 from branches/2.3 - the last merge was ignoring SiteTreeDecorator.php file which was necessary for the new googlesitemaps module compatiblity
|
2009-04-28 01:40:24 +00:00 |
SQLMap.php
|
BUGFIX: getItem didn't consider the PostgreSQL SQL syntax. Columns with Capital letters must be quoted. Added quotes to the where clause in getItem. I didn't added quotes to the baseTable because it causes PostgreSQL errors (tables can not be double quoted, just single quoted). (from r109591)
|
2010-10-19 01:25:32 +00:00 |
SQLQuery.php
|
MINOR: neatly quote identifiers (from r109405)
|
2010-10-19 01:25:19 +00:00 |
Translatable.php
|
BUGFIX: Fixed Translatable::canEdit() to suit new permission customisation scheme (from r104678)
|
2010-10-15 00:40:59 +00:00 |
Transliterator.php
|
MINOR: fixed umlauts (from r104733)
|
2010-10-15 01:11:07 +00:00 |
Versioned.php
|
BUGFIX: ensure that pages can only be requested from staging and live (from r110759)
|
2010-10-19 01:32:39 +00:00 |
VirtualPage.php
|
BUGFIX: Fixed bugs with copying custom fields into Virtual pages, generally made virtual pages more robust and performant. (from r101112)
|
2010-10-04 04:49:37 +00:00 |