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
Ingo Schommer
e33881615d
Merge remote-tracking branch 'origin/0.6'
...
Conflicts:
.travis.yml
README.md
_config.php
code/BlogHolder.php
code/BlogTree.php
code/widgets/ArchiveWidget.php
code/widgets/BlogManagementWidget.php
code/widgets/BlogTreeExtension.php
code/widgets/RSSWidget.php
code/widgets/SubscribeRSSWidget.php
composer.json
2013-04-29 09:26:41 +02:00
Ingo Schommer
ee532292d2
NEW Making widgets dependency optional
2013-04-11 12:35:22 +02:00
Sean Harvey
3c286381ec
Fixing further statics for 3.1 compatibility
2013-04-05 11:20:03 +13:00
carlos barberis
b1f4a4f5b1
BUGFIX: Fix blog management widget to work with comments module
2012-10-01 14:54:22 +13:00
carlos barberis
5a21b4eeb9
MINOR: resolve conflicts after merging
2012-05-21 15:58:40 +12:00
carlos barberis
36c31be314
MINOR: update Requirements in README
2012-05-21 14:58:26 +12:00
Carlos Barberis
9cfd303ecf
BUGFIX: Got rid of link to post new entry in the front end on a BlogTree (method does not exist on BlogTree).
...
Thanks smurkas (#4692 )
2010-07-01 21:49:58 +00:00
Carlos Barberis
606d526627
BUGFIX: Deleted old js from BlogHolder
...
ENHANCEMENT: do not show blog management widget when not logged in (ticket #5561 thanks ericdrex)
2010-05-27 21:38:24 +00:00
Geoff Munn
5d2019f246
BUG FIX: table and column names quoted properly
2010-03-11 20:47:59 +00:00
Andrew O'Neil
5220e06737
FEATURE: Preliminary MetaWeblog support
2009-11-30 11:04:26 +00:00