[commits] Horde-Hatchery branch, master, updated. 04780e37492aafbea65c85fe29601481dc56d518
Michael M Slusarz
slusarz at horde.org
Tue Nov 25 20:25:14 UTC 2008
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Horde-Hatchery".
The branch, master has been updated
via 04780e37492aafbea65c85fe29601481dc56d518 (commit)
via c101da6f40113bec04f8565f92871c1c00a72f2a (commit)
via 3a0e45fec1bf6ecdc66cf3d8770d3f553be3e03a (commit)
from 4216e6d7ad5a81649dc64377b08f2b6aff35118a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 04780e37492aafbea65c85fe29601481dc56d518
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Nov 25 12:37:02 2008 -0700
MIMP has been moved into IMP.
Still need to tweak some things, and there is currently no meaningful
message display, but navigation through the various pages is working
fine.
commit c101da6f40113bec04f8565f92871c1c00a72f2a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Nov 25 12:13:18 2008 -0700
Some optimizations.
commit 3a0e45fec1bf6ecdc66cf3d8770d3f553be3e03a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Nov 25 12:12:24 2008 -0700
Make $addURL optional; make no linking the default.
-----------------------------------------------------------------------
Summary of changes:
imp/compose-mimp.php | 262 ++++++++++++++++++++++++
imp/config/conf.xml | 12 +
imp/config/prefs.php.dist | 17 ++
imp/docs/CHANGES | 1 +
imp/folders-mimp.php | 62 ++++++
imp/lib/IMP.php | 8 +-
imp/lib/MIMP.php | 69 +++++++
imp/lib/Mime/Viewer/html.php | 9 +
imp/lib/Mime/Viewer/plain.php | 23 ++-
imp/lib/Session.php | 16 ++-
imp/lib/UI/Message.php | 4 +-
imp/lib/base.php | 51 +++--
imp/login.php | 32 ++--
imp/mailbox-mimp.php | 207 +++++++++++++++++++
imp/message-mimp.php | 335 +++++++++++++++++++++++++++++++
imp/message.php | 17 +-
imp/redirect.php | 29 +--
imp/templates/compose/compose-mimp.inc | 66 ++++++
imp/templates/compose/redirect-mimp.inc | 22 ++
imp/templates/folders/folders-mimp.inc | 37 ++++
imp/templates/mailbox/mailbox-mimp.inc | 37 ++++
21 files changed, 1241 insertions(+), 75 deletions(-)
create mode 100644 imp/compose-mimp.php
create mode 100644 imp/folders-mimp.php
create mode 100644 imp/lib/MIMP.php
create mode 100644 imp/mailbox-mimp.php
create mode 100644 imp/message-mimp.php
create mode 100644 imp/templates/compose/compose-mimp.inc
create mode 100644 imp/templates/compose/redirect-mimp.inc
create mode 100644 imp/templates/folders/folders-mimp.inc
create mode 100644 imp/templates/mailbox/mailbox-mimp.inc
hooks/post-receive
--
Horde-Hatchery
More information about the commits
mailing list