Commit Graph

19 Commits

Author SHA1 Message Date
Ed Chipman
f5a5346349
Merge pull request #134 from GuySartorelli/enh/injectable
NEW Extend new AbstractGridFieldComponent class
2022-07-06 14:42:50 -03:00
UndefinedOffset
8ed1621f8b
Split unit test classes into separate files 2022-02-16 16:15:33 -04:00
UndefinedOffset
5f37c8a0b4
Added phpunit/phpunit and squizlabs/php_codesniffer as dev dependencies
Coding style update
2022-02-16 15:35:10 -04:00
Guy Sartorelli
e374c93ae3 NEW Extend new AbstractGridFieldComponent class
This makes the `GridFieldSortableRows` component `Injectable`, and
allows any future enhancements in the new abstract class to
automatically apply without requiring additional changes in this module.

The class is introduced in silverstripe/framework 4.11.0 so the
dependency constraint needs to be updated.
2022-02-12 19:24:44 +13:00
UndefinedOffset
35775ad2ce More adjustments to how ManyManyThroughLists are handled
Fixed issue causing the alert to be empty when an error occurs on the server
2019-01-08 12:21:33 -04:00
UndefinedOffset
8a2417a750 Fixed functionality when using ManyManyThroughList 2018-12-13 14:05:12 -04:00
UndefinedOffset
bc633e151d Fixed issue where versioned objects in would not be flagged as modified preventing the sort order from publishing to the live state when the owner is published 2018-07-04 14:01:37 -03:00
ChrissiQ
118838fb79 Fixes "undefined offset" error when moving a many_many item to previous page (#121)
When viewing the last page of a list of data objects, trying to move one of them to the previous page triggers an "undefined offset" error.
2018-05-31 14:56:51 -03:00
UndefinedOffset
5e3e5cac3f Fixed issue #120 where 'Int' as a datatype would not work 2018-03-07 09:46:08 -04:00
UndefinedOffset
20da27f7dd Fixed potential issue with DBInt 2018-03-01 10:45:44 -04:00
UndefinedOffset
ecbe9b904a Fixed issue related to checking if the base data class has the versioned extension
Updated translations
2017-12-11 12:27:42 -04:00
UndefinedOffset
12cd5776c1 Fixed issue where the table name could not be determined properly for namespaced classes (fixes #113)
Fixed issue sorting to page in 4.0
2017-12-11 11:49:30 -04:00
UndefinedOffset
f0110c11e2 Fixed issue #110 where many many lists would cause a crash 2017-11-27 10:17:17 -04:00
UndefinedOffset
9ea5caa91c Removed unused constant and config option 2017-11-01 09:35:04 -03:00
UndefinedOffset
b38d7f6f04 Revert "Revert "Moved to a vendor module #103""
This reverts commit 1925d5151e.
2017-11-01 09:34:29 -03:00
UndefinedOffset
1925d5151e Revert "Moved to a vendor module #103"
This reverts commit 08a0781d56.
2017-10-27 16:09:42 -03:00
UndefinedOffset
08a0781d56 Moved to a vendor module #103 2017-10-20 16:07:01 -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
Reece
1862700761 Rename forms to Forms 2017-05-26 20:34:57 +10:00