[commits] Horde-Hatchery branch master updated. 473733dc5137c985b846cfa1b8535be2da60a02a
Michael M Slusarz
slusarz at horde.org
Thu Dec 10 21:10:18 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 4b1b65f8ba8dd546a0f94480b9901c89ce5aca97
1e1f5f3 Draft removal tweaks.
2ef1391 Combine some code; clean up address fields before saving draft
50dcd3f More places to destroy the compose object.
7c73c24 Request #7656: Add auto-save draft to IMP
1970439 Do draft deletion in IMP_Compose::destroy()
473733d Correctly handle close_draft preference in all views
-----------------------------------------------------------------------
commit 1e1f5f321decb41665545aadcccf5a07b41e284f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 10 11:59:13 2009 -0700
Draft removal tweaks.
Move draft removal code to IMP_Compose_Ui function.
No need to pass draft UID in MIMP/IMP - this information is stored as
metadata within the IMP_Compose object.
imp/compose-dimp.php | 12 ++----------
imp/compose-mimp.php | 12 ++++--------
imp/compose.php | 19 +++++--------------
imp/lib/Ui/Compose.php | 13 +++++++++++++
imp/templates/compose/compose-mimp.inc | 1 -
5 files changed, 24 insertions(+), 33 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=dd29474aac6fd2e295327509bf0367b5dd0ea5f0&r2=1e1f5f321decb41665545aadcccf5a07b41e284f
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=9547adbb6b5213bfc9372669e5e679438e738396&r2=1e1f5f321decb41665545aadcccf5a07b41e284f
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=ff28fa3301e2995a4709b6e62e7acf8c82d32839&r2=1e1f5f321decb41665545aadcccf5a07b41e284f
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-hatchery&r1=6082c58be2bdf28d1f90a052b197f0e1f4f16a6f&r2=1e1f5f321decb41665545aadcccf5a07b41e284f
http://git.horde.org/diff.php/imp/templates/compose/compose-mimp.inc?rt=horde-hatchery&r1=9547adbb6b5213bfc9372669e5e679438e738396&r2=1e1f5f321decb41665545aadcccf5a07b41e284f
-----------------------------------------------------------------------
commit 2ef139180cb33f04cb067bd121058b5d959b3061
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 10 12:19:31 2009 -0700
Combine some code; clean up address fields before saving draft
imp/compose-dimp.php | 60 +++++++++++++++++++++++--------------------------
1 files changed, 28 insertions(+), 32 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=1e1f5f321decb41665545aadcccf5a07b41e284f&r2=2ef139180cb33f04cb067bd121058b5d959b3061
-----------------------------------------------------------------------
commit 50dcd3f00856890968a896d1f1dd6533a4a4ac08
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 10 13:09:21 2009 -0700
More places to destroy the compose object.
Automatically delete attachments when deleting compose object.
imp/compose-dimp.php | 4 ++++
imp/compose-mimp.php | 1 -
imp/compose.php | 2 +-
imp/lib/Compose.php | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=2ef139180cb33f04cb067bd121058b5d959b3061&r2=50dcd3f00856890968a896d1f1dd6533a4a4ac08
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=1e1f5f321decb41665545aadcccf5a07b41e284f&r2=50dcd3f00856890968a896d1f1dd6533a4a4ac08
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=1e1f5f321decb41665545aadcccf5a07b41e284f&r2=50dcd3f00856890968a896d1f1dd6533a4a4ac08
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=dd29474aac6fd2e295327509bf0367b5dd0ea5f0&r2=50dcd3f00856890968a896d1f1dd6533a4a4ac08
-----------------------------------------------------------------------
commit 7c73c2474a4c96fc128efea12fc481a3cd2f1604
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 10 12:06:47 2009 -0700
Request #7656: Add auto-save draft to IMP
imp/compose.php | 109 ++++++++++++++++++++++++--------------------
imp/config/prefs.php.dist | 1 -
imp/docs/CHANGES | 1 +
imp/js/compose.js | 36 ++++++++++++++-
4 files changed, 93 insertions(+), 54 deletions(-)
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=50dcd3f00856890968a896d1f1dd6533a4a4ac08&r2=7c73c2474a4c96fc128efea12fc481a3cd2f1604
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=7c73c2474a4c96fc128efea12fc481a3cd2f1604
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=01d5788ec5b5ef0b1450f42517348790d0585bcb&r2=7c73c2474a4c96fc128efea12fc481a3cd2f1604
http://git.horde.org/diff.php/imp/js/compose.js?rt=horde-hatchery&r1=1fcd76a21bfc8f8053a4cd09301a44acc70c8e7b&r2=7c73c2474a4c96fc128efea12fc481a3cd2f1604
-----------------------------------------------------------------------
commit 1970439917f8180292672b4ec6512a9e0d5ca0db
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 10 13:54:52 2009 -0700
Do draft deletion in IMP_Compose::destroy()
imp/ajax.php | 2 +-
imp/compose-dimp.php | 6 ------
imp/compose-mimp.php | 7 +------
imp/compose.php | 13 +------------
imp/lib/Compose.php | 17 ++++++++++++++++-
imp/lib/Ui/Compose.php | 13 -------------
6 files changed, 19 insertions(+), 39 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=6be01926c3a28d983fa27144ffad03e3bce3c312&r2=1970439917f8180292672b4ec6512a9e0d5ca0db
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=50dcd3f00856890968a896d1f1dd6533a4a4ac08&r2=1970439917f8180292672b4ec6512a9e0d5ca0db
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=50dcd3f00856890968a896d1f1dd6533a4a4ac08&r2=1970439917f8180292672b4ec6512a9e0d5ca0db
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=7c73c2474a4c96fc128efea12fc481a3cd2f1604&r2=1970439917f8180292672b4ec6512a9e0d5ca0db
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=50dcd3f00856890968a896d1f1dd6533a4a4ac08&r2=1970439917f8180292672b4ec6512a9e0d5ca0db
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-hatchery&r1=1e1f5f321decb41665545aadcccf5a07b41e284f&r2=1970439917f8180292672b4ec6512a9e0d5ca0db
-----------------------------------------------------------------------
commit 473733dc5137c985b846cfa1b8535be2da60a02a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 10 14:04:38 2009 -0700
Correctly handle close_draft preference in all views
imp/compose-dimp.php | 5 +++--
imp/compose-mimp.php | 8 +++++---
imp/compose.php | 12 +++++++-----
3 files changed, 15 insertions(+), 10 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=1970439917f8180292672b4ec6512a9e0d5ca0db&r2=473733dc5137c985b846cfa1b8535be2da60a02a
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=1970439917f8180292672b4ec6512a9e0d5ca0db&r2=473733dc5137c985b846cfa1b8535be2da60a02a
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=1970439917f8180292672b4ec6512a9e0d5ca0db&r2=473733dc5137c985b846cfa1b8535be2da60a02a
More information about the commits
mailing list