[commits] Horde branch master updated. 020fc3b127d30adae4310e4445c5eac895b75973

Michael M Slusarz slusarz at horde.org
Wed Sep 1 08:05:09 UTC 2010


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

from: b63bc3a168f95e80f59e004ed0f32382537b8e0c

b7869d2 Make Horde_Mime_Mail constructor more flexible
03cb6fc Move JS files dependent on horde/Core into the package
1511a78 Capitalization
d4e9ea0 Clean up application removeUserData() functions
a5f7128 Have listApps() return param information as value if returning assoc array
f848bed Sidebar is now generated via Application registry calls.
1c7a1b5 Check for existence.
1ac099e Improved error handling if server sends back totally invalid response (e.g. 500 code)
bfc0a83 Move this to where we actually use it
5c887e3 Fix updating mailbox cache when navigating past end of mailbox on the IMP message page
020fc3b Merge from CVS HEAD

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

commit b7869d27a4f96de26ce3afff5febc04b3f1c9b5a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 14:10:09 2010 -0600

    Make Horde_Mime_Mail constructor more flexible

 framework/Mime/lib/Horde/Mime/Mail.php |   29 ++++++++++++-----------------
 1 files changed, 12 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=b7869d27a4f96de26ce3afff5febc04b3f1c9b5a

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

commit 03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 16:28:39 2010 -0600

    Move JS files dependent on horde/Core into the package

 framework/Core/js/addressbooksprefs.js  |   71 +++++
 framework/Core/js/alarmprefs.js         |   37 +++
 framework/Core/js/autocomplete.js       |  333 ++++++++++++++++++++
 framework/Core/js/calendar.js           |  335 ++++++++++++++++++++
 framework/Core/js/hordetree.js          |  512 +++++++++++++++++++++++++++++++
 framework/Core/js/identityselect.js     |   49 +++
 framework/Core/js/liquidmetal.js        |  105 +++++++
 framework/Core/js/open_html_helper.js   |   67 ++++
 framework/Core/js/prefs.js              |   17 +
 framework/Core/js/prettyautocomplete.js |  284 +++++++++++++++++
 framework/Core/js/sourceselect.js       |  138 +++++++++
 framework/Core/js/spellchecker.js       |  287 +++++++++++++++++
 framework/Core/package.xml              |   31 ++
 horde/js/addressbooksprefs.js           |   68 ----
 horde/js/alarmprefs.js                  |   34 --
 horde/js/autocomplete.js                |  330 --------------------
 horde/js/calendar.js                    |  332 --------------------
 horde/js/hordetree.js                   |  511 ------------------------------
 horde/js/identityselect.js              |   46 ---
 horde/js/liquidmetal.js                 |  102 ------
 horde/js/open_html_helper.js            |   66 ----
 horde/js/prefs.js                       |   14 -
 horde/js/prettyautocomplete.js          |  280 -----------------
 horde/js/sourceselect.js                |  135 --------
 horde/js/spellchecker.js                |  284 -----------------
 25 files changed, 2266 insertions(+), 2202 deletions(-)
 create mode 100644 framework/Core/js/addressbooksprefs.js
 create mode 100644 framework/Core/js/alarmprefs.js
 create mode 100644 framework/Core/js/autocomplete.js
 create mode 100644 framework/Core/js/calendar.js
 create mode 100644 framework/Core/js/hordetree.js
 create mode 100644 framework/Core/js/identityselect.js
 create mode 100644 framework/Core/js/liquidmetal.js
 create mode 100644 framework/Core/js/open_html_helper.js
 create mode 100644 framework/Core/js/prefs.js
 create mode 100644 framework/Core/js/prettyautocomplete.js
 create mode 100644 framework/Core/js/sourceselect.js
 create mode 100644 framework/Core/js/spellchecker.js
 delete mode 100644 horde/js/addressbooksprefs.js
 delete mode 100644 horde/js/alarmprefs.js
 delete mode 100644 horde/js/autocomplete.js
 delete mode 100644 horde/js/calendar.js
 delete mode 100644 horde/js/hordetree.js
 delete mode 100644 horde/js/identityselect.js
 delete mode 100644 horde/js/liquidmetal.js
 delete mode 100644 horde/js/open_html_helper.js
 delete mode 100644 horde/js/prefs.js
 delete mode 100644 horde/js/prettyautocomplete.js
 delete mode 100644 horde/js/sourceselect.js
 delete mode 100644 horde/js/spellchecker.js

