silverstripe-blog/code
Saophalkun Ponlu c1f20717d1 BUGFIX: returns null when there's no blog IDs 2010-03-11 01:28:37 +00:00
..
import Move blog to open source path 2007-09-06 22:33:58 +00:00
ArchiveWidget.php BUGFIX: returns null when there's no blog IDs 2010-03-11 01:28:37 +00:00
BlogEntry.php BUGFIX: Fix tag links when blog is on home pages 2009-10-27 03:13:33 +00:00
BlogHolder.php BUGFIX: Updated blog module to support 2.4 API changes 2009-10-26 22:03:52 +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 Limiting BlogHolder->LandingPageFreshness to requests without a controller action only. Controller actions are not regarded as the "landing page", as they cause other views like 'tags' or 'rss', which shouldn't be filtered (from r96200) 2009-12-22 21:07:44 +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 BUGFIX: fix archive links 2009-10-29 03:15:01 +00:00
TrackBackDecorator.php BUGFIX: trackbackping generated an exception. getExtensionInstance returns an instance with NULL owner so TrackBackDecorator->owner->ID was always unavailable 2009-07-28 05:33:22 +00:00
TrackBackPing.php BUGFIX: added missing semi colon 2009-01-20 04:37:44 +00:00