silverstripe-blog/code
mattclegg 6fd6bd869d BUGFIX Removed duplicate calls to extension
$this->extend('updateCMSFields', $fields);
is already called by;
$fields = parent::getCMSFields();
2012-08-16 15:15:56 +02:00
..
import MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
widgets ENHANCEMENT: make blog module independent of widget module 2012-05-28 18:12:53 +12:00
BlogEntry.php BUGFIX Removed duplicate calls to extension 2012-08-16 15:15:56 +02:00
BlogHolder.php BUGFIX: replace Director::redirect 2012-06-21 13:45:07 +12:00
BlogTree.php MINOR Amend fallback to return first from DataList 2012-07-30 23:27:45 +01:00
MetaWeblogController.php MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
TrackBackDecorator.php MINOR: resolve conflicts after merging 2012-05-21 15:58:40 +12:00
TrackBackPing.php MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
TrackBackURL.php MINOR: resolve conflicts after merging 2012-05-21 15:58:40 +12:00