The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: e47d13b9c84d588c170c7bc8e22f49db9e40b9cb 1cbfe2b Fix undefined variable 106e284 Bug #12109: Fix log level for WARN 2de95f9 Bug #12109: Workaround broken log priority in Horde <= 5.0.5 a1d097a Missing break 927c54c phpdoc 3958d62 doc fixes 0c72704 _loaded variable not needed a148d81 phpdoc 43f9253 [mms] Add option to destroy Horde session after changing password (Bug #11766). d7d30b5 Update password drivers. da458cd Add better logout message (Bug #11766) dda9fb0 typos 805fced phpdoc 60919e7 Passwd tests now pass 652125a Disable all backends by default 4412026 doc tweaks cbf8f5a Fix some more typos 60bc87c Guess I will become an active developer, if just to push the H5 versions out the door 2941ef7 phpdoc f880006 Move some unused functions from Horde to Horde_Deprecated 45cf201 Move image generation related methods from Horde to Horde_Themes_Image ef24886 Update de translation. 3e618cb Gettextize Reset button (Bug #12111). 6cb8a69 Style 1c43da1 Update eu translation. 2339cea Only skip on Travis. 4c1ce07 Skip those on Travis too. e0f962f [jan] Get version list from pear.horde.org when checking for updates. 8a6f665 [jan] Use PEAR package information to retrieve packages names in Horde_Core_Db_Migration. 1926896 Fix order. 05de0bd If we have an actionID, don't take the imageId into account when building breadcrumbs. 877fb18 Merge branch 'master' into horde_activesync_3_0 ----------------------------------------------------------------------- commit 1cbfe2b71c698fa4cadead7a367696586b8db12a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 13:39:50 2013 -0600 Fix undefined variable framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1cbfe2b71c698fa4cadead7a367696586b8db12a ----------------------------------------------------------------------- commit 106e284ef212338d6a4a8f25f0162d91b597b20a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 13:48:28 2013 -0600 Bug #12109: Fix log level for WARN horde/config/conf.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/106e284ef212338d6a4a8f25f0162d91b597b20a ----------------------------------------------------------------------- commit 2de95f9a8d3374d495a5548ac4da75f77b9b77a2 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 13:50:41 2013 -0600 Bug #12109: Workaround broken log priority in Horde <= 5.0.5 framework/Core/lib/Horde/Core/Factory/Logger.php | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/2de95f9a8d3374d495a5548ac4da75f77b9b77a2 ----------------------------------------------------------------------- commit a1d097a63350524229ba38e169bbb9f6154047f8 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 14:47:11 2013 -0600 Missing break framework/Core/lib/Horde/Core/Factory/Logger.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a1d097a63350524229ba38e169bbb9f6154047f8 ----------------------------------------------------------------------- commit 927c54c0e391c610358ce39f5f5774614780e2b2 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:21:13 2013 -0600 phpdoc horde/lib/Api.php | 52 +++++++++++++++++++++++++++++++++++----------------- 1 files changed, 35 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/927c54c0e391c610358ce39f5f5774614780e2b2 ----------------------------------------------------------------------- commit 3958d621be9a378e6955306cc6a5d8e433451b66 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:24:26 2013 -0600 doc fixes passwd/config/backends.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/3958d621be9a378e6955306cc6a5d8e433451b66 ----------------------------------------------------------------------- commit 0c72704b07076e1a0ce1cf030a71620f191c3c3a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:46:31 2013 -0600 _loaded variable not needed passwd/lib/Driver/Composite.php | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/0c72704b07076e1a0ce1cf030a71620f191c3c3a ----------------------------------------------------------------------- commit a148d814f2ae3bd2debee53588a6e2bd8acbdea6 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 15:50:14 2013 -0600 phpdoc passwd/config/backends.php | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/a148d814f2ae3bd2debee53588a6e2bd8acbdea6 ----------------------------------------------------------------------- commit 43f9253c42bfe053a64f3dc8386048626936e367 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 16:53:41 2013 -0600 [mms] Add option to destroy Horde session after changing password (Bug #11766). passwd/config/backends.php | 7 ++++--- passwd/docs/CHANGES | 1 + passwd/docs/UPGRADING | 15 +++++++++++++++ passwd/lib/Basic.php | 9 ++++----- passwd/package.xml | 1 + 5 files changed, 25 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/43f9253c42bfe053a64f3dc8386048626936e367 ----------------------------------------------------------------------- commit d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 16:54:46 2013 -0600 Update password drivers. Remove userdn hook - better as a config option in backends.php Fix username hook - userid should be modified at the time changePassword is called so this works more transparently with the composite driver. fix phpdoc passwd/config/backends.php | 6 ++- passwd/config/hooks.php.dist | 64 +++++------------ passwd/docs/UPGRADING | 12 +++- passwd/lib/Basic.php | 12 +--- passwd/lib/Driver.php | 32 +++++++-- passwd/lib/Driver/Adsi.php | 45 +++++++----- passwd/lib/Driver/Composite.php | 80 ++++++++++------------ passwd/lib/Driver/Expect.php | 47 +++++++------ passwd/lib/Driver/Expectpecl.php | 116 ++++++++++++++++++------------- passwd/lib/Driver/Horde.php | 44 +++++++----- passwd/lib/Driver/Http.php | 11 ++-- passwd/lib/Driver/Kolab.php | 50 ++++++++------ passwd/lib/Driver/Ldap.php | 142 ++++++++++++++++++-------------------- passwd/lib/Driver/Pine.php | 141 +++++++++++++++++-------------------- passwd/lib/Driver/Poppassd.php | 76 +++++++++++--------- passwd/lib/Driver/Procopen.php | 45 +++++++------ passwd/lib/Driver/Pspasswd.php | 56 ++++++++------- passwd/lib/Driver/Servuftp.php | 77 ++++++++++++++------- passwd/lib/Driver/Smbldap.php | 66 +++++++++--------- passwd/lib/Driver/Smbpasswd.php | 64 +++++++++-------- passwd/lib/Driver/Soap.php | 56 ++++++++-------- passwd/lib/Driver/Sql.php | 124 ++++++++++++++++----------------- passwd/lib/Driver/Vmailmgr.php | 36 +++++----- passwd/lib/Driver/Vpopmail.php | 119 ++++++++++++++++---------------- 24 files changed, 783 insertions(+), 738 deletions(-) http://git.horde.org/horde-git/-/commit/d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e ----------------------------------------------------------------------- commit da458cde92a2bddaff217cd1124ae3243a038b6e Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 17:07:37 2013 -0600 Add better logout message (Bug #11766) passwd/lib/Basic.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/da458cde92a2bddaff217cd1124ae3243a038b6e ----------------------------------------------------------------------- commit dda9fb0131d1bd4f8e72bb02fc24b58f74fe1159 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 20:59:40 2013 -0600 typos passwd/lib/Driver.php | 2 +- passwd/lib/Driver/Kolab.php | 2 +- passwd/lib/Driver/Ldap.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/dda9fb0131d1bd4f8e72bb02fc24b58f74fe1159 ----------------------------------------------------------------------- commit 805fcedc406de3f6c170568f2c604eb65226e67d Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 20:59:51 2013 -0600 phpdoc passwd/lib/Driver/Sql.php | 12 ++++++------ passwd/lib/Factory/Driver.php | 2 -- 2 files changed, 6 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/805fcedc406de3f6c170568f2c604eb65226e67d ----------------------------------------------------------------------- commit 60919e7bbc92f3330fc2e81e6bcae04f943cd178 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 21:03:57 2013 -0600 Passwd tests now pass passwd/lib/Driver/Null.php | 31 ++++++++++ passwd/lib/Factory/Driver.php | 73 +++++++++++++++--------- passwd/package.xml | 4 +- passwd/test/Passwd/Autoload.php | 10 +-- passwd/test/Passwd/TestCase.php | 39 +------------ passwd/test/Passwd/Unit/Driver/SqlTest.php | 39 +++++++++--- passwd/test/Passwd/Unit/Factory/DriverTest.php | 57 ++++++++++-------- 7 files changed, 146 insertions(+), 107 deletions(-) create mode 100644 passwd/lib/Driver/Null.php http://git.horde.org/horde-git/-/commit/60919e7bbc92f3330fc2e81e6bcae04f943cd178 ----------------------------------------------------------------------- commit 652125a077b4e329be57fc53e5badb19123caaa9 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 21:07:05 2013 -0600 Disable all backends by default There is no expectation (and there should not be) that passwd is going to work out-of-the box. passwd/config/backends.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/652125a077b4e329be57fc53e5badb19123caaa9 ----------------------------------------------------------------------- commit 44120266bb54611ec4e48548b5f302e28037afc4 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 21:07:45 2013 -0600 doc tweaks passwd/config/backends.php | 12 ++++++------ passwd/lib/Driver/Expect.php | 4 ++-- passwd/lib/Driver/Expectpecl.php | 2 +- passwd/lib/Driver/Horde.php | 4 ++-- passwd/lib/Driver/Soap.php | 2 +- passwd/lib/Driver/Vpopmail.php | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/44120266bb54611ec4e48548b5f302e28037afc4 ----------------------------------------------------------------------- commit cbf8f5a6fbd42d8f7c91a09a377971202c85f215 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 22:07:44 2013 -0600 Fix some more typos passwd/lib/Basic.php | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/cbf8f5a6fbd42d8f7c91a09a377971202c85f215 ----------------------------------------------------------------------- commit 60bc87c37d034b33ec81952bcaec551e09eb8077 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 12 22:50:11 2013 -0600 Guess I will become an active developer, if just to push the H5 versions out the door Apologies to Eric and/or Chuck if they still want to be listed as maintainers. Neither has done anything here for several years so I have to figure that counts for something. passwd/docs/CREDITS | 6 ++++-- passwd/package.xml | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/60bc87c37d034b33ec81952bcaec551e09eb8077 ----------------------------------------------------------------------- commit 2941ef79fa1ce953d793a53add4a9bbb85dcf0cc Author: Michael M Slusarz <[email protected]> Date: Wed Mar 13 00:57:19 2013 -0600 phpdoc framework/Core/lib/Horde.php | 1 - framework/Core/lib/Horde/Themes/Image.php | 20 ++++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/2941ef79fa1ce953d793a53add4a9bbb85dcf0cc ----------------------------------------------------------------------- commit f880006fda73a8c057793b25a09833efbb3913c1 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 13 01:37:05 2013 -0600 Move some unused functions from Horde to Horde_Deprecated framework/Core/lib/Horde.php | 96 +++++----------------------- framework/Core/lib/Horde/Deprecated.php | 105 +++++++++++++++++++++++++++++++ framework/Core/package.xml | 8 ++- 3 files changed, 128 insertions(+), 81 deletions(-) create mode 100644 framework/Core/lib/Horde/Deprecated.php http://git.horde.org/horde-git/-/commit/f880006fda73a8c057793b25a09833efbb3913c1 ----------------------------------------------------------------------- commit 45cf201a273947e82fa1ea7cea6f467e4f1dc6fd Author: Michael M Slusarz <[email protected]> Date: Wed Mar 13 01:38:23 2013 -0600 Move image generation related methods from Horde to Horde_Themes_Image framework/Core/lib/Horde.php | 190 +++++++++-------------------- framework/Core/lib/Horde/Themes/Image.php | 102 +++++++++++++++ 2 files changed, 160 insertions(+), 132 deletions(-) http://git.horde.org/horde-git/-/commit/45cf201a273947e82fa1ea7cea6f467e4f1dc6fd ----------------------------------------------------------------------- commit ef24886f975929b81ae7f9818ca22a043da6c6c3 Author: Jan Schneider <[email protected]> Date: Tue Mar 12 14:01:39 2013 +0100 Update de translation. imp/locale/de/LC_MESSAGES/imp.mo | Bin 181260 -> 181259 bytes imp/locale/de/LC_MESSAGES/imp.po | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/ef24886f975929b81ae7f9818ca22a043da6c6c3 ----------------------------------------------------------------------- commit 3e618cbceb9a4357e93092e1ff0c86fb06d3f2b4 Author: Jan Schneider <[email protected]> Date: Wed Mar 13 10:30:57 2013 +0100 Gettextize Reset button (Bug #12111). horde/templates/prefs/activesync.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3e618cbceb9a4357e93092e1ff0c86fb06d3f2b4 ----------------------------------------------------------------------- commit 6cb8a6984bf8ed2b03f0111e7b5b147c470aa502 Author: Jan Schneider <[email protected]> Date: Wed Mar 13 10:38:17 2013 +0100 Style framework/Auth/lib/Horde/Auth/Ldap.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6cb8a6984bf8ed2b03f0111e7b5b147c470aa502 ----------------------------------------------------------------------- commit 1c43da1888637755b2e3b76c543d287484a607a7 Author: Jan Schneider <[email protected]> Date: Wed Mar 13 10:43:23 2013 +0100 Update eu translation. framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.mo | Bin 944 -> 981 bytes framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.po | 6 +- framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.mo | Bin 762 -> 772 bytes framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po | 9 +- framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.mo | Bin 585 -> 596 bytes framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po | 5 +- framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.mo | Bin 742 -> 753 bytes framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.po | 31 +- framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.mo | Bin 1149 -> 1160 bytes framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po | 5 +- framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.mo | Bin 696 -> 707 bytes framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po | 5 +- framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.mo | Bin 731 -> 983 bytes framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po | 9 +- framework/Core/locale/eu/LC_MESSAGES/Horde_Core.mo | Bin 5850 -> 19198 bytes framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po | 567 +- framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.mo | Bin 805 -> 1893 bytes framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po | 116 +- framework/Data/locale/eu/LC_MESSAGES/Horde_Data.mo | Bin 851 -> 1262 bytes framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po | 11 +- framework/Date/locale/eu/LC_MESSAGES/Horde_Date.mo | Bin 488 -> 1189 bytes framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po | 62 +- framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.mo | Bin 591 -> 602 bytes framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po | 5 +- framework/Form/locale/eu/LC_MESSAGES/Horde_Form.mo | Bin 1098 -> 1997 bytes framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po | 61 +- framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.mo | Bin 553 -> 564 bytes framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po | 5 +- framework/Image/locale/eu/LC_MESSAGES/Horde_Image.mo | Bin 1279 -> 1352 bytes framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po | 12 +- framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.mo | Bin 1408 -> 2044 bytes framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po | 135 +- framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.mo | Bin 569 -> 580 bytes framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po | 5 +- framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.mo | Bin 603 -> 1432 bytes framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po | 23 +- framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.mo | Bin 492 -> 959 bytes framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.po | 22 +- .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.mo | Bin 623 -> 983 bytes .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po | 20 +- .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.mo | Bin 988 -> 999 bytes .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po | 5 +- .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.mo | Bin 496 -> 806 bytes .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po | 33 +- framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.mo | Bin 696 -> 707 bytes framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po | 5 +- framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.mo | Bin 1318 -> 1329 bytes framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po | 5 +- framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.mo | Bin 1559 -> 1570 bytes framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po | 5 +- framework/Model/locale/eu/LC_MESSAGES/Horde_Model.mo | Bin 1296 -> 2980 bytes framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po | 107 +- framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.mo | Bin 592 -> 2485 bytes framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po | 103 +- framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.mo | Bin 855 -> 866 bytes framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po | 5 +- framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.mo | Bin 1071 -> 1082 bytes framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po | 5 +- framework/Push/locale/eu/LC_MESSAGES/Horde_Push.mo | Bin 487 -> 767 bytes framework/Push/locale/eu/LC_MESSAGES/Horde_Push.po | 11 +- framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.mo | Bin 560 -> 571 bytes framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po | 5 +- .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.mo | Bin 717 -> 728 bytes .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po | 5 +- .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.mo | Bin 557 -> 568 bytes .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po | 5 +- .../locale/eu/LC_MESSAGES/Horde_Service_Weather.mo | Bin 782 -> 868 bytes .../locale/eu/LC_MESSAGES/Horde_Service_Weather.po | 26 +- framework/Share/locale/eu/LC_MESSAGES/Horde_Share.mo | Bin 626 -> 637 bytes framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po | 5 +- framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.mo | Bin 565 -> 576 bytes framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po | 5 +- framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.mo | Bin 532 -> 543 bytes framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po | 5 +- framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo | Bin 488 -> 499 bytes framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po | 5 +- framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.mo | Bin 678 -> 689 bytes framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po | 5 +- gollem/locale/eu/LC_MESSAGES/gollem.mo | Bin 72426 -> 71826 bytes gollem/locale/eu/LC_MESSAGES/gollem.po | 236 +- horde/locale/eu/LC_MESSAGES/horde.mo | Bin 64314 -> 63610 bytes horde/locale/eu/LC_MESSAGES/horde.po | 1534 +- horde/locale/eu/help.xml | 12 +- imp/locale/eu/LC_MESSAGES/imp.mo | Bin 181856 -> 175647 bytes imp/locale/eu/LC_MESSAGES/imp.po | 4525 ++--- imp/locale/eu/help.xml | 684 +- ingo/locale/eu/LC_MESSAGES/ingo.mo | Bin 81975 -> 82436 bytes ingo/locale/eu/LC_MESSAGES/ingo.po | 531 +- ingo/locale/eu/help.xml | 8 +- kronolith/locale/eu/LC_MESSAGES/kronolith.mo | Bin 124127 -> 122953 bytes kronolith/locale/eu/LC_MESSAGES/kronolith.po | 1819 +- mnemo/locale/eu/LC_MESSAGES/mnemo.mo | Bin 74245 -> 72826 bytes mnemo/locale/eu/LC_MESSAGES/mnemo.po | 312 +- mnemo/locale/eu/help.xml | 2 +- nag/locale/eu/LC_MESSAGES/nag.mo | Bin 88756 -> 88412 bytes nag/locale/eu/LC_MESSAGES/nag.po | 993 +- timeobjects/locale/eu/LC_MESSAGES/timeobjects.mo | Bin 64818 -> 64133 bytes timeobjects/locale/eu/LC_MESSAGES/timeobjects.po | 14 +- turba/locale/eu/LC_MESSAGES/turba.mo | Bin 95563 -> 94710 bytes turba/locale/eu/LC_MESSAGES/turba.po | 734 +- 100 files changed, 6245 insertions(+), 6623 deletions(-) http://git.horde.org/horde-git/-/commit/1c43da1888637755b2e3b76c543d287484a607a7 ----------------------------------------------------------------------- commit 2339cea115969cf0276af8e68cff3bb6a9978eeb Author: Jan Schneider <[email protected]> Date: Wed Mar 13 10:55:21 2013 +0100 Only skip on Travis. framework/Vfs/test/Horde/Vfs/FileTest.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2339cea115969cf0276af8e68cff3bb6a9978eeb ----------------------------------------------------------------------- commit 4c1ce079457f5e95670b9d5ea50b5caef53d08a0 Author: Jan Schneider <[email protected]> Date: Wed Mar 13 10:55:41 2013 +0100 Skip those on Travis too. framework/Vcs/test/Horde/Vcs/CvsTest.php | 8 ++++++++ framework/Vcs/test/Horde/Vcs/SvnTest.php | 8 ++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/4c1ce079457f5e95670b9d5ea50b5caef53d08a0 ----------------------------------------------------------------------- commit e0f962f2dd26e562105932d010858cc911dc34d2 Author: Jan Schneider <[email protected]> Date: Wed Mar 13 17:21:21 2013 +0100 [jan] Get version list from pear.horde.org when checking for updates. Side-effect: includes versions for all packages. framework/Core/lib/Horde/Config.php | 26 ++++++++++++++------------ framework/Core/package.xml | 6 ++++++ 2 files changed, 20 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/e0f962f2dd26e562105932d010858cc911dc34d2 ----------------------------------------------------------------------- commit 8a6f66594c1bbba645dc43d825a95f51146e943d Author: Jan Schneider <[email protected]> Date: Thu Mar 14 11:28:03 2013 +0100 [jan] Use PEAR package information to retrieve packages names in Horde_Core_Db_Migration. framework/Core/lib/Horde/Core/Db/Migration.php | 31 +++++++++++++++++++---- framework/Core/package.xml | 2 + 2 files changed, 27 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/8a6f66594c1bbba645dc43d825a95f51146e943d ----------------------------------------------------------------------- commit 1926896c58d81b0a9229d684836f8be8fc18120b Author: Jan Schneider <[email protected]> Date: Thu Mar 14 12:18:58 2013 +0100 Fix order. .../test/Horde/SessionHandler/Storage/StackTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1926896c58d81b0a9229d684836f8be8fc18120b ----------------------------------------------------------------------- commit 05de0bd1e774aca514141ec997e2cb5ad8453f97 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 15 10:14:24 2013 -0400 If we have an actionID, don't take the imageId into account when building breadcrumbs. ansel/lib/Ansel.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/05de0bd1e774aca514141ec997e2cb5ad8453f97 ----------------------------------------------------------------------- commit 877fb18eff124828d484b0e7fae2f0187be156a7 Merge: e47d13b 05de0bd Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 15 10:35:26 2013 -0400 Merge branch 'master' into horde_activesync_3_0 ansel/lib/Ansel.php | 2 +- framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.mo | Bin 944 -> 981 bytes framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.po | 6 +- framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.mo | Bin 762 -> 772 bytes framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po | 9 +- framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.mo | Bin 585 -> 596 bytes framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po | 5 +- framework/Auth/lib/Horde/Auth/Ldap.php | 4 +- framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.mo | Bin 742 -> 753 bytes framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.po | 31 +- framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.mo | Bin 1149 -> 1160 bytes framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po | 5 +- framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.mo | Bin 696 -> 707 bytes framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po | 5 +- framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.mo | Bin 731 -> 983 bytes framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po | 9 +- framework/Core/lib/Horde.php | 287 +- framework/Core/lib/Horde/Config.php | 26 +- framework/Core/lib/Horde/Core/Db/Migration.php | 31 +- framework/Core/lib/Horde/Core/Factory/Logger.php | 15 +- framework/Core/lib/Horde/Deprecated.php | 105 + framework/Core/lib/Horde/Themes/Image.php | 122 +- framework/Core/locale/eu/LC_MESSAGES/Horde_Core.mo | Bin 5850 -> 19198 bytes framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po | 567 +- framework/Core/package.xml | 16 +- framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.mo | Bin 805 -> 1893 bytes framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po | 116 +- framework/Data/locale/eu/LC_MESSAGES/Horde_Data.mo | Bin 851 -> 1262 bytes framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po | 11 +- framework/Date/locale/eu/LC_MESSAGES/Horde_Date.mo | Bin 488 -> 1189 bytes framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po | 62 +- framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.mo | Bin 591 -> 602 bytes framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po | 5 +- framework/Form/locale/eu/LC_MESSAGES/Horde_Form.mo | Bin 1098 -> 1997 bytes framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po | 61 +- framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.mo | Bin 553 -> 564 bytes framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po | 5 +- framework/Image/locale/eu/LC_MESSAGES/Horde_Image.mo | Bin 1279 -> 1352 bytes framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po | 12 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +- framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.mo | Bin 1408 -> 2044 bytes framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po | 135 +- framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.mo | Bin 569 -> 580 bytes framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po | 5 +- framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.mo | Bin 603 -> 1432 bytes framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po | 23 +- framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.mo | Bin 492 -> 959 bytes framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.po | 22 +- .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.mo | Bin 623 -> 983 bytes .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po | 20 +- .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.mo | Bin 988 -> 999 bytes .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po | 5 +- .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.mo | Bin 496 -> 806 bytes .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po | 33 +- framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.mo | Bin 696 -> 707 bytes framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po | 5 +- framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.mo | Bin 1318 -> 1329 bytes framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po | 5 +- framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.mo | Bin 1559 -> 1570 bytes framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po | 5 +- framework/Model/locale/eu/LC_MESSAGES/Horde_Model.mo | Bin 1296 -> 2980 bytes framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po | 107 +- framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.mo | Bin 592 -> 2485 bytes framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po | 103 +- framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.mo | Bin 855 -> 866 bytes framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po | 5 +- framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.mo | Bin 1071 -> 1082 bytes framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po | 5 +- framework/Push/locale/eu/LC_MESSAGES/Horde_Push.mo | Bin 487 -> 767 bytes framework/Push/locale/eu/LC_MESSAGES/Horde_Push.po | 11 +- framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.mo | Bin 560 -> 571 bytes framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po | 5 +- .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.mo | Bin 717 -> 728 bytes .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po | 5 +- .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.mo | Bin 557 -> 568 bytes .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po | 5 +- .../locale/eu/LC_MESSAGES/Horde_Service_Weather.mo | Bin 782 -> 868 bytes .../locale/eu/LC_MESSAGES/Horde_Service_Weather.po | 26 +- .../test/Horde/SessionHandler/Storage/StackTest.php | 2 +- framework/Share/locale/eu/LC_MESSAGES/Horde_Share.mo | Bin 626 -> 637 bytes framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po | 5 +- framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.mo | Bin 565 -> 576 bytes framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po | 5 +- framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.mo | Bin 532 -> 543 bytes framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po | 5 +- framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo | Bin 488 -> 499 bytes framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po | 5 +- framework/Vcs/test/Horde/Vcs/CvsTest.php | 8 + framework/Vcs/test/Horde/Vcs/SvnTest.php | 8 + framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.mo | Bin 678 -> 689 bytes framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po | 5 +- framework/Vfs/test/Horde/Vfs/FileTest.php | 6 +- gollem/locale/eu/LC_MESSAGES/gollem.mo | Bin 72426 -> 71826 bytes gollem/locale/eu/LC_MESSAGES/gollem.po | 236 +- horde/config/conf.xml | 2 +- horde/lib/Api.php | 52 +- horde/locale/eu/LC_MESSAGES/horde.mo | Bin 64314 -> 63610 bytes horde/locale/eu/LC_MESSAGES/horde.po | 1534 +- horde/locale/eu/help.xml | 12 +- horde/templates/prefs/activesync.html | 2 +- imp/locale/de/LC_MESSAGES/imp.mo | Bin 181260 -> 181259 bytes imp/locale/de/LC_MESSAGES/imp.po | 4 +- imp/locale/eu/LC_MESSAGES/imp.mo | Bin 181856 -> 175647 bytes imp/locale/eu/LC_MESSAGES/imp.po | 4525 ++--- imp/locale/eu/help.xml | 684 +- ingo/locale/eu/LC_MESSAGES/ingo.mo | Bin 81975 -> 82436 bytes ingo/locale/eu/LC_MESSAGES/ingo.po | 531 +- ingo/locale/eu/help.xml | 8 +- kronolith/locale/eu/LC_MESSAGES/kronolith.mo | Bin 124127 -> 122953 bytes kronolith/locale/eu/LC_MESSAGES/kronolith.po | 1819 +- mnemo/locale/eu/LC_MESSAGES/mnemo.mo | Bin 74245 -> 72826 bytes mnemo/locale/eu/LC_MESSAGES/mnemo.po | 312 +- mnemo/locale/eu/help.xml | 2 +- nag/locale/eu/LC_MESSAGES/nag.mo | Bin 88756 -> 88412 bytes nag/locale/eu/LC_MESSAGES/nag.po | 993 +- passwd/config/backends.php | 57 +- passwd/config/hooks.php.dist | 64 +- passwd/docs/CHANGES | 1 + passwd/docs/CREDITS | 6 +- passwd/docs/UPGRADING | 27 +- passwd/lib/Basic.php | 52 +- passwd/lib/Driver.php | 32 +- passwd/lib/Driver/Adsi.php | 45 +- passwd/lib/Driver/Composite.php | 93 +- passwd/lib/Driver/Expect.php | 47 +- passwd/lib/Driver/Expectpecl.php | 116 +- passwd/lib/Driver/Horde.php | 44 +- passwd/lib/Driver/Http.php | 11 +- passwd/lib/Driver/Kolab.php | 52 +- passwd/lib/Driver/Ldap.php | 144 +- passwd/lib/Driver/Null.php | 31 + passwd/lib/Driver/Pine.php | 141 +- passwd/lib/Driver/Poppassd.php | 76 +- passwd/lib/Driver/Procopen.php | 45 +- passwd/lib/Driver/Pspasswd.php | 56 +- passwd/lib/Driver/Servuftp.php | 77 +- passwd/lib/Driver/Smbldap.php | 66 +- passwd/lib/Driver/Smbpasswd.php | 64 +- passwd/lib/Driver/Soap.php | 56 +- passwd/lib/Driver/Sql.php | 132 +- passwd/lib/Driver/Vmailmgr.php | 36 +- passwd/lib/Driver/Vpopmail.php | 119 +- passwd/lib/Factory/Driver.php | 75 +- passwd/package.xml | 11 +- passwd/test/Passwd/Autoload.php | 10 +- passwd/test/Passwd/TestCase.php | 39 +- passwd/test/Passwd/Unit/Driver/SqlTest.php | 39 +- passwd/test/Passwd/Unit/Factory/DriverTest.php | 57 +- timeobjects/locale/eu/LC_MESSAGES/timeobjects.mo | Bin 64818 -> 64133 bytes timeobjects/locale/eu/LC_MESSAGES/timeobjects.po | 14 +- turba/locale/eu/LC_MESSAGES/turba.mo | Bin 95563 -> 94710 bytes turba/locale/eu/LC_MESSAGES/turba.po | 734 +- 152 files changed, 7681 insertions(+), 7804 deletions(-) http://git.horde.org/horde-git/-/commit/877fb18eff124828d484b0e7fae2f0187be156a7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
