sortablegridfield/CHANGELOG.md

209 lines
11 KiB
Markdown
Raw Normal View History

2016-06-08 21:07:21 +02:00
Change Log
=================
## [Unreleased](https://github.com/UndefinedOffset/SortableGridField/tree/HEAD)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.1...HEAD)
**Merged pull requests:**
- BUG Remove redundant leading underscore in strings [\#95](https://github.com/UndefinedOffset/SortableGridField/pull/95) ([tractorcow](https://github.com/tractorcow))
- Test against 3.3 core and PHP 5.6 [\#93](https://github.com/UndefinedOffset/SortableGridField/pull/93) ([chillu](https://github.com/chillu))
- Added standard Scrutinizer config [\#91](https://github.com/UndefinedOffset/SortableGridField/pull/91) ([helpfulrobot](https://github.com/helpfulrobot))
## [0.6.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.1) (2016-03-03)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.6.0...0.6.1)
**Fixed bugs:**
- Unit tests failing with framework 3.2.3 [\#88](https://github.com/UndefinedOffset/SortableGridField/issues/88)
## [0.6.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.6.0) (2016-02-13)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.4...0.6.0)
**Implemented enhancements:**
- Multiple many\_many GridFields acting on the same relation not possible. [\#86](https://github.com/UndefinedOffset/SortableGridField/issues/86)
- Expand unit test to cover page sorting [\#85](https://github.com/UndefinedOffset/SortableGridField/issues/85)
**Closed issues:**
- Support for 3.3 [\#84](https://github.com/UndefinedOffset/SortableGridField/issues/84)
- Can't set checkbox "Allow drag and drop re-ordering" [\#76](https://github.com/UndefinedOffset/SortableGridField/issues/76)
- Investigate build failures for PostgreSQL on 3.1 and 3.2 [\#87](https://github.com/UndefinedOffset/SortableGridField/issues/87)
## [0.5.4](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.4) (2016-01-18)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.3...0.5.4)
**Closed issues:**
- Lithuanian translation [\#83](https://github.com/UndefinedOffset/SortableGridField/issues/83)
**Merged pull requests:**
- Added standard .gitattributes file [\#82](https://github.com/UndefinedOffset/SortableGridField/pull/82) ([helpfulrobot](https://github.com/helpfulrobot))
- Added standard .editorconfig file [\#80](https://github.com/UndefinedOffset/SortableGridField/pull/80) ([helpfulrobot](https://github.com/helpfulrobot))
## [0.5.3](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.3) (2015-12-10)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.2...0.5.3)
## [0.5.2](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.2) (2015-11-30)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.1...0.5.2)
## [0.5.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.1) (2015-10-09)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.5.0...0.5.1)
## [0.5.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.5.0) (2015-09-18)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.5...0.5.0)
**Implemented enhancements:**
- Change install instructions to prefer composer [\#75](https://github.com/UndefinedOffset/SortableGridField/issues/75)
- Improved UI for moving to another page [\#72](https://github.com/UndefinedOffset/SortableGridField/issues/72)
**Fixed bugs:**
- Helper Columns do not maintain the widths of the item being dragged [\#74](https://github.com/UndefinedOffset/SortableGridField/issues/74)
## [0.4.5](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.5) (2015-08-29)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.4...0.4.5)
## [0.4.4](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.4) (2015-08-05)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.3...0.4.4)
**Fixed bugs:**
- setAppendToTop\(\) Does Not Work When the DataObjects Within the GridField are not Part of a RelationList [\#71](https://github.com/UndefinedOffset/SortableGridField/issues/71)
**Closed issues:**
- 3.2 compat? [\#73](https://github.com/UndefinedOffset/SortableGridField/issues/73)
## [0.4.3](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.3) (2015-05-07)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.2...0.4.3)
**Merged pull requests:**
- Allow installation anywhere by adding yml config [\#69](https://github.com/UndefinedOffset/SortableGridField/pull/69) ([danbroooks](https://github.com/danbroooks))
## [0.4.2](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.2) (2015-04-07)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.1...0.4.2)
**Implemented enhancements:**
- Add note for many\_many relations about the field name [\#66](https://github.com/UndefinedOffset/SortableGridField/issues/66)
**Closed issues:**
- Doesnt work for Sitetree descendants because of versioned dataobjects managed by ModelAdmin. [\#64](https://github.com/UndefinedOffset/SortableGridField/issues/64)
- Error saving many to many relations [\#63](https://github.com/UndefinedOffset/SortableGridField/issues/63)
**Merged pull requests:**
- Resets the classes of .odd, .even, .first and .last for gridfields when a update \(drop\) event occurs. [\#67](https://github.com/UndefinedOffset/SortableGridField/pull/67) ([AdenFraser](https://github.com/AdenFraser))
## [0.4.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.1) (2014-10-27)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.4.0...0.4.1)
**Closed issues:**
- Sort column xxxxx must be an Int, column is of type [\#62](https://github.com/UndefinedOffset/SortableGridField/issues/62)
## [0.4.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.4.0) (2014-10-16)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.3.2...0.4.0)
## [0.3.2](https://github.com/UndefinedOffset/SortableGridField/tree/0.3.2) (2014-08-02)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.3.1...0.3.2)
**Closed issues:**
- Frontend not working / Error in Examples [\#52](https://github.com/UndefinedOffset/SortableGridField/issues/52)
- Unable to toggle off, switched on by default [\#51](https://github.com/UndefinedOffset/SortableGridField/issues/51)
- Duplicate Column names [\#50](https://github.com/UndefinedOffset/SortableGridField/issues/50)
- Bug with pagination [\#38](https://github.com/UndefinedOffset/SortableGridField/issues/38)
## [0.3.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.3.1) (2013-10-29)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.3.0...0.3.1)
**Fixed bugs:**
- Duplicate sort id's when fixing the sort with append\_to\_top [\#47](https://github.com/UndefinedOffset/SortableGridField/issues/47)
## [0.3.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.3.0) (2013-10-22)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.2.1...0.3.0)
**Implemented enhancements:**
- Add Docs On Migration from Data Object Manager [\#16](https://github.com/UndefinedOffset/SortableGridField/issues/16)
## [0.2.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.2.1) (2013-09-03)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.2.0...0.2.1)
**Implemented enhancements:**
- \[REQUEST\] Event to indicate that there has been a change in sort order. [\#39](https://github.com/UndefinedOffset/SortableGridField/issues/39)
**Closed issues:**
- Breaks when used with GridFieldManyRelationHandler [\#40](https://github.com/UndefinedOffset/SortableGridField/issues/40)
## [0.2.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.2.0) (2013-08-04)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.3...0.2.0)
**Fixed bugs:**
- Moving to next page doesn't work in FF 20.0.1 [\#33](https://github.com/UndefinedOffset/SortableGridField/issues/33)
## [0.1.3](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.3) (2013-07-10)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.2...0.1.3)
**Implemented enhancements:**
- Partical Cache and sortColumn update [\#35](https://github.com/UndefinedOffset/SortableGridField/issues/35)
- Add loading indicator to row sorting [\#34](https://github.com/UndefinedOffset/SortableGridField/issues/34)
**Fixed bugs:**
- Partical Cache and sortColumn update [\#35](https://github.com/UndefinedOffset/SortableGridField/issues/35)
## [0.1.2](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.2) (2013-04-26)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.1...0.1.2)
**Closed issues:**
- An error occured while fetching data from the server Please try again later. [\#31](https://github.com/UndefinedOffset/SortableGridField/issues/31)
## [0.1.1](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.1) (2013-04-19)
[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/0.1.0...0.1.1)
**Implemented enhancements:**
- Create a release tag [\#32](https://github.com/UndefinedOffset/SortableGridField/issues/32)
## [0.1.0](https://github.com/UndefinedOffset/SortableGridField/tree/0.1.0) (2013-03-29)
**Implemented enhancements:**
- Optimize sorting in has\_many [\#4](https://github.com/UndefinedOffset/SortableGridField/issues/4)
**Fixed bugs:**
- Line 183 of the GridFieldSortableRows.php is producing problems [\#24](https://github.com/UndefinedOffset/SortableGridField/issues/24)
- GridFieldSortableRowsTest::testSortActionWithAdminPermission No items to sort [\#23](https://github.com/UndefinedOffset/SortableGridField/issues/23)
- Adding GridFieldSortableRows to the wrong column causes massive data loss [\#12](https://github.com/UndefinedOffset/SortableGridField/issues/12)
**Closed issues:**
- nested gridfield in 3.1 [\#27](https://github.com/UndefinedOffset/SortableGridField/issues/27)
- Sorting on Extension classes [\#22](https://github.com/UndefinedOffset/SortableGridField/issues/22)
- 3.1 SQLQuery::aggregate\(\) doesn't work with limit set on SQLQuery [\#19](https://github.com/UndefinedOffset/SortableGridField/issues/19)
- IDE files should not be included in this repo [\#13](https://github.com/UndefinedOffset/SortableGridField/issues/13)
- Sort ModelAdmin GridFields [\#6](https://github.com/UndefinedOffset/SortableGridField/issues/6)
- fixSortColumn doesn't always run [\#5](https://github.com/UndefinedOffset/SortableGridField/issues/5)
- dragdropcheckbox triggers 'changed' on form [\#3](https://github.com/UndefinedOffset/SortableGridField/issues/3)
- sort order not being updated on delete [\#2](https://github.com/UndefinedOffset/SortableGridField/issues/2)
- installation [\#1](https://github.com/UndefinedOffset/SortableGridField/issues/1)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*