[commits] Horde Web Source branch master updated. 1f63176a6e237de5e752ce4147a9aa095a6be78f

Jan Schneider jan at horde.org
Fri Sep 16 14:22:23 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 8eaede1344aba3afe64e61de0a2b92108b157028

eeb557b Fix caching.
b8d0f36 Include library summary.
ca11a6c Always +1 the home page.
1f63176 Components -> Libraries

-----------------------------------------------------------------------

commit eeb557b0ca77527c2ff40b95405959ed7d9f935a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 16 15:33:55 2011 +0200

    Fix caching.

 app/lib/HordeWeb/Utils/Components.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-web/-/commit/eeb557b0ca77527c2ff40b95405959ed7d9f935a

-----------------------------------------------------------------------

commit b8d0f36ca5682b15d1bc03e2ad1b5c670ad1b323
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 16 15:45:11 2011 +0200

    Include library summary.

 app/views/Component/component.html.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-web/-/commit/b8d0f36ca5682b15d1bc03e2ad1b5c670ad1b323

-----------------------------------------------------------------------

commit ca11a6c441558d6cdd664afeb886715f96c8a360
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 16 16:16:18 2011 +0200

    Always +1 the home page.

 app/views/shared/sponsors.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-web/-/commit/ca11a6c441558d6cdd664afeb886715f96c8a360

-----------------------------------------------------------------------

commit 1f63176a6e237de5e752ce4147a9aa095a6be78f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 16 16:22:13 2011 +0200

    Components -> Libraries

 app/controllers/Component.php                |  114 ------------------
 app/controllers/Library.php                  |  114 ++++++++++++++++++
 app/lib/HordeWeb/Utils.php                   |   12 +-
 app/lib/HordeWeb/Utils/Components.php        |  161 --------------------------
 app/lib/HordeWeb/Utils/Libraries.php         |  161 ++++++++++++++++++++++++++
 app/views/Community/index.html.php           |    4 +-
 app/views/Component/component.html.php       |   37 ------
 app/views/Component/download.html.php        |   46 --------
 app/views/Component/index.html.php           |   64 ----------
 app/views/Development/index.html.php         |    2 +-
 app/views/Library/download.html.php          |   46 ++++++++
 app/views/Library/index.html.php             |   64 ++++++++++
 app/views/Library/library.html.php           |   37 ++++++
 app/views/shared/compnav.html.php            |    7 -
 app/views/shared/componentsList.html.php     |    9 --
 app/views/shared/componentsListMenu.html.php |    6 -
 app/views/shared/developmentnav.html.php     |    2 +-
 app/views/shared/libnav.html.php             |    7 +
 app/views/shared/librariesList.html.php      |    9 ++
 app/views/shared/librariesListMenu.html.php  |    6 +
 config/routes.php                            |    8 +-
 21 files changed, 458 insertions(+), 458 deletions(-)
 delete mode 100644 app/controllers/Component.php
 create mode 100644 app/controllers/Library.php
 delete mode 100644 app/lib/HordeWeb/Utils/Components.php
 create mode 100644 app/lib/HordeWeb/Utils/Libraries.php
 delete mode 100644 app/views/Component/component.html.php
 delete mode 100644 app/views/Component/download.html.php
 delete mode 100644 app/views/Component/index.html.php
 create mode 100644 app/views/Library/download.html.php
 create mode 100644 app/views/Library/index.html.php
 create mode 100644 app/views/Library/library.html.php
 delete mode 100644 app/views/shared/compnav.html.php
 delete mode 100644 app/views/shared/componentsList.html.php
 delete mode 100644 app/views/shared/componentsListMenu.html.php
 create mode 100644 app/views/shared/libnav.html.php
 create mode 100644 app/views/shared/librariesList.html.php
 create mode 100644 app/views/shared/librariesListMenu.html.php

http://git.horde.org/horde-web/-/commit/1f63176a6e237de5e752ce4147a9aa095a6be78f




More information about the commits mailing list