[commits] Horde-Hatchery branch master updated. 83676b531c4bb551eaa5bf14bf20807716220607

Michael M Slusarz slusarz at horde.org
Thu Jul 30 03:52:56 UTC 2009


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

from: 32b8d7d18cb8987b1235005df6567d4d37e87950

14d244a... Fix typo
7e56c38... Better test for if base window is really a dimp window
e9362d9... Move JS/CSS caching to Horde::
b421322... Remove unused code
a8db233... This is what IMP::initialize() is for
ff7bf98... Use session setting for Prefs_UI nomenu
0ad1a9e... Take 3 - setTimeout() argument is in milliseconds, not seconds
1711e52... Use Horde_Registry::getVersion()
a097224... Fix undefined value
83676b5... Another weird workaround for auth application.

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

commit 14d244a159032b5ac4aba611adf7db1ba57f4821
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 14:33:47 2009 -0600

    Fix typo

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

http://git.horde.org/diff.php/imp/test.php?rt=horde-hatchery&r1=ae800629866d9e11ba3fd6447ccd098047e50f9b&r2=14d244a159032b5ac4aba611adf7db1ba57f4821

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

commit 7e56c383b8e945bd38c9413a7c4488c69110534a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 14:36:21 2009 -0600

    Better test for if base window is really a dimp window

 imp/js/src/compose-dimp.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/src/compose-dimp.js?rt=horde-hatchery&r1=d95a13e04b62aa286a1a8d6f7da280309adf1461&r2=7e56c383b8e945bd38c9413a7c4488c69110534a

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

commit e9362d90feff482fa54b82b47a5d4ac8578081a8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 17:10:56 2009 -0600

    Move JS/CSS caching to Horde::

 babel/templates/common-header.inc              |    2 +-
 chora/templates/common-header.inc              |    2 +-
 crumb/templates/common-header.inc              |    2 +-
 fima/templates/common-header.inc               |    2 +-
 folks/templates/common-header.inc              |    2 +-
 gollem/templates/common-header.inc             |    2 +-
 imp/compose-dimp.php                           |    2 +-
 imp/config/conf.xml                            |   49 ----
 imp/docs/CHANGES                               |    1 +
 imp/index-dimp.php                             |    2 +-
 imp/lib/IMP.php                                |  317 ------------------------
 imp/message-dimp.php                           |    2 +-
 imp/templates/common-header.inc                |   17 +-
 ingo/templates/common-header.inc               |    2 +-
 jeta/templates/common-header.inc               |    2 +-
 kastalia/templates/common-header.inc           |    2 +-
 koward/lib/Koward/View/shared/_header.html.php |    2 +-
 kronolith/index.php                            |    2 +-
 kronolith/lib/Kronolith.php                    |  222 +-----------------
 kronolith/templates/common-header.inc          |    2 +-
 nag/templates/common-header.inc                |    2 +-
 news/diff.php                                  |    2 +-
 news/reads.php                                 |    2 +-
 news/templates/common-header.inc               |    2 +-
 skoli/templates/common-header.inc              |    2 +-
 turba/templates/common-header.inc              |    2 +-
 26 files changed, 37 insertions(+), 611 deletions(-)

http://git.horde.org/diff.php/babel/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/chora/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/crumb/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/fima/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/folks/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/gollem/templates/common-header.inc?rt=horde-hatchery&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=db644ab53fe599f1fd4f6ea93abbf302e4feff68&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=32b8d7d18cb8987b1235005df6567d4d37e87950&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/ingo/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/jeta/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/kastalia/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/koward/lib/Koward/View/shared/_header.html.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/kronolith/index.php?rt=horde-hatchery&r1=ae800629866d9e11ba3fd6447ccd098047e50f9b&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=0fa706bef844336f48d1c6dc9418c88dafb85b34&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/nag/templates/common-header.inc?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/news/diff.php?rt=horde-hatchery&r1=26b4542b8e9a0a8f97d569288b6af20c2499b288&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/news/reads.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/news/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/skoli/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8
http://git.horde.org/diff.php/turba/templates/common-header.inc?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=e9362d90feff482fa54b82b47a5d4ac8578081a8

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

commit b42132298bcd8306f9f2456d2c7335c80bfdd407
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 17:27:51 2009 -0600

    Remove unused code

 kronolith/lib/Kronolith.php |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=b42132298bcd8306f9f2456d2c7335c80bfdd407

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

commit a8db233ffe3dae629bc650318e45b41386ea99ca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 17:32:22 2009 -0600

    This is what IMP::initialize() is for

 imp/lib/api.php |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=95aa771a474f3dd6d8fd959e374cb779ef1c349b&r2=a8db233ffe3dae629bc650318e45b41386ea99ca

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

commit ff7bf98bea9fd67956b4c02e0b9d5058b5f7e4e7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 19:33:13 2009 -0600

    Use session setting for Prefs_UI nomenu

 imp/lib/Auth.php                       |    5 +++++
 imp/templates/javascript_defs_dimp.php |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-hatchery&r1=b7e1a51f09ece98ba46c01925bab54f1511680fb&r2=ff7bf98bea9fd67956b4c02e0b9d5058b5f7e4e7
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=dd8bb75b5a03abaefbe10f99fda0d56609607d6b&r2=ff7bf98bea9fd67956b4c02e0b9d5058b5f7e4e7

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

commit 0ad1a9e6202e8d852b70891f62d168dc23cf7b2e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 19:36:38 2009 -0600

    Take 3 - setTimeout() argument is in milliseconds, not seconds

 imp/js/src/DimpCore.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=2e5b6e7e59bba25e096f00d814e476a76693bf49&r2=0ad1a9e6202e8d852b70891f62d168dc23cf7b2e

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

commit 1711e521d98b5548a899a161573cc2cee4433e32
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 19:42:42 2009 -0600

    Use Horde_Registry::getVersion()

 folks/lib/Folks.php             |    3 +--
 folks/lib/Notification/mail.php |    3 +--
 folks/scripts/mail.php          |    3 +--
 imp/lib/Compose.php             |    3 +--
 imp/lib/Message.php             |    4 +---
 kronolith/feed/index.php        |    3 +--
 kronolith/lib/FreeBusy.php      |    4 +---
 kronolith/lib/Kronolith.php     |    5 +----
 nag/data.php                    |    3 +--
 nag/lib/Nag.php                 |    3 +--
 nag/lib/api.php                 |    4 +---
 11 files changed, 11 insertions(+), 27 deletions(-)

http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-hatchery&r1=f69cd7363dc743e0a3d5d5a050fdb474eaddede5&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/folks/lib/Notification/mail.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/folks/scripts/mail.php?rt=horde-hatchery&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-hatchery&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b42132298bcd8306f9f2456d2c7335c80bfdd407&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/nag/data.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=1711e521d98b5548a899a161573cc2cee4433e32
http://git.horde.org/diff.php/nag/lib/api.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=1711e521d98b5548a899a161573cc2cee4433e32

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

commit a09722418a1dc09b7e1ec8302ce9967585705b9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 21:09:24 2009 -0600

    Fix undefined value

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

http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=a09722418a1dc09b7e1ec8302ce9967585705b9b

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

commit 83676b531c4bb551eaa5bf14bf20807716220607
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 21:30:57 2009 -0600

    Another weird workaround for auth application.
    
    Callback must not have checkperms set or else we run into issues with
    looping of LoginTasks. For sanity, do the check inside the auth callback
    itself.

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

http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=a8db233ffe3dae629bc650318e45b41386ea99ca&r2=83676b531c4bb551eaa5bf14bf20807716220607




More information about the commits mailing list