[commits] Horde branch master updated. c1f241be16aa88a278d0e51fc7baa78e39008cca

Michael M Slusarz slusarz at horde.org
Fri Jul 30 21:43:24 UTC 2010


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

from: d8147af321e71eb7a7557660ce3a5c9b9c1e7878

33bf4bc Missed an onclick conversion
d9976b2 Have inline script appear in HEAD.
e512135 Add Horde_Url::unique().
7b29d0d Make sure this always returns a string (URL could be completely empty)
79bf8f4 Better random string generation.
1ccc465 Not used
060308d Convert browse javascript to a static js file
4528653 prototypejs 1.7 fixes
c6fc56c Fix popup JS code.
de554e1 Fix forwarding from the IMP mailbox page
435cc81 Clean up some javascript defs in kronolith
f2e9fd2 turba_shares might not exist
5e0c62c sanity checking for Horde_Mime::is8bit()
33eb148 use Horde_Url methods in turba
162a7b8 Add Horde_Url::redirect().
02d755c Use Horde_Url::redirect()
ecf9342 phpdoc
c1f241b Fix/cleanup app permissions checking

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

commit 33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 00:12:42 2010 -0600

    Missed an onclick conversion

 imp/lib/Prefs/Ui.php                    |    3 ++-
 imp/templates/prefs/smimepublickey.html |    8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=cfe3dcaeb7056bdcfdf05ab0adcda44607090462&r2=33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e
http://git.horde.org/diff.php/imp/templates/prefs/smimepublickey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=33bf4bc05ec530e5ac2bffbaca62bc0ac2ebb24e

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

commit d9976b2e14fcd049f0bb0e126958ff27f51e4f0f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 00:18:06 2010 -0600

    Have inline script appear in HEAD.

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

http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d9976b2e14fcd049f0bb0e126958ff27f51e4f0f

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

commit e5121354ec05594eeffda5a773f0c9f63a167a6b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 00:21:06 2010 -0600

    Add Horde_Url::unique().
    
    Remove Horde::nocacheUrl().

 framework/Block/lib/Horde/Block/Layout.php |   15 ++++++-------
 framework/Core/lib/Horde.php               |   30 +++------------------------
 framework/Core/package.xml                 |    3 +-
 framework/Url/lib/Horde/Url.php            |   10 +++++++++
 framework/Url/package.xml                  |    3 +-
 imp/compose.php                            |    2 +-
 imp/contacts.php                           |    2 +-
 imp/lib/IMP.php                            |    2 +-
 imp/lib/Ui/Mimp.php                        |    2 +-
 kronolith/add.php                          |    2 +-
 kronolith/attendees.php                    |    2 +-
 kronolith/delete.php                       |    2 +-
 kronolith/edit.php                         |    2 +-
 kronolith/event.php                        |    2 +-
 kronolith/templates/contacts/contacts.inc  |    2 +-
 turba/edit.php                             |    2 +-
 turba/merge.php                            |    3 +-
 17 files changed, 37 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=cdc15dd8342c8e4ddb86bf67f2dc4dc07dacb4ef&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=7a42b804b9c6737e2a4a1d6680bb1d147b1c2f41&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=d9976b2e14fcd049f0bb0e126958ff27f51e4f0f&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=0c38846136db99cc7cb74a64e45c4b11fad2c325&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/imp/lib/Ui/Mimp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde-git&r1=ea8bf7cdee66921a04150b65896f8aefd424249f&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/turba/edit.php?rt=horde-git&r1=a85e65cacb497253afbf558a31e439fc8d265ae4&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b
http://git.horde.org/diff.php/turba/merge.php?rt=horde-git&r1=5a021f983ec8c5ea5972293ba801e2b9eccbe8fb&r2=e5121354ec05594eeffda5a773f0c9f63a167a6b

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

commit 7b29d0dee20d34183408eea0d44e14dec822d9f1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 02:19:59 2010 -0600

    Make sure this always returns a string (URL could be completely empty)

 framework/Url/lib/Horde/Url.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=7b29d0dee20d34183408eea0d44e14dec822d9f1

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

