[commits] Horde-Hatchery branch master updated. 80821e0b4a4248a7890843ffe9c6d545ba8b81b6

Michael M Slusarz slusarz at horde.org
Tue Aug 4 08:46:46 UTC 2009


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

from: 6113221d1ceafdf784834c9a7f46e6664725a990

a986a5d... Improve thread sort display on servers that don't support REFERENCES sort
8d309e3... Less wordy.
6161716... Fix determination of settable IMAP flags
3e78fd9... Fix popup JSON encoding
c1ffbbe... Truncate subject display in thread view - this information already exists elsewhere on the page
21ff60c... Fix notify()/wrapInlineScript() calls.
a371287... Add IMP::getViewMode().
80821e0... Use API for Prefs UI menu generation.

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

commit a986a5d6370e39f96c0bc3e5e45ffcafc7b31256
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 01:03:17 2009 -0600

    Improve thread sort display on servers that don't support REFERENCES sort

 imp/lib/Mailbox.php |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=440b7d713281cb240060d754a31bae71484de823&r2=a986a5d6370e39f96c0bc3e5e45ffcafc7b31256

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

commit 8d309e330a08b9259ac1308657dd550dd2baa965
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 01:03:31 2009 -0600

    Less wordy.

 imp/config/prefs.php.dist |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=89def06383adb7cac36f753a37844ae4afd5e330&r2=8d309e330a08b9259ac1308657dd550dd2baa965

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

commit 6161716afc8db231160c9b96d5894165eba31cc3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 00:55:47 2009 -0600

    Fix determination of settable IMAP flags

 imp/lib/Imap/Flags.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=6161716afc8db231160c9b96d5894165eba31cc3

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

commit 3e78fd9f697510d68491152e4aea9bb7e38c8d23
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 00:59:17 2009 -0600

    Fix popup JSON encoding

 imp/lib/Contents.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=1a4826f819fb941ce372666614541bdc9290c772&r2=3e78fd9f697510d68491152e4aea9bb7e38c8d23

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

commit c1ffbbea5d18bf414e110cb13a11851c024e8b7e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 01:13:39 2009 -0600

    Truncate subject display in thread view - this information already exists elsewhere on the page

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

http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=0c276b598f6380020374d7b885761995609c05be&r2=c1ffbbea5d18bf414e110cb13a11851c024e8b7e

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

commit 21ff60cf03ac72249512e1f5d0dd86d6ae1a9bca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 01:45:20 2009 -0600

    Fix notify()/wrapInlineScript() calls.

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

http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=21ff60cf03ac72249512e1f5d0dd86d6ae1a9bca

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

commit a371287d0847a8d6108dae9cb5421112d6ea1252
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 02:45:38 2009 -0600

    Add IMP::getViewMode().

 imp/lib/IMP.php |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=c2a63724235bfde04462068277f855e2b649566d&r2=a371287d0847a8d6108dae9cb5421112d6ea1252

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

commit 80821e0b4a4248a7890843ffe9c6d545ba8b81b6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 4 02:45:48 2009 -0600

    Use API for Prefs UI menu generation.
    
    Additionally, at least for DIMP, make Growler notification work again.
    However, this will only work for IMP options - once a user moves to
    another app's options, the regular notifications will be used. Pretty
    much means we will have to build a prefs-only Growler notification
    handler that doesn't rely on any specific AJAX app to be loaded.

 ansel/browse_edit.php                    |    2 +-
 ansel/lib/Ansel.php                      |    8 +--
 ansel/lib/Api.php                        |   15 ++++
 ansel/templates/menu.inc                 |    2 +-
 babel/edit.php                           |    2 +-
 babel/lib/Babel.php                      |   76 +++++++++----------
 babel/lib/base.php                       |    2 +-
 babel/view.php                           |  118 +++++++++++++++---------------
 chora/lib/Api.php                        |   27 +++++++
 chora/lib/Chora.php                      |    2 +-
 chora/templates/menu.inc                 |    2 +-
 crumb/lib/Api.php                        |   18 +++++
 crumb/lib/Crumb.php                      |    8 +--
 crumb/templates/menu.inc                 |    2 +-
 fima/lib/Api.php                         |   15 ++++
 fima/lib/Fima.php                        |    8 +--
 fima/templates/menu.inc                  |    2 +-
 folks/lib/Api.php                        |   15 ++++
 folks/lib/Folks.php                      |    8 +--
 folks/templates/menu.inc                 |    2 +-
 gollem/lib/Api.php                       |   15 ++++
 gollem/lib/Gollem.php                    |   12 +--
 imp/lib/Api.php                          |   40 ++++++++++-
 imp/lib/DIMP.php                         |    6 +-
 imp/lib/IMP.php                          |   10 +--
 imp/lib/Notification/Listener/Status.php |    5 +-
 ingo/lib/Api.php                         |   15 ++++
 ingo/lib/Ingo.php                        |    4 +-
 ingo/templates/menu.inc                  |    2 +-
 jeta/lib/Api.php                         |   18 +++++
 jeta/lib/Jeta.php                        |    4 +-
 jeta/main.php                            |    2 +-
 kastalia/lib/Api.php                     |   18 +++++
 kastalia/lib/Kastalia.php                |   13 +---
 kastalia/templates/menu.inc              |    2 +-
 kronolith/lib/Api.php                    |   15 ++++
 kronolith/lib/Kronolith.php              |    4 +-
 kronolith/templates/menu.inc             |    2 +-
 nag/lib/Api.php                          |   15 ++++
 nag/lib/Nag.php                          |    4 +-
 nag/templates/menu.inc                   |    2 +-
 news/lib/Api.php                         |   19 ++++-
 news/lib/News.php                        |    8 +--
 news/templates/menu.inc                  |    2 +-
 skeleton/lib/Api.php                     |   18 +++++
 skeleton/lib/Skeleton.php                |    4 +-
 skeleton/templates/menu.inc              |    2 +-
 skoli/lib/Api.php                        |   18 +++++
 skoli/lib/Skoli.php                      |    8 +--
 skoli/templates/menu.inc                 |    2 +-
 turba/lib/Api.php                        |   15 ++++
 turba/lib/Turba.php                      |   10 +--
 turba/templates/menu.inc                 |    2 +-
 53 files changed, 446 insertions(+), 204 deletions(-)

