Commit Graph

190 Commits

Author SHA1 Message Date
James Cocker
770e5a4231 BulkUpload: Added Comments & Checks for canAttachExisting/canPreviewFolder config 2014-05-23 13:38:21 +01:00
James Cocker
d754e430fd Allow setting of canAttachExisting and canPreviewFolder
Allow the setting of canPreviewFolder (to hide upload location) and canAttachExisting (to hide the "From files" button) to the UploadField, via GridFieldBulkUpload config.
2014-05-14 14:51:49 +01:00
colymba
1fefcad1e3 FIX #61 check length of array for bulkManager check 2014-05-14 15:46:45 +03:00
colymba
8836b2e389 Fix 2.0 deprecations 2014-05-12 19:10:06 +03:00
Thierry Francois
38d05df2ec Clean up 2014-05-11 13:32:21 +03:00
Thierry Francois
5437424b7e Added Finnish translations 2014-05-11 13:19:57 +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
c880187461 Update translations 2014-05-11 13:15:20 +03:00
Thierry Francois
c612243482 Screenshots update 2014-05-11 13:15:15 +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
2366df49bd Clean up 2014-05-11 13:14:23 +03:00
colymba
2b692c19a2 Fix bulkManager check 2014-05-11 13:14:18 +03:00
colymba
84d97c5106 Add gridfield refresh 2014-05-11 13:14:14 +03:00
colymba
61b90d2aed Add record default title/name 2014-05-11 13:14:09 +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
a726cce755 Add progress info + clear button 2014-05-11 13:13:37 +03:00
colymba
ade47d5e80 Added bulk upload management buttons 2014-05-11 13:13:33 +03:00
colymba
198b0c05d9 Reorganise + bulkupload start 2014-05-11 13:13:28 +03:00
Thierry Francois
3f5d12119d gitignore update 2014-05-11 13:00:28 +03:00
Thierry François
f259a4af99 Merge pull request #59 from daniquilez/master
improvement on addBulkAction function.
2014-05-09 20:42:54 +03:00
daniquilez
4f4d1870ca improvement on addBulkAction function.
It takes into consideration  the $config values passed as function parameters.
2014-05-09 18:09:29 +02:00
colymba
43c8b0ee73 Readme + typo 2014-03-15 15:53:20 +02:00
colymba
9049bd3970 Transifex support 2014-03-15 15:43:04 +02:00
colymba
cc8aa9e951 FIX bulkaction finally take care of url variables properly 2014-03-15 11:22:21 +02:00
Tomas Bilek
cb69f71362 Added Czech translation 2014-02-26 15:32:48 +02:00
Thierry François
41fe01c2a5 Merge pull request #55 from wernerkrauss/germantranslation
German translation
2014-01-31 07:31:52 -08:00
Werner Krauss
a36a4907db German translation 2014-01-31 15:39:40 +01:00
colymba
0e30789040 FIX #53 removed type hinting for scalar 2014-01-17 12:56:46 +02:00
colymba
e0d2c311b5 FIX check records selection first + spinner timing
Check if anything is selected first + fix start spinner titming
2014-01-03 10:10:49 +02:00
Thierry François
4de284d1c9 Merge pull request #52 from mi3ll/patch-1
FIX: Bulk editing now works with multiple grid fields and managers on the page
2014-01-02 23:58:55 -08:00
Mellisa Hankins
2958af7d92 FIX: Removed ID on select all checkbox 2013-12-21 01:13:45 +11:00
Mellisa Hankins
9a4d204c97 FIX: Bulk editing now works with multiple grid fields and managers on the page
Removed use of ID in JS
2013-12-20 11:08:39 +11:00
colymba
7332ed0b8c FIX added destructive action confim dialog 2013-12-05 19:44:56 +02:00
colymba
ac84765dc1 Update readme 2013-12-05 19:42:17 +02:00
colymba
06e82405e5 FIX action btn + loading indicator
.doBulkActionButton btn doesn't trigger cms actions and now has loading
indicator
2013-12-05 18:54:17 +02:00