The branch "ansel-ajax" has been updated. The following is a summary of the commits.
from: e621365ed6e1070a440b16cb20d304f7e1e77b02 105dc22 doc fix 75fd378 Bug #13121: Fix documentation 27a3db1 Remove incorrect phpdoc. 4369790 Fix from_link clicking c008d03 Prepare for release 3de86f3 [mms] Fix loading PHPUnit from PHAR file. 06cc57e Fix to work with PHPUnit 4.0 b75557b Released Horde_Imap_Client-2.19.3 201114d Development mode for Horde_Imap_Client-2.19.4 9044a6e Fix parsing tags 97c2a27 Ensure subject doesn't run into date 5cbc4ec Cache factory creation ac3f50d Avoid errors in the logs. 0ada8c7 Update help file. 41af527 Simplify debug logging c7f116a Fix viewport styling when changing between vertical -> no preview 8b6a0c7 Bug: 13128 Fix displaying ECard link on image view. b7b7993 Log this as an ERR. a2d48e3 Return the original style if no stack style. 72995ae These are static methods. 92ed483 Avoid warnings about references. ee87e97 Catch exceptions. f37c087 Merge branch 'master' into ansel-ajax Summary: http://github.com/horde/horde/compare/e621365ed6e1070a440b16cb20d304f7e1e77b02...f37c08708d8ec9929662e0d3da85daab3e4f5c84 ----------------------------------------------------------------------- commit 105dc2250e297c0eee7b5237d281df9eb9adffc5 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 13:54:33 2014 -0600 doc fix horde/config/prefs.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/105dc2250e297c0eee7b5237d281df9eb9adffc5 ----------------------------------------------------------------------- commit 75fd378f31cdd843688f310952dd03aa57815244 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 14:39:18 2014 -0600 Bug #13121: Fix documentation framework/Auth/lib/Horde/Auth.php | 2 +- passwd/config/backends.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/75fd378f31cdd843688f310952dd03aa57815244 ----------------------------------------------------------------------- commit 27a3db1e0c0ee0c373fefe5b89049e2430cb87ae Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 16 17:24:13 2014 -0400 Remove incorrect phpdoc. trean/lib/Tagger.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/27a3db1e0c0ee0c373fefe5b89049e2430cb87ae ----------------------------------------------------------------------- commit 43697902d314e4edcdaee94242d0e67e2c399da9 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 16:26:03 2014 -0600 Fix from_link clicking Prevents popup-warning in browser (at least FF) imp/js/dimpbase.js | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) http://github.com/horde/horde/commit/43697902d314e4edcdaee94242d0e67e2c399da9 ----------------------------------------------------------------------- commit c008d0390bba5c1fa05ca6e08473aee1dbf716cf Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 16:33:20 2014 -0600 Prepare for release framework/Imap_Client/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/c008d0390bba5c1fa05ca6e08473aee1dbf716cf ----------------------------------------------------------------------- commit 3de86f3ad9273c7200674d8214f3c3d7f179fd17 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 16:59:27 2014 -0600 [mms] Fix loading PHPUnit from PHAR file. framework/Test/lib/Horde/Test/AllTests.php | 10 +++++++++- framework/Test/package.xml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/3de86f3ad9273c7200674d8214f3c3d7f179fd17 ----------------------------------------------------------------------- commit 06cc57e90d429b5ab3dd9572e210d304817da9ae Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 17:16:38 2014 -0600 Fix to work with PHPUnit 4.0 components/lib/Components/Qc/Task/Unit.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/06cc57e90d429b5ab3dd9572e210d304817da9ae ----------------------------------------------------------------------- commit b75557bbcef3851f6b16453a152541c3ac67d774 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 17:20:38 2014 -0600 Released Horde_Imap_Client-2.19.3 framework/Imap_Client/composer.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/b75557bbcef3851f6b16453a152541c3ac67d774 ----------------------------------------------------------------------- commit 201114d47123979e9fdf647e7ae3711c1eff753f Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 17:20:38 2014 -0600 Development mode for Horde_Imap_Client-2.19.4 framework/Imap_Client/package.xml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/201114d47123979e9fdf647e7ae3711c1eff753f ----------------------------------------------------------------------- commit 9044a6e7c6b1d597c2648e2cfc3190e7b10ce3f7 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 18:19:06 2014 -0600 Fix parsing tags Due to changes in 5669cb7934a823357814fb47b5421cd4a4834441, this is now correctly being parsed as XML, not HTML. As such, attribute names are case-sensitive, so it is htmlUrl and xmlUrl, not htmlurl and xmlurl. framework/Feed/lib/Horde/Feed/Blogroll.php | 2 +- framework/Feed/test/Horde/Feed/BlogrollTest.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/9044a6e7c6b1d597c2648e2cfc3190e7b10ce3f7 ----------------------------------------------------------------------- commit 97c2a27a75ee24c30293b5bee9c1455e2242db87 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 18:34:48 2014 -0600 Ensure subject doesn't run into date imp/themes/default/dynamic/screen.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/97c2a27a75ee24c30293b5bee9c1455e2242db87 ----------------------------------------------------------------------- commit 5cbc4ec216c95e7e218ecc2e07e630dcdeabe258 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 18:56:37 2014 -0600 Cache factory creation imp/lib/Contents.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/5cbc4ec216c95e7e218ecc2e07e630dcdeabe258 ----------------------------------------------------------------------- commit ac3f50d83b5bf1f82c85e90bf5ab195567aea468 Author: Jan Schneider <[email protected]> Date: Thu Apr 17 10:27:36 2014 +0200 Avoid errors in the logs. .../Autoloader_Cache/lib/Horde/Autoloader/Cache/Bootstrap.php | 10 +++-- 1 files changed, 6 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/ac3f50d83b5bf1f82c85e90bf5ab195567aea468 ----------------------------------------------------------------------- commit 0ada8c7dae5ace92e6b48a6aee12e19489657023 Author: Jan Schneider <[email protected]> Date: Thu Apr 17 10:43:38 2014 +0200 Update help file. imp/locale/ca/help.xml | 454 ++++++++++++++++++++++-- imp/locale/cs/help.xml | 37 -- imp/locale/da/help.xml | 23 -- imp/locale/de/help.xml | 68 +--- imp/locale/el/help.xml | 23 -- imp/locale/es/help.xml | 157 +++++++-- imp/locale/et/help.xml | 23 -- imp/locale/eu/help.xml | 184 ++++++++-- imp/locale/fa/help.xml | 507 +++++++++++++++++++++------ imp/locale/fi/help.xml | 535 ++++++++++++++++++++++++++--- imp/locale/fr/help.xml | 23 -- imp/locale/hr/help.xml | 504 +++++++++++++++++++++++++-- imp/locale/hu/help.xml | 23 -- imp/locale/it/help.xml | 23 -- imp/locale/ko/help.xml | 23 -- imp/locale/lv/help.xml | 104 +++++-- imp/locale/nb/help.xml | 23 -- imp/locale/nl/help.xml | 23 -- imp/locale/pl/help.xml | 23 -- imp/locale/pt/help.xml | 23 -- imp/locale/pt_BR/help.xml | 653 +++++++++++++++++++++------------- imp/locale/ru/help.xml | 23 -- imp/locale/sk/help.xml | 23 -- imp/locale/sv/help.xml | 23 -- imp/locale/tr/help.xml | 488 ++++++++++++++++++++------ imp/locale/uk/help.xml | 23 -- imp/locale/zh_CN/help.xml | 23 -- imp/locale/zh_TW/help.xml | 855 ++++++++++++++++++++------------------------- 28 files changed, 3310 insertions(+), 1604 deletions(-) http://github.com/horde/horde/commit/0ada8c7dae5ace92e6b48a6aee12e19489657023 ----------------------------------------------------------------------- commit 41af5270074156fef16e9cf7eb5b81fb6d17b718 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 19:01:04 2014 -0600 Simplify debug logging Self-explanatory that the long hash string is the session ID framework/SessionHandler/lib/Horde/SessionHandler.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/41af5270074156fef16e9cf7eb5b81fb6d17b718 ----------------------------------------------------------------------- commit c7f116aa13aa886967d0bd79abebbf399e9d1768 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 18 10:18:15 2014 -0600 Fix viewport styling when changing between vertical -> no preview imp/js/viewport.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/c7f116aa13aa886967d0bd79abebbf399e9d1768 ----------------------------------------------------------------------- commit 8b6a0c74afa90532893fa0f838f578740b48a9d5 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 12:27:57 2014 -0400 Bug: 13128 Fix displaying ECard link on image view. ansel/lib/View/Image.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/8b6a0c74afa90532893fa0f838f578740b48a9d5 ----------------------------------------------------------------------- commit b7b799398e8bd4a8958634df5320b2f428f1ab91 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 16:49:04 2014 -0400 Log this as an ERR. ansel/lib/Gallery.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/b7b799398e8bd4a8958634df5320b2f428f1ab91 ----------------------------------------------------------------------- commit a2d48e36c79ba0c672cb5205566c664a5fb9f808 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 16:49:34 2014 -0400 Return the original style if no stack style. ansel/lib/Style.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/a2d48e36c79ba0c672cb5205566c664a5fb9f808 ----------------------------------------------------------------------- commit 72995aef3435713a4067fb575f5fec96b974e073 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 16:50:34 2014 -0400 These are static methods. ansel/lib/Tile/Gallery.php | 2 +- ansel/lib/Tile/Image.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/72995aef3435713a4067fb575f5fec96b974e073 ----------------------------------------------------------------------- commit 92ed483f488bafaf9ed4b7efb62870f0ae850e55 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 16:50:52 2014 -0400 Avoid warnings about references. ansel/lib/Widget/Actions.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/92ed483f488bafaf9ed4b7efb62870f0ae850e55 ----------------------------------------------------------------------- commit ee87e972ce32b6bdf0e4583c1a7852be9fce2fec Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 19:47:31 2014 -0400 Catch exceptions. ansel/lib/Widget/SimilarPhotos.php | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) http://github.com/horde/horde/commit/ee87e972ce32b6bdf0e4583c1a7852be9fce2fec ----------------------------------------------------------------------- commit f37c08708d8ec9929662e0d3da85daab3e4f5c84 Merge: e621365 ee87e97 Author: Michael J Rubinsky <[email protected]> Date: Mon Apr 21 20:07:52 2014 -0400 Merge branch 'master' into ansel-ajax ansel/lib/View/Image.php | 6 +- components/lib/Components/Qc/Task/Unit.php | 3 +- framework/Auth/lib/Horde/Auth.php | 2 +- .../Autoloader_Cache/lib/Horde/Autoloader/Cache/Bootstrap.php | 10 +- framework/Feed/lib/Horde/Feed/Blogroll.php | 2 +- framework/Feed/test/Horde/Feed/BlogrollTest.php | 6 +- framework/Imap_Client/composer.json | 6 +- framework/Imap_Client/package.xml | 22 +- framework/SessionHandler/lib/Horde/SessionHandler.php | 12 +- framework/Test/lib/Horde/Test/AllTests.php | 10 +- framework/Test/package.xml | 4 +- horde/config/prefs.php | 2 +- imp/js/dimpbase.js | 24 +- imp/js/viewport.js | 3 +- imp/lib/Contents.php | 6 +- imp/locale/ca/help.xml | 454 ++- imp/locale/cs/help.xml | 37 - imp/locale/da/help.xml | 23 - imp/locale/de/help.xml | 68 +- imp/locale/el/help.xml | 23 - imp/locale/es/help.xml | 157 +- imp/locale/et/help.xml | 23 - imp/locale/eu/help.xml | 184 +- imp/locale/fa/help.xml | 507 ++- imp/locale/fi/help.xml | 535 +++- imp/locale/fr/help.xml | 23 - imp/locale/hr/help.xml | 504 +++- imp/locale/hu/help.xml | 23 - imp/locale/it/help.xml | 23 - imp/locale/ko/help.xml | 23 - imp/locale/lv/help.xml | 104 +- imp/locale/nb/help.xml | 23 - imp/locale/nl/help.xml | 23 - imp/locale/pl/help.xml | 23 - imp/locale/pt/help.xml | 23 - imp/locale/pt_BR/help.xml | 653 ++-- imp/locale/ru/help.xml | 23 - imp/locale/sk/help.xml | 23 - imp/locale/sv/help.xml | 23 - imp/locale/tr/help.xml | 488 ++- imp/locale/uk/help.xml | 23 - imp/locale/zh_CN/help.xml | 23 - imp/locale/zh_TW/help.xml | 855 ++--- imp/themes/default/dynamic/screen.css | 3 + passwd/config/backends.php | 2 +- trean/lib/Tagger.php | 2 - 46 files changed, 3391 insertions(+), 1648 deletions(-) http://github.com/horde/horde/commit/f37c08708d8ec9929662e0d3da85daab3e4f5c84 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
