Commit Graph

225 Commits

Author SHA1 Message Date
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
Ed Chipman
a5d88c1f3f Merge pull request #82 from helpfulrobot/add-standard-gitattributes-file
Added standard .gitattributes file
2016-01-15 14:30:41 -04:00
UndefinedOffset
01d03c61cf Translations sync 2016-01-15 14:29:43 -04:00
helpfulrobot
37fe9e4578 Added standard .gitattributes file 2016-01-15 16:51:59 +13:00
Ed Chipman
5e3802abe5 Merge pull request #80 from helpfulrobot/add-standard-editorconfig-file
Added standard .editorconfig file
2015-12-16 17:51:37 -04:00
helpfulrobot
0ca027931f Added standard .editorconfig file 2015-12-17 10:05:19 +13:00
Ed Chipman
e1b94a3bf3 Merge branch 'spekulatius-fixing-must-be-an-Int-column-is-of-type-int' 2015-12-10 19:33:08 -04:00
Peter Thaleikis
1a55c0599c Fixing bug "must be an Int, column is of type int" 2015-12-10 19:32:09 -04:00
UndefinedOffset
afffa5b09e Fixed regression introduced in fae85f04c1 where disableSelection() was no longer optional
Disable selection is now forced when the "allow drag and drop" is checked
2015-11-30 15:56:53 -04:00
UndefinedOffset
b21e008b94 Updated Slovak translations 2015-11-16 10:54:24 -04:00
UndefinedOffset
fa2731fea7 Updated German translation 2015-11-16 09:50:00 -04:00
UndefinedOffset
4105ebdcd0 Corrected moving to another page documentation 2015-10-13 12:20:27 -03:00
UndefinedOffset
51302bb0aa 3.2 is no longer allowed to fail 2015-10-13 12:08:42 -03:00
UndefinedOffset
ebfaa26021 Fixed issue where if there are no pagination arrows from GridFieldPaginator the arrows for sortable gridfield would show when dragging 2015-10-09 10:20:23 -03:00
Ed Chipman
c224c33173 Fixed column widths not maintaining in the helper element (fixes #74) 2015-09-18 16:03:06 -03:00
Ed Chipman
df26fe04a6 Changed readme to prefer composer (fixes #75) 2015-09-18 15:30:26 -03:00
UndefinedOffset
c7df1ab098 Increased opacity of the non-hovered page arrows to 0.4 from 0.3 2015-09-08 11:35:49 -03:00
UndefinedOffset
74780bb110 Fixed error when dropping onto the arrows 2015-09-08 11:33:54 -03:00
UndefinedOffset
3893e7b052 Redraw is now called when sorting starts 2015-09-08 09:56:21 -03:00