[commits] Horde-Hatchery branch master updated. 2d946f0298dbd49bbc68c0801aef5e64fd5dbeed

Michael M Slusarz slusarz at horde.org
Fri Sep 11 20:28:52 UTC 2009


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

from: 4a0ed8952cfefcdfb36a96ba21d2a80b0746c6b6

f3166e2... Not needed.
d9d37b6... Add prototypejs upgrade changelog entries
37b6617... Use new prototype Element#store/retrieve() functions
9a13097... Fix typo
2d946f0... More intelligent ordering of autocomplete search results

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

commit f3166e204427acadffb470eb436f625318a110f4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Sep 8 15:30:49 2009 -0600

    Not needed.

 imp/templates/javascript_defs.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/javascript_defs.php?rt=horde-hatchery&r1=b107b6296d01174e81c5961d94c69c2572c5b466&r2=f3166e204427acadffb470eb436f625318a110f4

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

commit d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Sep 9 12:00:26 2009 -0600

    Add prototypejs upgrade changelog entries

 chora/docs/CHANGES     |    2 +-
 gollem/docs/CHANGES    |    1 +
 imp/docs/CHANGES       |    1 +
 ingo/docs/CHANGES      |    1 +
 kronolith/docs/CHANGES |    1 +
 nag/docs/CHANGES       |    1 +
 turba/docs/CHANGES     |    3 ++-
 7 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/chora/docs/CHANGES?rt=horde-hatchery&r1=a62bf1b58c1b64cf360bf4e8f6df7d3a92583dbe&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
http://git.horde.org/diff.php/gollem/docs/CHANGES?rt=horde-hatchery&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=c26e68587ba11b0f39d61535beacc45433bf1973&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
http://git.horde.org/diff.php/ingo/docs/CHANGES?rt=horde-hatchery&r1=bade9b19e5062957438ae2935ef95cb653250b1a&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-hatchery&r1=ea8bf7cdee66921a04150b65896f8aefd424249f&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
http://git.horde.org/diff.php/nag/docs/CHANGES?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-hatchery&r1=d914153cb3f32b7cb32dc25f9aff38f775bf31a1&r2=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd

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

commit 37b66178a347b3e72f07d2b0654746d20907af33
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Sep 9 12:19:56 2009 -0600

    Use new prototype Element#store/retrieve() functions

 imp/js/DimpBase.js |   76 ++++++++++++++++++++++++++--------------------------
 1 files changed, 38 insertions(+), 38 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=fe97afc01a6be88ba413bb4e03c0ba7b319fb183&r2=37b66178a347b3e72f07d2b0654746d20907af33

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

commit 9a130972373d253217f5e7e98396b5551ff729f9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 11 10:10:04 2009 -0600

    Fix typo

 imp/templates/chunks/message.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=0f24141743db7fbdfde83b456693dbea42724dc3&r2=9a130972373d253217f5e7e98396b5551ff729f9

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

commit 2d946f0298dbd49bbc68c0801aef5e64fd5dbeed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Sep 11 14:26:36 2009 -0600

    More intelligent ordering of autocomplete search results
    
    Uses the php levenshtein() function.
    This only works with results from the server (not autocomplete results
    done via the js code).
    Might change this in the future to a QuickSilver inspired sort (see,
    e.g., http://github.com/rmm5t/liquidmetal) since this would result in a
    sort order that is consistent if done either server-side or
    browser-side.

 imp/docs/CHANGES                            |    1 +
 imp/lib/Ajax/Imple/ContactAutoCompleter.php |    2 +-
 imp/lib/Compose.php                         |   30 ++++++++++++++++++++++----
 3 files changed, 27 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=d9d37b6bfd70cd90783ae689db28b0ff83ff9bdd&r2=2d946f0298dbd49bbc68c0801aef5e64fd5dbeed
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=2d946f0298dbd49bbc68c0801aef5e64fd5dbeed
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=c26e68587ba11b0f39d61535beacc45433bf1973&r2=2d946f0298dbd49bbc68c0801aef5e64fd5dbeed




More information about the commits mailing list