commit 79bf8f469ae19a69c1de18c50528aeb89eeef24a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 01:47:44 2010 -0600

    Better random string generation.
    
    Use either Horde_Support_Uuid or uniqid(mt_rand()) (the former is more
    random and should be used for things like persistent data; the latter is
    useful for things like cache-busting).

 ansel/lib/Ansel.php                                   |    2 +-
 ansel/xppublish.php                                   |    4 +-
 fima/lib/Driver/sql.php                               |    4 +-
 fima/lib/Forms/CreateLedger.php                       |    2 +-
 folks/lib/Friends/shared.php                          |    9 +-----
 framework/Block/lib/Horde/Block/Layout/Manager.php    |    4 +-
 framework/Core/lib/Horde/Config.php                   |   10 +++---
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    2 +-
 framework/Core/package.xml                            |    4 +++
 framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php  |    2 +-
 framework/Prefs/lib/Horde/Prefs/Identity.php          |    2 +-
 framework/Rpc/lib/Horde/Rpc/Webdav.php                |    2 +-
 framework/Secret/lib/Horde/Secret.php                 |    2 +-
 framework/SyncML/SyncML/Backend/Sql.php               |   23 +---------------
 framework/SyncML/package.xml                          |    4 +++
 framework/Token/lib/Horde/Token.php                   |    2 +-
 framework/Util/lib/Horde/Util.php                     |    2 +-
 framework/iCalendar/iCalendar/vevent.php              |    4 +--
 framework/iCalendar/package.xml                       |    4 +++
 gollem/lib/Api.php                                    |    2 +-
 gollem/selectlist.php                                 |    2 +-
 horde/admin/alarms.php                                |    4 +--
 horde/templates/contents/open_view_win.js             |    2 +-
 hylax/lib/Driver/spandsp.php                          |    2 +-
 imp/attachment.php                                    |    2 +-
 imp/lib/Compose.php                                   |    2 +-
 imp/lib/Injector/Binder/Imaptree.php                  |    2 +-
 ingo/config/backends.php.dist                         |    2 +-
 kronolith/lib/Driver/Sql.php                          |    2 +-
 kronolith/lib/Kronolith.php                           |    2 +-
 kronolith/lib/Resource.php                            |    4 +-
 mnemo/lib/Driver.php                                  |   14 ----------
 mnemo/lib/Driver/kolab.php                            |    4 +-
 mnemo/lib/Driver/sql.php                              |    6 ++--
 mnemo/lib/Forms/CreateNotepad.php                     |    2 +-
 nag/lib/Driver.php                                    |   16 +-----------
 nag/lib/Driver/Kolab.php                              |    4 +-
 nag/lib/Driver/Sql.php                                |    6 ++--
 nag/lib/Nag.php                                       |    2 +-
 skoli/lib/Driver.php                                  |   13 ---------
 skoli/lib/Driver/sql.php                              |    4 +-
 skoli/lib/Forms/CreateClass.php                       |    2 +-
 trean/lib/Bookmarks.php                               |    2 +-
 turba/lib/Driver.php                                  |   16 +-----------
 turba/lib/Driver/Kolab.php                            |   10 +++----
 turba/lib/Driver/Sql.php                              |    2 +-
 turba/scripts/upgrades/public_to_horde_share.php      |    4 +-
 turba/search.php                                      |    2 +-
 whups/lib/Query.php                                   |    2 +-
 whups/lib/View/Results.php                            |    2 +-
 wicked/scripts/mail-filter.php                        |    2 +-
 51 files changed, 79 insertions(+), 152 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=81c121f7b46ef9cb08956636ebbef0ded70796f9&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=04ce072847321ac9a2eed7f88ebdd23d96969e62&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/fima/lib/Driver/sql.php?rt=horde-git&r1=14c31893e5de6b469e2632664fe891d871810dfc&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/fima/lib/Forms/CreateLedger.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=ccbd0323ad66961a7059c71680b74d2724316db2&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form/VarRenderer/Xhtml.php?rt=horde-git&r1=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Secret/lib/Horde/Secret.php?rt=horde-git&r1=adbdf2167a21a091e69e3a14e553ea0d84b2f7ae&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/SyncML/package.xml?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Token/lib/Horde/Token.php?rt=horde-git&r1=69d631396c9c6560805bd0aadf8f775797a45f2d&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=0f4ce204ab8861df841f34a7cb5252c792d81e12&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vevent.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/framework/iCalendar/package.xml?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/gollem/lib/Api.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/gollem/selectlist.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/horde/admin/alarms.php?rt=horde-git&r1=df513e2ad330d85e3f88efad89ec4345de13a100&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/horde/templates/contents/open_view_win.js?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/hylax/lib/Driver/spandsp.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=f1f0cc184dea9f56a251ca183a027c91d0fec6c5&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/ingo/config/backends.php.dist?rt=horde-git&r1=2457678e563d01f9f306711761f214bc8d653fec&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=94e1c9b267a29b7b7ce43abd4550cf547e88f323&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/kronolith/lib/Resource.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Driver.php?rt=horde-git&r1=c16292ee564fc1962d8e103be10759864c4cfbba&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Driver/kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/mnemo/lib/Forms/CreateNotepad.php?rt=horde-git&r1=4df314b97c7341fa01c6159134fb7cd0df98a11d&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Driver/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/skoli/lib/Driver.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/skoli/lib/Driver/sql.php?rt=horde-git&r1=14c31893e5de6b469e2632664fe891d871810dfc&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/skoli/lib/Forms/CreateClass.php?rt=horde-git&r1=15803a5314228be2a466a7c0b7487e7be589e343&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=488a0bc46c04be4279eed2f7fca68e341ea7952f&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/lib/Driver/Kolab.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=5b68df4f310a217b1cebc18d3b4a5075b077225d&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/whups/lib/View/Results.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a
