The branch "mnemo_4_2" has been updated. The following is a summary of the commits.
from: b4f6808084f0cb96e108f541e03dd3060f53d6ba 05150c5 Convert to Horde_View. d4d4136 Use Horde_Form. c58f2f5 More Horde_View conversions. f9aa80f H5 design updates. ----------------------------------------------------------------------- commit 05150c5d8b838cb0e447e25a786fdb33df5f34cf Author: Jan Schneider <[email protected]> Date: Mon Aug 12 23:43:22 2013 +0200 Convert to Horde_View. mnemo/docs/CHANGES | 1 + mnemo/js/memo.js | 54 +++++++++++++++++++ mnemo/js/view.js | 36 ++++++++++++ mnemo/memo.php | 53 +++++++++++++++++- mnemo/package.xml | 24 +++++--- mnemo/templates/memo/memo.html.php | 73 +++++++++++++++++++++++++ mnemo/templates/memo/memo.inc | 104 ------------------------------------ mnemo/templates/view/memo.inc | 77 -------------------------- mnemo/templates/view/view.html.php | 60 +++++++++++++++++++++ mnemo/themes/default/screen.css | 2 +- mnemo/view.php | 69 +++++++++++++++++++++++- 11 files changed, 357 insertions(+), 196 deletions(-) create mode 100644 mnemo/js/memo.js create mode 100644 mnemo/js/view.js create mode 100644 mnemo/templates/memo/memo.html.php delete mode 100644 mnemo/templates/memo/memo.inc delete mode 100644 mnemo/templates/view/memo.inc create mode 100644 mnemo/templates/view/view.html.php http://git.horde.org/horde-git/-/commit/05150c5d8b838cb0e447e25a786fdb33df5f34cf ----------------------------------------------------------------------- commit d4d4136d53f0ea908c7574adb22f69a1307ce552 Author: Jan Schneider <[email protected]> Date: Tue Aug 13 12:28:09 2013 +0200 Use Horde_Form. mnemo/lib/Form/Search.php | 38 +++++++++++++++++++++++++++++++++++++ mnemo/package.xml | 12 ++++------ mnemo/search.php | 7 +++++- mnemo/templates/search/search.inc | 30 ----------------------------- 4 files changed, 49 insertions(+), 38 deletions(-) create mode 100644 mnemo/lib/Form/Search.php delete mode 100644 mnemo/templates/search/search.inc http://git.horde.org/horde-git/-/commit/d4d4136d53f0ea908c7574adb22f69a1307ce552 ----------------------------------------------------------------------- commit c58f2f5f9de38b5b89dcacdbc73e4e28fb8a7cf0 Author: Jan Schneider <[email protected]> Date: Tue Aug 13 16:42:02 2013 +0200 More Horde_View conversions. mnemo/js/list.js | 59 ++++++++++++ mnemo/js/memo.js | 3 +- mnemo/js/view.js | 3 +- mnemo/list.php | 133 ++++++++++++++++++++++----- mnemo/package.xml | 24 +++--- mnemo/templates/list/_summary.html.php | 11 +++ mnemo/templates/list/empty.html.php | 1 + mnemo/templates/list/empty.inc | 1 - mnemo/templates/list/header.html.php | 13 +++ mnemo/templates/list/header.inc | 11 --- mnemo/templates/list/memo_footers.html.php | 5 + mnemo/templates/list/memo_footers.inc | 5 - mnemo/templates/list/memo_headers.html.php | 12 +++ mnemo/templates/list/memo_headers.inc | 38 -------- mnemo/templates/list/memo_summaries.inc | 21 ----- 15 files changed, 226 insertions(+), 114 deletions(-) create mode 100644 mnemo/js/list.js create mode 100644 mnemo/templates/list/_summary.html.php create mode 100644 mnemo/templates/list/empty.html.php delete mode 100644 mnemo/templates/list/empty.inc create mode 100644 mnemo/templates/list/header.html.php delete mode 100644 mnemo/templates/list/header.inc create mode 100644 mnemo/templates/list/memo_footers.html.php delete mode 100644 mnemo/templates/list/memo_footers.inc create mode 100644 mnemo/templates/list/memo_headers.html.php delete mode 100644 mnemo/templates/list/memo_headers.inc delete mode 100644 mnemo/templates/list/memo_summaries.inc http://git.horde.org/horde-git/-/commit/c58f2f5f9de38b5b89dcacdbc73e4e28fb8a7cf0 ----------------------------------------------------------------------- commit f9aa80f77868fa47feb4dbeec1a98d7046a1f161 Author: Jan Schneider <[email protected]> Date: Tue Aug 13 16:57:51 2013 +0200 H5 design updates. mnemo/package.xml | 8 +++++++- mnemo/templates/view/view.html.php | 17 ++++++++++------- mnemo/themes/default/graphics/delete.png | Bin 0 -> 403 bytes mnemo/themes/default/graphics/download.png | Bin 0 -> 401 bytes mnemo/themes/default/graphics/edit.png | Bin 0 -> 425 bytes mnemo/themes/default/screen.css | 17 ++++++++++------- mnemo/view.php | 4 ++-- 7 files changed, 29 insertions(+), 17 deletions(-) create mode 100644 mnemo/themes/default/graphics/delete.png create mode 100644 mnemo/themes/default/graphics/download.png create mode 100644 mnemo/themes/default/graphics/edit.png http://git.horde.org/horde-git/-/commit/f9aa80f77868fa47feb4dbeec1a98d7046a1f161 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
