The branch "hordeweb_new" has been updated. The following is a summary of the commits.
from: c556f7599bef72bea3a65e4669073433a47dce71 b6c69e7 Implement download controller and views. ----------------------------------------------------------------------- commit b6c69e7e42c0b939cc1ded0ea40446c8a430f803 Author: Michael J. Rubinsky <[email protected]> Date: Thu Feb 24 21:45:06 2011 -0500 Implement download controller and views. app/controllers/App.php | 7 +- app/controllers/Download.php | 128 ++++++++++++++++++++++ app/controllers/Home.php | 8 +- app/lib/HordeWeb/Binder/View.php | 10 +- app/lib/HordeWeb/Utils.php | 42 +++++++ app/views/Download/app.html.php | 59 ++++++++++ app/views/Download/index.html.php | 29 +++++ app/views/shared/_banner.html.php | 4 +- config/versions.php | 212 +++++++++++++++++++++++++++++++++++++ css/horde.css | 17 +-- dispatch.php | 10 ++- 11 files changed, 497 insertions(+), 29 deletions(-) create mode 100644 app/controllers/Download.php create mode 100644 app/views/Download/app.html.php create mode 100644 app/views/Download/index.html.php create mode 100644 config/versions.php http://git.horde.org/horde-web/-/commit/b6c69e7e42c0b939cc1ded0ea40446c8a430f803 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
