ORIENT/modules/system
Luke Towers 37a735c8ed Process JS API requests through the document
Process JS API requests ($.request(handler, options)) through the document object instead of a non-existent form element. The form element was originally added because the framework only supported requests made from within a form
```
[22:08:12] spunky:	The $triggerEl was implemented because previously it was just $form
[22:08:24] spunky: For data-requests without a form, these events were being ignored
[22:08:31] spunky:	So as a workaround I implemented $triggerEl
```
As this is no longer the case, any JS API requests will now be made through the document element instead to support listening to events (such as ajaxSetup) even when there is no real attached element to trigger them on.
2017-02-06 10:36:57 -06:00
..
assets Process JS API requests through the document 2017-02-06 10:36:57 -06:00
behaviors Access settings using "dot" syntax (#2363) 2016-09-20 07:25:47 +10:00
classes Added a $force flag to bootAll and registerAll method for unit tests 2017-02-05 07:09:27 +11:00
console Allow combine scss files from command. 2016-11-16 20:09:46 +01:00
controllers Translate ‘plugin not found’ phrase (#2538) 2016-12-10 13:24:26 +11:00
database Code clean up from #2562 2017-01-13 06:15:59 +11:00
helpers Datepicker can use an expressed date for default value 2016-08-13 11:29:01 +10:00
lang New translation keys for french 2017-01-30 15:38:03 +04:00
models Change the codeeditor language to html 2016-11-30 15:50:44 +01:00
partials Reshuffle the base color scheme again 2016-05-12 04:33:01 +10:00
reportwidgets Parameters -> Parameter 2016-05-31 08:17:48 +10:00
traits Minor fixes #2580 2017-01-08 10:26:06 +11:00
twig Radical reorg of some classes 2015-01-28 11:49:54 +11:00
views Minor styling fix to exception page. 2016-08-11 06:50:09 +10:00
ServiceProvider.php Fix exception message, remove some unneded imports. 2016-12-07 21:33:05 +01:00
aliases.php Introduce new Cms helper 2016-08-20 14:43:49 +10:00
composer.json Remove dependency for NIH method 2016-11-08 08:21:29 +11:00
providers.php Implement ArgonServiceProvider for detect locale 2016-04-28 17:58:35 +10:00
routes.php Cleanup 2015-01-03 12:41:23 +01:00