sortablegridfield/CHANGELOG.md

16 KiB

Change Log

0.6.9 (2017-04-21)

Full Changelog

Fixed bugs:

  • Query errors when sorted field is on a relation and appending to top #101

0.6.8 (2017-04-18)

Full Changelog

Closed issues:

0.6.7 (2017-04-13)

Full Changelog

Closed issues:

  • Wrong sort field type check #99

0.6.6 (2017-04-12)

Full Changelog

Closed issues:

  • Not working with SS3.5 fresh install #98

0.6.5 (2016-11-24)

Full Changelog

0.6.4 (2016-11-22)

Full Changelog

0.6.3 (2016-11-18)

Full Changelog

Merged pull requests:

0.6.2 (2016-06-09)

Full Changelog

Merged pull requests:

0.6.1 (2016-03-03)

Full Changelog

Fixed bugs:

  • Unit tests failing with framework 3.2.3 #88

0.6.0 (2016-02-13)

Full Changelog

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)

Full Changelog

Closed issues:

  • Support for 3.3 #84
  • Lithuanian translation #83

Merged pull requests:

0.5.3 (2015-12-10)

Full Changelog

0.5.2 (2015-11-30)

Full Changelog

0.5.1 (2015-10-09)

Full Changelog

0.5.0 (2015-09-18)

Full Changelog

Implemented enhancements:

  • Change install instructions to prefer composer #75
  • Improved UI for moving to another page #72

Fixed bugs:

  • Helper Columns do not maintain the widths of the item being dragged #74

0.4.5 (2015-08-29)

Full Changelog

0.4.4 (2015-08-05)

Full Changelog

Closed issues:

  • 3.2 compat? #73

0.4.3 (2015-05-07)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Closed issues:

  • Sort column xxxxx must be an Int, column is of type #62

0.4.0 (2014-10-16)

Full Changelog

Merged pull requests:

0.3.2 (2014-08-02)

Full Changelog

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)

Full Changelog

Fixed bugs:

  • Duplicate sort id's when fixing the sort with append_to_top #47

Merged pull requests:

0.3.0 (2013-10-22)

Full Changelog

Implemented enhancements:

  • Add Docs On Migration from Data Object Manager #16
  • Append new items to the top by default #42 (g4b0)

Merged pull requests:

0.2.1 (2013-09-03)

Full Changelog

Merged pull requests:

0.2.0 (2013-08-04)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Partical Cache and sortColumn update #35
  • Add loading indicator to row sorting #34

Fixed bugs:

  • Partical Cache and sortColumn update #35

Merged pull requests:

0.1.2 (2013-04-26)

Full Changelog

Closed issues:

  • An error occured while fetching data from the server Please try again later. #31

0.1.1 (2013-04-19)

Full Changelog

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: