Commit Graph

29 Commits

Author SHA1 Message Date
Peter Thaleikis
bbc0215635 Converting to PSR-2 2015-12-16 01:08:57 +13: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
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
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
Simon Welsh
42eeaa3527 $dataFields needs to be indexed by the field name 2014-11-02 14:28:29 +11: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
f4f0ac096e API bulk action names are case sensitive FIX #75 2014-09-06 14:13:38 +03:00
Thierry François
c25dcbfdea FIX trigger change even on (un)select all 2014-07-09 15:46:08 +03:00
daniquilez
e69253030c fix update function when working with locale
When using a localized page in order of prevent errors when iterating through records id we need to remove locale attributes same as we do with url and cacheBuster.
2014-05-22 15:52:19 +02:00
Thierry Francois
38d05df2ec Clean up 2014-05-11 13:32:21 +03:00
Thierry Francois
06b077772c Fix header/toggle length 2014-05-11 13:15:33 +03:00
Thierry Francois
bfd73ffb2e Added missing translation strings 2014-05-11 13:15:29 +03:00
Thierry Francois
2fe824f2c8 Fix toggle text alignment 2014-05-11 13:15:24 +03:00
Thierry Francois
f8b90af40f Readme update 2014-05-11 13:15:10 +03:00
Thierry Francois
fad9121dd1 Clean up and formatting 2014-05-11 13:15:06 +03:00
Thierry Francois
ec7df6712e Close only opened toggleFields on save 2014-05-11 13:15:01 +03:00
Thierry Francois
e2b15ad30c Refactor edit forms generation process 2014-05-11 13:14:57 +03:00
Thierry Francois
4a17d7d74a Streamline classes/id + simplify dom 2014-05-11 13:14:52 +03:00
Thierry Francois
e621f4895f Process updates in bulk 2014-05-11 13:14:48 +03:00
Thierry Francois
00b936baa6 Watch onChange on form 2014-05-11 13:14:43 +03:00
Thierry Francois
b16ee50233 Add bulk edit form header + toggle btn 2014-05-11 13:14:32 +03:00
colymba
c3af2d392d Translation refactoring 2014-05-11 13:14:27 +03:00
colymba
3092972d8e Add bulkManager title + always above titles 2014-05-11 13:14:05 +03:00
colymba
c1c99e6a50 BulkManager style update 2014-05-11 13:14:00 +03:00
colymba
043f889249 Clean up 2014-05-11 13:13:56 +03:00
colymba
699fa6712d Implement editAll + bulkManager requirement check 2014-05-11 13:13:51 +03:00
colymba
20350d3f35 Implement action callback + cancel behaviour 2014-05-11 13:13:47 +03:00
colymba
d141765752 Basic button behavior 2014-05-11 13:13:42 +03:00
colymba
198b0c05d9 Reorganise + bulkupload start 2014-05-11 13:13:28 +03:00