http://git.horde.org/diff.php/wicked/scripts/mail-filter.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=79bf8f469ae19a69c1de18c50528aeb89eeef24a

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

commit 1ccc46510ce25e67c481621e256463631d868239
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 02:38:28 2010 -0600

    Not used

 horde/templates/contents/open_view_win.js |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)
 delete mode 100644 horde/templates/contents/open_view_win.js

http://git.horde.org/diff.php/horde/templates/contents/open_view_win.js?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=1ccc46510ce25e67c481621e256463631d868239

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

commit 060308d6c24f24231d6739236a02e1642584e332
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 10:02:16 2010 -0600

    Convert browse javascript to a static js file

 turba/js/browse.js                    |   92 +++++++++++++++++++++++++++++++++
 turba/lib/Turba.php                   |   23 ++++++++
 turba/lib/View/Browse.php             |    4 +-
 turba/search.php                      |    5 ++-
 turba/templates/browse/javascript.inc |   88 -------------------------------
 5 files changed, 121 insertions(+), 91 deletions(-)
 create mode 100644 turba/js/browse.js
 delete mode 100644 turba/templates/browse/javascript.inc

http://git.horde.org/co.php/turba/js/browse.js?rt=horde-git&r=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=833c0c52de8324e1d0e6dce3b2f1e467de14ff91&r2=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/lib/View/Browse.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=060308d6c24f24231d6739236a02e1642584e332
http://git.horde.org/diff.php/turba/templates/browse/javascript.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=060308d6c24f24231d6739236a02e1642584e332

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

commit 4528653f81e184dadb9651819fca8a7024adcac9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 10:52:08 2010 -0600

    prototypejs 1.7 fixes

 horde/js/addressbooksprefs.js |    2 +-
 horde/js/sourceselect.js      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/js/addressbooksprefs.js?rt=horde-git&r1=72ef5e9f82429ee5834271b476dfdd1a623604be&r2=4528653f81e184dadb9651819fca8a7024adcac9
http://git.horde.org/diff.php/horde/js/sourceselect.js?rt=horde-git&r1=49b7db90e118e2490db49d076b5ce4f4aaec720b&r2=4528653f81e184dadb9651819fca8a7024adcac9

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

commit c6fc56cdba4b317856b792fafbb260a1ffaab427
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:22:22 2010 -0600

    Fix popup JS code.

 framework/Core/lib/Horde.php |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=c6fc56cdba4b317856b792fafbb260a1ffaab427

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

commit de554e133bc5e281dc3e912c433175f33408af6b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:23:08 2010 -0600

    Fix forwarding from the IMP mailbox page

 imp/lib/IMP.php |   16 ----------------
 imp/mailbox.php |   26 +++++++++++++-------------
 2 files changed, 13 insertions(+), 29 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=de554e133bc5e281dc3e912c433175f33408af6b
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=de554e133bc5e281dc3e912c433175f33408af6b

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

commit 435cc81395b87ea57ac5b81dbb55c08b199bc574
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:30:30 2010 -0600

    Clean up some javascript defs in kronolith

 kronolith/js/calendar-panel.js          |    2 +-
 kronolith/js/edit.js                    |    2 ++
 kronolith/js/goto.js                    |    2 +-
 kronolith/js/views.js                   |    4 ++--
 kronolith/templates/common-header.inc   |    6 ------
 kronolith/templates/edit/edit.inc       |    3 ---
 kronolith/templates/javascript_defs.php |    5 ++++-
 7 files changed, 10 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/kronolith/js/calendar-panel.js?rt=horde-git&r1=d3ad60793bf4e8c0a5fd5a8bff97f2d450338c7d&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/js/edit.js?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/js/goto.js?rt=horde-git&r1=22d919cb7dd2ae3c69f420c3dc0df7a419904e73&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/js/views.js?rt=horde-git&r1=ae0bd709a1f03a74b10c7485b655a63b20ea062c&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-git&r1=83cab23538795560cc52939c1e0fee65eb96e4fe&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574
