[commits] Horde Web Source branch master updated. 3e3e527606ce9182aaf4f5644a41a4ced166b4a5
Jan Schneider
jan at horde.org
Thu Apr 21 11:48:50 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 89f26ad74a8c36ed774a792e7a1581ad46c67d0c
f196d6a Use general .sidebar class name for ULs.
f2c95db Add on-demand TOC generator.
55bbfcb <script> belongs into the body.
1077020 Fix banner.
ecbcfe4 Fix a tag.
484182b Add sponsor links, fix donate button.
c2c11e2 Fix empty SPANs in banners.
1936ad7 Add TOCs to Git and applications pages.
3e3e527 Add TOC here too.
-----------------------------------------------------------------------
commit f196d6a60a14bc9bddb407cb25b229c083705da8
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:20:04 2011 +0200
Use general .sidebar class name for ULs.
app/views/App/app.html.php | 2 +-
app/views/shared/releasedAppsList.html.php | 2 +-
css/horde.css | 4 +++-
3 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-web/-/commit/f196d6a60a14bc9bddb407cb25b229c083705da8
-----------------------------------------------------------------------
commit f2c95db82deeae2fa362971d72d5dbfc60f8def8
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:21:21 2011 +0200
Add on-demand TOC generator.
app/views/layout/main.html.php | 1 +
app/views/shared/toc.html.php | 3 ++
css/horde.css | 6 ++++-
js/toc.js | 46 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 1 deletions(-)
create mode 100644 app/views/shared/toc.html.php
create mode 100644 js/toc.js
http://git.horde.org/horde-web/-/commit/f2c95db82deeae2fa362971d72d5dbfc60f8def8
-----------------------------------------------------------------------
commit 55bbfcb9a14f400c9ebbf910c41c6108096e2670
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:30:37 2011 +0200
<script> belongs into the body.
app/views/layout/main.html.php | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
http://git.horde.org/horde-web/-/commit/55bbfcb9a14f400c9ebbf910c41c6108096e2670
-----------------------------------------------------------------------
commit 1077020636f1ba3a1728b00df812b7a20eb18307
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:41:12 2011 +0200
Fix banner.
app/views/Community/team.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-web/-/commit/1077020636f1ba3a1728b00df812b7a20eb18307
-----------------------------------------------------------------------
commit ecbcfe48cf711e9a04d9a05636820b0d4181df85
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:41:45 2011 +0200
Fix a tag.
app/views/shared/authors/Michael_Rubinsky.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-web/-/commit/ecbcfe48cf711e9a04d9a05636820b0d4181df85
-----------------------------------------------------------------------
commit 484182b99d43da3aba7e4ffbe5ba9e9808498496
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:42:04 2011 +0200
Add sponsor links, fix donate button.
app/views/shared/sponsors.html.php | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
http://git.horde.org/horde-web/-/commit/484182b99d43da3aba7e4ffbe5ba9e9808498496
-----------------------------------------------------------------------
commit c2c11e239436da3a8bd906fe5e19317103412094
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:44:41 2011 +0200
Fix empty SPANs in banners.
app/views/App/index.html.php | 10 +++++-----
app/views/Community/documentation.html.php | 2 +-
app/views/Community/index.html.php | 2 +-
app/views/Community/localization.html.php | 2 +-
app/views/Community/mail.html.php | 6 +++---
app/views/Community/papers.html.php | 2 +-
app/views/Community/support.html.php | 4 ++--
app/views/Community/team.html.php | 2 +-
app/views/Development/contribute.html.php | 2 +-
app/views/Development/cvs.html.php | 8 ++++----
app/views/Development/documentation.html.php | 2 +-
app/views/Development/git.html.php | 6 +++---
app/views/Development/index.html.php | 2 +-
app/views/Development/licenses.html.php | 2 +-
app/views/Development/modules.html.php | 2 +-
app/views/Development/versions.html.php | 2 +-
app/views/Download/app.html.php | 2 +-
app/views/Home/contactus.html.php | 2 +-
app/views/Home/index.html.php | 4 ++--
app/views/Home/thanks.html.php | 2 +-
app/views/Licenses/apache.html.php | 2 +-
app/views/Licenses/bsd.html.php | 2 +-
app/views/Licenses/gpl.html.php | 2 +-
app/views/Licenses/index.html.php | 2 +-
app/views/Licenses/lgpl.html.php | 2 +-
app/views/Services/index.html.php | 2 +-
app/views/Support/index.html.php | 4 ++--
app/views/partials/_appbreadcrumb.html.php | 2 +-
app/views/shared/404.html.php | 2 +-
app/views/shared/410.html.php | 2 +-
30 files changed, 44 insertions(+), 44 deletions(-)
http://git.horde.org/horde-web/-/commit/c2c11e239436da3a8bd906fe5e19317103412094
-----------------------------------------------------------------------
commit 1936ad757c9c35d40d9454e70c0bee11f4b4b6a7
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:45:37 2011 +0200
Add TOCs to Git and applications pages.
app/views/App/index.html.php | 1 +
app/views/Development/git.html.php | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-web/-/commit/1936ad757c9c35d40d9454e70c0bee11f4b4b6a7
-----------------------------------------------------------------------
commit 3e3e527606ce9182aaf4f5644a41a4ced166b4a5
Author: Jan Schneider <jan at horde.org>
Date: Thu Apr 21 13:46:48 2011 +0200
Add TOC here too.
app/views/Development/cvs.html.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-web/-/commit/3e3e527606ce9182aaf4f5644a41a4ced166b4a5
More information about the commits
mailing list