Commit Graph

24 Commits

Author SHA1 Message Date
Steve Boyd 8f3778f77f ENH PHP 8.1 compatibility 2022-04-27 09:31:14 +12:00
3Dgoo 3d9031aaac Adding ansi quote to identifier 2019-05-13 09:14:42 +12:00
3Dgoo 01c1ead069 Fix blog archive widget bug
Fixes blog archive widget bug to only get the archive months for the blog linked to in this widget.
2019-05-13 09:08:42 +12:00
Peter Thaleikis afecae4eba MINOR: tweaking implementation 2019-04-15 15:51:35 +12:00
Peter Thaleikis fdeb101882 MINOR: implementing featured blog posts as a widget 2019-04-15 15:51:35 +12:00
Peter Thaleikis 078c877cbb MINOR: avoid current blog post being included in the recent posts widget 2019-04-15 15:24:05 +12:00
Robbie Averill 86c0f56620 Use ::class for class_exists checks on Widget, fix setUp/tearDown method visibility 2018-04-06 10:22:58 +12:00
Robbie Averill c123951768 Add missing class imports from docblocks and fix incorrect docblocks 2018-04-06 10:21:26 +12:00
Raissa North e437e7ac42 Optimise imports 2018-01-29 16:13:19 +13:00
Daniel Hensby 51edd8d620
Reorganise imports and class detection for WidgetControllers 2018-01-10 09:08:40 +00:00
Jason Korth 64437b974d fixed namespacing for widgets
fixes #495
2018-01-04 14:07:28 -06:00
Jason Irish db071b2692 bugfix - set $table_name for widgets
SilverStripe 4.0.1 throws warnings when the widget module is installed.
2017-12-14 22:24:20 -06:00
Franco Springveldt 993846b98c FIX merge conflicts 2017-09-28 16:53:32 +13:00
Robbie Averill 427abee8b0 FIX Datetime format for MySQL and Postgres, add widgets to Travis builds 2017-09-27 13:25:03 +13:00
Robbie Averill 6525f1c109 FIX Update BlogArchiveWidget and tests for SS4 2017-09-27 11:49:57 +13:00
Robbie Averill 75f5042d60 Merge branch '2' 2017-09-27 11:48:41 +13:00
Robbie Averill 7f63681d33 Merge branch '2' 2017-09-14 17:11:45 +12:00
Franco Springveldt 2417863ff8 FIX refactored classes to use Injectable::create() 2017-09-14 11:49:27 +12:00
Franco Springveldt e70e051380 FIX updated traditional array syntax 2017-09-14 10:59:01 +12:00
Franco Springveldt e6cf037369 FIX namespaced _t() calls 2017-09-14 10:27:40 +12:00
Robbie Averill 563e33c772 Add phpcs ruleset and fix violations 2017-07-20 10:05:29 +12:00
Andrew Aitken-Fincham 246e51fada Update i18n nesting for ss4 2017-02-20 10:08:47 +00:00
Robbie Averill 5eb9ec879d API Update Widget implementations in blog 2017-01-18 17:12:06 +13:00
Robbie Averill 13a5badff5 Move "code" to PSR-4 friendly "src" folders. Add namespacing. 2017-01-12 10:20:42 +13:00