Commit Graph

214 Commits

Author SHA1 Message Date
Nathan ce4d579e67
FIX(Composer): The 1.5 branch should now resolve correctly.
This affects older versions running `silverstripe-australia/` modules.
2018-12-12 15:49:25 +11:00
Daniel Hensby e20ead2624
Merge branch '1.4' into 1.5 2018-02-21 09:23:34 +00:00
Robbie Averill fdbac60300
Remove PHP 5.3 from Travis builds 2017-11-08 15:22:13 +13:00
Jake B 04a07d505f FIX Backport and sanitiseClassName for the "Save" action URL 2017-09-04 14:59:38 +10:00
Robbie Averill 58200f847f FIX When setting the page sizes, reset items per page to the first value 2017-08-31 14:47:19 +12:00
Marcus f80fc03bbb Merge pull request #201 from creative-commoners/pulls/1.5/configurable-page-length-component
NEW Add paginator with configurable page sizes
2017-08-24 16:31:10 +10:00
Robbie Averill 719b906460 DOCS Add use examples for GridFieldConfigurablePaginator 2017-08-23 14:07:42 +12:00
Marcus d6f2df0700 Merge pull request #200 from dhensby/pulls/1.4/field-callback-saved-record
FIX Forms now instantiate fields with correct record context on save
2017-08-03 11:53:19 +10:00
Robbie Averill 36d9711a47 Use precise distro for Travis builds to allow PHP 5.3 to work 2017-08-02 10:03:00 +12:00
Robbie Averill 403900f1fd FIX Ensure selected page size is retained when deleting records 2017-08-02 09:31:59 +12:00
Robbie Averill f0d2ec7733 FIX Always show page size dropdown when page size is greater than number of records 2017-08-01 16:44:12 +12:00
Robbie Averill e95c92a168 NEW Add paginator with configurable page sizes 2017-08-01 14:09:15 +12:00
Daniel Hensby ef354511d7
FIX Forms now instantiate fields with correct record context on save 2017-07-28 16:09:48 +01:00
Daniel Hensby ff12337e6e
Merge branch '1.1' into 1.4 2017-07-05 15:26:38 +01:00
Nik Rolls 755cafa754 Enable namespace support for GridFieldAddNewMultiClass 2017-07-01 23:28:41 +10:00
Felix Eggmann 5c1f9cca01 Set unique name for AddNewMultiClass Selects
fixing wrong behaviour when having multiple Gridfields containing AddNewMultiClass Selects on one form
2017-05-03 14:48:33 +10:00
Marcus 17265d5666 Merge pull request #183 from FelixEggmann/patch-1
Set unique name for AddNewMultiClass Selects
2017-04-18 12:27:56 +10:00
Felix Eggmann 7e2dda0280 Set unique name for AddNewMultiClass Selects
fixing wrong behaviour when having multiple Gridfields containing AddNewMultiClass Selects on one form
2017-04-13 14:59:54 +02:00
Marcus e62422fdb3 Merge pull request #172 from kinglozzer/dupe-html-ids
FIX: Prevent duplicate HTML IDs when adding new records inline
2017-01-30 12:05:02 +11:00
Marcus d0cb616a40 Merge pull request #163 from SomarDesignStudios/pulls/fix-lastedited-table
Finds base table to update LastEdited
2017-01-30 11:04:28 +11:00
Loz Calver cbdb7d4729 FIX: Prevent duplicate HTML IDs when adding new records inline 2016-11-30 15:47:24 +00:00
Marcus ba758e7cc9 Merge pull request #171 from digitall-it/master
Add italian translation
2016-11-17 13:38:47 +11:00
digitall-it a27d60160d Add italian translation 2016-11-16 02:49:07 +01:00
Marcus e8986f9817 Merge pull request #168 from SilbinaryWolf/fix-gridfieldadd
fix(GridFieldAddNewMultiClass): Fix bug where class doesn't exist.
2016-10-17 12:37:02 +11:00
Jake Bentvelzen 86f1778511 fix(GridFieldAddNewMultiClass): Fix bug where class doesn't exist. (ie. ClassInfo says the class exists, but PHP itself doesn't, since ClassInfo is based on parsed tokens) 2016-10-16 20:05:35 +11:00
Marcus Nyeholt d72288125a FIX Swap DataList code to SS_List
And remove a reference to a DataList method to rely on the GridField method
instead
2016-10-12 17:24:20 +11:00
Dylan Sweetensen 799f0a0fe2 Finds base table to update LastEdited 2016-08-30 11:11:34 +12:00
Marcus 50ffec51e4 Merge pull request #162 from fractaslabs/master
Feat: CMS Notice fired on successful GridField records reorder action
2016-08-26 09:38:23 +10:00
Milan Jelicanin 9703aaa5a7 Feat: CMS Notice fired on successful GridField records reorder action 2016-08-23 17:06:56 +02:00
Marcus 5b2b4760cf Merge pull request #161 from fractaslabs/master
Added extra protection in case onadd update has ui == undefined
2016-08-20 12:51:21 +10:00
Milan Jelicanin 0d13112e44 Added extra protection in case onadd update has ui == undefined
Fix for script errors while using GridFieldOrderableRows with module https://github.com/micschk/silverstripe-groupable-gridfield
2016-08-20 04:35:52 +02:00
Marcus a4d15e4ca4 Merge pull request #160 from open-sausages/pulls/fix-sorting-unsaved
BUG Ensure that unsaved items can be sorted
2016-08-19 18:28:30 +10:00
Damian Mooyman 974c981721
BUG Ensure that unsaved items can be sorted
Fixes #159
2016-08-18 17:49:24 +12:00
Marcus b93b32b3f9 Merge pull request #154 from dhensby/pulls/simple-reorder
Bug with reordering sortable grid when some sort IDs are duplicated
2016-08-04 17:19:43 +10:00
Daniel Hensby 1d2b20c87f
FIX Correct reorder of inconsistent sort values 2016-07-26 13:02:41 +01:00
Daniel Hensby 66c09cd60d
Proof of reorder bug 2016-07-21 16:47:44 +01:00
Daniel Hensby 423a0d006e
Updating travis builds 2016-07-21 13:21:08 +01:00
Daniel Hensby 52abae49ca
Test tidy up 2016-07-21 13:21:07 +01:00
Marcus ef51d59b49 Merge pull request #153 from 3Dgoo/feature/sort-column-label
Sort column field label
2016-07-19 11:16:08 +10:00
Michael d463ba25c1 Adding the ability to set the sort column title by setting $field_labels of a DataObject. 2016-07-18 08:49:37 +09:30
Marcus 1d4f24de36 Merge pull request #150 from SilbinaryWolf/fix-arraylistsort
fix(GridFieldOrderableRows/ArrayList): Fix ->sort on ArrayList
2016-06-22 12:01:29 +10:00
Jake Bentvelzen cccc5241cd fix(GridFieldOrderableRows/ArrayList): Fix ->sort on ArrayList to not use quotes (to work around a bug in framework 3.1+) 2016-06-22 11:27:38 +10:00
Marcus Nyeholt b04595c975 DOC Alias master to 1.4.x branch 2016-05-19 14:23:42 +10:00
Nathan 03d3bfb2c0 Updating the "travis" build reference. 2016-05-11 10:48:00 +10:00
Marcus b09519980f Merge pull request #140 from SilbinaryWolf/feature-immediateupdateflag
feat(GridFieldOrderableRows): Re-order gridfield items without immediate reload
2016-04-20 13:34:47 +10:00
Marcus ec455b8cf5 Merge pull request #144 from SilbinaryWolf/fix-doc-editablecallback
fix(Documentation): Updated to show third case of needing a custom title and a callback
2016-04-20 13:34:03 +10:00
Marcus a911492a45 Merge pull request #143 from SilbinaryWolf/fix-lastedited
fix(GridFieldOrderableRows): Update LastEdited column on sort.
2016-04-20 13:33:07 +10:00
Jake Bentvelzen 3428a8b670 fix(Documentation): Updated to show third case of needing a custom title and a callback 2016-04-16 12:59:35 +10:00
Jake Bentvelzen 51b5e657d6 fix(GridFieldOrderableRows): Added additional SQL that updates the "LastEdited" column if working with a non-ManyManyList 2016-04-16 12:49:22 +10:00
Marcus 11ee7b0647 Merge pull request #141 from SilbinaryWolf/style-editableselect
style(EditableColumns/DropdownField): Styled the <select> tag to look like the other input fields.
2016-04-16 11:25:54 +10:00