http://git.horde.org/co.php/framework/Core/js/addressbooksprefs.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/alarmprefs.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/autocomplete.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/calendar.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/hordetree.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/identityselect.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/liquidmetal.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/open_html_helper.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/prefs.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/prettyautocomplete.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/sourceselect.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/co.php/framework/Core/js/spellchecker.js?rt=horde-git&r=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=549a1a57841717f032d1d95e86d10679297356e1&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/addressbooksprefs.js?rt=horde-git&r1=4528653f81e184dadb9651819fca8a7024adcac9&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/alarmprefs.js?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/autocomplete.js?rt=horde-git&r1=02b80e99b3db5f00a7e7ed75100e997338ffa3fa&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/calendar.js?rt=horde-git&r1=aac4082c57085293bbb76de9915db9b5a0727e82&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=030a2d9e09b3bbf9abbddc011728e3732a30be52&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/identityselect.js?rt=horde-git&r1=c8ac8960362f4f1e89d3e23b3723aa5689eefd55&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/liquidmetal.js?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/open_html_helper.js?rt=horde-git&r1=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/prefs.js?rt=horde-git&r1=93be020314e8c72e62a0d68afc0e540065134fe4&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/prettyautocomplete.js?rt=horde-git&r1=9b7ecf11d4901adf0a049b5e02caaadcef29f593&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/sourceselect.js?rt=horde-git&r1=4528653f81e184dadb9651819fca8a7024adcac9&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693
http://git.horde.org/diff.php/horde/js/spellchecker.js?rt=horde-git&r1=d8074ffea038de1ab97c135c73cea6a513c8e783&r2=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693

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

commit 1511a788ed6b7e14b01822d0fafa99c5f18daf04
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 16:38:15 2010 -0600

    Capitalization

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php?rt=horde-git&r1=73bb6dde97c3c43a2f42b9c2299d2acc40284ec0&r2=1511a788ed6b7e14b01822d0fafa99c5f18daf04

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

commit d4e9ea07e815dbcc962144180415f42bbb3d94c7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 18:01:21 2010 -0600

    Clean up application removeUserData() functions

 ingo/lib/Application.php      |   13 ++-----
 kronolith/lib/Application.php |    7 +---
 mnemo/lib/Api.php             |   42 ++++++++----------------
 nag/lib/Application.php       |   30 ++++------------
 turba/lib/Application.php     |   72 +++++++++++++++++++----------------------
 5 files changed, 61 insertions(+), 103 deletions(-)

http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=6db502748dbb4452496d556d30396a0767ef50ab&r2=d4e9ea07e815dbcc962144180415f42bbb3d94c7
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=b90841d6f86ad3e041b6fcc75ab9d7a44b92e889&r2=d4e9ea07e815dbcc962144180415f42bbb3d94c7
http://git.horde.org/diff.php/mnemo/lib/Api.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=d4e9ea07e815dbcc962144180415f42bbb3d94c7
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=d4e9ea07e815dbcc962144180415f42bbb3d94c7
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=d4e9ea07e815dbcc962144180415f42bbb3d94c7

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

commit a5f71286b549a1e53cc439ac7bbef58b1f0cb27d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 21:13:40 2010 -0600

    Have listApps() return param information as value if returning assoc array

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=549a1a57841717f032d1d95e86d10679297356e1&r2=a5f71286b549a1e53cc439ac7bbef58b1f0cb27d

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

