[commits] Horde Web Source branch hordeweb_new updated. cc06a5c3d39c99f1a90a3ed8f6a9efe8f93fd655

Michael J. Rubinsky mrubinsk at horde.org
Wed Mar 23 05:13:22 UTC 2011


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

from: 5b0979f731bfcfda06ee09b2d1f8f1593e51c11e

b587cf3 Add some real text for the 3 sections.
a1c8450 the start of a somewhat useful 404 page
8dc4971 roll in legacy irc page into the community support page
2977785 spread the word
d091cd0 no need for this link any longer
304fd0e Add links to major sections in the footer as well.
c8e4a4c add a @FIXME for injecting/obtaining the matchDict from the controller properly
2890031 add crumbs generation for development section
e522272 start filling in development sections
cc06a5c add route for contact page (still needs the page though)

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

commit b587cf3bfb9f7d37dc968ed7698f09c746ac378f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 22 23:27:49 2011 -0400

    Add some real text for the 3 sections.
    
    Just a start, feel free to replace/tweak.

 app/views/Home/index.html.php |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

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

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

commit a1c8450d34a132b07ad30dfbe3b78b14c695beed
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 22 23:28:44 2011 -0400

    the start of a somewhat useful 404 page

 app/views/shared/404.html.php |   33 ++++++++++++++++++++++++++++++---
 1 files changed, 30 insertions(+), 3 deletions(-)

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

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

commit 8dc4971d1dcc16195ab2b55f52b743bc8e8013e4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 22 23:37:03 2011 -0400

    roll in legacy irc page into the community support page

 app/views/Community/support.html.php |   29 +++++++++++++++++++++++------
 1 files changed, 23 insertions(+), 6 deletions(-)

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

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

commit 29777857ef171752a315f41d2fea749ea1a33def
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 22 23:37:47 2011 -0400

    spread the word

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

http://git.horde.org/horde-web/-/commit/29777857ef171752a315f41d2fea749ea1a33def

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

commit d091cd0b928bff9bf5006e53967509cf70323160
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 22 23:41:34 2011 -0400

    no need for this link any longer

 app/views/Community/support.html.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit 304fd0eb866aa9fbc0d7784aa6789a6f1ace2f39
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 23 01:09:11 2011 -0400

    Add links to major sections in the footer as well.
    
    After working with the site for a while, it's obvious these are needed.
    It's frustrating not being able to jump from one section to another from
    the internal pages.

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

http://git.horde.org/horde-web/-/commit/304fd0eb866aa9fbc0d7784aa6789a6f1ace2f39

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

commit c8e4a4cfd1ac66db193e3dfa43c2433f55c88199
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 23 01:10:29 2011 -0400

    add a @FIXME for injecting/obtaining the matchDict from the controller properly

 app/lib/HordeWeb/Controller/Base.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 289003154bf23e7c4305274d8027ba5bd5fc9b83
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 23 01:11:06 2011 -0400

    add crumbs generation for development section

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

http://git.horde.org/horde-web/-/commit/289003154bf23e7c4305274d8027ba5bd5fc9b83

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

commit e522272f43bb1630ee569bcfb50b43d3c25b993a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 23 01:12:04 2011 -0400

    start filling in development sections

 app/controllers/Development.php           |   12 +++-
 app/views/Development/contribute.html.php |   94 +++++++++++++++++++++++++++++
 app/views/Development/index.html.php      |   35 ++++++++++-
 app/views/shared/developmentnav.html.php  |   13 ++--
 4 files changed, 142 insertions(+), 12 deletions(-)
 create mode 100644 app/views/Development/contribute.html.php

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

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

commit cc06a5c3d39c99f1a90a3ed8f6a9efe8f93fd655
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Mar 23 01:12:16 2011 -0400

    add route for contact page (still needs the page though)

 dispatch.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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




More information about the commits mailing list