silverstripe-blog/code
2009-07-19 21:24:45 +00:00
..
import Move blog to open source path 2007-09-06 22:33:58 +00:00
ArchiveWidget.php BUGFIX Fixed BlogTree, ArchiveWidget SQL queries to work with ANSI and non-ANSI compatible queries 2009-05-11 02:48:24 +00:00
BlogEntry.php BUGFIX If IsOwner method doesn't exist on parent object in BlogEntry::IsOwner(), don't attempt to call it 2009-07-01 04:24:42 +00:00
BlogHolder.php BUGFIX Ensure that a BlogHolder record doesn't exist properly by checking if the record has an ID 2009-07-16 03:18:55 +00:00
BlogManagementWidget.php BUGFIX: fixed permissions to allow non-admin user to post and manage blog entries 2009-05-27 01:26:34 +00:00
BlogTree.php BUGFIX: BlogTree always got LandingPageFreshness value from its parent 2009-07-19 21:24:45 +00:00
RSSWidget.php BUGFIX: Prevent infinite loops in RSSWidget. 2009-06-09 00:46:38 +00:00
SubscribeRSSWidget.php FEATURE: Add an additional level of blog container, called the tree. You can now use blogs in the previous manner (holder has many entries) or as a deep tree of many holders. Viewing a level up the tree will show all blog entries within that tree. 2009-04-30 22:05:54 +00:00
TagCloudWidget.php ENHANCEMENT: Allow specifying the class buckets to assign tags into based on popularity 2009-05-06 05:02:01 +00:00
TrackBackDecorator.php MINOR Renamed deprecated extraDBFields() function on TrackBackDecorator to extraStatics() 2009-05-20 05:37:30 +00:00
TrackBackPing.php BUGFIX: added missing semi colon 2009-01-20 04:37:44 +00:00