Commit Graph

21 Commits

Author SHA1 Message Date
Guy Sartorelli 58f3dee7af
Merge branch '4' 2023-08-15 12:12:39 +12:00
Guy Sartorelli afc42e0495
ENH Update translations
Also add to transifex
2023-03-08 16:38:10 +13:00
Guy Sartorelli dfcc4ce482
DEP Upgrade frontend build stack 2023-02-01 15:28:37 +13:00
Garion Herman 2c4587b0d9 FIX Wrap Injector transformation in DOMContentLoaded listener 2019-03-19 16:15:22 +13:00
Robbie Averill 148d5efcea Update webpack implementation and refactor JS to remove lint warnings (#179)
* Update webpack-config to more closely align with SilverStripe core modules

* Automated linting

* Remove all JS linting errors, use let/const for assignment, do not reassign callback arguments

* Rebuild dist files, remove yarn lock from build command, remove source map files
2018-08-16 15:45:17 +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 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 b97971967f FIX js lang template and i18n js requirements path 2018-02-28 21:26:30 +02:00
Thierry François 2b865a8e3b Treansifex and Build/Dist Scripts :shipit:
Finally a sensible and easy solution
2018-02-28 21:12:20 +02:00
Thierry François d4726cb5fe Clean up 🚿 2018-02-27 16:48:02 +02:00
Thierry François e185eed537 No more uploader buttons! 💥
Progress tracking wasn't possible anymore. And this forces user to use the page's save/publish buttons now. So not a bad thing...
2018-02-27 15:57:16 +02:00
Thierry François dcde5cc7e6 Move bulk uploader before the gridfield table 2018-02-27 15:14:19 +02:00
Thierry François c4ae2fdab2 Reset bulk uploader css 2018-02-27 15:08:39 +02:00
Thierry François ce6b703240 No more clear error btn 2018-02-27 14:43:29 +02:00
Thierry François b081d68b92 FIX Manager dropdown layout glitches 2018-02-27 14:29:03 +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 aa9bf472c6 API remove cancel and edit upload buttons
API remove cancel and edit btns
2018-02-22 10:15:42 +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 0ed46ea036 Move js lang file src 2018-02-05 16:10:20 +02:00
Thierry François 9ba6465faa Update folders and files structure 2018-02-01 09:39:12 +02:00