The branch "mnemo_4_2" has been updated. The following is a summary of the commits.
from: 1996d043daf44803417b5b5d3322a0a71eee4bd1 ea912a2 [jan] Replace categories with tags. ----------------------------------------------------------------------- commit ea912a269da7751596eae568839d2a82167dc37e Author: Jan Schneider <[email protected]> Date: Wed Aug 14 16:58:23 2013 +0200 [jan] Replace categories with tags. mnemo/bin/mnemo-convert-to-utf8 | 6 +- mnemo/config/prefs.php | 11 -- mnemo/data.php | 20 +--- mnemo/docs/CHANGES | 1 + mnemo/lib/Ajax/Imple/TagAutoCompleter.php | 39 ++++++++ mnemo/lib/Api.php | 13 +-- mnemo/lib/Block/Summary.php | 30 +----- mnemo/lib/Driver.php | 54 ++++++----- mnemo/lib/Driver/Kolab.php | 86 +++++++++++------ mnemo/lib/Driver/Sql.php | 53 +++++------ mnemo/lib/Mnemo.php | 53 +----------- mnemo/lib/Tagger.php | 56 +++++++++++ mnemo/list.php | 28 +----- mnemo/memo.php | 29 +++--- mnemo/migration/6_mnemo_upgrade_categoriestotags.php | 87 ++++++++++++++++++ mnemo/notes/index.php | 3 - mnemo/package.xml | 38 +++++++- mnemo/templates/list/_summary.html.php | 10 ++- mnemo/templates/memo/memo.html.php | 10 +- mnemo/templates/view/view.html.php | 10 +- mnemo/themes/default/screen.css | 4 - mnemo/view.php | 1 + 22 files changed, 383 insertions(+), 259 deletions(-) create mode 100644 mnemo/lib/Ajax/Imple/TagAutoCompleter.php create mode 100644 mnemo/lib/Tagger.php create mode 100644 mnemo/migration/6_mnemo_upgrade_categoriestotags.php http://git.horde.org/horde-git/-/commit/ea912a269da7751596eae568839d2a82167dc37e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
