Commit Graph

243 Commits

Author SHA1 Message Date
UndefinedOffset 3d47b2b8b5 Updated changelog 2018-09-25 09:45:32 -03:00
th3hamm0r e9bd2f498f Missing adaptions for PHP 7.2 (#124)
Two usages of `Object` have not been replaced with `SS_Object` in #123 .
2018-09-25 09:39:22 -03:00
Ralph Slooten e6c2bc712c Ensure compatibility with SS 3.7 & PHP 7.2 (#123) 2018-08-07 09:37:18 -03:00
UndefinedOffset 5c2ed5ecd0 Backport of #121 2018-06-07 09:58:42 -03:00
UndefinedOffset d616a783c6 Fixed typo 2018-03-01 10:51:44 -04:00
UndefinedOffset a4103f081e Fixed compatibility with SilverStripe 3.5 or less 2018-03-01 10:47:40 -04:00
UndefinedOffset 37ec6184ce Fixed change log 2018-03-01 10:44:00 -04:00
UndefinedOffset 093364a150 Fixed issue where DBInt was not being allowed 2018-03-01 10:36:26 -04:00
Daniel Hensby 8200c934a0 DOCS Update docs examples to be 3.1+ relevant (#111) 2017-11-29 09:34:49 -04:00
UndefinedOffset 6dc9493e0a Fixed travis build failure related to phpunit/php-file-iterator 2017-10-31 09:57:41 -03:00
UndefinedOffset 0571a60875 Prep for 1.0.0 tag 2017-10-27 16:14:27 -03:00
UndefinedOffset 775067ff93 Adjusted travis to test against 3.6 and one test against 3.5 (fixes #97) 2017-10-20 16:19:08 -03:00
UndefinedOffset 2b03ab81f7 Updated change log 2017-08-14 09:38:34 -03:00
UndefinedOffset 684f0c8df6 Adjusted composer version constraint 2017-08-14 09:33:40 -03:00
Robbie Averill 36dcdcef6b Remove closing PHP tag (#107)
To prevent whitespace being sent after the closing tag
2017-06-07 07:06:41 -03:00
UndefinedOffset 2d8cd6540f Added missing new translations 2017-05-11 12:17:40 -03:00
UndefinedOffset 2950efe6a6 Updated translations 2017-05-11 12:12:42 -03:00
UndefinedOffset 1750b7b45a Updated change log 2017-04-21 09:32:43 -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 8ba6c2f3f6 Updated change log 2017-04-18 09:35:21 -03:00
UndefinedOffset 09b295d10d Fixed bug causing the ancestry to not be looked at correctly when trying to find the sort column (Fixes #100) 2017-04-18 09:31:47 -03:00
UndefinedOffset 06517fc3af Updated change log 2017-04-13 10:22:49 -03:00
UndefinedOffset 5f9610046e Changed travis config to test against 3.5 for PGSQL, SQLITE and MYSQL, and additionally MYSQL for 3.1 2017-04-13 10:19:52 -03:00
UndefinedOffset 1fecff9cc7 Switched order of the is_subclass_of check (Fixes #99) 2017-04-13 10:17:22 -03:00
UndefinedOffset e8eb7994fc Swapped .cms prefix for styles with form to fix styles when used with webbuilders-group/silverstripe-frontendgridfield 2017-04-12 16:40:57 -03:00
UndefinedOffset 94e916b4d9 Fixed issue where the headers could be missing even when sorting is off
Fixed issue where the sort direction would not apply when sorting using the headers
2016-11-24 10:01:29 -04:00
UndefinedOffset 9acc93b361 Updated changelog 2016-11-22 09:36:49 -04:00
UndefinedOffset 5d2aa717f3 Fix crash when the sort state is empty or not set 2016-11-22 09:34:35 -04:00
UndefinedOffset 29e8996b4a Updated changelog 2016-11-18 14:16:06 -04:00
Matthias Schelling d3cfda5fe1 Use Sort of GridField Header (#96)
When not in 'Drag&Drop reordering' mode ('sortableToggle' is false) and a SortColumn is set by GridField's header, this last one should be used; otherwise, when the user clicks on a sortable header, the list is reloaded and the header shows a up/down sorting arrow, but this doesn't reflect the actual sorting.
2016-11-18 14:13:54 -04:00
UndefinedOffset bc38ff5693 Removed notes from contributing 2016-06-28 11:36:06 -03:00
UndefinedOffset 05637b8216 Updated changelog for 0.6.2 2016-06-09 14:24:20 -03:00
UndefinedOffset 6847bf2a42 Added changelog and helpfulrobot badge 2016-06-08 16:07:21 -03:00
Damian Mooyman 92dfcd0447 BUG Remove redundant leading underscore in strings (#95) 2016-05-18 20:13:03 -03:00
Ingo Schommer 372819a57a Test against 3.3 core and PHP 5.6 (#93)
* Removed builds for unsupported 3.0 release line

* Added 3.3 release testing

Note that we're trying to make this smarter going forward, just testing against `3@stable` (see https://github.com/silverstripe-labs/silverstripe-travis-support/issues/33)

* Testing on PHP 5.6, reduced variations

Testing every release line against every DB driver and every PHP version tends to increase the complexity of maintaining the builds (more chance of a false negative). It also strains the free resources provided by Travis CI
2016-05-16 21:22:10 -03:00
UndefinedOffset 0270e32c83 Fixed php doc typo 2016-05-03 12:18:40 -03:00
UndefinedOffset fc2e8e5538 Copied Contributing and reporting an issue sections out of the readme and into a CONTRIBUTING.md file 2016-04-04 12:32:51 -03:00
Ed Chipman 62a744d48f Merge pull request #91 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-03-23 20:00:22 -03:00
helpfulrobot 69635d5070 Added standard Scrutinizer config 2016-03-24 11:56:30 +13: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 2f5cee4e36 Fixed query error causing crash on postgres (fixes #87) 2016-02-13 13:43:39 -04:00
Ed Chipman d37fdd2ea9 Added support for overriding the relationship name lookup (issue #86) 2016-02-09 13:32:43 -04:00
Ed Chipman 1eb946a8a5 Fixed travis config 2016-02-06 17:36:00 -04:00
Ed Chipman 9863a71380 Attempt to fix travis ignore of 3.1 and 3.2 PGSQL failures 2016-02-06 17:21:58 -04:00
Ed Chipman 7bd56c578d Allow PGSQL to fail for 3.1-3.2 2016-02-06 17:14:21 -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 c9ab0909f8 Adjusted readme to reflect that 3.x is now the version requirement 2016-01-18 09:59:54 -04:00
UndefinedOffset 925bc7c3f7 Removed top end version restriction, now requires 3.0.1+ (fixes #84) 2016-01-18 09:53:30 -04:00