[commits] Horde-Hatchery branch master updated. 60f54a6946738bd949cfda13b6c016475e9d9d38
Michael M Slusarz
slusarz at horde.org
Fri Dec 18 20:35:30 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 403882dcd35b2ca6238770c47a60acb776f11bf4
72cae93 Use custom events to trigger successful dialog actions
be173fe Some ViewPort tweaks
747fde5 Add IMP_Exception
ab2f6ba Make singleton/factory classname agnostic
97b4634 No need to gettext this, since the only way to get here is to manually play around with URL parameters
66393ab Horde_Calendar now fires event on selection; fix Date-related bugs
60f54a6 Convert to new Horde_Calendar custom event changes
-----------------------------------------------------------------------
commit 72cae93e16f4b247017c9c05428cd458d77958de
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Dec 16 13:04:54 2009 -0700
Use custom events to trigger successful dialog actions
imp/compose.php | 6 +++---
imp/js/DimpCore.js | 12 ++++++++++++
imp/js/compose.js | 12 ++++++++++++
imp/js/dialog.js | 13 +++++--------
imp/lib/IMP.php | 19 ++++++++-----------
imp/lib/Mime/Viewer/Pgp.php | 30 ++++++------------------------
imp/lib/Mime/Viewer/Smime.php | 12 +-----------
7 files changed, 47 insertions(+), 57 deletions(-)
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=a98cc73fc9bff715c366950daa745b27ea3e0f6f&r2=72cae93e16f4b247017c9c05428cd458d77958de
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=f598cb7fe64854ecadd168416e24aae009d3fa8d&r2=72cae93e16f4b247017c9c05428cd458d77958de
http://git.horde.org/diff.php/imp/js/compose.js?rt=horde-hatchery&r1=7c73c2474a4c96fc128efea12fc481a3cd2f1604&r2=72cae93e16f4b247017c9c05428cd458d77958de
http://git.horde.org/diff.php/imp/js/dialog.js?rt=horde-hatchery&r1=7cb0dcd6071d4b62343864de60dfca57be260fd4&r2=72cae93e16f4b247017c9c05428cd458d77958de
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=01d5788ec5b5ef0b1450f42517348790d0585bcb&r2=72cae93e16f4b247017c9c05428cd458d77958de
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=9e914642eb743ba6dcdb2c6ec382d04df9182c3c&r2=72cae93e16f4b247017c9c05428cd458d77958de
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=72cae93e16f4b247017c9c05428cd458d77958de
-----------------------------------------------------------------------
commit be173fe6b7f2d1d2afa03a588aa3ac67a9da88e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 17 00:51:03 2009 -0700
Some ViewPort tweaks
imp/js/DimpBase.js | 2 +-
imp/js/ViewPort.js | 40 ++++++++++++++++++++--------------------
2 files changed, 21 insertions(+), 21 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=83351301326cd46f44fc5fede3a7102d12027de1&r2=be173fe6b7f2d1d2afa03a588aa3ac67a9da88e1
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=b86085e9e0a7981707a3aad2204af3c6c99644d2&r2=be173fe6b7f2d1d2afa03a588aa3ac67a9da88e1
-----------------------------------------------------------------------
commit 747fde5768e6f85fc066a620d54cd5db48a2aad6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 18 11:49:53 2009 -0700
Add IMP_Exception
imp/attachment.php | 10 +++++-----
imp/config/hooks.php.dist | 8 ++++----
imp/lib/Exception.php | 15 +++++++++++++++
imp/lib/Imap/Acl.php | 3 +++
imp/pgp.php | 2 +-
imp/saveimage.php | 2 +-
imp/smime.php | 2 +-
7 files changed, 30 insertions(+), 12 deletions(-)
create mode 100644 imp/lib/Exception.php
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=747fde5768e6f85fc066a620d54cd5db48a2aad6
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=01d5788ec5b5ef0b1450f42517348790d0585bcb&r2=747fde5768e6f85fc066a620d54cd5db48a2aad6
http://git.horde.org/co.php/imp/lib/Exception.php?rt=horde-hatchery&r=747fde5768e6f85fc066a620d54cd5db48a2aad6
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=747fde5768e6f85fc066a620d54cd5db48a2aad6
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=747fde5768e6f85fc066a620d54cd5db48a2aad6
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=747fde5768e6f85fc066a620d54cd5db48a2aad6
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=ed4f90377e63479976f2840cafa427921de0d5e8&r2=747fde5768e6f85fc066a620d54cd5db48a2aad6
-----------------------------------------------------------------------
commit ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 18 11:53:26 2009 -0700
Make singleton/factory classname agnostic
imp/lib/Accounts.php | 2 +-
imp/lib/Compose.php | 2 +-
imp/lib/Contents.php | 2 +-
imp/lib/Folder.php | 2 +-
imp/lib/Imap/Acl.php | 2 +-
imp/lib/Imap/Flags.php | 2 +-
imp/lib/Imap/Tree.php | 2 +-
imp/lib/Mailbox.php | 2 +-
imp/lib/Message.php | 2 +-
imp/lib/Quota.php | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
http://git.horde.org/diff.php/imp/lib/Accounts.php?rt=horde-hatchery&r1=f98bdce9d79d1b5fad44c8c8845ec36b5b3cd009&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=db21edc722fe3cf2b5429af2f6738a4e47cc2c3f&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-hatchery&r1=164cdc31b8275631294c77f94672218f67afdb7c&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=42c361a1f15e5a0552c7753ff105bc71bccae45d&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=3db17d81f191aa9a19a88b19e2f0848e64087207&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-hatchery&r1=ae800629866d9e11ba3fd6447ccd098047e50f9b&r2=ab2f6ba16e90a00b7a64cbcdaf17dc5371ff8866
-----------------------------------------------------------------------
commit 97b4634ba3bfbf43ae39ca9dc7afad40675f326a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 18 13:02:36 2009 -0700
No need to gettext this, since the only way to get here is to manually play around with URL parameters
imp/saveimage.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=747fde5768e6f85fc066a620d54cd5db48a2aad6&r2=97b4634ba3bfbf43ae39ca9dc7afad40675f326a
-----------------------------------------------------------------------
commit 66393ab9f0c6af77ba9c9ba0e91e6eaeac8043f8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 18 13:26:22 2009 -0700
Horde_Calendar now fires event on selection; fix Date-related bugs
imp/js/search.js | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=a5e45e9c8cef79f7e6219522188b1e78c8e6f291&r2=66393ab9f0c6af77ba9c9ba0e91e6eaeac8043f8
-----------------------------------------------------------------------
commit 60f54a6946738bd949cfda13b6c016475e9d9d38
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 18 13:35:11 2009 -0700
Convert to new Horde_Calendar custom event changes
kronolith/lib/Kronolith.php | 1 +
kronolith/new.php | 1 +
kronolith/templates/index/edit.inc | 4 ++--
3 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=2b9bd293a17ec16d3c432143900e3e16061431f9&r2=60f54a6946738bd949cfda13b6c016475e9d9d38
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-hatchery&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=60f54a6946738bd949cfda13b6c016475e9d9d38
http://git.horde.org/diff.php/kronolith/templates/index/edit.inc?rt=horde-hatchery&r1=73d7a68a4ee4af4f2f8086192cee9d093b29e414&r2=60f54a6946738bd949cfda13b6c016475e9d9d38
More information about the commits
mailing list