Commit Graph

19 Commits

Author SHA1 Message Date
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
colymba
cb55fe2d89 Initial commit with files 2012-07-16 23:39:01 +03:00