The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: ba7c1b36b0d2b02ed6016678f35cdf6bce25adf8 960691b Save on dereferencing costs 72e0459 [mms] Another workaround for broken Cyrus APPEND behavior (Bug #11769). 8867870 Released Horde_Imap_Client-2.2.3 a91607d Development mode for Horde_Imap_Client-2.2.4 0e7aff9 Another strict fix a38dd09 partial fix for [#11655] - Allow search for partial names in id, name and comment a82fbea [#11655] Adjust UI: Allow explicitly selecting exact matches only 9f6fb06 [#11655] Allow partial or full value search in configured properties, too f186746 [jan] Fix creating storage folder for Kolab/IMAP backends (Bug #11751). a93f51a Patch by PUNkER fixes [#11574] postgres compatibility for sesha/lib/Driver/Rdo.php when adding properties. 9af8f49 [#11656] Highlight sidebar search button when displaying search results. Indicate it's a search listing and provide a link back to full list 9727639 fixed changelog format 5548eb2 [mms] Convert test suite to PHPUnit. 2bd8da5 [mms] Add Horde_SpellChecker_Exception. 329010d [mms] Deprecated Horde_SpellChecker::factory(). eabb308 [mms] Added Horde_Core_Factory_SpellChecker. 2a1b3e5 Don't do expensive spellchecker check - assume an admin would fix this 1d3a685 [mms] Minimum length configuration was not being honored in the Aspell driver. 66b50e0 Better way of building argument string 16be762 [mms] Honor the 'path' configuration parameter in Aspell driver (Bug #11778). 3d8ab1e Restore favicon support (Bug #11709) cce83e1 Centralize task running in the parent class to make it easier to add logging, etc. 996385b Fix status checker to just check status 133490d Add a script to crawl/fetch favicons for all existing bookmarks. 0789736 Don't show "0 0" if there's no bookmark_dt value 9e8390f Layout cleanups - make favicons take the same amount of space no matter what size the icon is, etc. 5c1b461 Rename "search" setting to "content_index" to better reflect what it controls. a3e00d9 Improvements to avoid saving bad favicons, and a script to backfill only favicons. 12cdb70 phpdoc 5fc5843 Avoid using stream_get_contents() 9fbb51d Already have shutdown functions for these objects dbbe3a2 Don't use rand() to determine GC 283ca32 Optimization: cache these values, which may be called hundreds of times in a request 1bb6882 Don't continually call hook if it is not set b77d135 Cleaner code faeb4f5 Cache methods list d106c4d WS b2d75b8 Fix undefined variable. e2072d2 Tweak wording. 8831b16 Catch exceptions. 5577e57 Don't catch this exception, it's an admin error. 2ca8853 Create directories. c5c3145 Fix ClamAV example. 0ea4da4 Don't show SyncML prefs if Horde_SyncMl is not installed (Bug #11757). 7ff3b39 Fix JavaScript errors after updating the top menu. 0844543 Complete Smb backend test. 0608a9d [jan] Implement vfsroot parameter in Samba backend. 18e9e74 [jan] Don't rely on PEAR to determine Windows OS in Samba backend. 82174c7 Trim output to more reliably get error message. ca3497f [jan] Fix swapped getFormatHeight() and getFormatWidth() methods (Bug #11762). 2ca23ef Fix UID property. e1b8a2a Don't use user name as default share preference default. c6e0945 Simplify e253cf8 Checking for locked pref doesn't make sense if the calendar doesn't exist at all. 1e8e94f Fix coding standard for method/property names. b88cb18 Fix parse errors. 85fc387 Catch invalid exceptions and completions (Bug #11763). 21ddb96 Don't double-encode filename (Bug #11770). e813ee5 Use Horde_Url::link(). 0124196 restore the password icon to the sidebar. I still think we should remove it altogether 6771004 Bug #11778: Fix typo 7ca266c Bring back hide_when_unlimited quota support c9a5e00 [mms] Honor 'hide_when_unlimited' option for the quota driver (Bug #11782; Thomas Jarosch <[email protected]>). 0325a77 Fix strict notice (Bug #11776). b790cad [jan] Fix receiving resource calendars in dynamic view (Bug #11776). 66f5554 [mms] Fix regression in POP3 driver for servers that don't support the RESP-CODES extension. 7668de8 Request #11774: Change default IMAP object returned by factory upon successful authentication 1744f47 Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit 960691b5754d8ccd23cadaabb076cf72c231971f Author: Michael M Slusarz <[email protected]> Date: Tue Nov 27 23:24:38 2012 -0700 Save on dereferencing costs .../lib/Horde/Imap/Client/Data/Format/Filter/String.php | 28 +++-- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 10 +- 3 files changed, 24 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/960691b5754d8ccd23cadaabb076cf72c231971f ----------------------------------------------------------------------- commit 72e0459148572474ed0b3de805b4049849b59e64 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 01:02:59 2012 -0700 [mms] Another workaround for broken Cyrus APPEND behavior (Bug #11769). framework/Imap_Client/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/72e0459148572474ed0b3de805b4049849b59e64 ----------------------------------------------------------------------- commit 8867870db01f80d7aa942e06108c2ed06b3e414f Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 01:06:49 2012 -0700 Released Horde_Imap_Client-2.2.3 framework/Imap_Client/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/8867870db01f80d7aa942e06108c2ed06b3e414f ----------------------------------------------------------------------- commit a91607d3f85421b4167505c86ee38faca814da4d Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 01:06:49 2012 -0700 Development mode for Horde_Imap_Client-2.2.4 framework/Imap_Client/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/a91607d3f85421b4167505c86ee38faca814da4d ----------------------------------------------------------------------- commit 0e7aff9f7ef63f1c351c6ae04e7e4387bc2a7eba Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 01:43:57 2012 -0700 Another strict fix imp/lib/Crypt/Pgp.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0e7aff9f7ef63f1c351c6ae04e7e4387bc2a7eba ----------------------------------------------------------------------- commit a38dd092e63d945f4dfdcceb49771d658330ae47 Author: root <root@rlang.(none)> Date: Wed Nov 28 11:10:39 2012 +0200 partial fix for [#11655] - Allow search for partial names in id, name and comment sesha/lib/Driver/Rdo.php | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/a38dd092e63d945f4dfdcceb49771d658330ae47 ----------------------------------------------------------------------- commit a82fbea351c2e84e9ed76bf3290544db4d263093 Author: Ralf Lang <root@rlang.(none)> Date: Wed Nov 28 11:23:15 2012 +0200 [#11655] Adjust UI: Allow explicitly selecting exact matches only sesha/lib/Form/Search.php | 1 + sesha/lib/View/List.php | 7 ++++++- sesha/list.php | 1 + 3 files changed, 8 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a82fbea351c2e84e9ed76bf3290544db4d263093 ----------------------------------------------------------------------- commit 9f6fb06fd41b2fc978e7e8c25318a7aab35e9981 Author: Ralf Lang <root@rlang.(none)> Date: Wed Nov 28 12:03:08 2012 +0200 [#11655] Allow partial or full value search in configured properties, too sesha/docs/CHANGES | 1 + sesha/lib/Driver/Rdo.php | 22 +++++++++++++++------- sesha/package.xml | 2 ++ 3 files changed, 18 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/9f6fb06fd41b2fc978e7e8c25318a7aab35e9981 ----------------------------------------------------------------------- commit f186746986393b1aaf3077e6ec02fc112dcde809 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 13:47:19 2012 +0100 [jan] Fix creating storage folder for Kolab/IMAP backends (Bug #11751). framework/Prefs/lib/Horde/Prefs/Storage/KolabImap.php | 2 +- framework/Prefs/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/f186746986393b1aaf3077e6ec02fc112dcde809 ----------------------------------------------------------------------- commit a93f51abc4f6b9d99027b1b9ef57cf5dea6b418e Author: Ralf Lang <[email protected]> Date: Wed Nov 28 14:54:54 2012 +0200 Patch by PUNkER fixes [#11574] postgres compatibility for sesha/lib/Driver/Rdo.php when adding properties. sesha/lib/Driver/Rdo.php | 3 +++ sesha/lib/Entity/PropertyMapper.php | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a93f51abc4f6b9d99027b1b9ef57cf5dea6b418e ----------------------------------------------------------------------- commit 9af8f495eb0013aa1ae6557446bc58bbd1c7982f Author: Ralf Lang <[email protected]> Date: Wed Nov 28 21:27:48 2012 +0200 [#11656] Highlight sidebar search button when displaying search results. Indicate it's a search listing and provide a link back to full list sesha/docs/CHANGES | 1 + sesha/lib/Application.php | 13 +++++++++++-- sesha/lib/View/List.php | 11 ++++++----- sesha/list.php | 6 ++++-- sesha/package.xml | 2 ++ sesha/templates/view/list.php | 2 +- 6 files changed, 25 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/9af8f495eb0013aa1ae6557446bc58bbd1c7982f ----------------------------------------------------------------------- commit 97276392110853a4b40390fb603c344fa96e56f7 Author: Ralf Lang <[email protected]> Date: Wed Nov 28 21:55:37 2012 +0200 fixed changelog format sesha/docs/CHANGES | 5 +++-- sesha/package.xml | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/97276392110853a4b40390fb603c344fa96e56f7 ----------------------------------------------------------------------- commit 5548eb26311a5ab52606cee6f7ba50b2d74b3424 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:01:42 2012 -0700 [mms] Convert test suite to PHPUnit. framework/SpellChecker/package.xml | 20 +- framework/SpellChecker/test/Horde/SpellChecker/AllTests.php | 3 + framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php | 57 ++++ framework/SpellChecker/test/Horde/SpellChecker/basic-aspell.phpt | 84 ------ framework/SpellChecker/test/Horde/SpellChecker/bootstrap.php | 3 + framework/SpellChecker/test/Horde/SpellChecker/phpunit.xml | 1 + 6 files changed, 77 insertions(+), 91 deletions(-) create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/AllTests.php create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php delete mode 100644 framework/SpellChecker/test/Horde/SpellChecker/basic-aspell.phpt create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/bootstrap.php create mode 100644 framework/SpellChecker/test/Horde/SpellChecker/phpunit.xml http://git.horde.org/horde-git/-/commit/5548eb26311a5ab52606cee6f7ba50b2d74b3424 ----------------------------------------------------------------------- commit 2bd8da5e5373d9a2b5181bdb1396591e7e2aa514 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:18:05 2012 -0700 [mms] Add Horde_SpellChecker_Exception. Clean up to H5 standards. framework/SpellChecker/lib/Horde/SpellChecker.php | 89 +++++------ framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 66 ++++---- framework/SpellChecker/lib/Horde/SpellChecker/Exception.php | 25 +++ framework/SpellChecker/package.xml | 14 +- 4 files changed, 110 insertions(+), 84 deletions(-) create mode 100644 framework/SpellChecker/lib/Horde/SpellChecker/Exception.php http://git.horde.org/horde-git/-/commit/2bd8da5e5373d9a2b5181bdb1396591e7e2aa514 ----------------------------------------------------------------------- commit 329010df793ee485e9a15912498e473d9217b308 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:20:06 2012 -0700 [mms] Deprecated Horde_SpellChecker::factory(). framework/SpellChecker/lib/Horde/SpellChecker.php | 2 ++ framework/SpellChecker/package.xml | 2 ++ framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php | 2 +- 3 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/329010df793ee485e9a15912498e473d9217b308 ----------------------------------------------------------------------- commit eabb30874b9e4f3d718ab4907d30ad66da7a38a2 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:38:56 2012 -0700 [mms] Added Horde_Core_Factory_SpellChecker. framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 24 +---- framework/Core/lib/Horde/Core/Factory/SpellChecker.php | 77 +++++++++++++ framework/Core/package.xml | 18 ++- 3 files changed, 92 insertions(+), 27 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Factory/SpellChecker.php http://git.horde.org/horde-git/-/commit/eabb30874b9e4f3d718ab4907d30ad66da7a38a2 ----------------------------------------------------------------------- commit 2a1b3e55ee5e56683c8cd8ad896b6dd92b2b8252 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:43:03 2012 -0700 Don't do expensive spellchecker check - assume an admin would fix this imp/compose.php | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/2a1b3e55ee5e56683c8cd8ad896b6dd92b2b8252 ----------------------------------------------------------------------- commit 1d3a685d867d12ee02f8ca81b1b432bd565152e7 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:46:19 2012 -0700 [mms] Minimum length configuration was not being honored in the Aspell driver. framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 1 + framework/SpellChecker/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/1d3a685d867d12ee02f8ca81b1b432bd565152e7 ----------------------------------------------------------------------- commit 66b50e0f11edf68866d500925ce0262351a4ed6f Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:50:11 2012 -0700 Better way of building argument string framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 16 +++++++------- 1 files changed, 8 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/66b50e0f11edf68866d500925ce0262351a4ed6f ----------------------------------------------------------------------- commit 16be762da2aafc6fcbf559b654978b397ed678b9 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 18:53:36 2012 -0700 [mms] Honor the 'path' configuration parameter in Aspell driver (Bug #11778). framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 14 +++++++++++++- framework/SpellChecker/package.xml | 2 ++ 2 files changed, 15 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/16be762da2aafc6fcbf559b654978b397ed678b9 ----------------------------------------------------------------------- commit 3d8ab1e8c49b4ef824ae8b777cc48d3a051e7871 Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 21:19:39 2012 -0500 Restore favicon support (Bug #11709) trean/favicon.php | 28 +++--- trean/lib/Bookmark.php | 47 +++++--- trean/lib/Bookmarks.php | 10 +- trean/lib/Queue/Task/Crawl.php | 67 +++++++++-- trean/lib/Queue/Task/Favicon.php | 166 +++++++++++++++++++++++++++ trean/lib/Trean.php | 23 +--- trean/migration/5_trean_add_favicon_url.php | 32 +++++ 7 files changed, 308 insertions(+), 65 deletions(-) create mode 100644 trean/lib/Queue/Task/Favicon.php create mode 100644 trean/migration/5_trean_add_favicon_url.php http://git.horde.org/horde-git/-/commit/3d8ab1e8c49b4ef824ae8b777cc48d3a051e7871 ----------------------------------------------------------------------- commit cce83e1c187663eec871dd6580d1cb9609c9a33b Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 21:20:45 2012 -0500 Centralize task running in the parent class to make it easier to add logging, etc. framework/Queue/lib/Horde/Queue/Runner.php | 11 +++++++++++ framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/cce83e1c187663eec871dd6580d1cb9609c9a33b ----------------------------------------------------------------------- commit 996385bc18ef5c401217e946cf6159f3943ef188 Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 21:21:12 2012 -0500 Fix status checker to just check status trean/bin/trean-url-checker | 90 +------------------------------------------ 1 files changed, 1 insertions(+), 89 deletions(-) http://git.horde.org/horde-git/-/commit/996385bc18ef5c401217e946cf6159f3943ef188 ----------------------------------------------------------------------- commit 133490daa1e0f7bad8eb5dc4d0d27caf1f763316 Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 21:21:36 2012 -0500 Add a script to crawl/fetch favicons for all existing bookmarks. trean/bin/trean-backfill-crawler | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100755 trean/bin/trean-backfill-crawler http://git.horde.org/horde-git/-/commit/133490daa1e0f7bad8eb5dc4d0d27caf1f763316 ----------------------------------------------------------------------- commit 0789736cc30b495ac815943708405655e6a23f02 Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 21:32:13 2012 -0500 Don't show "0 0" if there's no bookmark_dt value trean/templates/list.html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0789736cc30b495ac815943708405655e6a23f02 ----------------------------------------------------------------------- commit 9e8390f5db9e59482c96fb68feb42af1c3020daa Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 22:02:55 2012 -0500 Layout cleanups - make favicons take the same amount of space no matter what size the icon is, etc. trean/templates/list.html.php | 18 +++++++++++------- trean/themes/default/screen.css | 9 +++++++++ 2 files changed, 20 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/9e8390f5db9e59482c96fb68feb42af1c3020daa ----------------------------------------------------------------------- commit 5c1b4613d3e53928af446249f36145f0534c6f0a Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 23:33:43 2012 -0500 Rename "search" setting to "content_index" to better reflect what it controls. trean/config/conf.xml | 13 +++++++------ trean/lib/Application.php | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/5c1b4613d3e53928af446249f36145f0534c6f0a ----------------------------------------------------------------------- commit a3e00d91697e671ce353ffc3b3b2c0a361db28db Author: Chuck Hagenbuch <[email protected]> Date: Wed Nov 28 23:59:51 2012 -0500 Improvements to avoid saving bad favicons, and a script to backfill only favicons. trean/bin/trean-backfill-favicons | 33 +++++++++++++++++++++++++++++++++ trean/lib/Queue/Task/Favicon.php | 13 ++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100755 trean/bin/trean-backfill-favicons http://git.horde.org/horde-git/-/commit/a3e00d91697e671ce353ffc3b3b2c0a361db28db ----------------------------------------------------------------------- commit 12cdb70e586e2c8cc28e6ed8a7b3d248011d716f Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 22:01:56 2012 -0700 phpdoc .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php | 20 +++-- 1 files changed, 14 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/12cdb70e586e2c8cc28e6ed8a7b3d248011d716f ----------------------------------------------------------------------- commit 5fc5843a035e45bcb32fa3fd3dd98b8fddc114aa Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 22:02:18 2012 -0700 Avoid using stream_get_contents() .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php | 8 ++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5fc5843a035e45bcb32fa3fd3dd98b8fddc114aa ----------------------------------------------------------------------- commit 9fbb51d6f6f4a2c1afedae2844c9ccb3d5138ff2 Author: Michael M Slusarz <[email protected]> Date: Wed Nov 28 22:18:16 2012 -0700 Already have shutdown functions for these objects framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 8 -------- framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php | 8 -------- 2 files changed, 0 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/9fbb51d6f6f4a2c1afedae2844c9ccb3d5138ff2 ----------------------------------------------------------------------- commit dbbe3a27bde17a28ab12c818d9cc64c6a8706d3b Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 00:41:52 2012 -0700 Don't use rand() to determine GC framework/Cache/lib/Horde/Cache/Storage/File.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/dbbe3a27bde17a28ab12c818d9cc64c6a8706d3b ----------------------------------------------------------------------- commit 283ca32c84c33289ca010154b87c3b7f0aabcacf Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 00:52:38 2012 -0700 Optimization: cache these values, which may be called hundreds of times in a request imp/lib/Mailbox.php | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/283ca32c84c33289ca010154b87c3b7f0aabcacf ----------------------------------------------------------------------- commit 1bb6882d1c407aa2c23d9b4c2352b19f353b51c4 Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 00:58:18 2012 -0700 Don't continually call hook if it is not set imp/lib/Imap/Tree.php | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/1bb6882d1c407aa2c23d9b4c2352b19f353b51c4 ----------------------------------------------------------------------- commit b77d1350f194045544adebf54638239796de56ec Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 01:05:54 2012 -0700 Cleaner code imp/lib/Imap/Tree.php | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/b77d1350f194045544adebf54638239796de56ec ----------------------------------------------------------------------- commit faeb4f51549eebdbd2f5acde224da5145dd69db9 Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 01:14:54 2012 -0700 Cache methods list framework/Core/lib/Horde/Registry/Api.php | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/faeb4f51549eebdbd2f5acde224da5145dd69db9 ----------------------------------------------------------------------- commit d106c4dbc3fabe1d45a6ee44c0e9add9f39d82e9 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 13:17:56 2012 +0100 WS framework/Core/lib/Horde/Core/Factory/Prefs.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/d106c4dbc3fabe1d45a6ee44c0e9add9f39d82e9 ----------------------------------------------------------------------- commit b2d75b804d73267b75c471368c1741078b03a16c Author: Jan Schneider <[email protected]> Date: Wed Nov 28 12:45:47 2012 +0100 Fix undefined variable. nag/lib/Driver/Sql.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/b2d75b804d73267b75c471368c1741078b03a16c ----------------------------------------------------------------------- commit e2072d2d200c90e5572ba30426567537dc785765 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 11:03:17 2012 +0100 Tweak wording. There is no Content_Index application; we already require Content for tag support anyway; we only require ElasticSearch support for Content for indexing. trean/config/conf.xml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/e2072d2d200c90e5572ba30426567537dc785765 ----------------------------------------------------------------------- commit 8831b169f6d4a59efb355bc15c28e77dc2bfa6a8 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 11:12:57 2012 +0100 Catch exceptions. trean/lib/Queue/Task/Favicon.php | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/8831b169f6d4a59efb355bc15c28e77dc2bfa6a8 ----------------------------------------------------------------------- commit 5577e577a02e61236abfc0194615dfb3b987abef Author: Jan Schneider <[email protected]> Date: Thu Nov 29 11:17:32 2012 +0100 Don't catch this exception, it's an admin error. trean/lib/Queue/Task/Favicon.php | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/5577e577a02e61236abfc0194615dfb3b987abef ----------------------------------------------------------------------- commit 2ca8853809e9153ecdfef6db9cd529404acd810b Author: Jan Schneider <[email protected]> Date: Thu Nov 29 11:18:28 2012 +0100 Create directories. trean/lib/Queue/Task/Favicon.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2ca8853809e9153ecdfef6db9cd529404acd810b ----------------------------------------------------------------------- commit c5c3145c898ad128c611b51b09de662a4654bef2 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 12:14:46 2012 +0100 Fix ClamAV example. imp/config/hooks.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c5c3145c898ad128c611b51b09de662a4654bef2 ----------------------------------------------------------------------- commit 0ea4da4d418dbbcf21143e3b2dbb0786901abcad Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:10:11 2012 +0100 Don't show SyncML prefs if Horde_SyncMl is not installed (Bug #11757). horde/config/prefs.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0ea4da4d418dbbcf21143e3b2dbb0786901abcad ----------------------------------------------------------------------- commit 7ff3b3924ad9a295a39c6d009ff3f8f22622aada Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:12:47 2012 +0100 Fix JavaScript errors after updating the top menu. horde/docs/CHANGES | 1 + horde/lib/Tree/Renderer/Menu.php | 6 +++--- horde/package.xml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/7ff3b3924ad9a295a39c6d009ff3f8f22622aada ----------------------------------------------------------------------- commit 0844543655bf19a556d0892a1c51f9c135fb2ec6 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:22:56 2012 +0100 Complete Smb backend test. framework/Vfs/test/Horde/Vfs/SmbTest.php | 191 ++++++++++++++++++++++++++-- framework/Vfs/test/Horde/Vfs/conf.php.dist | 7 + 2 files changed, 187 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/0844543655bf19a556d0892a1c51f9c135fb2ec6 ----------------------------------------------------------------------- commit 0608a9d616369af413f9818d740c4e8e95cbd3cc Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:26:51 2012 +0100 [jan] Implement vfsroot parameter in Samba backend. framework/Vfs/lib/Horde/Vfs/Smb.php | 142 +++++++++++++++++++++++++--------- framework/Vfs/package.xml | 4 +- 2 files changed, 106 insertions(+), 40 deletions(-) http://git.horde.org/horde-git/-/commit/0608a9d616369af413f9818d740c4e8e95cbd3cc ----------------------------------------------------------------------- commit 18e9e749960b22009ec475b5d709ac5ac1e4bc2d Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:27:47 2012 +0100 [jan] Don't rely on PEAR to determine Windows OS in Samba backend. framework/Vfs/lib/Horde/Vfs/Smb.php | 3 ++- framework/Vfs/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/18e9e749960b22009ec475b5d709ac5ac1e4bc2d ----------------------------------------------------------------------- commit 82174c7984715a861ed147f4f8682c748233692b Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:28:36 2012 +0100 Trim output to more reliably get error message. framework/Vfs/lib/Horde/Vfs/Smb.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/82174c7984715a861ed147f4f8682c748233692b ----------------------------------------------------------------------- commit ca3497f50de23f8d8dbc87ddcad088f95886acb4 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:29:52 2012 +0100 [jan] Fix swapped getFormatHeight() and getFormatWidth() methods (Bug #11762). framework/Pdf/lib/Horde/Pdf/Writer.php | 4 ++-- framework/Pdf/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/ca3497f50de23f8d8dbc87ddcad088f95886acb4 ----------------------------------------------------------------------- commit 2ca23ef7af9afd0ca0f3318fa7eac4467548e7e9 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 15:59:01 2012 +0100 Fix UID property. mnemo/lib/Driver/Sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2ca23ef7af9afd0ca0f3318fa7eac4467548e7e9 ----------------------------------------------------------------------- commit e1b8a2afd63f04f69961d02a931597b3fe65ea5c Author: Jan Schneider <[email protected]> Date: Wed Nov 28 14:42:41 2012 +0100 Don't use user name as default share preference default. We don't use user name for default share names for a while, and this doesn't change behavior for existing, saved preferences. kronolith/config/prefs.php | 2 +- kronolith/lib/Kronolith.php | 5 ----- mnemo/config/prefs.php | 2 +- mnemo/lib/Mnemo.php | 2 -- nag/config/prefs.php | 2 +- nag/lib/Nag.php | 2 -- 6 files changed, 3 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/e1b8a2afd63f04f69961d02a931597b3fe65ea5c ----------------------------------------------------------------------- commit c6e09455df9f77e1aee2efb0b146a92ccadc5909 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 14:50:50 2012 +0100 Simplify kronolith/lib/Kronolith.php | 19 +++++++++---------- mnemo/lib/Mnemo.php | 15 +++++++-------- nag/lib/Nag.php | 15 ++++++--------- 3 files changed, 22 insertions(+), 27 deletions(-) http://git.horde.org/horde-git/-/commit/c6e09455df9f77e1aee2efb0b146a92ccadc5909 ----------------------------------------------------------------------- commit e253cf85ff271f80a55b4b139fa70bf65a7ccde0 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 14:52:40 2012 +0100 Checking for locked pref doesn't make sense if the calendar doesn't exist at all. kronolith/lib/Kronolith.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e253cf85ff271f80a55b4b139fa70bf65a7ccde0 ----------------------------------------------------------------------- commit 1e8e94feaf983def449d7bdae8b3ae05371932c8 Author: Jan Schneider <[email protected]> Date: Wed Nov 28 15:41:00 2012 +0100 Fix coding standard for method/property names. kronolith/lib/Calendars/Base.php | 26 +++++++++++++------------- kronolith/lib/Calendars/Default.php | 5 ++--- kronolith/lib/Calendars/Kolab.php | 7 +++---- mnemo/lib/Notepads/Base.php | 28 ++++++++++++++-------------- mnemo/lib/Notepads/Default.php | 5 ++--- mnemo/lib/Notepads/Kolab.php | 7 +++---- nag/lib/Tasklists/Base.php | 28 ++++++++++++++-------------- nag/lib/Tasklists/Default.php | 5 ++--- nag/lib/Tasklists/Kolab.php | 7 +++---- 9 files changed, 56 insertions(+), 62 deletions(-) http://git.horde.org/horde-git/-/commit/1e8e94feaf983def449d7bdae8b3ae05371932c8 ----------------------------------------------------------------------- commit b88cb1853d014b0a313fb8d337b633b9e4f516ca Author: Jan Schneider <[email protected]> Date: Wed Nov 28 15:52:05 2012 +0100 Fix parse errors. kronolith/config/prefs.php | 2 +- mnemo/config/prefs.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/b88cb1853d014b0a313fb8d337b633b9e4f516ca ----------------------------------------------------------------------- commit 85fc3870906e609c87c4a1de0661637c6dfc0217 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 16:18:57 2012 +0100 Catch invalid exceptions and completions (Bug #11763). framework/Date/lib/Horde/Date/Recurrence.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/85fc3870906e609c87c4a1de0661637c6dfc0217 ----------------------------------------------------------------------- commit 21ddb969248959b90882322d4441f1a6222a6ffe Author: Jan Schneider <[email protected]> Date: Thu Nov 29 17:37:05 2012 +0100 Don't double-encode filename (Bug #11770). framework/Core/lib/Horde/Registry.php | 2 +- framework/Core/package.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/21ddb969248959b90882322d4441f1a6222a6ffe ----------------------------------------------------------------------- commit e813ee5a85abc0a9a0aeada5ca417fea30ee8197 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 17:40:07 2012 +0100 Use Horde_Url::link(). gollem/manager.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e813ee5a85abc0a9a0aeada5ca417fea30ee8197 ----------------------------------------------------------------------- commit 012419622ada188443c178621597ea055317dfd8 Author: Ralf Lang <[email protected]> Date: Thu Nov 29 18:49:30 2012 +0200 restore the password icon to the sidebar. I still think we should remove it altogether passwd/lib/Application.php | 3 ++- passwd/themes/default/screen.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/012419622ada188443c178621597ea055317dfd8 ----------------------------------------------------------------------- commit 677100443e2898dea138e684d5226283af76cbc8 Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 10:56:52 2012 -0700 Bug #11778: Fix typo framework/Core/lib/Horde/Core/Factory/SpellChecker.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/677100443e2898dea138e684d5226283af76cbc8 ----------------------------------------------------------------------- commit 7ca266c652632c6d64c1dc4844594df60bd22c68 Author: Thomas Jarosch <[email protected]> Date: Thu Nov 29 12:52:36 2012 +0100 Bring back hide_when_unlimited quota support Signed-off-by: Michael M Slusarz <[email protected]> imp/lib/Quota.php | 11 +++++++++++ imp/lib/Ui/Quota.php | 14 +++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/7ca266c652632c6d64c1dc4844594df60bd22c68 ----------------------------------------------------------------------- commit c9a5e001187d0a6a31326f83fea7c39c8350574b Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 11:09:22 2012 -0700 [mms] Honor 'hide_when_unlimited' option for the quota driver (Bug #11782; Thomas Jarosch <[email protected]>). imp/docs/CHANGES | 2 ++ imp/package.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/c9a5e001187d0a6a31326f83fea7c39c8350574b ----------------------------------------------------------------------- commit 0325a77d36bf84cae53c6730ef30220c103ebd31 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 19:07:31 2012 +0100 Fix strict notice (Bug #11776). kronolith/lib/Driver/Resource/Sql.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0325a77d36bf84cae53c6730ef30220c103ebd31 ----------------------------------------------------------------------- commit b790cad1397c2e49c0c662ce8b7e9cce4ee443d4 Author: Jan Schneider <[email protected]> Date: Thu Nov 29 19:23:42 2012 +0100 [jan] Fix receiving resource calendars in dynamic view (Bug #11776). kronolith/docs/CHANGES | 1 + kronolith/lib/Driver/Resource/Sql.php | 7 ++++++- kronolith/package.xml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/b790cad1397c2e49c0c662ce8b7e9cce4ee443d4 ----------------------------------------------------------------------- commit 66f55540fe0a3c6604e1e457b02533a8fd6fe851 Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 12:58:06 2012 -0700 [mms] Fix regression in POP3 driver for servers that don't support the RESP-CODES extension. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 68 ++++++----- framework/Imap_Client/package.xml | 4 +- 2 files changed, 40 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/66f55540fe0a3c6604e1e457b02533a8fd6fe851 ----------------------------------------------------------------------- commit 7668de8e3f35fb148232a294f5c2041eda543dde Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 13:27:54 2012 -0700 Request #11774: Change default IMAP object returned by factory upon successful authentication No changelog for this imp/lib/Auth.php | 4 ++- imp/lib/Factory/Imap.php | 51 +++++++++++++++++++++++++++++++++++---------- 2 files changed, 42 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/7668de8e3f35fb148232a294f5c2041eda543dde ----------------------------------------------------------------------- commit 1744f4746a5288cadd15a968701be62c7c03daed Merge: ba7c1b3 7668de8 Author: Michael M Slusarz <[email protected]> Date: Thu Nov 29 21:20:39 2012 -0700 Merge branch 'master' into imp_6_1 Conflicts: imp/package.xml framework/Cache/lib/Horde/Cache/Storage/File.php | 6 +- framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 24 +- framework/Core/lib/Horde/Core/Factory/Prefs.php | 2 + framework/Core/lib/Horde/Core/Factory/SpellChecker.php | 77 ++ framework/Core/lib/Horde/Registry.php | 2 +- framework/Core/lib/Horde/Registry/Api.php | 25 +- framework/Core/package.xml | 20 +- framework/Date/lib/Horde/Date/Recurrence.php | 8 +- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 8 - framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php | 8 - .../lib/Horde/Imap/Client/Data/Format/Filter/String.php | 28 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 68 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 10 +- framework/Imap_Client/package.xml | 25 +- framework/Pdf/lib/Horde/Pdf/Writer.php | 4 +- framework/Pdf/package.xml | 4 +- framework/Prefs/lib/Horde/Prefs/Storage/KolabImap.php | 2 +- framework/Prefs/package.xml | 4 +- framework/Queue/lib/Horde/Queue/Runner.php | 11 + framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php | 2 +- .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php | 28 +- framework/SpellChecker/lib/Horde/SpellChecker.php | 91 +-- framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php | 91 ++- framework/SpellChecker/lib/Horde/SpellChecker/Exception.php | 25 + framework/SpellChecker/package.xml | 38 +- framework/SpellChecker/test/Horde/SpellChecker/AllTests.php | 3 + framework/SpellChecker/test/Horde/SpellChecker/AspellTest.php | 57 ++ framework/SpellChecker/test/Horde/SpellChecker/basic-aspell.phpt | 84 -- framework/SpellChecker/test/Horde/SpellChecker/bootstrap.php | 3 + framework/SpellChecker/test/Horde/SpellChecker/phpunit.xml | 1 + framework/Vfs/lib/Horde/Vfs/Smb.php | 149 +++- framework/Vfs/package.xml | 6 +- framework/Vfs/test/Horde/Vfs/SmbTest.php | 191 ++++- framework/Vfs/test/Horde/Vfs/conf.php.dist | 7 + gollem/manager.php | 2 +- horde/config/prefs.php | 5 +- horde/docs/CHANGES | 1 + horde/lib/Tree/Renderer/Menu.php | 6 +- horde/package.xml | 4 +- imp/compose.php | 9 +- imp/config/hooks.php.dist | 2 +- imp/docs/CHANGES | 2 + imp/lib/Auth.php | 4 +- imp/lib/Crypt/Pgp.php | 2 +- imp/lib/Factory/Imap.php | 51 +- imp/lib/Imap/Tree.php | 31 +- imp/lib/Mailbox.php | 15 +- imp/lib/Quota.php | 11 + imp/lib/Ui/Quota.php | 14 +- imp/package.xml | 1 + kronolith/config/prefs.php | 2 +- kronolith/docs/CHANGES | 1 + kronolith/lib/Calendars/Base.php | 26 +- kronolith/lib/Calendars/Default.php | 5 +- kronolith/lib/Calendars/Kolab.php | 7 +- kronolith/lib/Driver/Resource/Sql.php | 13 +- kronolith/lib/Kronolith.php | 25 +- kronolith/package.xml | 4 +- mnemo/config/prefs.php | 2 +- mnemo/lib/Driver/Sql.php | 2 +- mnemo/lib/Mnemo.php | 17 +- mnemo/lib/Notepads/Base.php | 28 +- mnemo/lib/Notepads/Default.php | 5 +- mnemo/lib/Notepads/Kolab.php | 7 +- nag/config/prefs.php | 2 +- nag/lib/Driver/Sql.php | 1 + nag/lib/Nag.php | 17 +- nag/lib/Tasklists/Base.php | 28 +- nag/lib/Tasklists/Default.php | 5 +- nag/lib/Tasklists/Kolab.php | 7 +- passwd/lib/Application.php | 3 +- passwd/themes/default/screen.css | 4 + sesha/docs/CHANGES | 3 + sesha/lib/Application.php | 13 +- sesha/lib/Driver/Rdo.php | 44 +- sesha/lib/Entity/PropertyMapper.php | 3 + sesha/lib/Form/Search.php | 1 + sesha/lib/View/List.php | 18 +- sesha/list.php | 7 +- sesha/package.xml | 4 + sesha/templates/view/list.php | 2 +- trean/bin/trean-backfill-crawler | 35 + trean/bin/trean-backfill-favicons | 33 + trean/bin/trean-url-checker | 90 +-- trean/config/conf.xml | 14 +- trean/favicon.php | 28 +- trean/lib/Application.php | 2 +- trean/lib/Bookmark.php | 47 +- trean/lib/Bookmarks.php | 10 +- trean/lib/Queue/Task/Crawl.php | 67 ++- trean/lib/Queue/Task/Favicon.php | 175 ++++ trean/lib/Trean.php | 23 +- trean/migration/5_trean_add_favicon_url.php | 32 + trean/templates/list.html.php | 20 +- trean/themes/default/screen.css | 9 + 96 files changed, 1457 insertions(+), 710 deletions(-) http://git.horde.org/horde-git/-/commit/1744f4746a5288cadd15a968701be62c7c03daed -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
