Summary | Core Ajax: autoload js libraries |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | slusarz (at) horde (dot) org |
Created | 02/08/2012 (4910 days ago) |
Due | |
Updated | 10/09/2013 (4301 days ago) |
Assigned | |
Resolved | 10/09/2013 (4301 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit ea5480e4eac80bd27d8074281099b8efee92e0da
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 9 14:20:07 2013 -0600
[mms] Add ability to load javascript via a HordeCore AJAX
response (
Request #10971).framework/Core/js/hordecore.js | 17 ++++++++++++++++-
.../lib/Horde/Core/Ajax/Response/HordeCore.php | 18 ++++++++++++++++++
framework/Core/lib/Horde/PageOutput.php | 8 +++++++-
framework/Core/package.xml | 10 ++++++----
4 files changed, 47 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/ea5480e4eac80bd27d8074281099b8efee92e0da
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ Core Ajax: autoload js libraries
Type ⇒ Enhancement
State ⇒ Assigned
libraries were requested to be added to script output and send this
list of includes to the browser. HordeCore library would determine if
the script is loaded and autoload if not.
Would prevent the need to explicitly declare all JS files on base
pages. However, not sure if/how this can work if compressing JS files.