Commit Graph

15 Commits

Author SHA1 Message Date
Steve Boyd 81f34cdd7b ENH PHP 8.1 compatibility 2022-04-13 14:08:15 +12:00
Morven Lewis-Everley af8d20e93a Get current controller via curr() (removes pushCurrent issue) 2018-09-30 22:05:36 +01:00
Martin D 52d95ae82c Missing ArrayData import (#177) 2018-08-16 15:46:38 +03:00
Thierry François bc2b317a35 API Unified json responses via new HTTPBulkToolsResponse
All bulk handlers and the bulk uploader now use a common HTTPBulkToolsResponse to return a common json format and handle errors. The front end uses this json to update the drifield accordingling.
2018-03-14 22:24:37 +02:00
Thierry François a1dcbc00e6 API Controller is not passed to handler as param
instead we use pushCurrent to set it as current controller
2018-03-11 12:37:50 +02:00
Thierry François de2d3234f4 Switch to SS webpack-config and FIX add-from-files
Now using the SilverStripe webpack-config which lets us extend the CMS front end components. Allowed to write a quick hack fixing the add-from-file for bulk uploader
2018-03-06 00:03:12 +02:00
Thierry François cb123a1793 NEW Versioned Bulk Actions (Publish, Unpublish & Archive) 2018-03-02 12:33:17 +02:00
Thierry François 9e9cb46d74 FIX #168 Remove leftover firstAction 2018-03-01 10:12:19 +02:00
Thierry François b97971967f FIX js lang template and i18n js requirements path 2018-02-28 21:26:30 +02:00
Thierry François 2c40a16198 Pretty bulk manager 2018-02-27 13:49:51 +02:00
Robbie Averill 0c9b696b8d Make BulkManager injectable, add getBulkActions(), fix typos (#163)
* NEW Make BulkManager injectable, add getBulkActions() and fix some typos
* update doc block returns
2018-02-26 09:47:40 +01:00
Thierry François 569350ca66 FIX namespaced templates
put templates in their respective folders and call with full namespace
2018-02-12 16:04:09 +02:00
Thierry François 5711998ef2 API bulk action config is now on the handler itself
simplyfies bulk action management and config
2018-02-12 15:11:49 +02:00
Thierry François 1b3585e51e Update requirements 2018-02-05 16:28:09 +02:00
Thierry François 9ba6465faa Update folders and files structure 2018-02-01 09:39:12 +02:00