silverstripe-cms/code
Ingo Schommer b19a82b693 SiteTree on*() callbacks now consistently invoke on subclasses as well
Before this was only possible for some specific ones, like onBeforeWrite.
This excludes any callbacks with augment*() or update*() naming,
since these are assumed to be on extension only, with a corresponding
base method available on the class itself (e.g. "updateCMSFields()"
vs "getCMSFields()").
2013-02-06 10:43:31 +01:00
..
batchactions Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
controllers Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-30 12:44:40 +01:00
forms NEW Clickable URL preview in CMS 2013-02-04 12:12:28 +01:00
model SiteTree on*() callbacks now consistently invoke on subclasses as well 2013-02-06 10:43:31 +01:00
reports Don't duplicate SS_Report title in GridField 2013-01-14 17:12:27 +01:00
search Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
staticpublisher ENHANCEMENT Writing caching metadata as HTML comments in FilesystemPublisher (through StaticPublisher::$include_caching_metadata) (ischommer) 2013-01-14 17:08:12 +01:00