silverstripe-blog/code
ksdhans 95e14e5496 Performed suggested changes
- Removed hardcoded URL segment (was test code that I forgot to remove)
- Changed if($rss to if(is_string($rss)
- Moved bracket after isRSS() to next line
- Made rssFeed() protected as it's an internal function and shouldn't be part of the public API
2016-06-14 17:38:43 +12:00
..
admin Converted to PSR-2 2015-11-21 19:17:29 +13:00
compat FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
extensions FIX: Unit test for BlogPostNotifications identified a missing %s in a sprintf statement, meaning the title of a BlogPost would not show in the subject of a notification email 2016-01-25 18:33:05 +07:00
forms Format dates in Blog Posts gridfield based on user preferences 2016-03-04 14:31:22 -05:00
model Performed suggested changes 2016-06-14 17:38:43 +12:00
widgets FIX: Ensure tag cloud widget does not break when there are zero tags 2016-02-24 22:01:24 +07:00