Commit Graph

54 Commits

Author SHA1 Message Date
UndefinedOffset b1febae3d8
Updated description 2024-01-30 14:45:48 -04:00
UndefinedOffset 09f7be61ae
Removed Silverstripe supported badge from the readme 2023-06-16 09:30:10 -03:00
UndefinedOffset c3915cc2b8
Updated changelog 2022-07-06 14:53:04 -03:00
UndefinedOffset 66dfcc25ad
Added new badges
Updated the license
2022-02-16 16:29:10 -04:00
UndefinedOffset e1b1bbf8b3
Updated PHPUnit config
Added phpcs config

Added GitHub Actions badge

Re-organized tests folder
2022-02-16 15:25:43 -04:00
UndefinedOffset af492d0267 Updated changelog
Removed helpfulbot badge

Updated license year
2019-01-08 12:23:14 -04:00
Daniel Hensby d8c379879f Merge 1.0.x into master (#112)
* Fixed travis build failure related to phpunit/php-file-iterator

* DOCS Update docs examples to be 3.1+ relevant (#111)
2017-11-29 10:05:37 -04:00
UndefinedOffset 21a6f3c8e8 Updated documentation and examples to correctly state namespaces used. 2017-09-11 11:37:22 -03:00
Reece 23da810b19 Fixes bug
JS formatting

Updated README.md

SS4 Compliance & Updated Tests

Namespaced templates

Update .travis.yml, .scrutinizer.yml

Update composer.json
2017-06-05 09:41:56 -03:00
UndefinedOffset 6847bf2a42 Added changelog and helpfulrobot badge 2016-06-08 16:07:21 -03:00
Ed Chipman d37fdd2ea9 Added support for overriding the relationship name lookup (issue #86) 2016-02-09 13:32:43 -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 4105ebdcd0 Corrected moving to another page documentation 2015-10-13 12:20:27 -03:00
Ed Chipman df26fe04a6 Changed readme to prefer composer (fixes #75) 2015-09-18 15:30:26 -03:00
UndefinedOffset e21c0d5790 Updated readme to reflect 3.2 support 2015-08-05 14:00:38 -03: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 97ca1f8f4d Corrected documentation example for appending to top 2014-02-24 16:03:50 -04:00
Ed c59ec68690 Updated requirements to restrict to 3.0.x and 3.1.x 2014-01-22 15:40:36 -04: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
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 Chipman 56b496509f Added note about installing with composer 2013-10-10 09:40:29 -03: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
UndefinedOffset efdaed9899 Setup travis support 2013-04-09 12:09:06 -03:00
Ed 4a9c663d9c Removed TODO about optimizing has_many sort 2013-02-16 15:19:55 -04:00
Ed b0e116076e Updated download location documents 2013-02-09 15:34:18 -04:00
Ed ff188ed1ec Fixed compatibility issues with SilverStripe 3.1 (issue #19) 2012-12-28 14:35:06 -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 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 87151aad83 Syntax highlighting for github 2012-10-10 10:38:21 -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 29e52094ec Corrected example snippet not displaying right 2012-07-10 11:36:54 -03:00
Ed 2dc1fb8f16 Added example for many_many relationships 2012-07-10 11:28:38 -03:00
Ed 42d83a5270 Added information about sorting many_many relationships. 2012-07-03 10:02:56 -03:00
Ed 70df44a4b5 Added info about applying a default sort 2012-07-03 09:43:18 -03:00
Ed 0b0658ea76 Fixed typo and updated required version 2012-06-29 14:46:07 -03:00
Ed 74708a317f Added install instructions 2012-06-26 16:13:23 -03:00
Ed f9664b5b28 Update master 2012-06-18 20:21:42 -03:00
UndefinedOffset b0fcb318ad Added visual cue when moving cross pages
Implemented a better sorting algorithm for sorting cross pages

Removed sorting to first page and last page as this would mean re-indexing allot of items potentially
2012-05-18 10:50:09 -03:00
Ed 9ea7643b06 Update README.md 2012-05-17 17:06:26 -03:00
Ed a07118e2d0 Update README.md 2012-05-16 22:41:14 -03:00
UndefinedOffset 3b19642c26 Removed GridFieldSortableObject this is now handled by the developer (see README.md)
GridFieldSortableRows now requires the developer to set the field to sort on

Cleaned up handling of many_many relationships
2012-05-10 11:27:01 -03:00