Commit Graph

14 Commits

Author SHA1 Message Date
Steve Boyd
57b81dbbe3 MNT Remove legacy upgrader config 2023-01-20 17:14:18 +13:00
Maxime Rainville
7c338c5398 Merge branch '3.2' into 3.3 2020-06-12 14:20:26 +12:00
Dylan Wagstaff
6e1c77af0b Add missing widget models to db classname remapping
SilverStripe 4 has introduced namespacing, and thus ClassName field in
the database is now referring to classes that no longer exist. However
on a dev/build these will be updated so long as there is configuration
mapping the old class name to the new class name. However Blog module
here is missing the widget classes, which causes problems with
migrations. This will fix that.
2019-11-04 11:31:20 +13: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
Robbie Averill
98645af960 Implement Blog namespaces 2017-01-17 08:58:00 +13:00
Robbie Averill
413e94e186 Add legacy class map for migrating ClassName in SiteTree 2017-01-12 10:20:44 +13:00
Robbie Averill
13a5badff5 Move "code" to PSR-4 friendly "src" folders. Add namespacing. 2017-01-12 10:20:42 +13:00
Damian Mooyman
81c0ca2c55 Comment notification extensions 2015-04-09 16:03:30 +12:00
Damian Mooyman
5817eea314 API Enable comment specific enhancements
If an author creates a comment include a highlight class
2015-04-09 14:12:34 +12:00
David Craig
49bee390a3 Add user profiles to Blog 2015-03-24 12:25:46 +13:00
micmania1
049edf48fb Addd GridField component for managing BlogPosts and added composer file 2013-08-10 23:34:46 +01:00
micmania1
b077e587df Added blog type dropdown to gridfield 2013-08-04 17:38:26 +01:00
micmania1
2201af5c74 initial commit 2013-07-21 11:23:35 +01:00