Commit Graph

177 Commits

Author SHA1 Message Date
Sam Minnee 74eed2a6d0 FIX: Allow pre-release versions of SS4.
Since SS4 has not yet been released, and this module is used to test
pre-release versions of SS4, we need to have @dev on the requirement
to make it as flexible as possible.

As a general rule, modules that plug *into* SS4 rather than making *use*
of it should have @dev on the end of their dependencies.
2017-02-27 09:08:43 +11:00
Ingo Schommer 9ca529492b Merge pull request #43 from open-sausages/pulls/4.0/i18n-locale
Update to use php-intl instead of zend_date
2017-02-16 10:57:06 +13:00
Damian Mooyman 6ad8d24946
Update to use php-intl instead of zend_date 2017-02-07 17:52:29 +13:00
Daniel Hensby 00367f210c Merge pull request #40 from open-sausages/pulls/upgrade-config
Update config names to match SS4 namespaces
2016-09-16 11:47:01 +01:00
Damian Mooyman a9223ab1ba Merge pull request #41 from open-sausages/webpack
Webpack compat
2016-09-16 14:18:04 +12:00
Ingo Schommer 79552d2667 Use CDN jQuery for TestSessionController
We shouldn't hotlink to static asset files
in other modules since these paths aren't a "public api",
and tend to move around.
2016-09-15 15:16:37 +12:00
Ingo Schommer a54ddb5513 Changed debug.css paths
See https://github.com/silverstripe/silverstripe-framework/pull/5918
2016-09-15 11:30:59 +12:00
Ingo Schommer eb24406c5b Update config names to match SS4 namespaces 2016-09-15 11:25:44 +12:00
Daniel Hensby 81d4b73c2a Merge pull request #39 from sminnee/fix-alpha2
FIX: Fixes for final 4.0-alpha2 class names.
2016-09-12 00:48:22 +01:00
Sam Minnee 9b85c80178 FIX: Use composer-aware phpunit to run tests.
SilverStripe now requires the phpunit autoloader to work, which means
that a non-composer-installed copy of phpunit won’t work.
2016-09-12 11:43:12 +12:00
Sam Minnee 0662a9ad90 FIX: Fixes for final 4.0-alpha2 class names. 2016-09-10 11:19:56 +12:00
Ingo Schommer 7b918814ba Merge pull request #38 from open-sausages/pulls/4.0/namespace-everything
Upgrade for framework namespacing
2016-09-08 16:13:13 +12:00
Damian Mooyman 1bedade619 Upgrade for framework namespacing 2016-08-29 16:17:53 +12:00
Ingo Schommer 3b06f5f738 Merge pull request #36 from open-sausages/pulls/namespace-orm
Update for SilverStripe\ORM namespace
2016-07-01 15:08:17 +12:00
Damian Mooyman cbcd808dde
Update for SilverStripe\ORM namespace
Lock master branch to 4.x compat due to incompatibliities
2016-06-27 15:08:08 +12:00
Daniel Hensby e66772fdce Merge pull request #35 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-03-22 11:24:59 +00:00
helpfulrobot 4e02738323 Added standard Scrutinizer config 2016-02-17 05:31:54 +13:00
Daniel Hensby b91d12205c Merge pull request #34 from helpfulrobot/add-standard-code-of-conduct-file
Added standard code of conduct file
2016-02-16 09:42:10 +00:00
helpfulrobot 3feceb1629 Added standard code of conduct file 2016-02-16 11:43:36 +13:00
Daniel Hensby ac8492b546 Merge pull request #30 from jeffreyguo/pulls/cleanup-temp-db
clean up team db after test session run
2016-01-21 22:35:21 +00:00
Daniel Hensby c1a3d89e8f Merge pull request #32 from tractorcow/pulls/fix-tests
BUG Fix test dependencies for master branch
2016-01-18 16:06:06 +00:00
Damian Mooyman dd5f97c49a BUG Fix test dependencies for master branch 2016-01-18 15:51:42 +13:00
Damian Mooyman 4e4e7f0cc4 Merge pull request #31 from helpfulrobot/add-standard-gitattributes-file
Added standard .gitattributes file
2016-01-18 15:48:37 +13:00
helpfulrobot 99b06efae1 Added standard .gitattributes file 2016-01-16 19:34:37 +13:00
Jeffrey Guo 2b21b068ce clean up team db after test session run 2016-01-12 14:56:31 +13:00
Damian Mooyman 5167be8d96 Merge pull request #29 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-12-18 10:05:50 +13:00
helpfulrobot e40a0d0f1a Converted to PSR-2 2015-12-18 07:17:16 +13:00
Damian Mooyman 4015611673 Merge pull request #28 from helpfulrobot/add-standard-editorconfig-file
Added standard .editorconfig file
2015-12-17 13:30:18 +13:00
helpfulrobot 5a7bbfff5e Added standard .editorconfig file 2015-12-17 10:09:08 +13:00
Ingo Schommer 5b81862b7d Merge pull request #26 from IgorNadj/master
MINOR: readme typo
2015-10-19 15:15:57 +13:00
Igor Nadj 2545b3b8cd MINOR: readme typo 2015-10-19 15:04:14 +13:00
Ingo Schommer 3aa661ead8 Removed 5.3+master build config 2015-10-18 17:17:25 +13:00
Ingo Schommer a5acde606f Updated CI dependencies
Test against PHP 5.6, only test PHP 5.3 against SS 3.2 (since SS 4.0 isn't PHP 5.3 compatible)
2015-10-18 14:13:51 +13:00
Ingo Schommer afc0e7ea07 Documented database import params in README 2015-10-18 14:11:33 +13:00
Ingo Schommer c5e9f33531 Merge pull request #24 from IgorNadj/patch-1
ENH: allow specify database by filename
2015-10-18 14:09:59 +13:00
Igor 5c08aa9248 ENH: allow specify database by filename 2015-10-16 11:13:00 +13:00
Damian Mooyman 0025923e3a Merge pull request #22 from dhensby/patch-1
Move to new travis containerised infrastructure
2015-07-21 14:51:42 +12:00
Daniel Hensby c2693c09ee Move to new travis containerised infrastructure 2015-07-20 16:09:08 +01:00
Damian Mooyman 535c9ba32b Merge pull request #20 from phillprice/patch-1
DOCS: Updated fixture document location
2015-07-02 12:24:01 +12:00
Ingo Schommer b735424717 Travis build status 2015-04-30 12:32:09 +12:00
Phill Price e86cc34ad8 DOCS: Updated fixture document location
Must've moved in _UncleCheese_ tidy up
2015-04-08 16:18:35 +01:00
Ingo Schommer abafdce548 Merge pull request #16 from jeffreyguo/pulls/globl-test-session
added comments for global test session
2015-03-31 09:28:59 +13:00
Damian Mooyman aa202e7299 Enable support for framework 4.0.x 2015-01-29 13:00:55 +13:00
Ingo Schommer dcee6ba0af Merge pull request #18 from benmanu/pulls/save-state-permissions
Add umask on save state to prevent permission denied error
2014-11-10 12:12:45 +13:00
Ben Manu a50bab5445 Add umask when saving state to the file system to prevent permission denied error 2014-11-06 08:43:38 +13:00
Jeffrey Guo 50bf3580c8 added comments for global test session 2014-09-03 17:23:57 +12:00
Ingo Schommer cedb6e26ce Add --dev to install instructions
We shouldn't encourage users to install this in a way that'll make it to a production system
2014-09-03 11:20:07 +12:00
Damian Mooyman 69d20eade1 Merge pull request #15 from tractorcow/pulls/3.2-api
Update for framework 3.2 compatibility
2014-07-21 10:38:49 +12:00
Damian Mooyman 63e7051f3e Update .travis.yml for 3.2 2014-07-21 10:36:25 +12:00
Damian Mooyman 869b4e8933 Update for framework 3.2 compatibility 2014-07-21 10:32:39 +12:00