commit f848bedd3756ce5a9af2990a36b59a9c1b027aed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 17:40:43 2010 -0600

    Sidebar is now generated via Application registry calls.
    
    THE FORMAT OF horde/config/registry.php HAS CHANGED. Namely, sidebar
    entries have been changed from 'block' (which they are not) to
    'sidebar', and a 'sidebar_params' entry has been added for applications
    that have more than one sidebar tree node addition section.

 ansel/browse_edit.php                             |    2 +-
 chora/lib/Application.php                         |   35 +++
 chora/lib/Block/tree_menu.php                     |   33 ---
 framework/Block/lib/Horde/Block.php               |   29 ---
 framework/Block/lib/Horde/Block/Collection.php    |   31 +--
 framework/Block/package.xml                       |    3 +-
 framework/Core/lib/Horde/Config.php               |    2 +-
 framework/Core/lib/Horde/Core/Sidebar.php         |  174 +++++++++++++++
 framework/Core/lib/Horde/Registry/Application.php |   15 ++
 framework/Core/package.xml                        |    2 +
 gollem/lib/Application.php                        |   36 +++
 gollem/lib/Block/tree_menu.php                    |   45 ----
 hermes/lib/Application.php                        |   78 +++++++
 hermes/lib/Block/tree_menu.php                    |   31 ---
 hermes/lib/Block/tree_stopwatch.php               |   46 ----
 horde/config/registry.php.dist                    |   76 ++++---
 horde/docs/UPGRADING                              |    2 +
 horde/lib/Ajax/Application.php                    |    3 +-
 horde/lib/Api.php                                 |   31 ++-
 horde/lib/Ui/Sidebar.php                          |  245 ---------------------
 horde/services/portal/edit.php                    |    2 +-
 horde/services/sidebar.php                        |    5 +-
 horde/templates/admin/menu.inc                    |    5 +-
 imp/lib/Application.php                           |   89 ++++++++
 imp/lib/Block/tree_folders.php                    |  101 ---------
 imp/lib/Imap/Tree.php                             |    6 +-
 jonah/lib/Application.php                         |   42 ++++
 jonah/lib/Block/tree_menu.php                     |   43 ----
 kronolith/lib/Application.php                     |  100 +++++++++
 kronolith/lib/Block/tree_alarms.php               |   72 ------
 kronolith/lib/Block/tree_menu.php                 |   40 ----
 mnemo/lib/Application.php                         |   62 ++++++
 mnemo/lib/Block/tree_menu.php                     |   64 ------
 nag/lib/Application.php                           |  134 +++++++++++
 nag/lib/Block/tree_alarms.php                     |   79 -------
 nag/lib/Block/tree_menu.php                       |   61 -----
 news/content_edit.php                             |    2 +-
 trean/lib/Application.php                         |   60 +++++
 trean/lib/Block/tree_menu.php                     |   59 -----
 turba/lib/Application.php                         |   76 +++++++
 turba/lib/Block/tree_menu.php                     |   77 -------
 whups/lib/Application.php                         |   39 ++++
 whups/lib/Block/tree_menu.php                     |   40 ----
 whups/mybugs_edit.php                             |    2 +-
 44 files changed, 1027 insertions(+), 1152 deletions(-)
 delete mode 100644 chora/lib/Block/tree_menu.php
 create mode 100644 framework/Core/lib/Horde/Core/Sidebar.php
 delete mode 100644 gollem/lib/Block/tree_menu.php
 delete mode 100644 hermes/lib/Block/tree_menu.php
 delete mode 100644 hermes/lib/Block/tree_stopwatch.php
 delete mode 100644 horde/lib/Ui/Sidebar.php
 delete mode 100644 imp/lib/Block/tree_folders.php
 delete mode 100644 jonah/lib/Block/tree_menu.php
 delete mode 100644 kronolith/lib/Block/tree_alarms.php
 delete mode 100644 kronolith/lib/Block/tree_menu.php
 delete mode 100644 mnemo/lib/Block/tree_menu.php
 delete mode 100644 nag/lib/Block/tree_alarms.php
 delete mode 100644 nag/lib/Block/tree_menu.php
 delete mode 100644 trean/lib/Block/tree_menu.php
 delete mode 100644 turba/lib/Block/tree_menu.php
 delete mode 100644 whups/lib/Block/tree_menu.php