http://git.horde.org/diff.php/ansel/browse_edit.php?rt=horde-hatchery&r1=0395936f19ae533fdc096354b5b358da57ae8036&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-hatchery&r1=d9e1fae251387182656cc3f354b11046aa67e751&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/ansel/templates/menu.inc?rt=horde-hatchery&r1=8a517bbf2a3f1bee8f19b8bf1de4cb270fb8a2b7&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/babel/edit.php?rt=horde-hatchery&r1=26b4542b8e9a0a8f97d569288b6af20c2499b288&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/babel/lib/Babel.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/babel/lib/base.php?rt=horde-hatchery&r1=aa4586bb2a9d2dc82b43a703b977bb49f764a786&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/babel/view.php?rt=horde-hatchery&r1=31e326ede98fc555d7132984c0027f74d080fee3&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/chora/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-hatchery&r1=165cf3fd15a2620007c4795e39ed7daae01eaeb3&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/chora/templates/menu.inc?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/crumb/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/crumb/lib/Crumb.php?rt=horde-hatchery&r1=cfb05c70313dc382b67f984f7f718f24b3b3bfb1&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/crumb/templates/menu.inc?rt=horde-hatchery&r1=20b19494e974463311f27d9fb4f5c2b8da80ff02&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/fima/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/fima/lib/Fima.php?rt=horde-hatchery&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/fima/templates/menu.inc?rt=horde-hatchery&r1=b7686a25c3fe138e80766d62ef8308549f1f9e5c&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/folks/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-hatchery&r1=1711e521d98b5548a899a161573cc2cee4433e32&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/folks/templates/menu.inc?rt=horde-hatchery&r1=037b01c9cf42b76e08c189c9472e064c20ef91a5&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-hatchery&r1=f01c1901c9fcc0dffc539d8e85d570736ab190a1&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=a371287d0847a8d6108dae9cb5421112d6ea1252&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/imp/lib/Notification/Listener/Status.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/ingo/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-hatchery&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/ingo/templates/menu.inc?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/jeta/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/jeta/lib/Jeta.php?rt=horde-hatchery&r1=cfb05c70313dc382b67f984f7f718f24b3b3bfb1&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/jeta/main.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/kastalia/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/kastalia/lib/Kastalia.php?rt=horde-hatchery&r1=70cc149678b00f8fe32463d1dfcb169967c9de44&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/kastalia/templates/menu.inc?rt=horde-hatchery&r1=70cc149678b00f8fe32463d1dfcb169967c9de44&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b5e729a67b889062dbef75eab005e64475b9ea88&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/kronolith/templates/menu.inc?rt=horde-hatchery&r1=ac73780e04a62c5cd4b716bc45da34974cd294f7&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-hatchery&r1=ade153ffff6e074a3d52ff1e577ae53440cf2efc&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/nag/templates/menu.inc?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/news/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/news/lib/News.php?rt=horde-hatchery&r1=ec973036c5245cc47250a6c9d217192204ebb8e8&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/news/templates/menu.inc?rt=horde-hatchery&r1=b3a0f96229fb739a2040c29a464967a7a3c4775f&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/skeleton/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/skeleton/lib/Skeleton.php?rt=horde-hatchery&r1=051f51eb00290681038834e7e17b4769ed3a71e5&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/skeleton/templates/menu.inc?rt=horde-hatchery&r1=051f51eb00290681038834e7e17b4769ed3a71e5&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/skoli/lib/Api.php?rt=horde-hatchery&r1=ad4119ca475055641514384eb4541e53948e0824&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/skoli/lib/Skoli.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/skoli/templates/menu.inc?rt=horde-hatchery&r1=d900291bf7e6be1468116e5806310668122b9095&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-hatchery&r1=6113221d1ceafdf784834c9a7f46e6664725a990&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-hatchery&r1=6eced17fa214f579531458e5e5b8b11df5eb1162&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6
http://git.horde.org/diff.php/turba/templates/menu.inc?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=80821e0b4a4248a7890843ffe9c6d545ba8b81b6




More information about the commits mailing list