Commit Graph

243 Commits

Author SHA1 Message Date
Ingo Schommer e089a24856 Chinese/Arabic/Te Reo translations 2013-10-30 00:13:07 +01:00
UndefinedOffset 53efc6d9b1 Merge branch 'pulls/transifex' of git://github.com/chillu/SortableGridField 2013-10-25 09:24:52 -03:00
Ingo Schommer ddbd0e0e3f Transifex support 2013-10-24 23:14:40 +02:00
UndefinedOffset e3895cc5ef Fixed issue #48 where duplicate sort indexes would occur when appending to top instead of the bottom 2013-10-22 10:36:08 -03:00
Ed 15ead2ae94 Added note about appending to the top 2013-10-19 14:49:41 -03:00
Ed 9736c3a1a3 Added note about appending to the top 2013-10-19 14:43:26 -03:00
Ed eb1e736805 Made adjustments to make the changes more flexible
Fixed issue causing SortableGridField to not work on ModelAdmin lists
2013-10-19 14:34:45 -03:00
Ed 6ca5bf9a9d Merge branch 'append-to-top' of git://github.com/g4b0/SortableGridField into experimental 2013-10-19 12:23:47 -03:00
Ed Chipman 56b496509f Added note about installing with composer 2013-10-10 09:40:29 -03:00
Ed Chipman f0b711e1b5 Update LICENSE 2013-09-09 10:11:15 -03:00
Ed Chipman 73565ca916 Merge pull request #44 from silverstripesk/master
added slovak language
2013-09-05 05:12:17 -07:00
Pali Ondras 0a1dda4009 added slovak language 2013-09-05 08:37:17 +02:00
Tomas Bilek c77d7148a5 Added CS Language file 2013-09-04 20:22:37 -03:00
g4b0 aa222987af Append new items to the top by default 2013-09-04 15:05:28 +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