Commit Graph

302 Commits

Author SHA1 Message Date
helpfulrobot
104782f061 Added standard git attributes 2015-11-19 19:11:09 +13:00
Damian Mooyman
1e31fa6b00 Merge pull request #334 from helpfulrobot/add-standard-editor-config
Added standard editor config
2015-11-19 14:13:50 +13:00
helpfulrobot
1b79c4d6b0 Added standard editor config 2015-11-19 13:24:47 +13:00
Damian Mooyman
3ef14a6e1a Merge pull request #328 from silverstripe/add-hook-for-extension-filters-on-tag-blog-posts
Added hook for extension filters on tag blog posts
2015-11-17 16:37:23 +13:00
Damian Mooyman
974e5636c4 Merge pull request #327 from silverstripe/add-hook-for-extension-filters-on-category-blog-posts
Added hook for extension filters on category blog posts
2015-11-17 16:37:03 +13:00
Christopher Pitt
040fb95eb6 Added hook for extension filters on tag blog posts 2015-11-17 16:09:31 +13:00
Damian Mooyman
a5b98a4244 Update translations 2015-11-17 16:07:37 +13:00
Christopher Pitt
34a45e21a7 Added hook for extension filters on category blog posts 2015-11-17 16:06:19 +13:00
Christopher Pitt
3f23add5af Merge pull request #318 from unclecheese/patch-1
BUGFIX: Dropdowns do not use unique IDs
2015-11-17 11:52:48 +13:00
Damian Mooyman
bc151e1591 Merge pull request #325 from assertchris/add-featured-posts
Added featured posts to CMS
2015-11-13 15:36:45 +13:00
Christopher Pitt
6d059806ea Added featured posts to CMS 2015-11-13 15:06:29 +13:00
Damian Mooyman
ee9cca0788 Merge pull request #322 from camfindlay/hotfix/fix-titlebug
FIX Title bug due to #320
2015-11-10 11:25:41 +13:00
Cam Findlay
12674edb87 FIX Title bug due to #320 2015-11-10 10:20:12 +13:00
Damian Mooyman
01091ee20b Merge pull request #321 from silverstripe/fix-archive-year-test
FIX Hardcode the year to the current year in setUp()
2015-11-09 16:51:13 +13:00
Michael Strong
930074c2a2 FIX Hardcode the year to the current year in setUp() 2015-11-09 15:52:21 +13:00
Michael Strong
a27dd892f6 Merge pull request #319 from tractorcow/pulls/fix-paginated-filter
BUG Fix tag / category filters not being filtered in PaginatedList()
2015-11-09 15:30:25 +13:00
Damian Mooyman
b45a573fac BUG Fix tag / category filters not being filtered in PaginatedList() 2015-11-09 15:22:57 +13:00
Damian Mooyman
dd33bbfa50 Merge pull request #320 from camfindlay/feature/defaultarchiveyear
ENHANCEMENT Default archive year
2015-11-09 14:30:02 +13:00
Cam Findlay
43bb2248a5 ENHANCEMENT Default archive year
If no year is passed, rather than 404 it should grab the latest years posts.
2015-11-09 13:56:50 +13:00
unclecheese
454d31910a BUGFIX: Dropdowns do not use unique IDs
Solves problem where `DOMXPath` was throwing (in `ShortcodeParser`) due to invalid HTML
2015-11-05 12:02:00 +13:00
Christopher Pitt
a87e0f77e6 Merge pull request #317 from tractorcow/pulls/fix-nonblog-parent
BUG Fix crash if parent page isn't Blog type
2015-11-05 11:44:03 +13:00
Damian Mooyman
e04be4cde4 BUG Fix crash if parent page isn't Blog type 2015-11-05 11:31:55 +13:00
Damian Mooyman
336a9b4d3a Merge pull request #312 from camfindlay/fix-largesitesupport
ENHANCEMENT filtering for large user base sites.
2015-11-04 14:32:35 +13:00
Cam Findlay
d6c2593d61 ENHANCEMENT filtering for large user base sites. 2015-11-04 12:44:15 +13:00
Damian Mooyman
adbbf1ab00 Merge pull request #308 from silverstripe/fix-postsperpagemigration
FIX Explicitly set the PostsPerPage during migration
2015-10-30 13:23:08 +13:00
Cam Findlay
8a5c52a204 FIX Explicitly set the PostsPerPage during migration
Tested against the silverstripe.org codebase, BlogHolder migration fails unless you set this.
2015-10-29 13:10:10 +13:00
Michael Strong
dde32209f8 Merge pull request #301 from JorisDebonnet/patch-1
Bugfix: avoid calling "new PaginatedList(null)"
2015-10-27 13:26:16 +13:00
JorisDebonnet
2c59e50a1c Bugfix: avoid feeding null to PaginatedList constructor 2015-10-23 19:33:41 +02:00
Damian Mooyman
6321417bc4 Merge pull request #302 from JorisDebonnet/patch-2
Sort BlogPosts in the CMS by PublishDate
2015-10-23 17:35:56 +13:00
JorisDebonnet
f311305efb Default PublishDate to NULL for drafts and sort them at the top 2015-10-23 00:40:25 +02:00
Michael Strong
19ea1a8847 Merge pull request #304 from muskie9/patch-1
Update README to include additional requirements
2015-10-22 15:39:14 +13:00
Nic
11af6efbae Update README to include additional requirements
This adds the additional requirements listed in the `composer.json` file.
2015-10-16 10:24:29 -05:00
Christopher Pitt
bb9beb3953 Merge pull request #298 from kinglozzer/tagfield-composer-version
Update composer constraints for tagfield
2015-10-13 21:34:55 +13:00
Loz Calver
0e534a7d2e Update composer constraints for tagfield 2015-09-24 14:58:17 +01:00
Damian Mooyman
4e78e581fd Merge pull request #284 from marcokernler/locallized-archive-widget-titles
i18n for the titles in the ArchiveWidget
2015-08-20 13:34:28 +12:00
Damian Mooyman
382914945e Update translations 2015-08-20 11:13:22 +12:00
Daniel Hensby
f524cf2b81 Move to new travis containerised infrastructure 2015-07-20 15:59:29 +01:00
Christopher Pitt
a8e7bff69b Merge pull request #287 from tractorcow/pulls/fix-canview
BUG Fix canview for non-admins
2015-07-09 17:13:47 +12:00
Damian Mooyman
b9155bae79 BUG Fix canview for non-admins 2015-07-09 15:15:39 +12:00
Damian Mooyman
0a4a6e275d Merge pull request #286 from assertchris/extend-tags-and-categories-widgets
Extended tags and categories widgets
2015-07-08 15:37:28 +12:00
Christopher Pitt
40674ab802 Extended tags and categories widgets 2015-07-08 15:27:40 +12:00
Daniel Hensby
60b575b7bb Merge pull request #280 from camfindlay/migrate
FIX Blog tag migration is per Blog
2015-07-07 15:21:12 +02:00
Daniel Hensby
0cab214bf1 Merge pull request #280 from camfindlay/migrate
FIX Blog tag migration is per Blog
2015-06-29 09:35:50 +01:00
Cam Findlay
05a4b57fb1 FIX Blog tag migration is per Blog 2015-06-29 19:17:53 +12:00
Daniel Hensby
6100a89d3a Merge pull request #278 from silverstripe/camfindlay-patch-1
DOCS Updating information about BlogMigrationTask
2015-06-28 06:19:10 +01:00
Cam Findlay
d2b93669ff DOCS Updating information about BlogMigrationTask
This no longer automatically runs during dev/build. Migration should be conscious decision to run when a developer decides to update and avoids the risk of accidentally migrating on a live site when perhaps this was not the intention. I mention the move from 1.0 to 2.0 as this is a safe migration that some version old versions. Likely the upgrade path would be best if (1) Upgrade you really old blog up to 1.0 (2) Update your codebase to 2.0 code (3) Run the migration task.
2015-06-28 12:01:19 +12:00
Daniel Hensby
b2d1584adc Merge pull request #277 from camfindlay/migrate
FIX Migration of blog 1.0 to 2.0 was broken
2015-06-27 22:31:03 +01:00
Christopher Pitt
65c2e1c7ce Merge pull request #275 from assertchris/order-tags-and-categories
Ordered Tags and Categories
2015-06-27 14:25:15 +02:00
Cam Findlay
f86f7751b1 FIX Migration of blog 1.0 to 2.0 was broken 2015-06-27 21:45:09 +12:00
Christopher Pitt
bd55ee3442 Ordered Tags and Categories 2015-06-18 00:26:09 +12:00