[commits] Horde Web Source branch hordeweb_new updated. d1ff73cd513b725e4f1de114ddcd7ff4c572b900

Michael J. Rubinsky mrubinsk at horde.org
Mon Feb 14 17:48:51 UTC 2011


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

from: 9852543dd7e12d2fd2e8f7ff1878248bc4e2c305

3303963 Initial app structure for mvc style layout
7174b5a Add *.dist config file
577cc19 Add lighttpd config file (probably mostly for me), and fix typo
185a27f Start splitting up the home page content into layout and views
33cbef2 break out footer into a shared/partial
69a032e Add .htaccess to route everything through index.php
2050186 Better yet, rename file to dispatch.php
d1ff73c add some local stuff, config files to ignore file

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

commit 3303963fedbbae1376da619f0b1ca344fd5c0c5c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 12:06:37 2011 -0500

    Initial app structure for mvc style layout

 app/controllers/Home.php             |   59 ++++++++++++++++++++++++++++++++++
 app/lib/HordeWeb/Binder/View.php     |   29 ++++++++++++++++
 app/lib/HordeWeb/Controller/Base.php |   50 ++++++++++++++++++++++++++++
 app/lib/base.php                     |   22 ++++++++++++
 app/views/Home/index.html.php        |    1 +
 5 files changed, 161 insertions(+), 0 deletions(-)
 create mode 100644 app/controllers/Home.php
 create mode 100644 app/lib/HordeWeb/Binder/View.php
 create mode 100644 app/lib/HordeWeb/Controller/Base.php
 create mode 100644 app/lib/base.php
 create mode 100644 app/views/Home/index.html.php
 create mode 100644 app/views/layout/main.html.php

http://git.horde.org/horde-web/-/commit/3303963fedbbae1376da619f0b1ca344fd5c0c5c

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

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

    Add *.dist config file

 config/conf.php.dist |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 config/conf.php.dist

http://git.horde.org/horde-web/-/commit/7174b5a481a95c78cf5a84576916e2d3de3d5c2a

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

commit 577cc19b90e91335beed86776e4c063908571c30
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 12:19:44 2011 -0500

    Add lighttpd config file (probably mostly for me), and fix typo

 app/lib/base.php          |    2 +-
 config/lighttpd.conf.dist |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)
 create mode 100644 config/lighttpd.conf.dist

http://git.horde.org/horde-web/-/commit/577cc19b90e91335beed86776e4c063908571c30

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

commit 185a27f310716a873121e59ea96209c545fb8ed3
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 12:38:57 2011 -0500

    Start splitting up the home page content into layout and views

 app/controllers/Home.php       |    2 +-
 app/views/Home/index.html.php  |  287 +++++++++++++++++++++++++++++++++++++++-
 app/views/layout/home.html.php |   25 ++++
 app/views/layout/main.html.php |  281 +++++++++++++++++++++++++++++++++++++++
 index.php                      |   27 ++++
 5 files changed, 620 insertions(+), 2 deletions(-)
 create mode 100644 app/views/layout/home.html.php
 create mode 100644 index.php

http://git.horde.org/horde-web/-/commit/185a27f310716a873121e59ea96209c545fb8ed3

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

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

    break out footer into a shared/partial

 app/views/Home/index.html.php     |   45 ++----------------------------------
 app/views/shared/_footer.html.php |   43 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 42 deletions(-)
 create mode 100644 app/views/shared/_footer.html.php

http://git.horde.org/horde-web/-/commit/33cbef289f9de6b04c76621e8a7b8361a5facf4b

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

commit 69a032e2d6d403b5770d22a331359a050d6bc442
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 12:45:21 2011 -0500

    Add .htaccess to route everything through index.php

 .htaccess |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 .htaccess

http://git.horde.org/horde-web/-/commit/69a032e2d6d403b5770d22a331359a050d6bc442

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

commit 20501869feef0dc8ecf9c1f879eaef31c87b6af4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 12:47:40 2011 -0500

    Better yet, rename file to dispatch.php

 .htaccess                 |    2 +-
 config/lighttpd.conf.dist |    4 ++--
 dispatch.php              |   27 +++++++++++++++++++++++++++
 index.php                 |   27 ---------------------------
 4 files changed, 30 insertions(+), 30 deletions(-)
 create mode 100644 dispatch.php
 delete mode 100644 index.php

http://git.horde.org/horde-web/-/commit/20501869feef0dc8ecf9c1f879eaef31c87b6af4

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

commit d1ff73cd513b725e4f1de114ddcd7ff4c572b900
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Feb 14 12:48:21 2011 -0500

    add some local stuff, config files to ignore file

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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




More information about the commits mailing list