Commit Graph

303 Commits

Author SHA1 Message Date
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
Ed Chipman
089d4e796d Re-enabled check for if the sort checkbox is enabled
Re-enabled removal code if the page sort does not have a previous and/or
next

Spacing corrections
2015-09-06 20:48:10 -03:00
Ed Chipman
fae85f04c1 First pass of new page sort method issue #72 2015-09-06 20:45:00 -03:00
Ed Chipman
282ea74a76 Fixed issue where the even/odd highlight would differ from what the server would generate after sorting 2015-08-29 14:54:46 -03:00
Ed Chipman
ddf5160891 disabled auto complete on the sort toggle checkbox so it is not still checked after a page reload 2015-08-29 14:19:59 -03:00
UndefinedOffset
e21c0d5790 Updated readme to reflect 3.2 support 2015-08-05 14:00:38 -03:00
Daniel Hensby
32cb8d67be Move to new travis containerised infrastructure 2015-08-05 13:56:56 -03:00
Ed Chipman
fe9b45bd3b Updated travis tests to check 3.2 but allow failures until 3.2 is stable #73 2015-07-22 19:49:23 -03:00
Ed Chipman
5af763d05d Relaxed composer requirements for the module, 3.2 seems to be working #73 2015-07-22 19:43:34 -03:00
UndefinedOffset
e8ce22f9e9 Updated copyright year 2015-06-19 15:03:54 -03:00
UndefinedOffset
81e8fae97a Fixed issue where append to top would not correct the order properly in model admin fixes #71 2015-05-07 12:44:55 -03:00
Ed Chipman
9ce8bca316 Merge pull request #69 from danbroooks/master
Allow installation anywhere by adding yml config
2015-04-20 14:22:53 -03:00
Dan Brooks
c6bd9e1878 Allow installation anywhere by adding yml config 2015-04-13 22:17:21 +01:00
Ed Chipman
ff7a30825e Merge pull request #68 from webfox/master
Allow 'disableSelection' to be disabled
2015-04-07 09:26:53 -03:00
Matthew Hailwood
70512329a1 Allow 'disableSelection' to be disabled 2015-04-07 10:09:06 +12:00
Ed Chipman
3e9b1b6e2e Merge pull request #67 from AdenFraser/master
Resets the classes of .odd, .even, .first and .last for gridfields when a update (drop) event occurs.
2015-02-11 09:29:12 -04:00
Aden Fraser
68723005c8 Fix which reset the classes of .odd, .even, .first and .last when a draggable and drop event occurs, which ensures zebra striping remains correct 2015-02-11 12:29:26 +00:00
Ed Chipman
9d60a58343 Added note about many_many relationships and the gridfield needing to be named the same as the relationship (closes #66) 2015-01-17 12:46:20 -04:00
UndefinedOffset
946ca8dc9b Updated translations 2014-10-27 10:14:05 -03:00
UndefinedOffset
b0d1ad1e9c Changed notice for many_many relationships if the extra field is not an int issue #62 2014-10-16 10:25:23 -03:00
Ed Chipman
2e9b7beffd Merge pull request #61 from ismooth/master
Initial sorting equals sortColumn
2014-10-03 11:23:10 -03:00
ismooth
3dfe104b53 Initial sorting equals sortColumn
After a user has changed sorting order of objects in the list, and when drag&drop is disabled, sorting is made by $default_sort from that DataObjects property or default set by SS. This results in different sorting when checkbox is enabled or disabled what confuses users. This change always sorts the list by $sortColumn, so that user always sees same sorting.
2014-10-03 16:01:27 +02:00
Ed Chipman
86d08f9757 Merge pull request #57 from purplespider/patch-1
Fixes fixSortColumn's Random Initial Sorting
2014-08-06 13:15:32 -03:00