http://git.horde.org/diff.php/kronolith/templates/javascript_defs.php?rt=horde-git&r1=6d1acd383b9a13f5ac979050ab53cd076c2715a5&r2=435cc81395b87ea57ac5b81dbb55c08b199bc574

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

commit f2e9fd25d5230e99048e174592c0eb4498f1899d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:43:16 2010 -0600

    turba_shares might not exist

 turba/browse.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/browse.php?rt=horde-git&r1=840e1c7ffdb2fa6880e207de8d92bf4d6f7b77da&r2=f2e9fd25d5230e99048e174592c0eb4498f1899d

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

commit 5e0c62cd9a2b553b3d1d799d86651e267f82bfd5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 11:49:37 2010 -0600

    sanity checking for Horde_Mime::is8bit()

 framework/Mime/lib/Horde/Mime.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=2124439d8f90a25265df250724470adffa889e7d&r2=5e0c62cd9a2b553b3d1d799d86651e267f82bfd5

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

commit 33eb148eb32339607b0ea6684f55013beda5be6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 12:10:36 2010 -0600

    use Horde_Url methods in turba

 turba/contact.php                         |    2 +-
 turba/lib/Block/tree_menu.php             |    4 +-
 turba/lib/Driver.php                      |    2 +-
 turba/lib/Form/EditContactGroup.php       |   30 ++++++++++++++--------------
 turba/lib/Object.php                      |   16 +++++++-------
 turba/lib/Object/Group.php                |    8 +++---
 turba/lib/View/List.php                   |   10 ++++----
 turba/search.php                          |    5 +--
 turba/templates/addressbook_list.php      |    6 ++--
 turba/templates/browse/actions.inc        |    6 ++--
 turba/templates/browse/column_headers.inc |    8 +++---
 turba/templates/browse/row.inc            |   19 +++++++++--------
 turba/templates/list/alphaPager.inc       |    7 +----
 13 files changed, 60 insertions(+), 63 deletions(-)

http://git.horde.org/diff.php/turba/contact.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Form/EditContactGroup.php?rt=horde-git&r1=2bb7416f9fa0ba83dd402aa19bd3286e0fc96c26&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/Object/Group.php?rt=horde-git&r1=1ca59d026c65ea733abbaa569704eff245116716&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/lib/View/List.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/search.php?rt=horde-git&r1=060308d6c24f24231d6739236a02e1642584e332&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/addressbook_list.php?rt=horde-git&r1=43899681e6260cacb2db7f88c4cedcdd0ad9fc7e&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/browse/actions.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/browse/column_headers.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/browse/row.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=33eb148eb32339607b0ea6684f55013beda5be6c
http://git.horde.org/diff.php/turba/templates/list/alphaPager.inc?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=33eb148eb32339607b0ea6684f55013beda5be6c

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

commit 162a7b82701496da02614a9c971144486e6b4c3e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 12:13:15 2010 -0600

    Add Horde_Url::redirect().

 framework/Url/lib/Horde/Url.php |    9 +++++++++
 framework/Url/package.xml       |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-git&r1=7b29d0dee20d34183408eea0d44e14dec822d9f1&r2=162a7b82701496da02614a9c971144486e6b4c3e
http://git.horde.org/diff.php/framework/Url/package.xml?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=162a7b82701496da02614a9c971144486e6b4c3e

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

