Commit Graph

220 Commits

Author SHA1 Message Date
Nathan Glasl ef48ea9cdd NAMESPACE, updating vendor. 2017-06-16 14:46:31 +10:00
Marcus 1b0abe0ca6 Merge pull request #190 from sachithra-gayan/gridFieldEditableColumns_SS4
Fixes error when inline editing of records SS4
2017-06-06 13:08:30 +10:00
Marcus ddec10c141 Merge pull request #187 from edlinklater/fix-table-namespace-separator
Support table namespace separator introduced in SilverStripe 4 alpha 6
2017-06-02 09:59:59 +10:00
sac 658874419a deny inline editing of records SS4 2017-06-01 13:02:43 +05:30
Ed Linklater 90b1a466c1 FIX support table namespace separator introduced in ss4 alpha 6 2017-05-14 16:17:14 +12:00
Marcus 3f6036b1ae Merge pull request #185 from wilr/patch-1
Fix SearchForm throwing a 404 on search
2017-05-04 11:45:51 +10:00
Marcus cc8276482f Merge pull request #186 from silverstripe-australia/nyeholt-patch-1
fix(GridFieldAddNewMultiClass) removed obsolete config param
2017-05-04 11:45:12 +10:00
Marcus 0795113cf4 fix(GridFieldAddNewMultiClass) removed obsolete config param
FIRST_SET has been removed from SS4
2017-05-04 11:41:58 +10:00
Will Rossiter 2c73b802d6 Fix SearchForm throwing a 404 on search
The GridFieldAddExistingSearchHandler search has been converted to namespaces however this causes the FormAction to be incorrect and when performing a search, currently throws an error. The form name does not need to be namespaced.
2017-05-04 05:29:44 +12:00
Jack O'Connor 0907b2f493 Initialising button before attempting to enable or disable it (#177)
* Initialising button before attempting to enable or disable it

* Updating class reference

* Adding exception use case

* Removing unused use case

* Including Exception class for classes where exception is used.
2017-02-17 13:14:50 +11:00
Marcus 24057fe79a Merge pull request #179 from oilee80/master
Fix for Exception namespace & CSS image move
2017-02-17 10:00:46 +11:00
Lee Bradley cbcb6e57e0 Applies changes from silverstripe-australia/silverstripe-gridfieldextensions#177
JS fix for "Initialising button before attempting to enable or disable it"
Thanks @JackOconnor21
2017-02-14 17:21:29 +00:00
Lee Bradley 1b5e83b7f6 Fix for Exception namespace & CSS image move
Missing '\\' before Exception
Icon has moved in Framework
2017-02-14 17:07:29 +00:00
Marcus 03b83e538a Merge pull request #174 from robbieaverill/master
SilverStripe 4 compatibility
2016-12-21 22:10:43 +11:00
Robbie Averill d81d701bab Update Travis configuration for SS4 builds and PHP 7 2016-12-21 15:40:46 +13:00
Robbie Averill 2acf6dee47 PSR-2 code style guidelines 2016-12-21 15:35:19 +13:00
Robbie Averill 4ee047b591 Add upgrade mapping 2016-12-21 15:27:51 +13:00
Robbie Averill b1c83255c0 Skip some broken tests under 4.x - need to be re-implemented 2016-12-21 15:27:51 +13:00
Robbie Averill 3cacb43934 Update composer constraint, branch alias, namespace and add editorconfig 2016-12-21 15:27:49 +13:00
hirenpatel 59f44984b8 Fix for namespaced classes 2016-12-21 15:26:45 +13:00
hirenpatel 43c1b8352c Updated SS_HTTPResponse_Exception -> HTTPResponse_Exception 2016-12-21 15:26:45 +13:00
hirenpatel 7ee247e6df Bug fixes 2016-12-21 15:26:44 +13:00
hirenpatel 1722e9b47f Template changes 2016-12-21 15:26:44 +13:00
hirenpatel bf158022fa Added ReflectionClass dependency 2016-12-21 15:26:44 +13:00
hirenpatel 0ae237cfee Fixed namespacing + added PSR-4 info 2016-12-21 15:26:42 +13:00
hirenpatel d5d43a7f6e Testing version workaround 2016-12-21 15:25:44 +13:00
Jayden Seric 5254b1865c Fixed name-spacing for SilverStripe v4 compatibility
Used [silverstripe-upgrader](https://github.com/silverstripe/silverstripe-upgrader) to fix name-spacing for SilverStripe v4. I then alphabetically sorted the use declarations for readability.

Fixes: https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues/166.
2016-12-21 15:23:43 +13:00
Marcus Nyeholt 7674daf7f2 COMPOSER Updated readme and composer for v4 compat 2016-12-21 10:49:04 +11: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
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