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
Werner Krauss
a36a4907db
German translation
2014-01-31 15:39:40 +01: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
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
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
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
Firesphere
b7b1a924a5
Dutch translations
2013-07-28 18:04:32 +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
9b4608f3d3
latest SS3.1 branch compatibility
2013-06-02 21:07:00 +03:00
colymba
d6ea450ffc
FIX #31 upload/edit forms false submit
...
prevent individual forms to be submitted and returning errors
2013-05-19 19:55:59 +03:00
colymba
b46196760b
clean up
2013-04-29 19:03:32 +03:00
colymba
5d0b844592
Switch to HTML Classes for Select+Btn
...
Fixes several issues with multiple GridFields on a page with actions
being applied accross all GridFields
2013-04-29 19:01:32 +03:00
colymba
a8e2b2034e
doBulkActionButton only affect its own GridField
2013-04-29 18:37:48 +03:00
colymba
e4f954583e
Select All only select in its own GridField
2013-04-29 18:33:47 +03:00
colymba
17d52697b1
FIX Edit Ajax URL
2013-04-16 23:58:06 +03:00
colymba
2bfd2a8309
Removed save+finish btn
2013-03-04 11:50:41 +02:00
colymba
7546bd08c0
clean up : removed update+finish btn references
2013-03-04 10:56:03 +02:00
colymba
3d3e50e596
FIX disabled button not working in FF + IE
...
buttons are just visually disabled via JS for now
2013-03-04 10:54:28 +02:00
Steffen Maaß
71790c52c1
FIX: The cachebuster now only includes a questionmark, if there is none in the current url...
2013-02-02 13:15:09 +01:00
colymba
2cc9a999f9
fix HtmlEditorField changes not being cought
...
also centralise change function for each item edit form
2013-01-25 23:26:43 +02:00
colymba
6039f6c42a
FIX #9 check for other url parameters on delete
2013-01-17 23:35:44 +02:00
colymba
67958b4e37
Add ui-state to save and delete buttons
...
Switch buttons between enabled and disabled as necessary
2013-01-17 23:32:54 +02:00
colymba
fa0ace0b55
FIX #9 check for other url parameters
...
appends cachebuster parameter if other GET vars exsit on the url
2013-01-17 23:02:42 +02:00
colymba
834d7466e7
Merge remote-tracking branch 'origin/0.3'
2012-09-06 19:05:49 +03:00
colymba
0f6ae01bb5
Refresh GridField after unlink/delete
2012-09-06 18:36:07 +03:00
colymba
7230602568
Merge branch 'master' of https://github.com/colymba/GridFieldBulkEditingTools
...
Conflicts:
javascript/GridFieldBulkImageUpload.js
2012-09-06 00:01:02 +03:00
colymba
ad919af544
Add select option
2012-09-05 21:36:05 +03:00
colymba
2ba88c2108
Prettier hack for avoiding edit navigation
2012-09-05 21:14:44 +03:00
colymba
fd4f046ad5
updated fields can now be saved
...
changes made in bulk editing are now saved: db fields + relations.
Fixing some DOM elements IDs and URLs
2012-08-26 23:59:25 +03:00
colymba
92d269bac3
Basic operations for bulk editing in place
...
Create Request_handler edit function returning the form, and JS
manipulation of the UI buttons etc..
2012-08-16 23:29:35 +03:00
colymba
6dc217c0a0
FIX: cachebuster var was not unique
...
regenerate cachebuster var for each form its request
2012-08-13 18:07:30 +03:00
colymba
2f778a4214
FIX: cachebuster var was not unique
...
since we go through each form and send individual requests, cachebuster
var needs to be regenerated for each form
2012-08-13 18:05:14 +03:00
colymba
0d1f0af03a
API: created ReqHdlr structure and delete routine
...
Request_Hanlder created with JS btn call and delete routine
2012-08-12 17:48:34 +03:00
colymba
e4df616474
action button interactive styling
...
change action button style and icon depending on selected action
2012-08-11 16:21:53 +03:00
colymba
d42fa2f4e3
API: creating GridFieldBulkManager basic elements
...
Create component's files and initial UI styles and behaviours
2012-08-11 01:19:13 +03:00
colymba
079fb7fa36
UI behavior and visual enhancements
...
Switch Actions to FormActions buttons and add colored visual hints about
items status.
2012-08-10 00:30:50 +03:00
colymba
c67408bb90
Hide edit Form when update completed
2012-08-09 20:50:55 +03:00
colymba
c916d6ac12
FIX: editable fields list is an object in JSON
...
JSON output transformed array into object.
2012-08-09 19:38:20 +03:00
colymba
56a4bb4681
FIX: delay JS remplate loading
...
template was still loaded before UploadField.js, now loaded on document
ready()
2012-07-18 12:37:15 +03:00
colymba
51b9518492
Automatic Fields detection + EditForm generation
...
Component now finds the Image relation and all 'editable fields' itself.
Also gets the edit Forms from the record's getCMSFields()
+ other little fixes
2012-07-18 02:12:10 +03:00