silverstripe-blog/code
Damian Mooyman d788f6a979 BUG Fixed parsing of spaces and other whitespace in tag clouds. Fixes #59
BUG Fixed incorrect encoding of SelectedAuthor and SelectedTag; Now correctly cast for templates using the `cast` config, not within filtering.
BUG Fixed TagCloudWidget.popularities config from being incorrectly accessed as a static property
BUG Fixed TagCloudWidget::getCMSFields triggering extend('updateCMSFields') twice
BUG Fixed TagCloudWidget::getTagsCollection discarding tag label capitalisation
BUG Fixed TagCloudWidget::getTagsCollection not correctly respecting minimum tag counts (as well as maximum tag counts) when determining the popularity CSS class to assign.
Test cases for TagCloudWidget
API BlogEntry::TagNames now safely extracts tags from a blog entry as an associative 'lowercase' => 'Entered Tag' format
PHPDoc fixes
Removed trailing '?>' tags from PHP files
2014-02-28 17:07:56 +13:00
..
import MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
widgets BUG Fixed parsing of spaces and other whitespace in tag clouds. Fixes #59 2014-02-28 17:07:56 +13:00
BlogEntry.php BUG Fixed parsing of spaces and other whitespace in tag clouds. Fixes #59 2014-02-28 17:07:56 +13:00
BlogHolder.php BUG Fix BlogHolder::requireDefaultRecords not respecting SiteTree.create_default_pages config 2014-02-27 15:52:27 +13:00
BlogLeftMainExtension.php NEW Show "post" date and author in CMS list view for blog entries 2013-04-08 00:50:00 +02:00
BlogTree.php BUG Fixed parsing of spaces and other whitespace in tag clouds. Fixes #59 2014-02-28 17:07:56 +13:00
MetaWeblogController.php MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00