silverstripe-blog/code/model
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
..
Blog.php Performed suggested changes 2016-06-14 17:38:43 +12:00
BlogCategory.php FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
BlogPost.php FIX #394 add getDate to proxy publish date in rss template 2016-05-31 14:26:29 +12:00
BlogTag.php FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
CategorisationObject.php Converted to PSR-2 2015-11-21 19:17:29 +13:00