Commit Graph

274 Commits

Author SHA1 Message Date
Daniel Hensby 3a62155f66
Merge branch '2.0' into 2.1 2017-07-20 10:29:50 +01:00
Loz Calver 6f5d4bd658 Merge pull request #458 from dhensby/pulls/2.0/fix-url-segment-generation
FIX Dont generate urlsegments if we dont need to
2017-07-20 09:07:06 +01:00
Daniel Hensby 34b6191666
Remove HHVM from test builds 2017-07-19 17:47:04 +01:00
Daniel Hensby c29438fd1a
FIX Dont generate urlsegments if we dont need to 2017-07-19 17:42:46 +01: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
Damian Mooyman e37e1211d8 Merge pull request #262 from assertchris/document-widget-config
Documented widget config
2015-06-03 13:56:55 +12:00
Christopher Pitt 7af54af305 Documented widget config 2015-06-03 13:47:11 +12:00
Christopher Pitt de767b3986 Cleaned up mixture of tabs and whitespace in PostSummary template 2015-06-03 13:18:17 +12:00
Damian Mooyman bfeddba670 Merge pull request #259 from flashbackzoo/revert-256-pulls/fix-migration
Revert 256 pulls/fix migration
2015-05-26 12:59:29 +12:00
David Craig 4ab5de839e Fix migration 2015-05-26 12:36:20 +12:00
Damian Mooyman a536d88936 Revert "Fix migration task" 2015-05-26 12:26:22 +12:00
Christopher Pitt 9244b509b6 Merge pull request #255 from flashbackzoo/pulls/better-docs
improve docs
2015-05-26 12:06:27 +12:00
Christopher Pitt b80591afda Merge pull request #256 from flashbackzoo/pulls/fix-migration
Fix migration task
2015-05-26 12:00:09 +12:00
David Craig 228e7159a5 Fix migration script 2015-05-26 11:40:39 +12:00
David Craig 8ce3984bdc improve docs
- Document new features
- Document upgrading
2015-05-26 10:59:28 +12:00
Damian Mooyman 4cdf11572a Merge pull request #253 from assertchris/update-tag-field-version
Updated Tag Field version
2015-05-25 15:58:29 +12:00
Damian Mooyman 8fa9d22d3b Merge pull request #254 from assertchris/fix-migration-error
Fixed migration error
2015-05-25 15:57:21 +12:00
Christopher Pitt b6422d0fcf Updated Tag Field version 2015-05-25 14:00:39 +12:00
Christopher Pitt bde73eda62 Fixed migration error 2015-05-25 13:39:51 +12:00
Damian Mooyman 29ca70794a Merge pull request #244 from assertchris/stabilize-tag-field-api
Stabilized TagField API
2015-05-22 16:02:50 +12:00