Commit Graph

26 Commits

Author SHA1 Message Date
UndefinedOffset e3d92e774a
Changed mysql engine for tests 2023-05-08 10:38:12 -03:00
UndefinedOffset 29957be873
Enabled Silverstripe 5 testing
Adjusted composer requirements to allow Silverstripe 5

Replaced some deprecated api calls
2023-05-08 10:27:50 -03:00
UndefinedOffset 6f44c555cd
Renamed tests to have simpler cleaner names 2022-02-16 16:23:08 -04:00
UndefinedOffset 8ed1621f8b
Split unit test classes into separate files 2022-02-16 16:15:33 -04:00
UndefinedOffset e1b1bbf8b3
Updated PHPUnit config
Added phpcs config

Added GitHub Actions badge

Re-organized tests folder
2022-02-16 15:25:43 -04:00
UndefinedOffset c965eb0c2e
Attempt at getting GitHub actions working 2022-02-16 15:19:42 -04:00
UndefinedOffset 74756cad52
Re-worked unit tests for Silverstripe 4.4+ compatibility 2020-05-29 10:44:04 -03:00
UndefinedOffset 5e3e5cac3f Fixed issue #120 where 'Int' as a datatype would not work 2018-03-07 09:46:08 -04:00
UndefinedOffset dc11841e11 Fixed test errors 2018-03-01 10:58:02 -04:00
UndefinedOffset 6cfc1b7338 Fixed test failures related to legacy code in the test objects 2018-03-01 10:52:12 -04:00
UndefinedOffset 5dc5bbc908 Fixed paths to yaml fixture files in unit tests 2017-10-20 16:37:30 -03:00
UndefinedOffset e5d442cabe Fixed test failures related to changes in the session api 2017-07-04 10:58:25 -03:00
Reece 23da810b19 Fixes bug
JS formatting

Updated README.md

SS4 Compliance & Updated Tests

Namespaced templates

Update .travis.yml, .scrutinizer.yml

Update composer.json
2017-06-05 09:41:56 -03:00
UndefinedOffset d5fb2aaa9d Fixed issue where queries could fail when using append to top and the base table does not contain the parent relationship (Fixes #101) 2017-04-20 10:45:11 -03:00
UndefinedOffset 07e24d52e6 Unit tests now pass on core releases with ss-2016-002 applied to them (fixes #88) 2016-03-03 09:47:28 -04:00
Ed Chipman 8f9201c696 Added unit tests for page sorting (fixes #85) 2016-02-13 15:09:25 -04:00
Ed Chipman f921aff29d Fixed single unit test failure on postgres 2016-02-13 13:51:01 -04:00
Ed Chipman 10a52463f4 Added support for updating stages on versioned extensions managed through GridFieldSortableRows (ref #77) 2016-02-06 17:00:23 -04:00
UndefinedOffset e3895cc5ef Fixed issue #48 where duplicate sort indexes would occur when appending to top instead of the bottom 2013-10-22 10:36:08 -03:00
Ed eb1e736805 Made adjustments to make the changes more flexible
Fixed issue causing SortableGridField to not work on ModelAdmin lists
2013-10-19 14:34:45 -03:00
Ed 44cae7f0f6 Fixed unit test 2013-07-18 21:01:41 -03:00
jean 0e5426c0d7 FIX Do not use hardcoded IDs in tests, as records from fixture might not start at 1 2013-02-11 15:38:56 +13:00
UndefinedOffset d4e8ba68e9 Fixed issue 23 where GridFieldSortableRowsTest would fail because the name of the request variable changed from Items to ItemIDs 2013-01-22 09:56:49 -04:00
UndefinedOffset 09af046dc5 Added missing yml file for auto sort test 2012-09-06 12:29:31 -03:00
UndefinedOffset e1435afd80 Fixed permissions test
Added test for auto sorting
2012-09-06 12:27:23 -03:00
UndefinedOffset f30a4c8abe Added permission checking to ensure the user can edit a row
Added unit tests
2012-05-15 12:33:00 -03:00