ORIENT/modules/backend/widgets
Rachasak Ragkamnerd 70cd444f8a Added support for 'cache' attribute to addJs() to disable CF RocketLoader (#4092)
Credit to @itpcc 

Due to CloudFlare Rocket Loader, CF will automatically try to optimize page loading speed by changing script type attribute. This breaks the script execution order and makes the user unable to upload the file(s) in the backend using "FileUpload" widget.

However, [CloudFlare allows adding "data-cfasync"](https://support.cloudflare.com/hc/en-us/articles/200169436-How-can-I-have-Rocket-Loader-ignore-specific-JavaScripts-) to prevent this. And it was used in the [commit #3841](https://github.com/octobercms/october/pull/3841/files).
2019-04-16 20:27:13 -06:00
..
filter/partials Do not hardcode handler name (#4235) 2019-04-05 09:23:50 -06:00
form Added support for min, max, and step for the number field type 2019-01-18 18:14:25 -06:00
lists Allow list configs to add class to head row cell (#4207) 2019-03-25 13:37:32 -06:00
mediamanager Recompile assets 2019-01-15 13:35:12 -06:00
reportcontainer Merge pull request #3965 from ayumihamsaki2/master 2019-03-29 01:04:16 +11:00
search/partials Fix issue where the clear search button would submit a form if the search widget is within an HTML form 2018-12-28 11:51:51 -06:00
table Datatable dropdown usability tweaks (#3980) 2018-12-16 09:30:23 -06:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Fix the filter options being escaped twice (#4032) 2019-01-03 14:04:26 -06:00
Form.php Added support for 'cache' attribute to addJs() to disable CF RocketLoader (#4092) 2019-04-16 20:27:13 -06:00
Lists.php Redirect user to last available page in list widget if current page is unavailable (#4020) 2018-12-30 12:49:42 -06:00
MediaManager.php Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11:00
ReportContainer.php Merge pull request #3965 from ayumihamsaki2/master 2019-03-29 01:04:16 +11:00
Search.php Extract child instructions 2018-08-15 19:25:42 +02:00
Table.php Allow datatables to work within a repeater (#4102) 2019-02-04 12:50:40 -06:00
Toolbar.php {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00