Commit Graph

672 Commits

Author SHA1 Message Date
Daniel Hensby 91d9e42ba0 Merge pull request #450 from camfindlay/feature/config-spam-notifications
Config spam notifications
2017-07-05 14:30:24 +01:00
Daniel Hensby 6c1e6a98c4 Merge pull request #451 from andrewandante/FIX/tests
total refactor of blog.yml for tests, use classes properly
2017-07-05 14:09:55 +01:00
Andrew Aitken-Fincham ffc12f53bc total refactor of blog.yml for tests, use classes properly 2017-07-04 18:01:39 +01:00
Cam Findlay d5340a87dc
FEATURE config to disable sending spam notifications 2017-07-03 11:17:30 +01:00
Franco Springveldt 0d6b44aa44 FIX mysql >= 5.7 sql_mode=only_full_group_by error 2017-06-26 10:21:39 +12:00
Daniel Hensby e737cd818b Merge pull request #445 from creative-commoners/pulls/2.4/travis-php7
Add PHP7 + SS3.6 build to Travis configuration
2017-06-18 01:03:00 +01:00
Robbie Averill e5415b1ea8 Remove hhvm from Travis build matrix 2017-06-16 09:11:22 +12:00
Daniel Hensby deb0a098e8 Merge pull request #435 from rasstislav/patch-1
FIX Add translation to some areas of BlogMemberExtension that were missing them
2017-06-15 16:56:31 +01:00
Rastislav Brandobur abe6015a34 added BlogMemberExtension definitions to lang subfolder 2017-06-15 02:00:40 +02:00
Robbie Averill 16d684dcfa Add PHP7 + SS3.6 build to Travis configuration 2017-06-15 09:58:30 +12:00
Daniel Hensby ef67447ad5 Merge pull request #444 from alex-dna/2.4
Prevent user_error when querying object from Solr
2017-06-14 13:05:27 +01:00
Alexandre Saelens bd23bb2f0a Prevent user_error when querying object from Solr 2017-06-14 14:05:40 +12:00
Daniel Hensby a62ce1081a Merge pull request #443 from 3Dgoo/patch-1
Updated license year
2017-06-07 16:35:27 +01:00
3Dgoo 277aa2d222 Updated license year 2017-06-07 21:33:21 +09:30
Florian Thoma 4f1eb3d227 add meta links for previous and next pages in pagination 2017-05-26 09:43:27 +10:00
Daniel Hensby 0132a02cf0 Adding .codecov.yml file 2017-05-25 08:57:47 +01:00
Ingo Schommer 30cac31a78 Merge pull request #438 from sminnee/drop-php55
FIX: updated test suite to cover supported versions
2017-05-11 14:22:55 +12:00
Sam Minnee f5c2537c03 MINOR: Add test to for blog tag urlsegment generation
This behaviour confused me so adding a test to clarify that it’s
intentional.
2017-05-11 12:29:44 +12:00
Sam Minnee 50d928101c FIX: Speed up tests by simplifying fixture
Requires https://github.com/silverstripe/silverstripe-framework/pull/6872
2017-05-11 12:29:41 +12:00
Sam Minnee ff66ad791d FIX: updated test suite to cover supported versions 2017-05-04 18:09:44 +12:00
Daniel Hensby 81c8e6b939 Merge pull request #436 from sol1/ss4-alpha6-fixes
ss4 alpha6 fixes
2017-04-18 16:02:38 +01:00
Andrew Foster d1eb591ea5 setShowCalendar is no longer a method 2017-04-18 17:02:27 +10:00
Andrew Foster 3b45728ff3 Fix reference to re-namespaced Versioned 2017-04-18 17:02:04 +10:00
Rastislav Brandobur 2cd7db9beb FIX Add translation to some areas of BlogMemberExtension that were missing them 2017-04-12 10:33:29 +02:00
Daniel Hensby 1bb7874e7e Merge pull request #433 from andrewandante/patch-2
Update UploadField to one that exists
2017-04-03 14:10:53 +01:00
Andrew Aitken-Fincham 1779fe1f39 Update UploadField to one that exists 2017-04-02 13:16:56 +01:00
Daniel Hensby a5dee40fcb Merge pull request #431 from christopherdarling/patch-1
BlogMigrationTask missing title and description
2017-03-16 11:45:27 +13:00
Christopher Darling fef1462f56 BlogMigrationTask missing title and description
Otherwise shows up in dev/tasks/ as "Database Migrations"
2017-03-15 14:31:18 +00:00
Daniel Hensby b73b20731d Merge pull request #430 from andrewandante/FIX/i18n-nesting-errors
Update i18n nesting for ss4
2017-02-21 14:57:47 +00:00
Andrew Aitken-Fincham 246e51fada Update i18n nesting for ss4 2017-02-20 10:08:47 +00:00
Daniel Hensby 288a669e49 Merge pull request #428 from andrewandante/FIX/datepicker
showcalendar config method change
2017-02-19 15:34:35 +00:00
Andrew Aitken-Fincham 141db8d472 showcalendar config method change 2017-02-17 11:22:39 +00:00
Damian Mooyman 92004f803c Merge pull request #425 from robbieaverill/bugfix/short-class-name-for-translation
FIX Use short class name for translation key, not fully qualified name
2017-01-27 12:17:00 +13:00
Robbie Averill 7362be4015 FIX Use short class name for translation key, not fully qualified name 2017-01-27 11:47:53 +13:00
Daniel Hensby d5a8761acf Merge pull request #421 from robbieaverill/ss4
SilverStripe 4 compatibility
2017-01-26 12:29:33 +00:00
Robbie Averill 8fa9207693 TEST Move coverage build to the start of the matrix, and only post coverage on success 2017-01-27 00:20:25 +13:00
Robbie Averill 2bb61dcfcc TEST Move coverage run to PHP 7.1 (for speed). Remove ocular in favour of codecov. Add default phpunit.xml with coverage whitelist. 2017-01-27 00:10:44 +13:00
Robbie Averill c004bad7b8 FIX Update class imports, fix broken test, add missing multibyte logic back, fix condition for generating URLSegment (also missing) 2017-01-26 21:41:28 +13:00
Robbie Averill ea121e40da FIX Missed GridField import in BlogFilterGridField 2017-01-24 14:11:22 +13:00
Robbie Averill 3da05818af Move BlogFilter_GridField to its own class 2017-01-24 13:45:07 +13:00
Robbie Averill bb08242edb FIX Move upgrade mapping to root folder. Fixes blog classes not being resolved by upgrader. 2017-01-19 17:09:17 +13:00
Robbie Averill 5eb9ec879d API Update Widget implementations in blog 2017-01-18 17:12:06 +13:00
Robbie Averill 98645af960 Implement Blog namespaces 2017-01-17 08:58:00 +13:00
Robbie Averill 077929f8bf Add sidebar back as a separate tab. Fix tag and category routes 2017-01-13 15:55:48 +13:00
Robbie Averill c1cb8576b3 FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons 2017-01-13 15:33:53 +13:00
Robbie Averill 5f07a3cc23 PSR-2 compat: Change Blog*_Controller to Blog*Controller 2017-01-12 10:56:08 +13:00
Robbie Averill e263ba33ec Update Travis and Scrutinizer configuration, add note to readme 2017-01-12 10:21:50 +13:00
Robbie Averill 98410c7eae TEMPORARY Disable the sidebar. @todo Fix it and put it back. 2017-01-12 10:20:44 +13:00
Robbie Averill df75c6c275 Move admin sidebar template to correct location 2017-01-12 10:20:44 +13:00
Robbie Averill 4e7e1b7975 FIX Base pase constant BLOGGER_DIR 2017-01-12 10:20:44 +13:00