silverstripe-framework/core/model
2008-09-29 21:41:20 +00:00
..
fieldtypes API CHANGE Removed Text->Att(), use Text->ATT_val() instead 2008-09-28 13:14:03 +00:00
ComponentSet.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 03:03:52 +00:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase) 2008-09-16 18:12:07 +00:00
DatabaseAdmin.php EHANCEMENT #2853 - You can now use db/build instead of db/build?flush=1 2008-09-25 00:03:09 +00:00
DataObject.php MINOR: Fix phpdoc parsing error 2008-09-26 04:26:06 +00:00
DataObjectDecorator.php BUGFIX: not all decorators has a summary_fields defined, so the code need to deal with this. 2008-09-04 23:10:20 +00:00
DataObjectInterface.php API Documentation updates 2008-01-09 04:18:36 +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 Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
DB.php ENHANCEMENT: Added dev/tests/startsession and dev/tests/endsession to allow the use of fixtures with external test frameworks, such as Windmill 2008-08-27 08:19:46 +00:00
ErrorPage.php ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH 2008-09-27 16:02:38 +00:00
GhostPage.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
HiddenClass.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Hierarchy.php Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Image.php MINOR Documentation for image uploads 2008-09-28 13:08:56 +00:00
MySQLDatabase.php FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase) 2008-09-16 18:12:07 +00:00
PDODatabase.php Turned dos line endings into unix 2008-09-26 02:22:51 +00:00
RedirectorPage.php ENHANCEMENT Using HTTP Status 301 for RedirectorPage class, to be nice to search engines and improve SEO (with 200 page rank gets split between pages, with 301 its all transferred to the target page) 2008-09-28 19:50:53 +00:00
SiteTree.php API CHANGE Removed SiteTree->canView_page() - originally created under the false assumption that SiteTree->can('view_page') is still valid. Every canView() can be instance specific. Original patch by simon_w in r53183 and #2198 2008-09-29 21:41:20 +00:00
SQLMap.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
SQLQuery.php ENHANCEMENT: wakeless - Added SQLQuery::filtersOnID() 2008-08-27 05:16:44 +00:00
Translatable.php Merged revisions 54472 via svnmerge from 2008-06-25 03:58:21 +00:00
Versioned.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:35:11 +00:00
VirtualPage.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
YamlFixture.php Made all sapphire/thirdparty classes _manifest_exclude'd 2008-08-17 01:08:10 +00:00