[commits] Horde-Hatchery branch master updated.

Michael Rubinsky mike at theupstairsroom.com
Fri Apr 3 05:52:28 UTC 2009


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

from: fdb419e32ea62062bcbbdbbbae6a201ab4ef1d08

65facce... Add a pretty tag autocompleter to the ajax event edit form
3e6d91a... Don't add a tag item to the box if it's already present.
e68169f... Just assign the whole object instead of a single function. We'll need it later for things like reseting the state of the box and hidden field etc...
24b461f... implement a reset() method for the tag autocompleter, and use it to make sure the relevant fields are in the initial state when the event form opens.
bfcf0a9... refactor to be a bit cleaner...rename reset() to init() and allow passing an array of tags to add to the tagger before the edit form is shown.

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

commit 65facce5045fd7f3de1557b815b9278d367cd0fe
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 2 20:45:52 2009 -0400

    Add a pretty tag autocompleter to the ajax event edit form

 kronolith/index.php                      |    8 ++++
 kronolith/js/src/kronolith.js            |    4 +-
 kronolith/js/src/taggerAutoCompleter.js  |   20 +++++++----
 kronolith/lib/Imple/TagAutoCompleter.php |   13 +++----
 kronolith/templates/index/index.inc      |    9 ++++-
 kronolith/themes/screen.css              |   57 +++++++++++++++++++++++++++++-
 6 files changed, 92 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/kronolith/index.php?rt=horde-hatchery&r1=82391e9a7abf98783df63c5b04e7d83d8a7221b4&r2=65facce5045fd7f3de1557b815b9278d367cd0fe
http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=fdb419e32ea62062bcbbdbbbae6a201ab4ef1d08&r2=65facce5045fd7f3de1557b815b9278d367cd0fe
http://git.horde.org/diff.php/kronolith/js/src/taggerAutoCompleter.js?rt=horde-hatchery&r1=26dd09f8f5e6ccb7591e38417ea0514a8f401f70&r2=65facce5045fd7f3de1557b815b9278d367cd0fe
http://git.horde.org/diff.php/kronolith/lib/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=42827f6c45a4a30b4b788a1d82130e7c61c45380&r2=65facce5045fd7f3de1557b815b9278d367cd0fe
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-hatchery&r1=d937a4b77cae92109fe8fcad4e5eab6bf96b8bf1&r2=65facce5045fd7f3de1557b815b9278d367cd0fe
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-hatchery&r1=5cd255e4686e29a391ccddf9aa49fcd78cd5177c&r2=65facce5045fd7f3de1557b815b9278d367cd0fe

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

commit 3e6d91ab56ed4f80ddd91a1e2549ea87dc819c02
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 2 22:50:39 2009 -0400

    Don't add a tag item to the box if it's already present.

 kronolith/js/src/taggerAutoCompleter.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/js/src/taggerAutoCompleter.js?rt=horde-hatchery&r1=65facce5045fd7f3de1557b815b9278d367cd0fe&r2=3e6d91ab56ed4f80ddd91a1e2549ea87dc819c02

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

commit e68169f43e79867ab213308d1c239d6c0d153aa7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 3 00:44:35 2009 -0400

    Just assign the whole object instead of a single function. We'll
    need it later for things like reseting the state of the box and
    hidden field etc...

 kronolith/js/src/kronolith.js           |    2 +-
 kronolith/js/src/taggerAutoCompleter.js |   38 ++++++++++++++++--------------
 2 files changed, 21 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=65facce5045fd7f3de1557b815b9278d367cd0fe&r2=e68169f43e79867ab213308d1c239d6c0d153aa7
http://git.horde.org/diff.php/kronolith/js/src/taggerAutoCompleter.js?rt=horde-hatchery&r1=3e6d91ab56ed4f80ddd91a1e2549ea87dc819c02&r2=e68169f43e79867ab213308d1c239d6c0d153aa7

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

commit 24b461fc9bafcd1bc53c91e3a9b050da1da9a91b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 3 01:30:42 2009 -0400

    implement a reset() method for the tag autocompleter, and use it
    to make sure the relevant fields are in the initial state when
    the event form opens.

 kronolith/js/src/kronolith.js           |    2 +-
 kronolith/js/src/taggerAutoCompleter.js |   29 +++++++++++++++++++++--------
 2 files changed, 22 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=e68169f43e79867ab213308d1c239d6c0d153aa7&r2=24b461fc9bafcd1bc53c91e3a9b050da1da9a91b
http://git.horde.org/diff.php/kronolith/js/src/taggerAutoCompleter.js?rt=horde-hatchery&r1=e68169f43e79867ab213308d1c239d6c0d153aa7&r2=24b461fc9bafcd1bc53c91e3a9b050da1da9a91b

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

commit bfcf0a98bfe0516d4783ca61e4b6555d4b50958b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 3 01:51:12 2009 -0400

    refactor to be a bit cleaner...rename reset() to init() and allow
    passing an array of tags to add to the tagger before the edit form
    is shown.

 kronolith/js/src/kronolith.js           |    4 ++--
 kronolith/js/src/taggerAutoCompleter.js |   20 +++++++++++---------
 2 files changed, 13 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=24b461fc9bafcd1bc53c91e3a9b050da1da9a91b&r2=bfcf0a98bfe0516d4783ca61e4b6555d4b50958b
http://git.horde.org/diff.php/kronolith/js/src/taggerAutoCompleter.js?rt=horde-hatchery&r1=24b461fc9bafcd1bc53c91e3a9b050da1da9a91b&r2=bfcf0a98bfe0516d4783ca61e4b6555d4b50958b




More information about the commits mailing list