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
colymba
425cf9cffe
Added proper visual clues about updated records
2013-12-05 18:29:47 +02:00
colymba
0eab8d9659
Bulk editing is now separated from main logic
...
Created separate handler and js
2013-12-05 17:48:01 +02:00
colymba
767e151c06
API bulk actions use separate handlers
...
Bulk actions are now handled by separate classes and should extend
GridFieldBulkActionHandler. Bulk action matching should be defined in
$url_handlers
2013-12-02 00:54:39 +02:00
colymba
f54f0ce223
FIX Refactor JS bulk action handling
...
JS bulk action handling now works for any custom action
2013-12-01 18:51:30 +02:00
colymba
d01b27c589
API bulk action front-end data are configurable
...
Bulk action front-end behaviour and style can now be configured via
array( 'isAjax' => true, 'icon' => 'accept', 'isDestructive' => false )
passed to addBulkAction()
2013-12-01 13:31:35 +02:00
colymba
2ee566a99e
API bulk manager actions are now editable
...
Bulk actions can now be added/removed via component's addBulkAction()
and removeBulkAction()
2013-11-30 19:30:32 +02:00
Thierry François
2b32e4f1e1
Merge pull request #49 from purplespider/patch-1
...
Updated requirements in composer.json to "~3.1" to support 3.1.0 stable.
2013-10-01 23:00:40 -07:00
James Cocker
1048aa3035
Updated requirements in composer.json to "~3.1" to support 3.1.0 stable.
...
See https://groups.google.com/forum/#!topic/silverstripe-dev/kCHSHLZp2Yg
2013-10-01 18:06:11 +01:00
colymba
86283f01c7
added license
2013-08-04 16:21:06 +03:00
colymba
f58e6c91bc
FIX #48 move URL generation before output
...
handling potential onAfterWrite changes on the record
2013-07-31 20:57:10 +03:00
Firesphere
b7b1a924a5
Dutch translations
2013-07-28 18:04:32 +03:00
colymba
cf47c6d69a
FIX fileRelationName references
2013-06-26 20:53:24 +03:00
colymba
6a105b9a96
API img field config now fileRelationName FIX 40
...
parameter is to be passed without 'ID' at the end. Implementation is now
more consistent.
2013-06-26 19:46:46 +03:00
colymba
35bfd865ec
FIX $allowed_actions declaration
2013-06-26 19:11:31 +03:00
colymba
8a1eff6839
Added translations (en+fr)
2013-06-23 19:13:59 +03:00
colymba
88cf826322
Added translations (en+fr)
2013-06-23 19:10:22 +03:00
colymba
9bc46687b1
housekeeping, comments and formatting
2013-06-23 18:17:42 +03:00
colymba
8089c14447
added finish button
2013-06-23 17:48:37 +03:00
colymba
7972cef1f1
FIX tmpl.js requirement
2013-06-23 16:22:25 +03:00
colymba
cc418a2947
readme update
2013-06-16 17:20:19 +03:00
colymba
fc61727c3e
clean up form attributes + ajax reponse
2013-06-16 17:09:13 +03:00