Commit Graph

243 Commits

Author SHA1 Message Date
unclecheese 1575323037 BUGFIX: Use config layer to check for decorated $db fields 2013-01-31 13:03:33 -05:00
Ed Chipman 7a9916bcf5 Merge pull request #25 from flxbot/patch-1
Fixes serious issue in fixSortColumn caused in recent updates
2013-01-27 07:04:50 -08:00
flxbot d26ae08e69 Update code/forms/GridFieldSortableRows.php
fixes the bug mentiond in issue 24
2013-01-27 15:03:24 +01:00
Ed b54e6f12cf Improved updating of sort orders to use raw queries resolves issue 4 2013-01-23 20:11:22 -04: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
Ed Chipman ee001c388c Removed 3.0 specific requirement works in 3.1 now 2013-01-02 14:41:20 -04:00
Ed fec61f43ad Formatting fixes 2012-12-30 15:11:33 -04:00
Ed 8242816b0f et Fixed compatibility issues with SilverStripe 3.1 (issue #19) 2012-12-28 14:37:25 -04:00
Ed ff188ed1ec Fixed compatibility issues with SilverStripe 3.1 (issue #19) 2012-12-28 14:35:06 -04:00
Ed Chipman aded1456f5 Changed require to 3.0.*
Issues have come to my attention about 3.1 and SortableGridField, so for the moment SortableGridField requires 3.0.x
2012-12-21 09:55:28 -04:00
Ed Chipman 9e9a8e48f1 Added notice about SS 3.1 2012-12-21 09:52:58 -04:00
Ed Chipman 1e8341807e Added notice about SS 3.1 2012-12-21 09:52:21 -04:00
Ed Chipman aa278ae1a6 Update composer.json 2012-12-18 16:09:18 -04:00
Ed Chipman dbfc1fd33c Update composer.json 2012-12-18 16:08:25 -04:00
Ed 21a2fe04ac Consistent links, seems github has many issues with relative urls
:P
2012-11-24 14:24:24 -04:00
Ed a30d523e54 Added links to example classes
Added link to the usage section from the migration section

Corrected a few typos
2012-11-24 14:17:54 -04:00
Ed Chipman 25c180929c Added section about migrating from DOM issue 16 2012-11-22 19:42:25 -04:00
Ed Chipman a6a73c2b24 Merge pull request #14 from ARNHOE/master
Dutch language!
2012-11-16 15:11:25 -08:00
Arno Poot 2d837f4ae6 Added dutch language 2012-11-16 22:23:32 +01:00
Ed Chipman d64e7c2000 Update .gitignore
Ignore for eclipse ide settings
2012-11-15 15:48:12 -04:00
UndefinedOffset ddba5858ca Removed IDE specific settings files 2012-11-15 15:46:57 -04:00
UndefinedOffset be13dc1be3 Lowercased package name 2012-11-13 15:10:55 -04:00
Ed Chipman eff6fb710b Replaced indent characters in composer.json 2012-11-13 15:02:29 -04:00
UndefinedOffset 54ce183353 Added composer.json 2012-11-13 15:00:57 -04:00
Ed a197d50375 Removed Director::absoluteBaseURL() as it is not required 2012-10-13 12:51:55 -03:00
Ed 1d49529253 Merge remote-tracking branch 'lrcremote/bug-fix' 2012-10-13 12:46:39 -03:00
UndefinedOffset d76ab46764 Corrected formatting 2012-10-12 09:36:45 -03:00
UndefinedOffset bdc7215bbd Added catch to ensure the sort column is an Int or a subclass of the data type Int (fixes #12) 2012-10-12 09:34:01 -03:00
UndefinedOffset 5b0a312a9b Added notice about the directory name not being correct 2012-10-11 15:07:16 -03:00
UndefinedOffset 9b5e892ee4 Syntax highlighting for github 2012-10-10 10:40:53 -03:00
Ed 87151aad83 Syntax highlighting for github 2012-10-10 10:38:21 -03:00
Ed a3e3a4f9b2 Merge pull request #11 from dospuntocero/master
spanish translation.
2012-10-07 14:06:41 -07:00
francisco arenas a5dbd8e8a2 spanish translation 2012-10-07 17:04:09 -03:00
Ed 740ae3e59b Update docs/HasManyExample.md
Corrected HasMany Example
2012-10-05 14:10:58 -03:00
Simon Elvery 62e171a4e3 BUGFIX Make sure it's possible to rename the module's directory without breaking things. 2012-10-01 10:49:44 +10:00
Ed acc1ab1f46 Merge pull request #9 from PatrickElsing/master
German Translation
2012-09-14 05:38:40 -07:00
Patrick Elsing e7ebe6638a German Translation added 2012-09-14 11:14:15 +02:00
Ed 45c4637d69 Merge pull request #8 from PatrickElsing/patch-1
Corrected typo in lang/en.yml
2012-09-13 06:36:23 -07:00
pelse 4fa71d0e40 Update lang/en.yml 2012-09-13 16:02:11 +03:00
UndefinedOffset b3ca9e8d4f Fixed issue were "No items to sort" would always be sent back 2012-09-10 09:40:54 -03:00
Shea 04c49653a6 BUGFIX renamed the Items array that is sent in post, as it was being overriden by another postvar called Items, containing GridState data. The array of Item Ids used by SortableGridField is now called ItemIDs 2012-09-10 13:38:00 +10:00
UndefinedOffset 09af046dc5 Added missing yml file for auto sort test 2012-09-06 12:29:31 -03:00
UndefinedOffset cd0013a8eb Merge branch 'master' of github.com:UndefinedOffset/SortableGridField 2012-09-06 12:28:01 -03:00
UndefinedOffset e1435afd80 Fixed permissions test
Added test for auto sorting
2012-09-06 12:27:23 -03:00
Ed 67b9061106 Update README.md
Added note about not needing to increment the sort index
2012-08-20 12:55:04 -03:00
Ed 2633ac7ecb Fixed issue 6 2012-08-19 14:43:20 -03:00
UndefinedOffset 35f2a5a463 Consistent Formatting 2012-08-10 12:52:39 -03:00
UndefinedOffset 0beef798a0 Sort order is now always fixed even if drag and drop toggle is not on 2012-08-10 12:50:14 -03:00
UndefinedOffset 2bf027e5f0 BUGFIX: Fixed issue were the allow drag and drop checkbox would trigger the form changed flag (Issue 3) thanks dasplan 2012-07-31 09:28:09 -03:00
UndefinedOffset ba979db26c Rollback of change to hide checkbox if there are less than 2 rows, this seems to be breaking in some cases 2012-07-18 17:16:56 -03:00