Commit Graph

260 Commits

Author SHA1 Message Date
Robbie Averill 5d1c30d1c0
Merge pull request #181 from zemiacsik/2.1_php72support
added support for PHP 7.2
2018-09-07 12:31:13 +02:00
matej 7bc0ff14ff added support for PHP 7.2 2018-09-07 12:08:49 +02:00
Robbie Averill 7c5881c7a4 FIX Use safer semver constraint for framework (#175)
>=3.1 will match 4.0, so switching to use ^3.1 which won't.
2018-04-20 06:25:11 +03:00
Thierry François 9884155cf1
FIX update licence code
Now is BSD-3-Clause
2018-02-26 23:39:16 +02:00
Rob Ingram 81a524310d Only save data changed in the form (#144) 2017-07-03 09:19:42 +03:00
Rob Ingram c7a275a7a6 Make delete handler respect `canDelete` (#142) 2017-06-29 09:33:22 +03:00
colymba 3aad957a69 Force write record's file relation 2017-01-25 14:41:08 +02:00
colymba 0e6f2e6efb Updated translations 2016-11-16 10:47:05 +02:00
Bram de Leeuw caed3813ee Add the whole record to the has_many realtion (#131)
* Add the whole record to the has_many realtion
* Removed unnecessary record->write calls
2016-10-26 11:51:31 +03:00
Thierry François 8c0598a9ba Merge pull request #130 from lekoala/master
Fix typo in handler name
2016-04-27 11:51:12 +03:00
Thomas Portelange 9b5a452d01 Fix typo in handler name (#1)
Invalid case prevents the config from being properly retrieved
2016-04-26 20:55:19 +02:00
Thierry François 29482dbd17 Handle UploadField sub request properly Fix #125, Fix #124
BulkUploadField Extends UploadField so handlers link properly through
the GridField
2016-04-11 22:31:21 +03:00
Thierry François 825b989ad6 Merge pull request #123 from CrashyBang/patch-1
Fix i18n Textcollector Task if phing not installed
2016-02-19 13:52:17 +02:00
Otis Wright df71f1ffbf Fix i18n Textcollector Task if phing not installed 2016-02-18 11:19:53 +13:00
Thierry François 9c5a2c2b5d Merge pull request #121 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-02-17 09:13:48 +02:00
helpfulrobot 9bceb9077f Added standard Scrutinizer config 2016-02-17 04:23:39 +13:00
Thierry François f586f812be Merge pull request #120 from gordonbanderson/issue94
Fix for 'From files' Button
2016-02-08 10:20:05 +02:00
Gordon Anderson 22307f6b8f FIX: Suggested fix, which works, from https://github.com/colymba/GridFieldBulkEditingTools/pull/94 - this allows the 'From Files' widget to work as expected 2016-02-06 17:09:33 +07:00
helpfulrobot c2e2a700e5 Added standard .gitattributes file 2016-01-18 18:14:33 +02:00
Thierry François f924e7d503 FIX lost commit 2016-01-18 18:14:04 +02:00
Thierry François af7524efd1 NEW Override automatic DataObject class
Specify which class to use when creating the DataObject that contains
the image.
2016-01-18 18:13:28 +02:00
Thierry François ef0f9fbcb8 Merge pull request #114 from spekulatius/moving-to-PSR-2
Converting to PSR-2
2015-12-21 09:36:00 +01:00
Thierry François 8dcb570f54 Merge pull request #115 from helpfulrobot/add-standard-editorconfig-file
Added standard .editorconfig file
2015-12-17 00:19:55 +02:00
helpfulrobot baf52587c6 Added standard .editorconfig file 2015-12-17 10:05:59 +13:00
Peter Thaleikis bbc0215635 Converting to PSR-2 2015-12-16 01:08:57 +13:00
Thierry François 7e98d488e5 Merge pull request #113 from christopherdarling/patch-2
replaced of deprecated function key_exists with array_key_exists
2015-12-07 18:01:59 +02:00
Christopher Darling 1730461da0 key_exists deprecated use array_key_exists
key_exists deprecated use array_key_exists
2015-12-07 13:39:01 +00:00
Thierry François 79cead517f Merge pull request #108 from tractorcow/pulls/fix-phing-error
API lack of phing is now a warning not an error
2015-09-21 11:52:21 +03:00
Damian Mooyman 8af962a65d API lack of phing is now a warning not an error 2015-09-21 11:27:09 +12:00
Thierry François 4513f63ed3 Merge pull request #106 from pschiffe/fix-ie11
Fixed problem with BulkEditingTools and Tabs in IE
2015-09-01 12:29:40 +03:00
Peter Schiffer c2168f5591 Fixed problem with BulkEditingTools and Tabs in IE
When GridFieldBulkEditingTools are used on GridField within Form Tab, Internet
Explorer (11) has problems switching to another Form Tab. In this case, clicking
on different tab has no effect, one must at first click somewhere else on the
page, and only after that it's possible to change the tab. While debugging, I
found out that the reason of this behavior is cloning, moving and removing of
the tr with the bulk manager options. Without cloning and removing, and moving
the tr with filter header or sortable header instead of tr with bulk manager
options, switching tabs works fine even in the IE 11.
2015-08-26 23:36:02 +02:00
Thierry François f1035f06a3 Merge pull request #101 from jonom/master
Fix for undefined variable
2015-03-15 19:13:57 +02:00
Jonathon Menz 2793709250 Fix for undefined variable
$editingCount was not defined in doSave() resulting in a *[Notice]
Undefined variable: editingCount*
2015-02-19 17:24:55 -08:00
Thierry François 9592fa0561 Update requirements 2014-11-21 11:01:02 +02:00
Thierry François 3335105ee2 Merge pull request #92 from simonwelsh/patch-1
BUG: $dataFields needs to be indexed by the field name
2014-11-02 20:06:58 +02:00
Simon Welsh 42eeaa3527 $dataFields needs to be indexed by the field name 2014-11-02 14:28:29 +11:00
Thierry François f0840f453c missing new line 2014-10-10 19:05:43 +03:00
Thierry François e3d5c78476 Merge pull request #91 from phillprice/patch-1
Update README.md
2014-10-10 18:58:00 +03:00
Phill Price 2fe6464bb8 Update README.md
Different module in the composer instructions to this one!
2014-10-10 15:59:30 +01:00
Thierry François ef5d260a7c Readme updates 2014-10-01 12:29:38 +03:00
Thierry François 188346d520 Pull latest translations 2014-09-15 10:38:24 +03:00
Thierry François d6a1ab8cb6 Merge pull request #90 from tractorcow/pulls/fix-translations
Fix broken en.yml file
2014-09-15 10:17:10 +03:00
Damian Mooyman 4ac7701c2d Fix broken en.yml file 2014-09-15 12:48:40 +12:00
Thierry François 1c0432c74b Add deprecation for old bulkUpload config api 2014-09-14 19:01:28 +03:00
Thierry François 1ceee59360 NEW Rewrite of bulk editing save FIX #76
Bulk editing now use the normal Form submission system and handles all
field type, including ajax dependent
2014-09-14 18:44:30 +03:00
Thierry François 4a349987a4 FIX #83 Disable Finish button + add spinner while uploading 2014-09-06 15:51:07 +03:00
Thierry François c72310ff61 FIX #4cc7da8 opening braces 2014-09-06 14:52:38 +03:00
Thierry François aaaca90a93 Pull transifex translations 2014-09-06 14:37:31 +03:00
Thierry François f4f0ac096e API bulk action names are case sensitive FIX #75 2014-09-06 14:13:38 +03:00
Thierry François 1010c9be6f FIX #79 New API for the UploadField configuration
Exposes `setUfConfig`, `setUfSetup` and `setUfValidatorSetup` on the
component
2014-09-06 13:39:39 +03:00