The branch "hordeweb_new" has been updated. The following is a summary of the commits.
from: 68e949668cf5a339d0d50ca1858f44c447d95205 af8fcdb Attempt at some kind of breadcrumb navigation 4871e33 Improved breadcrumb handling, utilize url helpers 9ef6e38 add development section nav (linked pages don't exist yet) f27b483 add placeholder service navigation template ----------------------------------------------------------------------- commit af8fcdbd35b3aae8cec2b3ada8b8ca1eb7d0d26c Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 20:33:07 2011 -0500 Attempt at some kind of breadcrumb navigation app/lib/HordeWeb/Binder/View.php | 2 ++ app/views/App/app.html.php | 2 +- app/views/App/authors.html.php | 2 +- app/views/App/docs.html.php | 2 +- app/views/App/roadmap.html.php | 2 +- app/views/partials/_appbreadcrumb.html.php | 2 ++ app/views/shared/communitynav.html.php | 3 +-- 7 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 app/views/partials/_appbreadcrumb.html.php http://git.horde.org/horde-web/-/commit/af8fcdbd35b3aae8cec2b3ada8b8ca1eb7d0d26c ----------------------------------------------------------------------- commit 4871e33c03c9003182cdac0948d9ab4cbcf0beb5 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 21:38:51 2011 -0500 Improved breadcrumb handling, utilize url helpers app/lib/HordeWeb/Binder/View.php | 1 + app/lib/HordeWeb/Controller/Base.php | 3 +++ app/lib/HordeWeb/Utils.php | 17 +++++++++++++++++ app/views/App/index.html.php | 4 ++-- app/views/partials/_appbreadcrumb.html.php | 3 +-- 5 files changed, 24 insertions(+), 4 deletions(-) http://git.horde.org/horde-web/-/commit/4871e33c03c9003182cdac0948d9ab4cbcf0beb5 ----------------------------------------------------------------------- commit 9ef6e38c65caede4a21d938044298f19e1abfd13 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 21:53:37 2011 -0500 add development section nav (linked pages don't exist yet) app/views/Development/index.html.php | 2 +- app/views/shared/developmentnav.html.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletions(-) create mode 100644 app/views/shared/developmentnav.html.php http://git.horde.org/horde-web/-/commit/9ef6e38c65caede4a21d938044298f19e1abfd13 ----------------------------------------------------------------------- commit f27b48396f88d48b7061f6c6538e3eac08b27828 Author: Michael J. Rubinsky <[email protected]> Date: Mon Feb 28 21:56:47 2011 -0500 add placeholder service navigation template app/views/Services/index.html.php | 2 +- app/views/shared/servicesnav.html.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) create mode 100644 app/views/shared/servicesnav.html.php http://git.horde.org/horde-web/-/commit/f27b48396f88d48b7061f6c6538e3eac08b27828 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
