mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
14 KiB
14 KiB
Change Log
0.6.3 (2016-11-18)
Merged pull requests:
0.6.2 (2016-06-09)
Merged pull requests:
- BUG Remove redundant leading underscore in strings #95 (tractorcow)
- Test against 3.3 core and PHP 5.6 #93 (chillu)
- Added standard Scrutinizer config #91 (helpfulrobot)
0.6.1 (2016-03-03)
Fixed bugs:
- Unit tests failing with framework 3.2.3 #88
0.6.0 (2016-02-13)
Implemented enhancements:
- Multiple many_many GridFields acting on the same relation not possible. #86
- Expand unit test to cover page sorting #85
Closed issues:
- Can't set checkbox "Allow drag and drop re-ordering" #76
- Investigate build failures for PostgreSQL on 3.1 and 3.2 #87
0.5.4 (2016-01-18)
Closed issues:
Merged pull requests:
- Added standard .gitattributes file #82 (helpfulrobot)
- Added standard .editorconfig file #80 (helpfulrobot)
0.5.3 (2015-12-10)
0.5.2 (2015-11-30)
0.5.1 (2015-10-09)
0.5.0 (2015-09-18)
Implemented enhancements:
Fixed bugs:
- Helper Columns do not maintain the widths of the item being dragged #74
0.4.5 (2015-08-29)
0.4.4 (2015-08-05)
Closed issues:
- 3.2 compat? #73
0.4.3 (2015-05-07)
Fixed bugs:
- setAppendToTop() Does Not Work When the DataObjects Within the GridField are not Part of a RelationList #71
Merged pull requests:
- Allow installation anywhere by adding yml config #69 (danbroooks)
0.4.2 (2015-04-07)
Implemented enhancements:
- Add note for many_many relations about the field name #66
Closed issues:
- Doesnt work for Sitetree descendants because of versioned dataobjects managed by ModelAdmin. #64
- Error saving many to many relations #63
Merged pull requests:
- Allow 'disableSelection' to be disabled #68 (hailwood)
- Resets the classes of .odd, .even, .first and .last for gridfields when a update
drop
event occurs. #67 (AdenFraser)
0.4.1 (2014-10-27)
Closed issues:
- Sort column xxxxx must be an Int, column is of type #62
0.4.0 (2014-10-16)
Merged pull requests:
- Initial sorting equals sortColumn #61 (ismooth)
- Fixes fixSortColumn's Random Initial Sorting #57 (purplespider)
0.3.2 (2014-08-02)
Closed issues:
- Frontend not working / Error in Examples #52
- Unable to toggle off, switched on by default #51
- Duplicate Column names #50
- Bug with pagination #38
0.3.1 (2013-10-29)
Fixed bugs:
- Duplicate sort id's when fixing the sort with append_to_top #47
Merged pull requests:
0.3.0 (2013-10-22)
Implemented enhancements:
- Add Docs On Migration from Data Object Manager #16
- Append new items to the top by default #42 (g4b0)
Merged pull requests:
- added slovak language #44 (silverstripesk)
0.2.1 (2013-09-03)
Merged pull requests:
- Create LICENSE #41 (simonwelsh)
0.2.0 (2013-08-04)
Implemented enhancements:
-
REQUEST
Fixed bugs:
- Moving to next page doesn't work in FF 20.0.1 #33
Closed issues:
- Breaks when used with GridFieldManyRelationHandler #40
0.1.3 (2013-07-10)
Implemented enhancements:
Fixed bugs:
- Partical Cache and sortColumn update #35
Merged pull requests:
- Finnish language file #37 (mediaclinic)
- Added italian language #36 (ntd)
0.1.2 (2013-04-26)
Closed issues:
- An error occured while fetching data from the server Please try again later. #31
0.1.1 (2013-04-19)
Implemented enhancements:
- Create a release tag #32
0.1.0 (2013-03-29)
Implemented enhancements:
- Optimize sorting in has_many #4
Fixed bugs:
- Line 183 of the GridFieldSortableRows.php is producing problems #24
- GridFieldSortableRowsTest::testSortActionWithAdminPermission No items to sort #23
- Adding GridFieldSortableRows to the wrong column causes massive data loss #12
Closed issues:
- nested gridfield in 3.1 #27
- Sorting on Extension classes #22
- 3.1 SQLQuery::aggregate() doesn't work with limit set on SQLQuery #19
- IDE files should not be included in this repo #13
- Sort ModelAdmin GridFields #6
- fixSortColumn doesn't always run #5
- dragdropcheckbox triggers 'changed' on form #3
- sort order not being updated on delete #2
- installation #1
Merged pull requests:
- Fixing undefined variable $dataList #30 (halkyon)
- FIX Do not use hardcoded IDs in tests, as records from fixture might not... #29 (patbolo)
- BUGFIX: Use config layer to check for decorated $db fields #26 (unclecheese)
- Update code/forms/GridFieldSortableRows.php #25 (flxbot)
- Dutch language! #14 (ARNHOE)
- spanish translation. #11 (dospuntocero)
- BUGFIX Make sure it's possible to rename the module's directory without ... #10 (drzax)
- German Translation #9 (PatrickElsing)
- Update lang/en.yml #8 (PatrickElsing)
- Renamed the Items array that is sent in post #7 (sheadawson)