http://git.horde.org/diff.php/ansel/browse_edit.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/chora/lib/Application.php?rt=horde-git&r1=fa82f09b8384b27e14ce3172edbf0e7c34d45173&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/chora/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block.php?rt=horde-git&r1=29ab608461dcd12bf5bf9f5240863fff012b7002&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=dad133825fb50c49992e65ebe16b167519c08f0e&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/framework/Block/package.xml?rt=horde-git&r1=2e60bcd854e2a7b9456cc49dc39754fa4ac5b8f0&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Sidebar.php?rt=horde-git&r=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry/Application.php?rt=horde-git&r1=d227d0fd40bffb840233f055fbf36f655e180382&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/gollem/lib/Application.php?rt=horde-git&r1=23253e2e9de1dbb5e1a0f48673bf01c0a78c49d2&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/gollem/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/hermes/lib/Application.php?rt=horde-git&r1=29e5363c7bb8a54a20b5452de65ae230996f7fb3&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/hermes/lib/Block/tree_menu.php?rt=horde-git&r1=fabc7e43b5dc1d9e651f5a343eb49266e46a0b63&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/hermes/lib/Block/tree_stopwatch.php?rt=horde-git&r1=b8951e768f8d61b24134f03408411abfe1e30a24&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/config/registry.php.dist?rt=horde-git&r1=f63085ad2befe24a222f11873b0a19464016a7da&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/docs/UPGRADING?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/lib/Ajax/Application.php?rt=horde-git&r1=e834d9c89111440da333f964c396fe64c1c38240&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=3d8e80a33b1552a9e36ee73de658ef86919dff5d&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/services/portal/edit.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/services/sidebar.php?rt=horde-git&r1=0a99882d332afd336c4f6c3f859bd6e84cef73f9&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/horde/templates/admin/menu.inc?rt=horde-git&r1=87a41e7f5c33b52eb2e3612704b7a236347d99e9&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=d9a2839b2a4eb7ef738046addcbe8b1553ba223d&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=c9ce94f228f8a0a990930265775d1805eba57eae&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/jonah/lib/Application.php?rt=horde-git&r1=5741c100721dce98ca39cb2d37715a61383ff85c&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/jonah/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=d4e9ea07e815dbcc962144180415f42bbb3d94c7&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/kronolith/lib/Block/tree_alarms.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/kronolith/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/mnemo/lib/Application.php?rt=horde-git&r1=c1f241be16aa88a278d0e51fc7baa78e39008cca&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/mnemo/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=d4e9ea07e815dbcc962144180415f42bbb3d94c7&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/nag/lib/Block/tree_alarms.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/nag/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/news/content_edit.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/trean/lib/Application.php?rt=horde-git&r1=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/trean/lib/Block/tree_menu.php?rt=horde-git&r1=88c5821ad54e9d9100884ad47688b8d5ec078359&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=d4e9ea07e815dbcc962144180415f42bbb3d94c7&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/whups/lib/Application.php?rt=horde-git&r1=29e5363c7bb8a54a20b5452de65ae230996f7fb3&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/whups/lib/Block/tree_menu.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed
http://git.horde.org/diff.php/whups/mybugs_edit.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=f848bedd3756ce5a9af2990a36b59a9c1b027aed

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

commit 1c7a1b5124a13ec3126eb352a9d4911902464d00
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 23:41:10 2010 -0600

    Check for existence.

 imp/lib/Imap/Tree.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=1c7a1b5124a13ec3126eb352a9d4911902464d00

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

commit 1ac099e1d83671aa9c790f431cab65e6660ae12b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 31 23:41:33 2010 -0600

    Improved error handling if server sends back totally invalid response (e.g. 500 code)

 imp/js/compose-dimp.js |   25 ++++++++++++++++++++-----
 imp/js/dimpcore.js     |    5 ++++-
 2 files changed, 24 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=fbd4028f910bcc081c8499cfb42ec0b6307ed4d6&r2=1ac099e1d83671aa9c790f431cab65e6660ae12b
http://git.horde.org/diff.php/imp/js/dimpcore.js?rt=horde-git&r1=12aa7be6dfe90fb49154ca07b90a59fd27c33016&r2=1ac099e1d83671aa9c790f431cab65e6660ae12b

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

commit bfc0a83dfe664708ccb0fce148ef896c8447c8d0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Sep 1 00:06:13 2010 -0600

    Move this to where we actually use it

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

http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=25153d6653f2e669a837b28e53da031e56f5d1ee&r2=bfc0a83dfe664708ccb0fce148ef896c8447c8d0

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

commit 5c887e326c58c4f1f7462d50f4c9fe533c69a182
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Sep 1 00:21:03 2010 -0600

    Fix updating mailbox cache when navigating past end of mailbox on the IMP message page

 imp/lib/Mailbox.php  |   22 ++++++++--------------
 imp/message-mimp.php |    2 +-
 imp/message.php      |    2 +-
 3 files changed, 10 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=25153d6653f2e669a837b28e53da031e56f5d1ee&r2=5c887e326c58c4f1f7462d50f4c9fe533c69a182
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=25153d6653f2e669a837b28e53da031e56f5d1ee&r2=5c887e326c58c4f1f7462d50f4c9fe533c69a182
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=bfc0a83dfe664708ccb0fce148ef896c8447c8d0&r2=5c887e326c58c4f1f7462d50f4c9fe533c69a182

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

commit 020fc3b127d30adae4310e4445c5eac895b75973
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Sep 1 01:59:43 2010 -0600

    Merge from CVS HEAD

 imp/docs/CHANGES |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=e26ea7014c3ec0d85ef2c1ec1d79d30f06771b65&r2=020fc3b127d30adae4310e4445c5eac895b75973




More information about the commits mailing list