[commits] Horde-Hatchery branch master updated.
Michael M Slusarz
slusarz at horde.org
Wed Jun 24 21:10:53 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 30273c705b38a3c19e92cd45a158b639507b151b
54299b2... Convert from Maintenance:: -> Horde_LoginTasks::.
-----------------------------------------------------------------------
commit 54299b2f49446855107193d4e6c0ffc2fd6813c6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jun 24 00:17:16 2009 -0600
Convert from Maintenance:: -> Horde_LoginTasks::.
imp/config/conf.xml | 8 -
imp/config/prefs.php.dist | 44 +++---
imp/docs/UPGRADING | 2 +
imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php | 66 +++++++++
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 79 +++++++++++
imp/lib/LoginTasks/Task/PurgeSentmail.php | 103 ++++++++++++++
imp/lib/LoginTasks/Task/PurgeSpam.php | 85 +++++++++++
imp/lib/LoginTasks/Task/PurgeTrash.php | 85 +++++++++++
imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 108 +++++++++++++++
imp/lib/Maintenance/Task/delete_attachments_monthly.php | 54 -------
imp/lib/Maintenance/Task/delete_sentmail_monthly.php | 70 ----------
imp/lib/Maintenance/Task/fetchmail_login.php | 70 ----------
imp/lib/Maintenance/Task/purge_sentmail.php | 91 ------------
imp/lib/Maintenance/Task/purge_spam.php | 77 ----------
imp/lib/Maintenance/Task/purge_trash.php | 77 ----------
imp/lib/Maintenance/Task/rename_sentmail_monthly.php | 97 -------------
imp/lib/Maintenance/Task/tos_agreement.php | 50 -------
imp/lib/Maintenance/imp.php | 36 -----
imp/lib/Session.php | 14 +--
imp/lib/base.php | 6 -
imp/lib/prefs.php | 18 ---
imp/redirect.php | 5 +-
kronolith/config/prefs.php.dist | 32 +++--
kronolith/docs/UPGRADING | 6 +
kronolith/lib/LoginTasks/Task/PurgeEvents.php | 88 ++++++++++++
kronolith/lib/Maintenance/Task/purge_events.php | 77 ----------
kronolith/lib/Maintenance/kronolith.php | 65 ---------
kronolith/lib/base.php | 29 ++---
kronolith/lib/prefs.php | 7 -
29 files changed, 677 insertions(+), 872 deletions(-)
create mode 100644 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php
create mode 100644 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php
create mode 100644 imp/lib/LoginTasks/Task/PurgeSentmail.php
create mode 100644 imp/lib/LoginTasks/Task/PurgeSpam.php
create mode 100644 imp/lib/LoginTasks/Task/PurgeTrash.php
create mode 100644 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php
delete mode 100644 imp/lib/Maintenance/Task/delete_attachments_monthly.php
delete mode 100644 imp/lib/Maintenance/Task/delete_sentmail_monthly.php
delete mode 100644 imp/lib/Maintenance/Task/fetchmail_login.php
delete mode 100644 imp/lib/Maintenance/Task/purge_sentmail.php
delete mode 100644 imp/lib/Maintenance/Task/purge_spam.php
delete mode 100644 imp/lib/Maintenance/Task/purge_trash.php
delete mode 100644 imp/lib/Maintenance/Task/rename_sentmail_monthly.php
delete mode 100644 imp/lib/Maintenance/Task/tos_agreement.php
delete mode 100644 imp/lib/Maintenance/imp.php
create mode 100644 kronolith/lib/LoginTasks/Task/PurgeEvents.php
delete mode 100644 kronolith/lib/Maintenance/Task/purge_events.php
delete mode 100644 kronolith/lib/Maintenance/kronolith.php
http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=c878930805fd90c4e910c95ae7bea07f1875dc1d&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/delete_attachments_monthly.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/delete_sentmail_monthly.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/fetchmail_login.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/purge_sentmail.php?rt=horde-hatchery&r1=a253d734b1b1fc2b8b9376ddddeb5fdb7fd86e7e&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/purge_spam.php?rt=horde-hatchery&r1=a253d734b1b1fc2b8b9376ddddeb5fdb7fd86e7e&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/purge_trash.php?rt=horde-hatchery&r1=a253d734b1b1fc2b8b9376ddddeb5fdb7fd86e7e&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/rename_sentmail_monthly.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/tos_agreement.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Maintenance/imp.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/Session.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=30273c705b38a3c19e92cd45a158b639507b151b&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=586e3011ebc8ac6e2bbb51966c9d66e39e277dbb&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/imp/redirect.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/kronolith/config/prefs.php.dist?rt=horde-hatchery&r1=081393aecf98b070e418b176b40990130f4b29a7&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/kronolith/docs/UPGRADING?rt=horde-hatchery&r1=80eda6c0661751e785a400e06fc203511d442d52&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/co.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-hatchery&r=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/kronolith/lib/Maintenance/Task/purge_events.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/kronolith/lib/Maintenance/kronolith.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/kronolith/lib/base.php?rt=horde-hatchery&r1=30273c705b38a3c19e92cd45a158b639507b151b&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
http://git.horde.org/diff.php/kronolith/lib/prefs.php?rt=horde-hatchery&r1=d45ab4df43d10ffac9ad317617743f65400f5f8a&r2=54299b2f49446855107193d4e6c0ffc2fd6813c6
More information about the commits
mailing list