silverstripe-blog/code/widgets
Damian Mooyman f4b51f0a0e BUG / Housekeeping of Widget code:
- TagCloudWidget not wrapped with if(class_exists('Widget')) check for dependency module
- Default titles for RSS Widget and TagCloudWidget not being translated.
- Fixed poor indentation, and excessive line length (scrutinizer errors)
- Removal of several blank 'private static $relation = array()' that added no value
- Missing PHPDoc for widget classes
- Fixed missing EOL and removed closing ?> from php files for consistency
2013-08-15 09:24:10 +12:00
..
ArchiveWidget.php BUG / Housekeeping of Widget code: 2013-08-15 09:24:10 +12:00
BlogManagementWidget.php BUG / Housekeeping of Widget code: 2013-08-15 09:24:10 +12:00
RSSWidget.php BUG / Housekeeping of Widget code: 2013-08-15 09:24:10 +12:00
SubscribeRSSWidget.php BUG / Housekeeping of Widget code: 2013-08-15 09:24:10 +12:00
TagCloudWidget.php BUG / Housekeeping of Widget code: 2013-08-15 09:24:10 +12:00