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
DrMartinGonzo
a5d242006f
i18n wrong label in BlogPost.php
...
Wrong Description label for additional credits description, uses PublishDate_Description.
2015-10-26 15:43:21 +01: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
Jake Bentvelzen
c3b0401ee5
Fixed a bug where an error occurred when attempting to change the page type of 'Blog'
2015-10-14 14:00:24 +11: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
Daniel Hensby
82681d3073
Updating travis provisioner
...
Travis will now be more resilient to `composer self-update` failures
2015-06-15 10:01:44 +01:00
Christopher Pitt
070978ecc0
Merge pull request #269 from silverstripe/camfindlay-patch-1
...
FIX Ensures old blog 1.0 style author names are migrated into 2.0 AuthorNames
2015-06-07 17:29:24 +12:00
Cam Findlay
6ccb1bb5df
FIX Ensures old blog 1.0 style author names are migrated into 2.0 AuthorNames
...
Found that old 1.0 blog author names were not being migrated over to the new 2.0 AuthorNames (noted that there is now also a relationship between Member and BlogPost). The old 1.0 did not have this relationship so when migrating no authors are brought across from BlogEntry into BlogPost during the MigrationTask.
2015-06-07 17:20:13 +12:00
Michael Strong
4b16f2c2ac
Merge pull request #268 from stevie-mayhew/patch-1
...
UPDATE: change the links for readme badges
2015-06-05 12:53:00 +12:00
Stevie Mayhew
2b845194a3
UPDATE: change the links for readme badges
2015-06-05 12:52:08 +12:00
Christopher Pitt
0522b1b7db
Merge pull request #265 from tractorcow/pulls/fix-parent
...
BUG Fix BlogPost crashing when created under a non-blog parent
2015-06-04 13:55:34 +12:00
Damian Mooyman
0941b4ed96
BUG Fix BlogPost crashing when created under a non-blog parent
2015-06-04 13:47:06 +12:00
Christopher Pitt
1430018b67
Merge pull request #264 from tractorcow/pulls/fix-author-id
...
Fix string member IDs breaking permission checking
2015-06-04 12:30:52 +12:00
Damian Mooyman
6345f9b6f7
Fix string member IDs breaking permission checking
2015-06-04 11:50:25 +12:00
Christopher Pitt
8b082e013f
Merge pull request #263 from tractorcow/pulls/fix-urlencoded-tags
...
Fix support for URLSegmentFilter.default_allow_multibyte
2015-06-03 18:57:52 +12:00
Damian Mooyman
1382eae182
BUG Fix support for URLSegmentFilter.default_allow_multibyte
2015-06-03 18:47:49 +12:00
Christopher Pitt
1b7c312eb1
Merge pull request #245 from gordonbanderson/ISSUE_243
...
FIX: Fix to allow use of foreign text as tags and categories. Fixes …
2015-06-03 18:38:34 +12:00
Damian Mooyman
83673d933d
Merge pull request #261 from assertchris/template-whitespace-cleanup
...
Cleaned up mixture of tabs and whitespace in PostSummary template
2015-06-03 13:57:37 +12:00