[commits] Horde Web Source branch master updated. b0e8d996a13e512d4fedc21f37a20fbb02d4fd3e

Michael J. Rubinsky mrubinsk at horde.org
Wed May 4 14:58:02 UTC 2011


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

from: 879159ab5b1723de85af67eb2064714f6c1f2f23

4a5b43d Attempt at improving the download/app list page for Horde 4.
4e77c4a Can't map the route this way, work around it.
8a21560 rename link in the footer as well
b2b3bc8 Fix link generation for the Horde INSTALL doc
d26cbf8 Add download links after app name on Application page.
b0e8d99 The main application listing page doesn't have a $this->appnameHuman value

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

commit 4a5b43deb2689b3b524b4a54b15322d28f2d58d0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 4 02:56:53 2011 -0400

    Attempt at improving the download/app list page for Horde 4.

 app/controllers/App.php          |    5 +-
 app/controllers/Download.php     |    2 +-
 app/lib/HordeWeb/Utils.php       |   11 +++
 app/views/App/horde3.html.php    |  178 ++++++++++++++++++++++++++++++++++++++
 app/views/App/index.html.php     |  123 +++++++++++++++------------
 app/views/Download/app.html.php  |    1 -
 app/views/shared/appnav.html.php |   18 ++++
 app/views/shared/banner.html.php |    2 +-
 config/versions.php              |  112 +++++++++++++++++++++++-
 css/horde.css                    |    4 +
 dispatch.php                     |    3 +-
 11 files changed, 398 insertions(+), 61 deletions(-)
 create mode 100644 app/views/App/horde3.html.php
 create mode 100644 app/views/shared/appnav.html.php

http://git.horde.org/horde-web/-/commit/4a5b43deb2689b3b524b4a54b15322d28f2d58d0

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

commit 4e77c4a5d654d9410b5d20ab8d0b6dfc862d0b7a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 4 10:23:34 2011 -0400

    Can't map the route this way, work around it.
    
    This is due to the same limitation/bug in Horde_Routes as ee95141953dc0605d942
    
    This time, it manifested itself as the Application link pointing to the h3 page
    if on the h3 page.

 app/controllers/App.php          |    9 ++++++---
 app/views/App/index.html.php     |    2 +-
 app/views/shared/banner.html.php |    2 +-
 css/horde.css                    |    2 +-
 dispatch.php                     |    1 -
 5 files changed, 9 insertions(+), 7 deletions(-)

http://git.horde.org/horde-web/-/commit/4e77c4a5d654d9410b5d20ab8d0b6dfc862d0b7a

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

commit 8a215607c58c8c31028cd6b476015692651e1df9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 4 10:26:53 2011 -0400

    rename link in the footer as well

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

http://git.horde.org/horde-web/-/commit/8a215607c58c8c31028cd6b476015692651e1df9

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

commit b2b3bc80768cb213bcbe93bb274e63d40e605b92
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 4 10:33:32 2011 -0400

    Fix link generation for the Horde INSTALL doc

 app/views/App/index.html.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit d26cbf8f2725b42d9d4891f7e372cde38047c577
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 4 10:52:05 2011 -0400

    Add download links after app name on Application page.
    
    Still seems confusing to me, since H4 apps don't really have a download, but
    I think this is still an improvement to what we had.

 app/lib/HordeWeb/Utils.php   |    7 +++++++
 app/views/App/index.html.php |   42 ++++++++++++++++++++++++++++++++++--------
 css/horde.css                |    4 ++++
 3 files changed, 45 insertions(+), 8 deletions(-)

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

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

commit b0e8d996a13e512d4fedc21f37a20fbb02d4fd3e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 4 10:54:58 2011 -0400

    The main application listing page doesn't have a $this->appnameHuman value

 app/controllers/App.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

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




More information about the commits mailing list