Commit Graph

130 Commits

Author SHA1 Message Date
Ingo Schommer ddbd0e0e3f Transifex support 2013-10-24 23:14:40 +02:00
UndefinedOffset 479325a5bc Added license to composer.json 2013-09-03 12:10:16 -03:00
Ed Chipman 9240fa3193 Merge pull request #41 from simonwelsh/patch-1
Create LICENSE
2013-09-02 09:15:58 -07:00
Simon Welsh aa0b58f47a Create LICENSE 2013-09-02 21:12:00 +12:00
Ed 53eef90c97 Added ModelAdmin Example
Updated examples to say they are written with 3.0.x in mind and public statics should be private in 3.1.x
2013-08-23 21:19:35 -03:00
Ed 1e963bfef1 Added note about GridFieldRelationHandler resolves #40 2013-08-04 12:23:28 -03:00
Ed cd20fdf697 Added event methods that allow detection of the sort action being started or completed resolves #39 2013-08-04 12:15:37 -03:00
Ed f21e08f73e Added section about reporting an issue 2013-07-24 20:45:49 -03:00
Ed 44cae7f0f6 Fixed unit test 2013-07-18 21:01:41 -03:00
Ed 830115fa4f Removed extra language that was not needed
Renamed some of the internal actions
2013-07-18 20:54:33 -03:00
Ed 8b10f39dce Fixed issue with 3.1 caused by DataList being full immutable issue #33 2013-07-10 14:24:00 -03:00
Ed Chipman 7cfeb8dc49 Merge pull request #37 from mediaclinic/master
Finnish language file
2013-07-07 15:03:06 -07:00
Shrike ee7251f93e Finnish language 2013-07-07 23:51:03 +03:00
Ed Chipman e33d57cb28 Merge pull request #36 from ntd/pr1
Added italian language
2013-05-27 05:16:53 -07:00
Nicola Fontana f3d6adf3b2 Added italian language 2013-05-27 13:13:46 +02:00
Ed f75ebaea34 Improved how the last edit table is found using ClassInfo::baseDataClass() 2013-05-25 20:42:35 -03:00
Ed 60c8939f45 Display cms loading indicator when sorting rows on the same page fixes #34 2013-05-25 20:40:14 -03:00
Ed fc2d17ace5 Improved how the last edit table is found using ClassInfo::baseDataClass() 2013-05-25 20:28:46 -03:00
Ed a44c66dcb9 Fixed issue caused if the LastEdited column is not on the same table as the sort column 2013-05-25 13:35:55 -03:00
Ed 5af07ed75d LastEdited date is now changed when sorting rows Fixes #35 2013-05-24 19:36:26 -03:00
Ed 4de269e53f Resolved issue #33 when sorting to page the to page sort was called first then the on page sort was called which caused the indexes to become confused 2013-04-26 20:29:34 -03:00
Ed 4827b8e909 Fixed issue #33 were in newer browsers after dropping on the pagination arrows the edit screen would be displayed 2013-04-19 19:32:47 -03:00
UndefinedOffset 399dc0ab89 Allow PGSQL and SQLLITE to fail on 3.1 2013-04-09 13:44:47 -03:00
UndefinedOffset efdaed9899 Setup travis support 2013-04-09 12:09:06 -03:00
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