[commits] Horde-Hatchery branch accounts updated. b0ab19907f099de71fe4564497147cdc247105eb

Michael M Slusarz slusarz at horde.org
Thu Jul 30 18:41:39 UTC 2009


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

from: 1e5cbac5d804815c2942bbcf6a41e87c0b5561d3

db644ab... Correctly set charset of Bcc header in sent mail copy (Bug #8362)
8e4aa5b... Fix WebDAV usage, remove BC code.
415de50... Fix undefined index.
95aa771... Fix toggling wysiwyg editor.
87077bc... Allow autoloading of Kronolith_View classes.
71a5d6d... Move remaining code from horde.js to tooltips.js.
0fa706b... Re-add horde.js as a container of commonly used prototype extensions.
76df717... One tooltips library to rule them all.
de9dbe3... Move garbage collection tasks to a SystemTask.
2e5b6e7... ContextSensitive.js no longer needs to be added before DimpCore.js
e9dcd53... Re-use common header code in common-header.inc for DIMP
4595bd9... Use isEditableVFolder().
a23731e... Add IMAP alerts to ajax notify stack.
7acd3c7... Add upgrade system task
74d6a87... Remove IMP::prefsURL()
d36ea53... Upgrade.php
f651154... Some IMP.php tweaks
32b8d7d... Use Horde::escapeJson()
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.
3c68469... Variables -> Horde_Variables
1f61350... Fix quicksearch ID generation.
120340d... Re-add quicksearch field selection and make it persist across sessions.
59013c4... tooltip.js -> tooltips.js
a0bb328... Change upgrade file name since we may be doing additional updates in the future
0a70ce5... No need to include prototype.js if including other script files
d12940f... Remove fetchmail code.
200a17a... Add interface for accounts configuration.
6f33d31... Merge branch 'accounts' of dev.horde.org:/horde/git/horde-hatchery into accounts
b0ab199... Don't need these prototype.js calls

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

commit db644ab53fe599f1fd4f6ea93abbf302e4feff68
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 00:02:55 2009 -0600

    Correctly set charset of Bcc header in sent mail copy (Bug #8362)

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

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=f02792eb5a3b57b9080240a875aa844f498491e3&r2=db644ab53fe599f1fd4f6ea93abbf302e4feff68
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=f02792eb5a3b57b9080240a875aa844f498491e3&r2=db644ab53fe599f1fd4f6ea93abbf302e4feff68

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

commit 8e4aa5b1919c1f52ebf4164562db947850d2e9c7
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:17:13 2009 +0200

    Fix WebDAV usage, remove BC code.

 kronolith/calendars/index.php |    4 ----
 kronolith/calendars/info.php  |   11 ++---------
 nag/tasklists/index.php       |    3 ---
 nag/tasklists/info.php        |   11 ++---------
 4 files changed, 4 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7
http://git.horde.org/diff.php/kronolith/calendars/info.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7
http://git.horde.org/diff.php/nag/tasklists/index.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7
http://git.horde.org/diff.php/nag/tasklists/info.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=8e4aa5b1919c1f52ebf4164562db947850d2e9c7

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

commit 415de500a2c2868619230671e381ab64ce165301
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:22:05 2009 +0200

    Fix undefined index.

 kronolith/lib/Block/summary.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=415de500a2c2868619230671e381ab64ce165301

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

commit 95aa771a474f3dd6d8fd959e374cb779ef1c349b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:36:30 2009 +0200

    Fix toggling wysiwyg editor.

 imp/compose.php       |   12 ++++++------
 imp/js/src/compose.js |    8 +++++++-
 imp/lib/api.php       |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=95aa771a474f3dd6d8fd959e374cb779ef1c349b
http://git.horde.org/diff.php/imp/js/src/compose.js?rt=horde-hatchery&r1=d290298c49b3448e3de6ada3c64f5ded9ba55d60&r2=95aa771a474f3dd6d8fd959e374cb779ef1c349b
http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=95aa771a474f3dd6d8fd959e374cb779ef1c349b

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

commit 87077bc57ebac466431554555675917990bc4289
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 09:40:41 2009 +0200

    Allow autoloading of Kronolith_View classes.

 kronolith/lib/Kronolith.php         |    9 -
 kronolith/lib/View/Day.php          |  485 +++++++++++++++++++++++++++++++++++
 kronolith/lib/View/DeleteEvent.php  |   79 ++++++
 kronolith/lib/View/EditEvent.php    |  129 +++++++++
 kronolith/lib/View/Event.php        |  120 +++++++++
 kronolith/lib/View/ExportEvent.php  |   40 +++
 kronolith/lib/View/Month.php        |  241 +++++++++++++++++
 kronolith/lib/View/Week.php         |  352 +++++++++++++++++++++++++
 kronolith/lib/View/WorkWeek.php     |   20 ++
 kronolith/lib/View/Year.php         |  172 +++++++++++++
 kronolith/lib/Views/Day.php         |  485 -----------------------------------
 kronolith/lib/Views/DeleteEvent.php |   81 ------
 kronolith/lib/Views/EditEvent.php   |  131 ----------
 kronolith/lib/Views/Event.php       |  122 ---------
 kronolith/lib/Views/ExportEvent.php |   40 ---
 kronolith/lib/Views/Month.php       |  241 -----------------
 kronolith/lib/Views/Week.php        |  352 -------------------------
 kronolith/lib/Views/WorkWeek.php    |   20 --
 kronolith/lib/Views/Year.php        |  172 -------------
 19 files changed, 1638 insertions(+), 1653 deletions(-)
 create mode 100644 kronolith/lib/View/Day.php
 create mode 100644 kronolith/lib/View/DeleteEvent.php
 create mode 100644 kronolith/lib/View/EditEvent.php
 create mode 100644 kronolith/lib/View/Event.php
 create mode 100644 kronolith/lib/View/ExportEvent.php
 create mode 100644 kronolith/lib/View/Month.php
 create mode 100644 kronolith/lib/View/Week.php
 create mode 100644 kronolith/lib/View/WorkWeek.php
 create mode 100644 kronolith/lib/View/Year.php
 delete mode 100644 kronolith/lib/Views/Day.php
 delete mode 100644 kronolith/lib/Views/DeleteEvent.php
 delete mode 100644 kronolith/lib/Views/EditEvent.php
 delete mode 100644 kronolith/lib/Views/Event.php
 delete mode 100644 kronolith/lib/Views/ExportEvent.php
 delete mode 100644 kronolith/lib/Views/Month.php
 delete mode 100644 kronolith/lib/Views/Week.php
 delete mode 100644 kronolith/lib/Views/WorkWeek.php
 delete mode 100644 kronolith/lib/Views/Year.php

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=6b13a43c67be3fde40af956154f44ba42f153870&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Day.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/DeleteEvent.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/EditEvent.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Event.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/ExportEvent.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Month.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Week.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/WorkWeek.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/co.php/kronolith/lib/View/Year.php?rt=horde-hatchery&r=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Day.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/DeleteEvent.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/EditEvent.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Event.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/ExportEvent.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Month.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Week.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/WorkWeek.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289
http://git.horde.org/diff.php/kronolith/lib/Views/Year.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=87077bc57ebac466431554555675917990bc4289

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

commit 71a5d6d32cd6279d09e93b3ce32dee53ea96dd12
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 16:42:35 2009 +0200

    Move remaining code from horde.js to tooltips.js.

 framework/Model/www/test.php |    1 -
 imp/lib/DIMP.php             |    3 ---
 kronolith/lib/Kronolith.php  |    3 ---
 3 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Model/www/test.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=87077bc57ebac466431554555675917990bc4289&r2=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12

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

commit 0fa706bef844336f48d1c6dc9418c88dafb85b34
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 16:50:00 2009 +0200

    Re-add horde.js as a container of commonly used prototype extensions.

 imp/js/src/DimpCore.js        |   71 -----------------------
 imp/lib/DIMP.php              |    1 +
 kronolith/js/src/kronolith.js |  126 +---------------------------------------
 kronolith/lib/Kronolith.php   |    1 +
 4 files changed, 6 insertions(+), 193 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=c889810b20a1db1e52c5803a694673d18a0b5045&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34
http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=4399e7b0621dc6c035a43930891332fd23fdf966&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=71a5d6d32cd6279d09e93b3ce32dee53ea96dd12&r2=0fa706bef844336f48d1c6dc9418c88dafb85b34

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

commit 76df7175390bcb497009edf2ebf6e106c91618a4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jul 29 17:16:44 2009 +0200

    One tooltips library to rule them all.

 kronolith/js/src/kronolith.js      |    4 ++--
 kronolith/js/src/views.js          |    6 +++---
 kronolith/lib/Ajax/Imple/Embed.php |    9 +++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/kronolith/js/src/kronolith.js?rt=horde-hatchery&r1=0fa706bef844336f48d1c6dc9418c88dafb85b34&r2=76df7175390bcb497009edf2ebf6e106c91618a4
http://git.horde.org/diff.php/kronolith/js/src/views.js?rt=horde-hatchery&r1=f5233f2f24a2551c847670def15d15b8655ad15b&r2=76df7175390bcb497009edf2ebf6e106c91618a4
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/Embed.php?rt=horde-hatchery&r1=6b13a43c67be3fde40af956154f44ba42f153870&r2=76df7175390bcb497009edf2ebf6e106c91618a4

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

commit de9dbe36397c5a5c69706d2b052ea6e093b128f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:05:06 2009 -0600

    Move garbage collection tasks to a SystemTask.

 imp/ajax.php                                        |    2 +-
 imp/lib/Block/Foldersummary.php                     |    2 +-
 imp/lib/Block/summary.php                           |    2 +-
 imp/lib/Compose.php                                 |    1 -
 imp/lib/IMP.php                                     |    3 +-
 imp/lib/Imap/Tree.php                               |    4 +-
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php |   58 +++++++++++++++++++
 imp/lib/Search.php                                  |    5 +-
 imp/lib/Sentmail.php                                |    9 +--
 9 files changed, 68 insertions(+), 18 deletions(-)
 create mode 100644 imp/lib/LoginTasks/SystemTask/GarbageCollection.php

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=4ae991868f79afa0940d7fdb2a5364dc9829735e&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=db644ab53fe599f1fd4f6ea93abbf302e4feff68&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=b7e1a51f09ece98ba46c01925bab54f1511680fb&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/co.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-hatchery&r=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5

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

commit 2e5b6e7e59bba25e096f00d814e476a76693bf49
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:21:06 2009 -0600

    ContextSensitive.js no longer needs to be added before DimpCore.js

 imp/js/src/DimpCore.js |    1 -
 imp/lib/DIMP.php       |   26 ++++++++------------------
 2 files changed, 8 insertions(+), 19 deletions(-)

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

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

commit e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:31:49 2009 -0600

    Re-use common header code in common-header.inc for DIMP

 imp/lib/DIMP.php                |   20 +++-----------------
 imp/templates/common-header.inc |   20 +++++++++++++++++---
 2 files changed, 20 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=2e5b6e7e59bba25e096f00d814e476a76693bf49&r2=e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=d70d593ec875477a70c1b7e544e77d298d99ff0d&r2=e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f

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

commit 4595bd9e1713855d619688a86938079c19b16377
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:43:17 2009 -0600

    Use isEditableVFolder().

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

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

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

commit a23731e4179495327b9ba8b34829678e036d30ca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:51:23 2009 -0600

    Add IMAP alerts to ajax notify stack.

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

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=a23731e4179495327b9ba8b34829678e036d30ca

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

commit 7acd3c79d290bfcbe93471b952d0009411277490
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:59:10 2009 -0600

    Add upgrade system task

 imp/lib/IMP.php                           |    6 ----
 imp/lib/LoginTasks/SystemTask/Upgrade.php |   37 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 imp/lib/LoginTasks/SystemTask/Upgrade.php

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=7acd3c79d290bfcbe93471b952d0009411277490
http://git.horde.org/co.php/imp/lib/LoginTasks/SystemTask/Upgrade.php?rt=horde-hatchery&r=7acd3c79d290bfcbe93471b952d0009411277490

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

commit 74d6a87b472e4c92f451df68a7bb6640a60f7b6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:59:41 2009 -0600

    Remove IMP::prefsURL()

 imp/acl.php            |    2 +-
 imp/fetchmailprefs.php |    2 +-
 imp/filterprefs.php    |    2 +-
 imp/lib/IMP.php        |   12 ------------
 imp/pgp.php            |    2 +-
 imp/smime.php          |    2 +-
 6 files changed, 5 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=7acd3c79d290bfcbe93471b952d0009411277490&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c

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

commit d36ea5313e05fac619d165c6a9ad5fa95a7d0010
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 13:02:43 2009 -0600

    Upgrade.php

 imp/lib/LoginTasks/SystemTask/Upgrade.php |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/Upgrade.php?rt=horde-hatchery&r1=7acd3c79d290bfcbe93471b952d0009411277490&r2=d36ea5313e05fac619d165c6a9ad5fa95a7d0010

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

commit f651154974f6a36eee09cf775864c635b05b1a57
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 13:08:32 2009 -0600

    Some IMP.php tweaks

 imp/lib/IMP.php |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

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

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

commit 32b8d7d18cb8987b1235005df6567d4d37e87950
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 13:25:49 2009 -0600

    Use Horde::escapeJson()

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

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

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

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

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

commit 3c6846935e3fb5ce732f374d7a9c6bb10d47ddcc
Author: Matt Selsky <selsky at columbia.edu>
Date:   Thu Jul 30 01:44:07 2009 -0400

    Variables -> Horde_Variables

 nag/tasklists/delete.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=3c6846935e3fb5ce732f374d7a9c6bb10d47ddcc

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

commit 1f61350107a94fdeca931db1ae13ab5567cb0187
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 30 00:08:32 2009 -0600

    Fix quicksearch ID generation.

 imp/js/src/DimpBase.js                 |    8 +++-----
 imp/templates/javascript_defs_dimp.php |    1 +
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=b3a04c3ab036ae0c4bdab100eb1484b3a831f5d4&r2=1f61350107a94fdeca931db1ae13ab5567cb0187
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=ff7bf98bea9fd67956b4c02e0b9d5058b5f7e4e7&r2=1f61350107a94fdeca931db1ae13ab5567cb0187

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

commit 120340d162a9c6f737e14f8e76b361a3e965b117
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 30 00:56:43 2009 -0600

    Re-add quicksearch field selection and make it persist across sessions.

 imp/config/prefs.php.dist              |   10 ++++++++--
 imp/docs/CHANGES                       |    1 +
 imp/js/src/DimpBase.js                 |   23 +++++++++++++++++++++--
 imp/lib/Views/ListMessages.php         |   20 +++++++++++++++++++-
 imp/templates/index/index-dimp.inc     |   10 +++++++++-
 imp/templates/javascript_defs_dimp.php |    1 +
 imp/themes/screen-dimp.css             |   19 +++++++++++++++----
 imp/themes/silver/screen-dimp.css      |    2 +-
 8 files changed, 75 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=440b7d713281cb240060d754a31bae71484de823&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=1f61350107a94fdeca931db1ae13ab5567cb0187&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=440b7d713281cb240060d754a31bae71484de823&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=e75e4fed7094e8a089cda2434f1e6d937f18e7f1&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=1f61350107a94fdeca931db1ae13ab5567cb0187&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=72d965dd58e0fb8ca5bc4c1f4e2b8472621c55d1&r2=120340d162a9c6f737e14f8e76b361a3e965b117
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=120340d162a9c6f737e14f8e76b361a3e965b117

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

commit 59013c48fef3d7fd65ba435235fa15506d890812
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 30 10:04:56 2009 -0400

    tooltip.js -> tooltips.js

 imp/mailbox.php                       |    2 +-
 ingo/filters.php                      |    2 +-
 kronolith/day.php                     |    2 +-
 kronolith/lib/Block/month.php         |    2 +-
 kronolith/lib/Block/monthlist.php     |    2 +-
 kronolith/lib/Block/prevmonthlist.php |    2 +-
 kronolith/lib/Block/summary.php       |    2 +-
 kronolith/month.php                   |    2 +-
 kronolith/search.php                  |    2 +-
 kronolith/week.php                    |    2 +-
 kronolith/workweek.php                |    2 +-
 kronolith/year.php                    |    2 +-
 nag/list.php                          |    2 +-
 nag/tasks/index.php                   |    2 +-
 skoli/list.php                        |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/day.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-hatchery&r1=415de500a2c2868619230671e381ab64ce165301&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/month.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/week.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/workweek.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/kronolith/year.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/nag/list.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=59013c48fef3d7fd65ba435235fa15506d890812
http://git.horde.org/diff.php/skoli/list.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=59013c48fef3d7fd65ba435235fa15506d890812

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

commit a0bb328305c7ac19fb79b41ec832f8d9560e1fc3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 30 11:38:47 2009 -0600

    Change upgrade file name since we may be doing additional updates in the future

 imp/lib/LoginTasks/SystemTask/Upgrade.php         |   49 ---------------------
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |   49 +++++++++++++++++++++
 2 files changed, 49 insertions(+), 49 deletions(-)
 delete mode 100644 imp/lib/LoginTasks/SystemTask/Upgrade.php
 create mode 100644 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php

http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/Upgrade.php?rt=horde-hatchery&r1=d36ea5313e05fac619d165c6a9ad5fa95a7d0010&r2=a0bb328305c7ac19fb79b41ec832f8d9560e1fc3
http://git.horde.org/co.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-hatchery&r=a0bb328305c7ac19fb79b41ec832f8d9560e1fc3

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

commit 0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 30 12:32:26 2009 -0600

    No need to include prototype.js if including other script files

 babel/lib/Babel.php                               |   91 ++++++++++-----------
 chora/annotate.php                                |    1 -
 chora/browsedir.php                               |    1 -
 chora/browsefile.php                              |    1 -
 chora/co.php                                      |    1 -
 chora/diff.php                                    |    1 -
 chora/patchsets.php                               |    1 -
 chora/stats.php                                   |    1 -
 drag_n_drop_portal/index.php                      |    1 -
 folks/search.php                                  |    1 -
 gollem/clipboard.php                              |    1 -
 gollem/manager.php                                |    1 -
 imp/acl.php                                       |    1 -
 imp/compose.php                                   |    1 -
 imp/contacts.php                                  |    1 -
 imp/fetchmailprefs.php                            |    1 -
 imp/folders.php                                   |    1 -
 imp/lib/Ajax/Imple/ContactAutoCompleter.php       |    1 -
 imp/lib/Block/summary.php                         |    1 -
 imp/lib/DIMP.php                                  |    1 -
 imp/lib/IMP.php                                   |    4 -
 imp/lib/Mime/Viewer/Html.php                      |    3 +-
 imp/lib/Mime/Viewer/Smime.php                     |    1 -
 imp/lib/UI/Message.php                            |    2 -
 imp/lib/prefs.php                                 |    1 -
 imp/mailbox.php                                   |    1 -
 imp/message.php                                   |    1 -
 imp/pgp.php                                       |    1 -
 imp/search.php                                    |    1 -
 ingo/filters.php                                  |    1 -
 kronolith/lib/Ajax/Imple/ContactAutoCompleter.php |    1 -
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php     |    1 -
 kronolith/lib/Kronolith.php                       |    1 -
 kronolith/templates/common-header.inc             |    1 -
 nag/list.php                                      |    1 -
 nag/tasks/index.php                               |    1 -
 news/lib/Block/jonah.php                          |    3 +-
 skoli/data.php                                    |    1 -
 skoli/list.php                                    |    1 -
 skoli/search.php                                  |    9 +-
 skoli/templates/panel.inc                         |    1 -
 turba/contact.php                                 |    1 -
 turba/lib/View/Browse.php                         |    1 -
 turba/search.php                                  |    1 -
 turba/templates/prefs/columnselect.inc            |    1 -
 45 files changed, 51 insertions(+), 100 deletions(-)

http://git.horde.org/diff.php/babel/lib/Babel.php?rt=horde-hatchery&r1=31e326ede98fc555d7132984c0027f74d080fee3&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/annotate.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/browsefile.php?rt=horde-hatchery&r1=9c775afca46c51d4161f22c90022fc1e46df1d1f&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=afb243b5f24581b460250fa092b6748426ff5a30&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/diff.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=9cee6c185ef30a313de9a1c0f320da3db362593f&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/chora/stats.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/drag_n_drop_portal/index.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/folks/search.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/gollem/clipboard.php?rt=horde-hatchery&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-hatchery&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=74d6a87b472e4c92f451df68a7bb6640a60f7b6c&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=95aa771a474f3dd6d8fd959e374cb779ef1c349b&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=74d6a87b472e4c92f451df68a7bb6640a60f7b6c&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=6e11496996dd54e7b46d3f68fdf24c0b0a7ec2da&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=9e62a075232b8e2bfaf5916800c930353dff7f9b&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=9e62a075232b8e2bfaf5916800c930353dff7f9b&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=59013c48fef3d7fd65ba435235fa15506d890812&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=d8f0d2e23ae509047f684060b0fe67d60d976176&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=74d6a87b472e4c92f451df68a7bb6640a60f7b6c&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-hatchery&r1=59013c48fef3d7fd65ba435235fa15506d890812&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=1711e521d98b5548a899a161573cc2cee4433e32&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/nag/list.php?rt=horde-hatchery&r1=59013c48fef3d7fd65ba435235fa15506d890812&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/nag/tasks/index.php?rt=horde-hatchery&r1=59013c48fef3d7fd65ba435235fa15506d890812&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/news/lib/Block/jonah.php?rt=horde-hatchery&r1=15e2f752ee6a6528614bf057c8a9808f9bcbc222&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/skoli/data.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/skoli/list.php?rt=horde-hatchery&r1=59013c48fef3d7fd65ba435235fa15506d890812&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/skoli/search.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/skoli/templates/panel.inc?rt=horde-hatchery&r1=bd3edffd0fa66238356ad14882ed6a5c4955714f&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/turba/contact.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/turba/lib/View/Browse.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/turba/search.php?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3
http://git.horde.org/diff.php/turba/templates/prefs/columnselect.inc?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3

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

commit d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 18 14:29:49 2009 -0600

    Remove fetchmail code.

 imp/ajax.php                       |   24 +---
 imp/config/conf.xml                |   13 +--
 imp/config/hooks.php.dist          |    2 +-
 imp/config/prefs.php.dist          |   42 ------
 imp/docs/INSTALL                   |    2 +-
 imp/docs/UPGRADING                 |    1 +
 imp/fetchmailprefs.php             |  195 -------------------------
 imp/js/src/DimpBase.js             |    5 -
 imp/js/src/fetchmailprefs.js       |   88 -----------
 imp/lib/Fetchmail.php              |  278 ------------------------------------
 imp/lib/Fetchmail/Account.php      |  163 ---------------------
 imp/lib/Fetchmail/imap.php         |  223 -----------------------------
 imp/lib/IMP.php                    |   12 --
 imp/mailbox.php                    |   15 --
 imp/templates/index/index-dimp.inc |    3 -
 imp/templates/mailbox/mailbox.html |    2 +-
 imp/themes/screen.css              |    8 -
 17 files changed, 6 insertions(+), 1070 deletions(-)
 delete mode 100644 imp/fetchmailprefs.php
 delete mode 100644 imp/js/src/fetchmailprefs.js
 delete mode 100644 imp/lib/Fetchmail.php
 delete mode 100644 imp/lib/Fetchmail/Account.php
 delete mode 100644 imp/lib/Fetchmail/imap.php

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=a23731e4179495327b9ba8b34829678e036d30ca&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=e9362d90feff482fa54b82b47a5d4ac8578081a8&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=120340d162a9c6f737e14f8e76b361a3e965b117&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/docs/INSTALL?rt=horde-hatchery&r1=347e3271edd70749576280814b7d62f5abc0bcc5&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-hatchery&r1=37a4eff3c2211cc36210a8753fed6d5a64451f7f&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=120340d162a9c6f737e14f8e76b361a3e965b117&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/js/src/fetchmailprefs.js?rt=horde-hatchery&r1=04e6552e9b1845053fc4b90eeda7ebe581e9312e&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/lib/Fetchmail.php?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/lib/Fetchmail/Account.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/lib/Fetchmail/imap.php?rt=horde-hatchery&r1=ae800629866d9e11ba3fd6447ccd098047e50f9b&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=120340d162a9c6f737e14f8e76b361a3e965b117&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox.html?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=d8f0d2e23ae509047f684060b0fe67d60d976176&r2=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b

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

commit 200a17a1836b01c952cbb423f1ba5477c75092b7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 23 22:48:39 2009 -0600

    Add interface for accounts configuration.

 imp/config/prefs.php.dist                  |   23 +++++
 imp/js/src/accountsmanagement.js           |   58 ++++++++++++
 imp/lib/Accounts.php                       |  133 ++++++++++++++++++++++++++++
 imp/lib/prefs.php                          |   43 +++++++++
 imp/templates/prefs/accountsmanagement.inc |   79 ++++++++++++++++
 imp/themes/screen.css                      |   14 ++-
 6 files changed, 346 insertions(+), 4 deletions(-)
 create mode 100644 imp/js/src/accountsmanagement.js
 create mode 100644 imp/lib/Accounts.php
 create mode 100644 imp/templates/prefs/accountsmanagement.inc

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b&r2=200a17a1836b01c952cbb423f1ba5477c75092b7
http://git.horde.org/co.php/imp/js/src/accountsmanagement.js?rt=horde-hatchery&r=200a17a1836b01c952cbb423f1ba5477c75092b7
http://git.horde.org/co.php/imp/lib/Accounts.php?rt=horde-hatchery&r=200a17a1836b01c952cbb423f1ba5477c75092b7
http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=0a70ce52cdd66d0213a84aa542dfe81eecb42fd3&r2=200a17a1836b01c952cbb423f1ba5477c75092b7
http://git.horde.org/co.php/imp/templates/prefs/accountsmanagement.inc?rt=horde-hatchery&r=200a17a1836b01c952cbb423f1ba5477c75092b7
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=d12940f006fc33e5c4c3ca85fe6beb82d28ca29b&r2=200a17a1836b01c952cbb423f1ba5477c75092b7

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

commit 6f33d3103f76bd81ed0b5dec405721e29ec5a44f
Merge: 200a17a... 1e5cbac...
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 30 12:40:37 2009 -0600

    Merge branch 'accounts' of dev.horde.org:/horde/git/horde-hatchery into accounts
    
    Conflicts:
    	imp/lib/prefs.php

commit 1e5cbac5d804815c2942bbcf6a41e87c0b5561d3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 23 22:48:39 2009 -0600

    Add interface for accounts configuration.

 imp/config/prefs.php.dist                  |   23 +++++
 imp/js/src/accountsmanagement.js           |   58 ++++++++++++
 imp/lib/Accounts.php                       |  133 ++++++++++++++++++++++++++++
 imp/lib/prefs.php                          |   43 +++++++++
 imp/templates/prefs/accountsmanagement.inc |   79 ++++++++++++++++
 imp/themes/screen.css                      |   14 ++-
 6 files changed, 346 insertions(+), 4 deletions(-)
 create mode 100644 imp/js/src/accountsmanagement.js
 create mode 100644 imp/lib/Accounts.php
 create mode 100644 imp/templates/prefs/accountsmanagement.inc

commit b1f1cbd71a478c969aca61dbf0d8bebd830c9e83
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 18 14:29:49 2009 -0600

    Remove fetchmail code.

 imp/ajax.php                       |   24 +---
 imp/config/conf.xml                |   13 +--
 imp/config/hooks.php.dist          |    2 +-
 imp/config/prefs.php.dist          |   42 ------
 imp/docs/INSTALL                   |    2 +-
 imp/docs/UPGRADING                 |    1 +
 imp/fetchmailprefs.php             |  196 -------------------------
 imp/js/src/DimpBase.js             |    5 -
 imp/js/src/fetchmailprefs.js       |   88 -----------
 imp/lib/Fetchmail.php              |  278 ------------------------------------
 imp/lib/Fetchmail/Account.php      |  163 ---------------------
 imp/lib/Fetchmail/imap.php         |  223 -----------------------------
 imp/lib/IMP.php                    |   13 --
 imp/mailbox.php                    |   15 --
 imp/templates/index/index-dimp.inc |    3 -
 imp/templates/mailbox/mailbox.html |    2 +-
 imp/themes/screen.css              |    8 -
 17 files changed, 6 insertions(+), 1072 deletions(-)
 delete mode 100644 imp/fetchmailprefs.php
 delete mode 100644 imp/js/src/fetchmailprefs.js
 delete mode 100644 imp/lib/Fetchmail.php
 delete mode 100644 imp/lib/Fetchmail/Account.php
 delete mode 100644 imp/lib/Fetchmail/imap.php

http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=200a17a1836b01c952cbb423f1ba5477c75092b7&r2=6f33d3103f76bd81ed0b5dec405721e29ec5a44f

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

commit b0ab19907f099de71fe4564497147cdc247105eb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 30 12:41:22 2009 -0600

    Don't need these prototype.js calls

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

http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=6f33d3103f76bd81ed0b5dec405721e29ec5a44f&r2=b0ab19907f099de71fe4564497147cdc247105eb




More information about the commits mailing list