[commits] Horde Web Source branch master updated. 14188d6dfa14c6557be9b86c94ac74f20f3089af
Jan Schneider
jan at horde.org
Mon Mar 13 15:11:36 UTC 2017
The branch "master" has been updated.
The following is a summary of the commits.
from: 2c2931407a11eafb49bf1c5018e4dee060cea8fd
02bc483 Fix loading SyntaxHighlighter.
db3c2d5 Properly defer loading of status update script.
f3ffa76 Move jQuery loading back to "below the fold".
000997a Output on-dom-load inline scripts on the home page too.
485c5b9 Style
a6fc6b9 Remove superfluous method call.
14188d6 Use PageOutput framework to load all JS and CSS.
Summary: http://github.com/horde/horde-web/compare/2c2931407a11eafb49bf1c5018e4dee060cea8fd...14188d6dfa14c6557be9b86c94ac74f20f3089af
-----------------------------------------------------------------------
commit 02bc4831e013d89cd9751af92fdca1a75aa2184c
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 12:41:38 2017 +0100
Fix loading SyntaxHighlighter.
We use jQuery on the website, not Prototype.
app/lib/HordeWeb/Controller/Base.php | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
http://github.com/horde/horde-web/commit/02bc4831e013d89cd9751af92fdca1a75aa2184c
-----------------------------------------------------------------------
commit db3c2d5680974697483011b6d3c10dfde5d5301b
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 12:42:14 2017 +0100
Properly defer loading of status update script.
app/views/shared/sponsors.html.php | 59 ++++++++++++++++++++------------------
1 file changed, 31 insertions(+), 28 deletions(-)
http://github.com/horde/horde-web/commit/db3c2d5680974697483011b6d3c10dfde5d5301b
-----------------------------------------------------------------------
commit f3ffa76f0e7bd1465c3c83cfadffb5041f5b5424
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 12:42:44 2017 +0100
Move jQuery loading back to "below the fold".
app/views/layout/home.html.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde-web/commit/f3ffa76f0e7bd1465c3c83cfadffb5041f5b5424
-----------------------------------------------------------------------
commit 000997a114ad4fb8bcab1e25666fce8b6e84b665
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 12:45:26 2017 +0100
Output on-dom-load inline scripts on the home page too.
app/views/layout/home.html.php | 1 +
1 file changed, 1 insertion(+)
http://github.com/horde/horde-web/commit/000997a114ad4fb8bcab1e25666fce8b6e84b665
-----------------------------------------------------------------------
commit 485c5b9ab232ccabec45ab235d560530431cf481
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 13:07:23 2017 +0100
Style
app/lib/HordeWeb/Controller/Base.php | 66 ++++++++++++++++++++++++++----------
1 file changed, 48 insertions(+), 18 deletions(-)
http://github.com/horde/horde-web/commit/485c5b9ab232ccabec45ab235d560530431cf481
-----------------------------------------------------------------------
commit a6fc6b95f0ea9dad4e7c190cdf5fd52268fff399
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 14:47:28 2017 +0100
Remove superfluous method call.
app/controllers/App.php | 1 -
1 file changed, 1 deletion(-)
http://github.com/horde/horde-web/commit/a6fc6b95f0ea9dad4e7c190cdf5fd52268fff399
-----------------------------------------------------------------------
commit 14188d6dfa14c6557be9b86c94ac74f20f3089af
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 13 16:02:39 2017 +0100
Use PageOutput framework to load all JS and CSS.
app/lib/HordeWeb/Controller/Base.php | 21 +++++++++++++---
app/lib/HordeWeb/Script/File.php | 47 ++++++++++++++++++++++++++++++++++++
app/views/layout/home.html.php | 36 ++++++++++++++-------------
app/views/layout/main.html.php | 14 +++++------
4 files changed, 91 insertions(+), 27 deletions(-)
create mode 100644 app/lib/HordeWeb/Script/File.php
http://github.com/horde/horde-web/commit/14188d6dfa14c6557be9b86c94ac74f20f3089af
More information about the commits
mailing list