The branch "master" has been updated. The following is a summary of the commits.
from: 8715091bc897e9e19bc963a8b2ec4b54c58fd316 29961ee This is mnemo, not nag. 805d9c9 Request: 14178 Refactor list view, and first pass at adding tag browsing. a3301da Fix variable name. Summary: http://github.com/horde/horde/compare/8715091bc897e9e19bc963a8b2ec4b54c58fd316...a3301dae7e598f58f1e9b841f751e2e0cdd361a5 ----------------------------------------------------------------------- commit 29961ee2dcde9db3217d7e32ec9dd5780a62719a Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 17:23:05 2016 -0400 This is mnemo, not nag. mnemo/docs/RELEASE_NOTES | 4 ++-- mnemo/lib/Driver/Sql.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/29961ee2dcde9db3217d7e32ec9dd5780a62719a ----------------------------------------------------------------------- commit 805d9c9c3e2c4ec3b3535552c5be6178bafda150 Author: Michael J Rubinsky <[email protected]> Date: Tue Aug 23 10:16:11 2016 -0400 Request: 14178 Refactor list view, and first pass at adding tag browsing. Still needs some clean up and CSS love. mnemo/lib/Factory/TagBrowser.php | 16 ++ mnemo/lib/TagBrowser.php | 69 +++++++ mnemo/lib/View/List.php | 390 +++++++++++++++++++++++++++++++++++ mnemo/list.php | 333 +++++++++++++++--------------- mnemo/package.xml | 12 +- mnemo/templates/list/header.html.php | 2 + mnemo/themes/default/screen.css | 9 + 7 files changed, 668 insertions(+), 163 deletions(-) create mode 100644 mnemo/lib/Factory/TagBrowser.php create mode 100644 mnemo/lib/TagBrowser.php create mode 100644 mnemo/lib/View/List.php http://github.com/horde/horde/commit/805d9c9c3e2c4ec3b3535552c5be6178bafda150 ----------------------------------------------------------------------- commit a3301dae7e598f58f1e9b841f751e2e0cdd361a5 Author: Michael J Rubinsky <[email protected]> Date: Tue Aug 23 10:17:37 2016 -0400 Fix variable name. nag/lib/Factory/TagBrowser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/a3301dae7e598f58f1e9b841f751e2e0cdd361a5 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
