stable

Clone or download

Read-only

Merge 'gerrit #6264' into stable/master

* commit '0677fe9': request #9299 combine with hash Change-Id: Id9ea30359b280fbba987ecaaa060fd3ef066fc6a

Modified Files

Name
M .gitignore +2 −2 Go to diff View file
M gulpfile.js +26 −5 Go to diff View file
M package.json +4 −2 Go to diff View file
M plugins/agiledashboard/gulpfile.js +22 −14 Go to diff View file
M plugins/agiledashboard/package.json +3 −1 Go to diff View file
M plugins/cardwall/gulpfile.js +23 −15 Go to diff View file
M plugins/cardwall/package.json +3 −1 Go to diff View file
M plugins/docman/gulpfile.js +22 −13 Go to diff View file
M plugins/docman/package.json +3 −1 Go to diff View file
M plugins/graphontrackersv5/gulpfile.js +22 −14 Go to diff View file
M plugins/graphontrackersv5/package.json +3 −1 Go to diff View file
M plugins/tracker/gulpfile.js +44 −36 Go to diff View file
M plugins/tracker/package.json +3 −1 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
A src/common/layout/IncludeAssets.php +68 −0 Go to diff View file
A src/common/layout/IncludeAssetsException.php +25 −0 Go to diff View file
M src/common/layout/Layout.class.php +11 −2 Go to diff View file
M src/common/plugin/Plugin.class.php +6 −12 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +3 −2 Go to diff View file