commit 02d755c4f13fcc243bfebbff5a9e5f18187d496f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 13:03:24 2010 -0600

    Use Horde_Url::redirect()

 imp/compose.php                            |    9 ++++-----
 imp/folders-mimp.php                       |    3 +--
 imp/folders.php                            |    3 +--
 imp/lib/Application.php                    |    3 +--
 imp/lib/Ui/Compose.php                     |    4 ++--
 imp/mailbox.php                            |   11 +++--------
 imp/message-mimp.php                       |   12 ++++--------
 imp/search-basic.php                       |    3 +--
 imp/search.php                             |    9 ++++-----
 kronolith/add.php                          |    5 ++---
 kronolith/attendees.php                    |    6 ++----
 kronolith/calendars/create.php             |    9 +++------
 kronolith/calendars/delete.php             |   18 ++++++------------
 kronolith/calendars/edit.php               |   15 +++++----------
 kronolith/calendars/index.php              |    6 ++----
 kronolith/calendars/remote_edit.php        |   12 ++++--------
 kronolith/calendars/remote_subscribe.php   |    9 +++------
 kronolith/calendars/remote_unsubscribe.php |   12 ++++--------
 kronolith/contacts.php                     |    3 +--
 kronolith/data.php                         |    3 +--
 kronolith/day.php                          |    3 +--
 kronolith/delete.php                       |    8 +++-----
 kronolith/edit.php                         |    5 ++---
 kronolith/event.php                        |   12 ++++--------
 kronolith/month.php                        |    3 +--
 kronolith/new.php                          |    8 +++-----
 kronolith/perms.php                        |    3 +--
 kronolith/resources/create.php             |    8 +++-----
 kronolith/resources/delete.php             |   15 +++++----------
 kronolith/resources/edit.php               |   15 +++++----------
 kronolith/resources/groups/create.php      |    6 ++----
 kronolith/resources/groups/delete.php      |   12 ++++--------
 kronolith/resources/groups/edit.php        |   12 ++++--------
 kronolith/resources/groups/index.php       |    3 +--
 kronolith/resources/index.php              |    6 ++----
 kronolith/search.php                       |    3 +--
 kronolith/view.php                         |    3 +--
 kronolith/week.php                         |    3 +--
 kronolith/workweek.php                     |    2 +-
 kronolith/year.php                         |    2 +-
 40 files changed, 100 insertions(+), 187 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=d9af0ff84f2101b03a7725014afe1d010793d8d4&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=757e6eafe65f6718646e7d2200431601da202020&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=de554e133bc5e281dc3e912c433175f33408af6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=6fb6926b2a115f3410d0a924bc6e8eb008ee3cf9&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/add.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/create.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/remote_subscribe.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/contacts.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=eb6d40e5575cfc5ff525adcd4596c1bcfe8204ff&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/delete.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/edit.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/event.php?rt=horde-git&r1=e5121354ec05594eeffda5a773f0c9f63a167a6b&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/create.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/delete.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/create.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/delete.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/edit.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/groups/index.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=e38123701fd206af83311e515d251c84724ef8af&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/view.php?rt=horde-git&r1=00a3d252c7f0b694fdb6599ad22728465d6cf6c5&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-git&r1=7b3bbbebc0bdf043604682a9f7ad347a83b9d0db&r2=02d755c4f13fcc243bfebbff5a9e5f18187d496f

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

commit ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 13:25:17 2010 -0600

    phpdoc

 framework/Core/lib/Horde/Registry.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa

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

commit c1f241be16aa88a278d0e51fc7baa78e39008cca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 30 14:29:55 2010 -0600

    Fix/cleanup app permissions checking

 framework/Block/lib/Horde/Block/Layout/Manager.php |    7 ++--
 framework/Core/lib/Horde.php                       |   27 -----------------
 framework/Perms/lib/Horde/Perms.php                |   12 ++++++--
 horde/lib/Application.php                          |   20 +++++++++++++
 horde/templates/portal/edit.inc                    |    5 ++-
 imp/lib/Application.php                            |   31 +++++++++----------
 ingo/lib/Application.php                           |   24 +++++++-------
 kronolith/lib/Application.php                      |   18 ++++++------
 mnemo/lib/Application.php                          |   22 +++++++++++++-
 mnemo/lib/Mnemo.php                                |   12 ++++----
 mnemo/memo.php                                     |   26 ++++++++--------
 nag/lib/Application.php                            |   18 ++++++------
 12 files changed, 121 insertions(+), 101 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/Manager.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=c6fc56cdba4b317856b792fafbb260a1ffaab427&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-git&r1=a861b23f6c641b45228b9a8a2a8cf90e5013be5e&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/horde/templates/portal/edit.inc?rt=horde-git&r1=b6422461f93ef14c20c52830caeff86fbab08b3e&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=02d755c4f13fcc243bfebbff5a9e5f18187d496f&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=abda7d126953b51915647525d50919d18f41e1ae&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/mnemo/memo.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=c1f241be16aa88a278d0e51fc7baa78e39008cca




More information about the commits mailing list