silverstripe-framework/core
Ingo Schommer d713777d73 API CHANGE LeftAndMain.php: Removed $extra_menu_items, $replaced_menu_items, $removed_menu_items (all handled in $menu_items now)
API CHANGE Deprecated menu manipulation through Object::addStaticVars(), changed internal representation of menu_item array to always use associative arrays
ENHANCEMENT Added LeftAndMain::add_menu_item(), LeftAndMain::replace_menu_item(), LeftAndMain::remove_menu_item()
ENHANCEMENT Moved default menu items from LeftAndMain->MainMenu() to cms/_config.php
ENHANCEMENT Added ReportAdmin::has_reports()
ENHANCEMENT Object::addStaticVars() can replace the whole array optionally
ENHANCEMENT Object::stat() optionally returns uncached results
ENHANCEMENT Moved Object::useCustomClass('SSDateTime') from Object.php to sapphire/_config.php
ENHANCEMENT Misc documentation and formatting in LeftAndMain and Object classes

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@52171 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-04-05 03:43:58 +00:00
..
control API CHANGE Moved "statistics" functionality into separate module, which is not distributed with a default silverstripe installation. see r52168 2008-04-05 01:40:36 +00:00
model API CHANGE Moved "statistics" functionality into separate module, which is not distributed with a default silverstripe installation. see r52168 2008-04-05 01:40:36 +00:00
ArrayData.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
ArrayLib.php Improving API documentation 2008-03-02 23:24:10 +00:00
ClassInfo.php Improving API documentation 2008-03-02 23:24:10 +00:00
Convert.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Cookie.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Core.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Debug.php added more readable output for error messages and exceptions 2008-03-16 22:13:31 +00:00
Email.php $isPlain flag added to the parseVariables function 2008-03-12 04:19:39 +00:00
Extension.php Merged revisions 50180 via svnmerge from 2008-03-11 01:30:19 +00:00
HTTP.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
i18n.php Fixed i18n bug on safe mode 2008-03-20 03:00:49 +00:00
ManifestBuilder.php Refactored ManifestBuilder for better testability 2008-03-26 09:23:51 +00:00
Object.php API CHANGE LeftAndMain.php: Removed $extra_menu_items, $replaced_menu_items, $removed_menu_items (all handled in $menu_items now) 2008-04-05 03:43:58 +00:00
Requirements.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Session.php Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
SSViewer.php Merged revisions 50783 via svnmerge from 2008-03-11 03:29:30 +00:00
ViewableData.php Merged revisions 50683 via svnmerge from 2008-03-11 01:31:43 +00:00