The branch "hordeweb_new" has been updated. The following is a summary of the commits.
from: d019ccad676aa7af04cad8cc1d550737db24e97b a2b555d This is more of a shared template, not a partial d50efdc hookup download link on app page 2cc4907 initial screenshot framework e2ec773 Fix alt text for main teasers a6cd8ab Various: 40e2bf8 Template friendly author names for the rest of us 7f6c36d Add caching for the feeds ffcbfe8 Add wireframe pages for development and services, tweak controller logic 7d32b4f Remove unused variable 68e9496 some more application page changes ----------------------------------------------------------------------- commit a2b555d2c653eb59e33adc4da9e4f8a3cd169a27 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 11:13:34 2011 -0500 This is more of a shared template, not a partial app/views/partials/_appnav.html.php | 10 ---------- app/views/shared/_appnav.html.php | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 app/views/partials/_appnav.html.php create mode 100644 app/views/shared/_appnav.html.php http://git.horde.org/horde-web/-/commit/a2b555d2c653eb59e33adc4da9e4f8a3cd169a27 ----------------------------------------------------------------------- commit d50efdc1cb1d33b0d5da60582698be26834751ca Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 11:21:26 2011 -0500 hookup download link on app page app/views/shared/_appnav.html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-web/-/commit/d50efdc1cb1d33b0d5da60582698be26834751ca ----------------------------------------------------------------------- commit 2cc490730ffbe701b31e79e86866aad4d8079b62 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 13:32:45 2011 -0500 initial screenshot framework app/controllers/App.php | 14 +++ app/controllers/Screenshot.php | 128 ++++++++++++++++++++++++ app/lib/HordeWeb/Utils.php | 10 ++ app/views/App/apps/ansel/_screenshots.html.php | 104 +++++++++++++++++++ app/views/App/screenshots.html.php | 12 ++ css/horde.css | 10 ++- dispatch.php | 2 + 7 files changed, 279 insertions(+), 1 deletions(-) create mode 100644 app/controllers/Screenshot.php create mode 100644 app/views/App/apps/ansel/_screenshots.html.php create mode 100644 app/views/App/screenshots.html.php http://git.horde.org/horde-web/-/commit/2cc490730ffbe701b31e79e86866aad4d8079b62 ----------------------------------------------------------------------- commit e2ec7734eba353bdea4463aefe0d2af83c08b8f3 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 13:38:15 2011 -0500 Fix alt text for main teasers app/views/Home/index.html.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-web/-/commit/e2ec7734eba353bdea4463aefe0d2af83c08b8f3 ----------------------------------------------------------------------- commit a6cd8abf9639c1251bde050fcedebe7bbf752788 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 15:41:04 2011 -0500 Various: clean up partials/share templates add author files show generic 404 message if we don't match a route, have an unknown app etc... d app/controllers/App.php | 29 +++- app/controllers/Community.php | 55 ++++++ app/controllers/Home.php | 2 + app/lib/HordeWeb/Controller/Base.php | 10 + app/views/App/app.html.php | 19 ++ app/views/App/apps/ansel/_ansel.html.php | 47 ----- app/views/App/apps/ansel/_authors.html.php | 4 - app/views/App/apps/ansel/_screenshots.html.php | 104 ---------- app/views/App/apps/ansel/ansel.html.php | 47 +++++ app/views/App/apps/ansel/appauthors.html.php | 4 + app/views/App/apps/ansel/appscreenshots.html.php | 104 ++++++++++ app/views/App/authors.html.php | 4 +- app/views/App/docs.html.php | 2 +- app/views/App/index.html.php | 187 +++++++++++++++++-- app/views/App/screenshots.html.php | 4 +- app/views/Community/index.html.php | 58 ++++++ app/views/Download/app.html.php | 2 +- app/views/Download/index.html.php | 2 +- app/views/Home/index.html.php | 6 +- app/views/layout/home.html.php | 4 +- app/views/layout/main.html.php | 4 +- app/views/partials/_contact.html.php | 13 -- app/views/partials/_quotes.html.php | 5 - app/views/partials/_releasedAppsList.html.php | 6 - app/views/partials/_slides.html.php | 23 --- app/views/partials/_sponsors.html.php | 11 - app/views/shared/404.html.php | 9 + app/views/shared/_appnav.html.php | 10 - app/views/shared/_banner.html.php | 10 - app/views/shared/_footer.html.php | 27 --- app/views/shared/_informer.html.php | 9 - app/views/shared/appnav.html.php | 10 + app/views/shared/authors/Anil.Madhavapeddy.html | 12 ++ app/views/shared/authors/Ben.Klang.html.php | 8 + app/views/shared/authors/Brent.Nordquist.html.php | 13 ++ app/views/shared/authors/Chuck_Hagenbuch.html.php | 13 ++ app/views/shared/authors/Eric.Rostetter.html.php | 10 + app/views/shared/authors/Gunnar.Wrobel.html.php | 9 + app/views/shared/authors/Ivan.Moore.html | 9 + app/views/shared/authors/Jan_Schneider.html.php | 16 ++ app/views/shared/authors/Jon.Parise.html | 14 ++ app/views/shared/authors/Marcus.Ryan.html | 11 + app/views/shared/authors/Matt.Selsky.html | 6 + app/views/shared/authors/Michael.Slusarz.html | 8 + app/views/shared/authors/Michael_Rubinsky.html.php | 11 + app/views/shared/authors/Mike.Hardy.html | 19 ++ app/views/shared/authors/Rich.Lafferty.html | 12 ++ app/views/shared/authors/_Chuck_Hagenbuch.html.php | 13 -- app/views/shared/authors/_Jan_Schneider.html.php | 16 -- app/views/shared/authors/_Michael_Rubinsky.html.php | 11 - app/views/shared/banner.html.php | 10 + app/views/shared/communitynav.html.php | 5 + app/views/shared/contact.html.php | 13 ++ app/views/shared/footer.html.php | 27 +++ app/views/shared/informer.html.php | 9 + app/views/shared/quotes.html.php | 5 + app/views/shared/releasedAppsList.html.php | 6 + app/views/shared/slides.html.php | 23 +++ app/views/shared/sponsors.html.php | 11 + css/horde.css | 26 ++- dispatch.php | 18 ++- 61 files changed, 843 insertions(+), 352 deletions(-) create mode 100644 app/controllers/Community.php create mode 100644 app/views/App/app.html.php delete mode 100644 app/views/App/apps/ansel/_ansel.html.php delete mode 100644 app/views/App/apps/ansel/_authors.html.php delete mode 100644 app/views/App/apps/ansel/_screenshots.html.php create mode 100644 app/views/App/apps/ansel/ansel.html.php create mode 100644 app/views/App/apps/ansel/appauthors.html.php create mode 100644 app/views/App/apps/ansel/appscreenshots.html.php create mode 100644 app/views/Community/index.html.php delete mode 100644 app/views/partials/_contact.html.php delete mode 100644 app/views/partials/_quotes.html.php delete mode 100644 app/views/partials/_releasedAppsList.html.php delete mode 100644 app/views/partials/_slides.html.php delete mode 100644 app/views/partials/_sponsors.html.php create mode 100644 app/views/shared/404.html.php delete mode 100644 app/views/shared/_appnav.html.php delete mode 100644 app/views/shared/_banner.html.php delete mode 100644 app/views/shared/_footer.html.php delete mode 100644 app/views/shared/_informer.html.php create mode 100644 app/views/shared/appnav.html.php create mode 100644 app/views/shared/authors/Anil.Madhavapeddy.html create mode 100644 app/views/shared/authors/Ben.Klang.html.php create mode 100644 app/views/shared/authors/Brent.Nordquist.html.php create mode 100644 app/views/shared/authors/Chuck_Hagenbuch.html.php create mode 100644 app/views/shared/authors/Eric.Rostetter.html.php create mode 100644 app/views/shared/authors/Gunnar.Wrobel.html.php create mode 100644 app/views/shared/authors/Ivan.Moore.html create mode 100644 app/views/shared/authors/Jan_Schneider.html.php create mode 100644 app/views/shared/authors/Jon.Parise.html create mode 100644 app/views/shared/authors/Marcus.Ryan.html create mode 100644 app/views/shared/authors/Matt.Selsky.html create mode 100644 app/views/shared/authors/Michael.Slusarz.html create mode 100644 app/views/shared/authors/Michael_Rubinsky.html.php create mode 100644 app/views/shared/authors/Mike.Hardy.html create mode 100644 app/views/shared/authors/Rich.Lafferty.html delete mode 100644 app/views/shared/authors/_Chuck_Hagenbuch.html.php delete mode 100644 app/views/shared/authors/_Jan_Schneider.html.php delete mode 100644 app/views/shared/authors/_Michael_Rubinsky.html.php create mode 100644 app/views/shared/banner.html.php create mode 100644 app/views/shared/communitynav.html.php create mode 100644 app/views/shared/contact.html.php create mode 100644 app/views/shared/footer.html.php create mode 100644 app/views/shared/informer.html.php create mode 100644 app/views/shared/quotes.html.php create mode 100644 app/views/shared/releasedAppsList.html.php create mode 100644 app/views/shared/slides.html.php create mode 100644 app/views/shared/sponsors.html.php http://git.horde.org/horde-web/-/commit/a6cd8abf9639c1251bde050fcedebe7bbf752788 ----------------------------------------------------------------------- commit 40e2bf8ab0884e31cec9694649dfce72b9e2948f Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 15:46:17 2011 -0500 Template friendly author names for the rest of us app/views/shared/authors/Anil.Madhavapeddy.html | 12 ------------ app/views/shared/authors/Anil_Madhavapeddy.html.php | 12 ++++++++++++ app/views/shared/authors/Ben.Klang.html.php | 8 -------- app/views/shared/authors/Ben_Klang.html.php | 8 ++++++++ app/views/shared/authors/Brent.Nordquist.html.php | 13 ------------- app/views/shared/authors/Brent_Nordquist.html.php | 13 +++++++++++++ app/views/shared/authors/Eric.Rostetter.html.php | 10 ---------- app/views/shared/authors/Eric_Rostetter.html.php | 10 ++++++++++ app/views/shared/authors/Gunnar.Wrobel.html.php | 9 --------- app/views/shared/authors/Gunnar_Wrobel.html.php | 9 +++++++++ app/views/shared/authors/Ivan.Moore.html | 9 --------- app/views/shared/authors/Ivan_Moore.html.php | 9 +++++++++ app/views/shared/authors/Jon.Parise.html | 14 -------------- app/views/shared/authors/Jon_Parise.html.php | 14 ++++++++++++++ app/views/shared/authors/Marcus.Ryan.html | 11 ----------- app/views/shared/authors/Marcus_Ryan.html.php | 11 +++++++++++ app/views/shared/authors/Matt.Selsky.html | 6 ------ app/views/shared/authors/Matt_Selsky.html.php | 6 ++++++ app/views/shared/authors/Michael.Slusarz.html | 8 -------- app/views/shared/authors/Michael_Slusarz.html.php | 8 ++++++++ app/views/shared/authors/Mike.Hardy.html | 19 ------------------- app/views/shared/authors/Mike_Hardy.html.php | 19 +++++++++++++++++++ app/views/shared/authors/Rich.Lafferty.html | 12 ------------ app/views/shared/authors/Rich_Lafferty.html.php | 12 ++++++++++++ 24 files changed, 131 insertions(+), 131 deletions(-) delete mode 100644 app/views/shared/authors/Anil.Madhavapeddy.html create mode 100644 app/views/shared/authors/Anil_Madhavapeddy.html.php delete mode 100644 app/views/shared/authors/Ben.Klang.html.php create mode 100644 app/views/shared/authors/Ben_Klang.html.php delete mode 100644 app/views/shared/authors/Brent.Nordquist.html.php create mode 100644 app/views/shared/authors/Brent_Nordquist.html.php delete mode 100644 app/views/shared/authors/Eric.Rostetter.html.php create mode 100644 app/views/shared/authors/Eric_Rostetter.html.php delete mode 100644 app/views/shared/authors/Gunnar.Wrobel.html.php create mode 100644 app/views/shared/authors/Gunnar_Wrobel.html.php delete mode 100644 app/views/shared/authors/Ivan.Moore.html create mode 100644 app/views/shared/authors/Ivan_Moore.html.php delete mode 100644 app/views/shared/authors/Jon.Parise.html create mode 100644 app/views/shared/authors/Jon_Parise.html.php delete mode 100644 app/views/shared/authors/Marcus.Ryan.html create mode 100644 app/views/shared/authors/Marcus_Ryan.html.php delete mode 100644 app/views/shared/authors/Matt.Selsky.html create mode 100644 app/views/shared/authors/Matt_Selsky.html.php delete mode 100644 app/views/shared/authors/Michael.Slusarz.html create mode 100644 app/views/shared/authors/Michael_Slusarz.html.php delete mode 100644 app/views/shared/authors/Mike.Hardy.html create mode 100644 app/views/shared/authors/Mike_Hardy.html.php delete mode 100644 app/views/shared/authors/Rich.Lafferty.html create mode 100644 app/views/shared/authors/Rich_Lafferty.html.php http://git.horde.org/horde-web/-/commit/40e2bf8ab0884e31cec9694649dfce72b9e2948f ----------------------------------------------------------------------- commit 7f6c36dbc5164775b396f9bc9197a157d0c89e8a Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 15:53:06 2011 -0500 Add caching for the feeds app/controllers/Home.php | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) http://git.horde.org/horde-web/-/commit/7f6c36dbc5164775b396f9bc9197a157d0c89e8a ----------------------------------------------------------------------- commit ffcbfe852bb314cb38e21a6eb3ee5e63d1083e0e Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 16:25:04 2011 -0500 Add wireframe pages for development and services, tweak controller logic app/controllers/Community.php | 29 +++++++-------------- app/controllers/Development.php | 46 ++++++++++++++++++++++++++++++++++ app/controllers/Services.php | 46 ++++++++++++++++++++++++++++++++++ app/views/Community/index.html.php | 9 ++++-- app/views/Development/index.html.php | 11 ++++++++ app/views/Home/index.html.php | 10 +++--- app/views/Services/index.html.php | 11 ++++++++ dispatch.php | 8 ++++++ 8 files changed, 143 insertions(+), 27 deletions(-) create mode 100644 app/controllers/Development.php create mode 100644 app/controllers/Services.php create mode 100644 app/views/Development/index.html.php create mode 100644 app/views/Services/index.html.php http://git.horde.org/horde-web/-/commit/ffcbfe852bb314cb38e21a6eb3ee5e63d1083e0e ----------------------------------------------------------------------- commit 7d32b4f7602bc41e65e87ceb5131f83df77febc6 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 16:30:17 2011 -0500 Remove unused variable app/controllers/Home.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-web/-/commit/7d32b4f7602bc41e65e87ceb5131f83df77febc6 ----------------------------------------------------------------------- commit 68e949668cf5a339d0d50ca1858f44c447d95205 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 17:24:40 2011 -0500 some more application page changes app/controllers/App.php | 17 + app/views/App/appnav.html.php | 13 + app/views/App/apps/ansel/approadmap.html.php | 55 ++++ app/views/App/apps/ansel/docs/index.php | 9 - app/views/App/apps/chora/about/about.html | 18 + app/views/App/apps/chora/about/index.php | 6 + app/views/App/apps/chora/appauthors.html.php | 3 + app/views/App/apps/chora/approadmap.html.php | 51 +++ app/views/App/apps/chora/chora.html.php | 25 ++ app/views/App/apps/chora/docs/BUGS.html | 15 + app/views/App/apps/chora/docs/CHANGES.html | 311 +++++++++++++++++++ app/views/App/apps/chora/docs/CREDITS.html | 87 +++++ app/views/App/apps/chora/docs/INSTALL.html | 177 +++++++++++ app/views/App/apps/chora/docs/README.html | 92 ++++++ app/views/App/apps/chora/docs/RELEASE_NOTES.html | 11 + app/views/App/apps/chora/docs/TODO.html | 33 ++ app/views/App/apps/chora/docs/docs.html | 13 + app/views/App/apps/dimp/dimp.html.php | 11 + app/views/App/apps/dimp/docs/CHANGES.html | 246 +++++++++++++++ app/views/App/apps/dimp/docs/CREDITS.html | 91 ++++++ app/views/App/apps/dimp/docs/INSTALL.html | 225 ++++++++++++++ app/views/App/apps/dimp/docs/README.html | 90 ++++++ app/views/App/apps/dimp/docs/RELEASE_NOTES.html | 16 + app/views/App/apps/dimp/docs/docs.html | 11 + app/views/App/apps/dimp/docs/index.php | 9 + app/views/App/index.html.php | 52 ++-- app/views/App/roadmap.html.php | 10 + app/views/Download/app.html.php | 2 +- app/views/Download/index.html.php | 2 +- app/views/shared/appnav.html.php | 10 - app/views/shared/authors/Anil_Madhavapeddy.html.php | 4 +- app/views/shared/contact.html.php | 26 +- css/horde.css | 3 + 33 files changed, 1683 insertions(+), 61 deletions(-) create mode 100644 app/views/App/appnav.html.php create mode 100644 app/views/App/apps/ansel/approadmap.html.php delete mode 100644 app/views/App/apps/ansel/docs/index.php create mode 100644 app/views/App/apps/chora/about/about.html create mode 100644 app/views/App/apps/chora/about/index.php create mode 100644 app/views/App/apps/chora/appauthors.html.php create mode 100644 app/views/App/apps/chora/approadmap.html.php create mode 100644 app/views/App/apps/chora/chora.html.php create mode 100644 app/views/App/apps/chora/docs/BUGS.html create mode 100644 app/views/App/apps/chora/docs/CHANGES.html create mode 100644 app/views/App/apps/chora/docs/CREDITS.html create mode 100644 app/views/App/apps/chora/docs/INSTALL.html create mode 100644 app/views/App/apps/chora/docs/README.html create mode 100644 app/views/App/apps/chora/docs/RELEASE_NOTES.html create mode 100644 app/views/App/apps/chora/docs/TODO.html create mode 100644 app/views/App/apps/chora/docs/docs.html create mode 100644 app/views/App/apps/dimp/approadmap.html.php create mode 100644 app/views/App/apps/dimp/dimp.html.php create mode 100644 app/views/App/apps/dimp/docs/CHANGES.html create mode 100644 app/views/App/apps/dimp/docs/CREDITS.html create mode 100644 app/views/App/apps/dimp/docs/INSTALL.html create mode 100644 app/views/App/apps/dimp/docs/README.html create mode 100644 app/views/App/apps/dimp/docs/RELEASE_NOTES.html create mode 100644 app/views/App/apps/dimp/docs/docs.html create mode 100644 app/views/App/apps/dimp/docs/index.php create mode 100644 app/views/App/roadmap.html.php delete mode 100644 app/views/shared/appnav.html.php http://git.horde.org/horde-web/-/commit/68e949668cf5a339d0d50ca1858f44c447d95205 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
