[commits] Horde Web Source branch hordeweb_new updated. b0df35ec9d529bb9bc3504540dcfa4c9b3bc5328

Michael J. Rubinsky mrubinsk at horde.org
Mon Feb 14 22:01:57 UTC 2011


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

from: 7dfe721293e547b878a8c9adedfd409b895f55ee

c1ff6aa Pull out the nav/banner and the footer to a partial view
ca14138 update main.html.php layout file.
277cbd9 pull out some more items into partials.
eec76ce Randomize quotes
b0df35e ws

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

commit c1ff6aa0b49d3278c035c13e3afe81da5b842b3c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 14:33:14 2011 -0500

    Pull out the nav/banner and the footer to a partial view

 app/views/Home/index.html.php     |   14 --------------
 app/views/layout/home.html.php    |    9 +++++++--
 app/views/shared/_banner.html.php |   10 ++++++++++
 3 files changed, 17 insertions(+), 16 deletions(-)
 create mode 100644 app/views/shared/_banner.html.php

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

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

commit ca14138dfd2c562c723d038039e8f3807415c4aa
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 14:36:26 2011 -0500

    update main.html.php layout file.
    
    Only difference between main and home layouts for now is that main
    contains no javascript. Might just roll the two together in the future if
    it makes sense.

 app/views/layout/main.html.php |  282 ++--------------------------------------
 1 files changed, 10 insertions(+), 272 deletions(-)

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

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

commit 277cbd9eb52f3d1e51d0f1525aa1300571194c63
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 14:45:07 2011 -0500

    pull out some more items into partials.
    
    quotes, contact info, sponsor info

 app/views/Home/index.html.php         |   14 +-------------
 app/views/partials/_contact.html.php  |   13 +++++++++++++
 app/views/partials/_quotes.html.php   |    5 +++++
 app/views/partials/_sponsors.html.php |   11 +++++++++++
 app/views/shared/_footer.html.php     |   20 ++------------------
 5 files changed, 32 insertions(+), 31 deletions(-)
 create mode 100644 app/views/partials/_contact.html.php
 create mode 100644 app/views/partials/_quotes.html.php
 create mode 100644 app/views/partials/_sponsors.html.php

http://git.horde.org/horde-web/-/commit/277cbd9eb52f3d1e51d0f1525aa1300571194c63

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

commit eec76ce83b1b3bbddb5238b8ee84b498caf43070
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 17:00:29 2011 -0500

    Randomize quotes

 app/controllers/Home.php            |    1 +
 app/lib/HordeWeb/Utils.php          |   18 ++++++++++
 app/views/layout/home.html.php      |    2 +-
 app/views/partials/_quotes.html.php |    4 +-
 app/views/shared/_footer.html.php   |    2 +-
 config/quotes.php                   |   64 +++++++++++++++++++++++++++++++++++
 6 files changed, 87 insertions(+), 4 deletions(-)
 create mode 100644 app/lib/HordeWeb/Utils.php
 create mode 100644 config/quotes.php

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

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

commit b0df35ec9d529bb9bc3504540dcfa4c9b3bc5328
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 17:01:24 2011 -0500

    ws

 app/controllers/Home.php          |   14 +++++++-------
 app/lib/HordeWeb/Utils.php        |    4 ++--
 app/views/Home/index.html.php     |    6 +++---
 app/views/layout/home.html.php    |    2 +-
 app/views/shared/_footer.html.php |    2 +-
 config/quotes.php                 |    4 ++--
 js/informer.js                    |    8 ++++----
 7 files changed, 20 insertions(+), 20 deletions(-)

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




More information about the commits mailing list