Commit Graph

306 Commits

Author SHA1 Message Date
Ed ffc6b9284c changed installer name to lowercase 2013-03-29 11:56:10 -03:00
UndefinedOffset 2e9a6a1b16 Added issues and installer name to composer config 2013-03-20 11:27:51 -03:00
UndefinedOffset 426b6173c6 Better handling of error if the sort column cannot be found in model classes db fields 2013-03-08 14:15:22 -04:00
Ed 4a9c663d9c Removed TODO about optimizing has_many sort 2013-02-16 15:19:55 -04:00
Ed Chipman a8950160c8 Merge pull request #30 from halkyon/undefined_var_fix
Fixing undefined variable $dataList
2013-02-12 05:14:33 -08:00
Sean Harvey c40488a423 Fixing undefined variable $dataList 2013-02-12 15:19:25 +13:00
Ed Chipman b41da2d7c1 Merge pull request #29 from patbolo/fix/hardcodedIDs
FIX Do not use hardcoded IDs in tests, as records from fixture might not...
2013-02-11 05:39:21 -08: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
Ed b0e116076e Updated download location documents 2013-02-09 15:34:18 -04:00
Ed 7f2a6dc525 Prevent calling fixSortColumn() and saveGridSort() with UnsavedDataLists 2013-02-08 19:47:34 -04:00
Ed fef252975b Formatting fix 2013-02-06 19:44:43 -04:00
Ed 1dba2a911a Fixed issue with 3.1 were the sort order of all items in the list would be modified if one item is detected to have an sort order of 0 2013-02-06 19:38:20 -04:00
Ed Chipman 3e4d5b5259 Merge pull request #26 from unclecheese/patch-1
BUGFIX: Use config layer to check for decorated $db fields
2013-01-31 15:48:36 -08:00
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