[commits] Horde branch develop updated. 6613809d7129da706b0e4d6245ed471937ea825c

Michael J. Rubinsky mrubinsk at horde.org
Sun Jul 22 23:30:34 UTC 2012


The branch "develop" has been updated.
The following is a summary of the commits.

from: c6b2f1e0800365afe411bba02e5d82e163beeca9

cf54579 Add Nag_Tagger
ac8ec77 First pass at replacing categories with tags.
ab6023d Second round of removing categories.
6613809 Add traditional autocompletion of tags.

-----------------------------------------------------------------------

commit cf54579d841672ffea0366ae9819a3c0ed0dc044
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 22 14:31:49 2012 -0400

    Add Nag_Tagger

 nag/lib/Tagger.php |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 nag/package.xml    |    6 +++-
 2 files changed, 77 insertions(+), 2 deletions(-)
 create mode 100644 nag/lib/Tagger.php

http://git.horde.org/horde-git/-/commit/cf54579d841672ffea0366ae9819a3c0ed0dc044

-----------------------------------------------------------------------

commit ac8ec77817637137cc2a867e38ae64976adfebe5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 22 17:50:28 2012 -0400

    First pass at replacing categories with tags.

 nag/app/controllers/SaveTask.php                  |   30 +++++--
 nag/lib/Form/Task.php                             |   11 +--
 nag/lib/Form/Type/NagTags.php                     |   21 +++++
 nag/lib/Nag.php                                   |   14 +++
 nag/lib/Tagger.php                                |    2 +-
 nag/lib/Task.php                                  |   12 ++-
 nag/lib/Ui/VarRenderer/Nag.php                    |   14 +++
 nag/migration/10_nag_upgrade_categoriestotags.php |   90 +++++++++++++++++++++
 nag/package.xml                                   |    6 +-
 9 files changed, 178 insertions(+), 22 deletions(-)
 create mode 100644 nag/lib/Form/Type/NagTags.php
 create mode 100644 nag/migration/10_nag_upgrade_categoriestotags.php

http://git.horde.org/horde-git/-/commit/ac8ec77817637137cc2a867e38ae64976adfebe5

-----------------------------------------------------------------------

commit ab6023d90bf989613ac4e8dcf0cbaa5f452fff0c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 22 19:10:11 2012 -0400

    Second round of removing categories.

 nag/app/controllers/SaveTask.php                  |   20 ----
 nag/config/prefs.php                              |   14 +---
 nag/data.php                                      |   10 --
 nag/lib/Api.php                                   |    1 -
 nag/lib/Block/Summary.php                         |   35 +-------
 nag/lib/Driver.php                                |    7 +-
 nag/lib/Driver/Sql.php                            |   48 ++++++++--
 nag/lib/Nag.php                                   |   40 --------
 nag/lib/Task.php                                  |  100 +++++++++++++-------
 nag/list.php                                      |    6 +-
 nag/migration/10_nag_upgrade_categoriestotags.php |    4 +-
 nag/templates/list.html.php                       |    3 +-
 nag/templates/list/task_headers.inc               |   12 ---
 nag/templates/list/task_summaries.inc             |    2 -
 nag/templates/search/search.inc                   |    1 -
 nag/templates/view/task.inc                       |    6 +-
 16 files changed, 120 insertions(+), 189 deletions(-)

http://git.horde.org/horde-git/-/commit/ab6023d90bf989613ac4e8dcf0cbaa5f452fff0c

-----------------------------------------------------------------------

commit 6613809d7129da706b0e4d6245ed471937ea825c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 22 19:24:24 2012 -0400

    Add traditional autocompletion of tags.

 nag/lib/Ajax/Imple/TagAutoCompleter.php |   37 +++++++++++++++++++++++++++++++
 nag/lib/Ui/VarRenderer/Nag.php          |    8 ++++++-
 2 files changed, 44 insertions(+), 1 deletions(-)
 create mode 100644 nag/lib/Ajax/Imple/TagAutoCompleter.php

http://git.horde.org/horde-git/-/commit/6613809d7129da706b0e4d6245ed471937ea825c




More information about the commits mailing list