The branch "master" has been updated. The following is a summary of the commits.
from: 80806e503711bbf969d3be539c347c7be30242c5 ad527f6 Add blurb on video thumbnail generation 26b26c7 Fix parsing the backend parameter 5f4804f Postgres doesn't like 'user' as a columnname. 30da4bb phpdoc d13684b Metadata data is binary (it may include serialized data) so need to store as binary 9f0400c Cast msguid to a string, since it may appear as an integer to Horde_Db and won't be quoted correctly 5dec8a1 [mms] Add support for using Horde_Db as the storage backend for IMAP/POP caching. ----------------------------------------------------------------------- commit ad527f69f706368359b56da706280cb2a5164afa Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 00:25:33 2013 -0600 Add blurb on video thumbnail generation imp/docs/UPGRADING | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ad527f69f706368359b56da706280cb2a5164afa ----------------------------------------------------------------------- commit 26b26c768b82a456b857b9519a17cfaa93a97dfe Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 00:46:08 2013 -0600 Fix parsing the backend parameter framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/26b26c768b82a456b857b9519a17cfaa93a97dfe ----------------------------------------------------------------------- commit 5f4804fc48d409ace6fca8ab39efadad5b7c809a Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 00:46:11 2013 -0600 Postgres doesn't like 'user' as a columnname. framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php | 4 ++-- .../Horde/Imap/Client/1_horde_imap_client_base_tables.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/5f4804fc48d409ace6fca8ab39efadad5b7c809a ----------------------------------------------------------------------- commit 30da4bba5c05705d68078a7be4783a52b352f3bc Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 01:03:23 2013 -0600 phpdoc framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/30da4bba5c05705d68078a7be4783a52b352f3bc ----------------------------------------------------------------------- commit d13684b9c87f4cd56de6366e62e518d452975040 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 01:03:29 2013 -0600 Metadata data is binary (it may include serialized data) so need to store as binary framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php | 16 +++++- 1 files changed, 13 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/d13684b9c87f4cd56de6366e62e518d452975040 ----------------------------------------------------------------------- commit 9f0400c2c116d55e273b597a6190da84f060d489 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 01:13:07 2013 -0600 Cast msguid to a string, since it may appear as an integer to Horde_Db and won't be quoted correctly E.g. postgres doesn't allow = with integer columns framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php | 8 +++--- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/9f0400c2c116d55e273b597a6190da84f060d489 ----------------------------------------------------------------------- commit 5dec8a1c626eb574aa0a707c52591a1847f387f1 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 01:15:08 2013 -0600 [mms] Add support for using Horde_Db as the storage backend for IMAP/POP caching. imp/config/backends.php | 33 +++++++++++++++++---------------- imp/docs/CHANGES | 2 ++ imp/docs/UPGRADING | 3 +++ imp/lib/Imap/Config.php | 34 ++++++++++++++++++++-------------- imp/package.xml | 4 +++- 5 files changed, 45 insertions(+), 31 deletions(-) http://git.horde.org/horde-git/-/commit/5dec8a1c626eb574aa0a707c52591a1847f387f1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
