[commits] Horde branch master updated. 5044023f5ea421c3e3a85702b46bb735bc0384f4
Michael M Slusarz
slusarz at horde.org
Tue Oct 2 04:06:56 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: 61a5b93a083efcbe2c758aab7c50fb6bd558c186
be10688 Update fixes to jquery mobile
382b382 Update liquidmetal JS script
e2815b3 prototypejs updates
7a2a585 Move client sorting code to separate class (most IMAP servers don't require it)
5044023 Bug #11110: Don't save multiple copies of a draft.
-----------------------------------------------------------------------
commit be1068870d1962d24464011048f3f117a3ec4b15
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 1 21:00:12 2012 -0600
Update fixes to jquery mobile
framework/Core/js/jquery.mobile/jquery.mobile.js | 73 ++++--
framework/Core/js/jquery.mobile/jquery.mobile.min.css | 2 +-
framework/Core/js/jquery.mobile/jquery.mobile.min.js | 256 ++++++++--------
3 files changed, 180 insertions(+), 151 deletions(-)
http://git.horde.org/horde-git/-/commit/be1068870d1962d24464011048f3f117a3ec4b15
-----------------------------------------------------------------------
commit 382b382b385f4a0d0a1f6e1f464a0491701fda44
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 1 21:02:38 2012 -0600
Update liquidmetal JS script
framework/Core/js/liquidmetal.js | 190 ++++++++++++++++++++-----------------
1 files changed, 103 insertions(+), 87 deletions(-)
http://git.horde.org/horde-git/-/commit/382b382b385f4a0d0a1f6e1f464a0491701fda44
-----------------------------------------------------------------------
commit e2815b3d25f70b0e4cdaf25059925e1ed04ac2b9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 1 21:06:05 2012 -0600
prototypejs updates
framework/Core/js/prototype.js | 81 +++++++++++++++++++++++++---------------
1 files changed, 51 insertions(+), 30 deletions(-)
http://git.horde.org/horde-git/-/commit/e2815b3d25f70b0e4cdaf25059925e1ed04ac2b9
-----------------------------------------------------------------------
commit 7a2a585c71f4f28224a49012984a37c2c45440b8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 1 21:32:00 2012 -0600
Move client sorting code to separate class (most IMAP servers don't require it)
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 275 +----
framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php | 301 +++++
framework/Imap_Client/package.xml | 10 +-
framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php | 13 +-
.../Imap_Client/test/Horde/Imap/Client/Stub/SocketClientSort.php | 37 +
5 files changed, 365 insertions(+), 271 deletions(-)
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Stub/SocketClientSort.php
http://git.horde.org/horde-git/-/commit/7a2a585c71f4f28224a49012984a37c2c45440b8
-----------------------------------------------------------------------
commit 5044023f5ea421c3e3a85702b46bb735bc0384f4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 1 22:06:42 2012 -0600
Bug #11110: Don't save multiple copies of a draft.
imp/lib/Compose.php | 19 ++++++-------------
1 files changed, 6 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/5044023f5ea421c3e3a85702b46bb735bc0384f4
More information about the commits
mailing list