[commits] Horde branch imp_6_1 updated. b195670113f8e9c74bb03db949e738832e503986
Michael M Slusarz
slusarz at horde.org
Sun Jan 6 21:17:16 UTC 2013
The branch "imp_6_1" has been updated.
The following is a summary of the commits.
from: 290a10e378c87010c6bd20251f7c93859a411644
cf2d723 Implement listTagInfo and searchTags API calls for Trean (Bug #11816)
f503d3d Strip utm_ parameters from incoming bookmarks, and provide a script to strip them from already-saved bookmarks (Request #10751)
5402597 Prevent a object->string->object conversion
69269a4 Add warning to not edit this file (Request #10323).
7d0c212 Discourage editing of the shipped .htaccess file (Request #10323).
e1d39f1 Don't use buggy stream_copy_to_stream
b72cec5 Horde_Itip_Resource_Identity::getMailAddress() must return a string.
4a7777e Fix phpdoc, and ensure we only return an addr-spec.
fec3463 PING requests can be empty, as well as missing just <FOLDERS>.
38ee7fc Don't set collections as pingable if the synckey is empty.
688d6c0 synckey can be empty, even if it's set.
8699c67 Another spot to use !empty() instead of isset()
c677955 Add note to remind me to look at this.
435cfd4 Catch more empty dates.
71864bc Bug: 11914 Dynamic view has no dedicated search page.
b70bcdd Remove duplicate code.
5efc3ad Only get the html body if we know we are going to need it.
137a929 Only return the parts we need, and ensure we have a plain part if required.
70e0f69 return immediatly if we encounter this error.
0fcebeb Fix regression introduced with 1633b590a0a024f9a329e4aad5cff7b5f0d43f93:
e62ae23 [mms] Fix harmless PHP warning issued when IMAP server supports SORT but not SORT=DISPLAY.
77b1dc7 Add Horde_Text_Filter to dependencies
4b330ac CHANGES
b24c84b phpdoc, simplify
89cf88d Don't remove collections with empty synckeys.
9853b57 Actually export the folder deletion to the client. Bug: 11918
d7cd136 BFN
d7e7eeb BFN
48dfb48 Released Horde_ActiveSync-2.0.12
ef3c5bb Development mode for Horde_ActiveSync-2.0.13
bb4645f Fix/update test fixtures.
8fe542f Return null if we don't have the array key set.
0b55f97 Add missing default pingheartbeat value
208368f This should be false, not null
5105ebd Remove note.
ec9dd42 Update cache test.
960166d Fill in some more tests for the syncache.
4ddceeb Remove obsolete, broken beyond repair tests.
c6d6463 Start adding unit tests for the sql state driver.
9bed762 Search makes more sense as a GET; tweak no-results/no-search messages
7c80e17 Remove useless debug output
6b4bc17 syncCache->confirmed_synckeys may return false if empty.
a257340 Honor the 'stream' option when not returning mime headers.
3eae167 Revert this, it's not the device that's not found, it's the user.
a28d3ed Fix regression caused by "fixing" an issue caught by unitTests.
25be679 Better logging.
1c7ef9d Remove the actual query, not just the sql statement.
910bc6d Don't use regex to avoid php segfaults here.
5468598 Revert "Don't use regex to avoid php segfaults here."
df855c4 Bug: 11919 Fix variable name. Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
155cf18 BFN
5f4fb90 Released Horde_ActiveSync-2.0.13
d04dc03 Development mode for Horde_ActiveSync-2.0.14
a7b9090 Remove useless comment.
b0a5b8f We actually *do* require authentication, but ActiveSync handles it.
e293916 BFN
4b56704 Released Horde_Rpc-2.0.2
3076215 Development mode for Horde_Rpc-2.0.3
8df3a35 Don't completely ignore PIM originated changes.
44aeef1 Fix sorting columns in Search view.
9c66f27 Forgot this changelog entry
69eeb26 [mms] Fix behavior of 'persist' option in SMTP transport driver.
0b188eb Released Horde_Mail-2.0.3
38840bd Development mode for Horde_Mail-2.0.4
4219039 [mms] Improved parsing of References header when replying to a message.
8bc90d4 Improvements to the null session driver.
ef45129 fix comment
63b8721 ActiveSync must use cache_control == private.
4b324e4 Readd erroneously removed parameter.
42c8c97 This seems to be required for some RDBMS when migrating.
9f5686f CHANGES
8605b5c Treat this error as an authentication failure.
2710937 CHANGES
f520665 Logging improvements.
b1fb70c Released Horde_Core-2.1.3
42d3c90 Development mode for Horde_Core-2.1.4
d35a249 Released Horde_ActiveSync-2.0.14
3096e6e Development mode for Horde_ActiveSync-2.0.15
5ecc4a7 Load prototype earlier to make the search field display properly #11657.
dcda052 Fix permission prefix
6e1caae Carry the plaintext charset over as well.
181598f phpdoc
7084621 filter out null as well.
61288d9 Fix sending true/false policy values.
fb0a5ee Sanity check that the date fields are parsed correctly.
94cf7c0 Try to make sure we capture the URL we were redirected to, if different from the one that was requested.
357b739 Catch HttpRuntimeException
f0e5b83 Fix error caught by a broken test - host doesn't exist should return an exception, and 'message' isn't there
326d2d9 Clean up a todo - if the effective URL has changed, update the bookmark.
e5a1369 We already have the body part here, this would overwrite it.
11c546f Always request the body part size.
b68a8d3 cs
8d7abe0 Cleanup the conditionals.
047ccc4 No longer need different query_opts.
9235785 CHANGES
93a89b8 Windows fix.
e8e653b Let automatic highlighting kick in.
974e267 Avoid slow array_push().
f0ae5dd Update sk translation.
caffb3a Fix parse error.
8553b7e Queue criteria are always arrays, but the search form only allows a single value. Use that one (Bug #11819).
7df8eb4 [jan] Fix downloading if backend key doesn't match driver name (Bug #11746).
9937e2d Fix parsing a valid mulitpart/alternative mime message.
b413bcc BFN
15af4a3 Always use streams internally.
f309400 Simplify sending new mail (no smart forward or reply).
e0e5005 Ensure we mark this as the base part.
f9bda61 Rework sending/forwarding/replying via ActiveSync.
5bccb85 Add some tests for dealing with incoming email from devices.
e016cd7 Update package.xml filelist and add BFN/CHANGES
5171c6a [mms] Fix multiple AJAX submits to same hidden IFRAME on the same page (Bug #11928).
c29e621 Validation test for Bug #11930
b08cbe2 Pass the logger to the sync_cache
84d68b4 Released Horde_Mime-2.0.2
2bebebf Development mode for Horde_Mime-2.0.3
64583c6 Released Horde_Core-2.1.4
cb9752c Development mode for Horde_Core-2.1.5
b55b40b [mms] Fix multipart APPENDs when IMAP server does not support CATENATE.
7914d5a Released Horde_Imap_Client-2.4.2
4b66792 Development mode for Horde_Imap_Client-2.4.3
9db7839 Released Horde_ActiveSync-2.1.0
deb4a4e Development mode for Horde_ActiveSync-2.1.1
0ba1086 Add logger property.
5df85ae Released Horde_ActiveSync-2.1.1
44c2150 Development mode for Horde_ActiveSync-2.1.2
97d7e84 Not used
87543f0 [mms] Re-add apply mail filters action in dynamic view.
b195670 Merge branch 'master' into imp_6_1
-----------------------------------------------------------------------
commit cf2d72379cbecd4aa0aa9b822737ba1cddf6eedd
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Thu Dec 20 22:45:53 2012 -0500
Implement listTagInfo and searchTags API calls for Trean (Bug #11816)
trean/docs/CHANGES | 1 +
trean/lib/Api.php | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
trean/package.xml | 2 +
3 files changed, 75 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/cf2d72379cbecd4aa0aa9b822737ba1cddf6eedd
-----------------------------------------------------------------------
commit f503d3d05ea995a47361b7213fe042797016e6c0
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Fri Dec 21 00:59:54 2012 -0500
Strip utm_ parameters from incoming bookmarks, and provide a script to strip them from already-saved bookmarks (Request #10751)
trean/bin/trean-backfill-remove-utm-params | 28 ++++++++++++++++++++++++++++
trean/docs/CHANGES | 2 ++
trean/lib/Url.php | 22 ++++++++++++++++++++++
trean/package.xml | 2 ++
trean/templates/add.html.php | 2 +-
5 files changed, 55 insertions(+), 1 deletions(-)
create mode 100755 trean/bin/trean-backfill-remove-utm-params
create mode 100644 trean/lib/Url.php
http://git.horde.org/horde-git/-/commit/f503d3d05ea995a47361b7213fe042797016e6c0
-----------------------------------------------------------------------
commit 54025974403b88bba9d34b2fb584663b2f269f9e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Dec 20 23:30:58 2012 -0700
Prevent a object->string->object conversion
imp/lib/Mime/Viewer/Smime.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/54025974403b88bba9d34b2fb584663b2f269f9e
-----------------------------------------------------------------------
commit 69269a466de1922d8e0db371b793393153c1ce09
Author: Jan Schneider <jan at horde.org>
Date: Fri Dec 21 12:18:14 2012 +0100
Add warning to not edit this file (Request #10323).
horde/.htaccess | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/69269a466de1922d8e0db371b793393153c1ce09
-----------------------------------------------------------------------
commit 7d0c212825696fd8066d1ebe9646a6d13222f335
Author: Jan Schneider <jan at horde.org>
Date: Fri Dec 21 12:22:41 2012 +0100
Discourage editing of the shipped .htaccess file (Request #10323).
bundles/groupware/docs/INSTALL | 10 ++++++----
bundles/webmail/docs/INSTALL | 10 ++++++----
horde/docs/INSTALL | 10 ++++++----
3 files changed, 18 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/7d0c212825696fd8066d1ebe9646a6d13222f335
-----------------------------------------------------------------------
commit e1d39f1a14280611eeaa2903aa144ff2d2edcfd2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 14:41:23 2012 -0500
Don't use buggy stream_copy_to_stream
framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e1d39f1a14280611eeaa2903aa144ff2d2edcfd2
-----------------------------------------------------------------------
commit b72cec57180c56e57ca5f97c14aeb99c3d32b824
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 14:54:08 2012 -0500
Horde_Itip_Resource_Identity::getMailAddress() must return a string.
Bug: 11915
framework/Itip/lib/Horde/Itip/Resource/Identity.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b72cec57180c56e57ca5f97c14aeb99c3d32b824
-----------------------------------------------------------------------
commit 4a7777efd5929b9c1061d20ec12c9922ae9e35b7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 15:19:16 2012 -0500
Fix phpdoc, and ensure we only return an addr-spec.
Final fix for Bug: 11915
framework/Itip/lib/Horde/Itip/Resource/Identity.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/4a7777efd5929b9c1061d20ec12c9922ae9e35b7
-----------------------------------------------------------------------
commit fec346310f7fa2ed15ff03751d7e17d8f781c9a2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 16:20:51 2012 -0500
PING requests can be empty, as well as missing just <FOLDERS>.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fec346310f7fa2ed15ff03751d7e17d8f781c9a2
-----------------------------------------------------------------------
commit 38ee7fc7c0a5d9f30a0a394815b0fa9d454b9d18
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 16:31:42 2012 -0500
Don't set collections as pingable if the synckey is empty.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/38ee7fc7c0a5d9f30a0a394815b0fa9d454b9d18
-----------------------------------------------------------------------
commit 688d6c06263721326ca3d86fdf8553874041c6f0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 16:32:08 2012 -0500
synckey can be empty, even if it's set.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/688d6c06263721326ca3d86fdf8553874041c6f0
-----------------------------------------------------------------------
commit 8699c67d6e409a1211fc92d38c204023bc0bd508
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 16:38:19 2012 -0500
Another spot to use !empty() instead of isset()
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8699c67d6e409a1211fc92d38c204023bc0bd508
-----------------------------------------------------------------------
commit c67795517d27763e68c9fb96549a2dd01bbb6212
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Dec 21 16:41:41 2012 -0500
Add note to remind me to look at this.
framework/ActiveSync/doc/Horde/ActiveSync/TODO | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c67795517d27763e68c9fb96549a2dd01bbb6212
-----------------------------------------------------------------------
commit 435cfd4c9297bf1126e78be695dc161980163cb3
Author: Jan Schneider <jan at horde.org>
Date: Sat Dec 22 12:38:22 2012 +0100
Catch more empty dates.
turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/435cfd4c9297bf1126e78be695dc161980163cb3
-----------------------------------------------------------------------
commit 71864bcb6f09578923197b84fd70886ea7e6ecaa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 11:52:27 2012 -0500
Bug: 11914 Dynamic view has no dedicated search page.
kronolith/lib/Application.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/71864bcb6f09578923197b84fd70886ea7e6ecaa
-----------------------------------------------------------------------
commit b70bcdd3ef7c3d69627c1d174c379aacb06bf0c3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 12:56:33 2012 -0500
Remove duplicate code.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b70bcdd3ef7c3d69627c1d174c379aacb06bf0c3
-----------------------------------------------------------------------
commit 5efc3ad92dfb37bda45032656e29bbf46390289a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 12:57:05 2012 -0500
Only get the html body if we know we are going to need it.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5efc3ad92dfb37bda45032656e29bbf46390289a
-----------------------------------------------------------------------
commit 137a929435d7fb44fb518742c11db9d8c9bdd386
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 14:19:11 2012 -0500
Only return the parts we need, and ensure we have a plain part if required.
Fixes HTML code leaking into previews on clients like iOS when the the email
contains ONLY a text/html part.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 +
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 75 +++++++++---
2 files changed, 56 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/137a929435d7fb44fb518742c11db9d8c9bdd386
-----------------------------------------------------------------------
commit 70e0f69a48fdce6f955f4e3e9e176af82ddc47f2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 14:20:19 2012 -0500
return immediatly if we encounter this error.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/70e0f69a48fdce6f955f4e3e9e176af82ddc47f2
-----------------------------------------------------------------------
commit 0fcebebcc8f30fe5a0332b3dcd366fe0bafc0590
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 14:26:42 2012 -0500
Fix regression introduced with 1633b590a0a024f9a329e4aad5cff7b5f0d43f93:
If server *does* support per mailbox mod-sequences but there were no
changes with this SYNC request, we were fooled into thinking we
did not support mod-sequences. This prevents unnecessary changes being
sent to client.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0fcebebcc8f30fe5a0332b3dcd366fe0bafc0590
-----------------------------------------------------------------------
commit e62ae2397fcf511614b20a85f4f605d73c8e8410
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Dec 22 13:06:50 2012 -0700
[mms] Fix harmless PHP warning issued when IMAP server supports SORT but not SORT=DISPLAY.
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/e62ae2397fcf511614b20a85f4f605d73c8e8410
-----------------------------------------------------------------------
commit 77b1dc7c771a5ab50f2151e11a7e41559534aee7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 14:32:01 2012 -0500
Add Horde_Text_Filter to dependencies
framework/ActiveSync/package.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/77b1dc7c771a5ab50f2151e11a7e41559534aee7
-----------------------------------------------------------------------
commit 4b330ac0f56bed6dcd0edbf3459ec2972b7ec14b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 14:35:19 2012 -0500
CHANGES
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4b330ac0f56bed6dcd0edbf3459ec2972b7ec14b
-----------------------------------------------------------------------
commit b24c84b636f88b4f7839c1f53c34e9f550beb242
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 15:28:07 2012 -0500
phpdoc, simplify
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 14 +++++++----
1 files changed, 9 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b24c84b636f88b4f7839c1f53c34e9f550beb242
-----------------------------------------------------------------------
commit 89cf88d771c89ae4926217c2ab4c400cf11c3ee1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 22 15:28:21 2012 -0500
Don't remove collections with empty synckeys.
If we remove them here, then we will never catch the client error
and will fail to issue the error wbxml that (should) trigger the
client to issue a proper SYNC request.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/89cf88d771c89ae4926217c2ab4c400cf11c3ee1
-----------------------------------------------------------------------
commit 9853b57ab622485edd09488a4873527a8154da80
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 15:13:37 2012 -0500
Actually export the folder deletion to the client. Bug: 11918
framework/ActiveSync/lib/Horde/ActiveSync/Sync.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/9853b57ab622485edd09488a4873527a8154da80
-----------------------------------------------------------------------
commit d7cd13666959af91e279f2cc5202f15cbb4249e4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 15:14:48 2012 -0500
BFN
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d7cd13666959af91e279f2cc5202f15cbb4249e4
-----------------------------------------------------------------------
commit d7e7eebcfcabcec1e70af1179a4cf74f8b42ba48
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 15:16:29 2012 -0500
BFN
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d7e7eebcfcabcec1e70af1179a4cf74f8b42ba48
-----------------------------------------------------------------------
commit 48dfb482697a371573f18bd53c0b59e39d02ddf3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 15:22:42 2012 -0500
Released Horde_ActiveSync-2.0.12
framework/ActiveSync/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/48dfb482697a371573f18bd53c0b59e39d02ddf3
-----------------------------------------------------------------------
commit ef3c5bb930de2b9418a0a14eae10ab387384b597
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 15:22:43 2012 -0500
Development mode for Horde_ActiveSync-2.0.13
framework/ActiveSync/package.xml | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/ef3c5bb930de2b9418a0a14eae10ab387384b597
-----------------------------------------------------------------------
commit bb4645f77e6d53af82f95f4e659a9d7de00b1a17
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 15:34:28 2012 -0500
Fix/update test fixtures.
.../test/Horde/ActiveSync/fixtures/default_policies.wbxml | Bin 66 -> 30 bytes
.../test/Horde/ActiveSync/fixtures/default_policies.xml | Bin 745 -> 129 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/bb4645f77e6d53af82f95f4e659a9d7de00b1a17
-----------------------------------------------------------------------
commit 8fe542ff9cd3652b8dceb025330014ef4cf6c471
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 16:26:25 2012 -0500
Return null if we don't have the array key set.
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8fe542ff9cd3652b8dceb025330014ef4cf6c471
-----------------------------------------------------------------------
commit 0b55f97f473edae71bd986854630dd212047e721
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 16:28:22 2012 -0500
Add missing default pingheartbeat value
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0b55f97f473edae71bd986854630dd212047e721
-----------------------------------------------------------------------
commit 208368f9cdcab528808d3aef3d595e18d2c26e38
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 16:28:41 2012 -0500
This should be false, not null
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/208368f9cdcab528808d3aef3d595e18d2c26e38
-----------------------------------------------------------------------
commit 5105ebdf19c994b5dc19eb2a3759eb45ba602b36
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 16:28:57 2012 -0500
Remove note.
framework/ActiveSync/doc/Horde/ActiveSync/TODO | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/5105ebdf19c994b5dc19eb2a3759eb45ba602b36
-----------------------------------------------------------------------
commit ec9dd42ccc2041e9bc30743c58ec1ff85086571e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 16:31:18 2012 -0500
Update cache test.
framework/ActiveSync/test/Horde/ActiveSync/CacheTest.php | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ec9dd42ccc2041e9bc30743c58ec1ff85086571e
-----------------------------------------------------------------------
commit 960166d8f56f844a5909b5a3f21f2d0d610ceff3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 17:04:17 2012 -0500
Fill in some more tests for the syncache.
framework/ActiveSync/test/Horde/ActiveSync/CacheTest.php | 42 +++++++++++++-
1 files changed, 41 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/960166d8f56f844a5909b5a3f21f2d0d610ceff3
-----------------------------------------------------------------------
commit 4ddceebc8f6598ed19bcdcfb8b4b21f1afbe2fcb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 17:07:22 2012 -0500
Remove obsolete, broken beyond repair tests.
These need to be completely reimplemented.
framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php | Bin 4449 -> 0 bytes
framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php | 346 -----
.../test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt | Bin 13 -> 0 bytes
.../test/Horde/ActiveSync/{137c3bb0-838d-499a-9f0e-fb6c0761da51}1 | 1 -
4 files changed, 0 insertions(+), 347 deletions(-)
delete mode 100644 framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php
delete mode 100644 framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php
delete mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt
delete mode 100644 framework/ActiveSync/test/Horde/ActiveSync/{137c3bb0-838d-499a-9f0e-fb6c0761da51}1
http://git.horde.org/horde-git/-/commit/4ddceebc8f6598ed19bcdcfb8b4b21f1afbe2fcb
-----------------------------------------------------------------------
commit c6d64634f70f6953cc4e9e3094b7422478ac4ffb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Dec 23 19:02:19 2012 -0500
Start adding unit tests for the sql state driver.
Just some basic tests for now and so far, only pdo/mysql. Also
fix some minor errors caught by tests.
framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 2 +
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 20 +-
framework/ActiveSync/package.xml | 24 +-
framework/ActiveSync/test/Horde/ActiveSync/StateTest/Base.php | 22 +
framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Base.php | 90 +++++
.../test/Horde/ActiveSync/StateTest/Sql/Pdo/MysqlTest.php | 25 ++
framework/ActiveSync/test/Horde/ActiveSync/conf.php.dist | 24 ++
7 files changed, 189 insertions(+), 18 deletions(-)
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Base.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Base.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Pdo/MysqlTest.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/conf.php.dist
http://git.horde.org/horde-git/-/commit/c6d64634f70f6953cc4e9e3094b7422478ac4ffb
-----------------------------------------------------------------------
commit 9bed7629263eda7bbde05c6ab89852e984481b76
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 23 23:43:10 2012 -0500
Search makes more sense as a GET; tweak no-results/no-search messages
horde/templates/topbar/_menubar.html.php | 2 +-
trean/search.php | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/9bed7629263eda7bbde05c6ab89852e984481b76
-----------------------------------------------------------------------
commit 7c80e17ee0c07f3c33c85300f9ff2cd0c5a7658e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 14:58:28 2012 -0500
Remove useless debug output
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7c80e17ee0c07f3c33c85300f9ff2cd0c5a7658e
-----------------------------------------------------------------------
commit 6b4bc17fc20bb7525f350ff215b2758b9c6b3990
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 15:06:37 2012 -0500
syncCache->confirmed_synckeys may return false if empty.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6b4bc17fc20bb7525f350ff215b2758b9c6b3990
-----------------------------------------------------------------------
commit a257340364a0326889f2af1b96835772f9e84334
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 15:30:59 2012 -0500
Honor the 'stream' option when not returning mime headers.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a257340364a0326889f2af1b96835772f9e84334
-----------------------------------------------------------------------
commit 3eae1675e124ec9aa73b78b815a83ff97a19ff28
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 15:53:22 2012 -0500
Revert this, it's not the device that's not found, it's the user.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/3eae1675e124ec9aa73b78b815a83ff97a19ff28
-----------------------------------------------------------------------
commit a28d3ed1820c4b6d9f2b3c0ed640b10e080904b8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 16:07:49 2012 -0500
Fix regression caused by "fixing" an issue caught by unitTests.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a28d3ed1820c4b6d9f2b3c0ed640b10e080904b8
-----------------------------------------------------------------------
commit 25be679bf614b00aa46944080d04ac066f074d31
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 16:11:07 2012 -0500
Better logging.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/25be679bf614b00aa46944080d04ac066f074d31
-----------------------------------------------------------------------
commit 1c7ef9d55987cdc0f7c50f785c7c2d4a447b8750
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 16:14:53 2012 -0500
Remove the actual query, not just the sql statement.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1c7ef9d55987cdc0f7c50f785c7c2d4a447b8750
-----------------------------------------------------------------------
commit 910bc6df306c40478ff2ae5d73607772872532fc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 16:51:56 2012 -0500
Don't use regex to avoid php segfaults here.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 13 +++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/910bc6df306c40478ff2ae5d73607772872532fc
-----------------------------------------------------------------------
commit 5468598e4a91b2e47b16f7a71a46b49e34c477e8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 16:54:07 2012 -0500
Revert "Don't use regex to avoid php segfaults here."
This reverts commit 910bc6df306c40478ff2ae5d73607772872532fc.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 13 +-----------
1 files changed, 1 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/5468598e4a91b2e47b16f7a71a46b49e34c477e8
-----------------------------------------------------------------------
commit df855c4671f58bfc36468b6c76ce7f10656a668f
Author: martin.ament at gmx.de <martin.ament at gmx.de>
Date: Tue Dec 25 16:55:42 2012 -0500
Bug: 11919 Fix variable name.
Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/df855c4671f58bfc36468b6c76ce7f10656a668f
-----------------------------------------------------------------------
commit 155cf1899b42bb35b1268ba6d7a26fe5cb5f8de7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 16:56:54 2012 -0500
BFN
framework/ActiveSync/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/155cf1899b42bb35b1268ba6d7a26fe5cb5f8de7
-----------------------------------------------------------------------
commit 5f4fb900bb028158d91b3ecf470275a3cb430bba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 17:00:21 2012 -0500
Released Horde_ActiveSync-2.0.13
framework/ActiveSync/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/5f4fb900bb028158d91b3ecf470275a3cb430bba
-----------------------------------------------------------------------
commit d04dc03999715edce7618907d372b5283edf16e6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 17:00:21 2012 -0500
Development mode for Horde_ActiveSync-2.0.14
framework/ActiveSync/package.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d04dc03999715edce7618907d372b5283edf16e6
-----------------------------------------------------------------------
commit a7b909063d947e04ee2450cbbf92da1d8db78472
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 19:45:35 2012 -0500
Remove useless comment.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/a7b909063d947e04ee2450cbbf92da1d8db78472
-----------------------------------------------------------------------
commit b0a5b8fe24c0997b0eebbbd6ade328d66d5c22e5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 19:46:47 2012 -0500
We actually *do* require authentication, but ActiveSync handles it.
This *might* fix the random authentication related errors some people
are seeing.
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/b0a5b8fe24c0997b0eebbbd6ade328d66d5c22e5
-----------------------------------------------------------------------
commit e29391613e9c8b4f124c1e75fc9998db977f4afd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 20:15:41 2012 -0500
BFN
framework/ActiveSync/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e29391613e9c8b4f124c1e75fc9998db977f4afd
-----------------------------------------------------------------------
commit 4b56704351606b89228f93e28c441e20c50eef6e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 20:23:00 2012 -0500
Released Horde_Rpc-2.0.2
framework/Rpc/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/4b56704351606b89228f93e28c441e20c50eef6e
-----------------------------------------------------------------------
commit 307621530d05c68069965a8ca38d4bbc5a44c4ab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Dec 25 20:23:01 2012 -0500
Development mode for Horde_Rpc-2.0.3
framework/Rpc/package.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/307621530d05c68069965a8ca38d4bbc5a44c4ab
-----------------------------------------------------------------------
commit 8df3a357e7e25b5d72d9e121a2ad368a4a3c95ac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Dec 26 11:32:23 2012 -0500
Don't completely ignore PIM originated changes.
If the ONLY change in a change set is PIM originated, this will
lead to PINGs that continually pick up the same change since the
state would never be updated. This fixes it only flagging the
change as ignored so the Sync object will still update the state.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 9 ++-
framework/ActiveSync/lib/Horde/ActiveSync/Sync.php | 54 ++++++++-------
2 files changed, 33 insertions(+), 30 deletions(-)
http://git.horde.org/horde-git/-/commit/8df3a357e7e25b5d72d9e121a2ad368a4a3c95ac
-----------------------------------------------------------------------
commit 44aeef19e7518e550fcb5a6b62e5ba77149f2dfd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Dec 26 14:10:36 2012 -0500
Fix sorting columns in Search view.
hermes/js/hermes.js | 69 ++++++++++++++++++++++++++---------
hermes/templates/dynamic/search.inc | 16 ++++----
2 files changed, 60 insertions(+), 25 deletions(-)
http://git.horde.org/horde-git/-/commit/44aeef19e7518e550fcb5a6b62e5ba77149f2dfd
-----------------------------------------------------------------------
commit 9c66f271c283722cf72c8e418bc417aeca229c3f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Dec 22 13:28:27 2012 -0700
Forgot this changelog entry
framework/Imap_Client/package.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/9c66f271c283722cf72c8e418bc417aeca229c3f
-----------------------------------------------------------------------
commit 69eeb262c102ba04b6fa9385da1043b7f62fe2cb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Dec 23 23:01:09 2012 -0700
[mms] Fix behavior of 'persist' option in SMTP transport driver.
framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 3 ++-
framework/Mail/package.xml | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/69eeb262c102ba04b6fa9385da1043b7f62fe2cb
-----------------------------------------------------------------------
commit 0b188ebce865b87c5a73f52dae09df836c10b59f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Dec 26 15:41:52 2012 -0700
Released Horde_Mail-2.0.3
framework/Mail/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/0b188ebce865b87c5a73f52dae09df836c10b59f
-----------------------------------------------------------------------
commit 38840bd2ecc0d58bec9b8e6f2ba6f52b64db61b6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Dec 26 15:41:52 2012 -0700
Development mode for Horde_Mail-2.0.4
framework/Mail/package.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/38840bd2ecc0d58bec9b8e6f2ba6f52b64db61b6
-----------------------------------------------------------------------
commit 42190399bef2bfa30cb5a84ac853859a2a3bf4d7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Dec 26 21:47:44 2012 -0700
[mms] Improved parsing of References header when replying to a message.
Some mailers use commas to separate references, which is incorrect.
Also, remove any unparseable/bad reference values.
imp/docs/CHANGES | 1 +
imp/lib/Compose.php | 17 +++++---
imp/lib/Compose/References.php | 61 ++++++++++++++++++++++++++
imp/package.xml | 12 ++++-
imp/test/Imp/Unit/ReferencesTest.php | 80 ++++++++++++++++++++++++++++++++++
5 files changed, 162 insertions(+), 9 deletions(-)
create mode 100644 imp/lib/Compose/References.php
create mode 100644 imp/test/Imp/Unit/ReferencesTest.php
http://git.horde.org/horde-git/-/commit/42190399bef2bfa30cb5a84ac853859a2a3bf4d7
-----------------------------------------------------------------------
commit 8bc90d448d47d3ec89502827280c7542e3054a6a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Dec 26 23:50:07 2012 -0500
Improvements to the null session driver.
Even though we don't store any session data, we still need to clear
and destroy the dummy session properly since the session id is used
in some Auth related code.
framework/Core/lib/Horde/Registry.php | 1 +
framework/Core/lib/Horde/Session/Null.php | 38 +++++++++++++++++++++-------
2 files changed, 29 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/8bc90d448d47d3ec89502827280c7542e3054a6a
-----------------------------------------------------------------------
commit ef45129848c1236b6adf8f0a70e2c45b25a27ce2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Dec 26 23:51:13 2012 -0500
fix comment
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ef45129848c1236b6adf8f0a70e2c45b25a27ce2
-----------------------------------------------------------------------
commit 63b872127c0fb61dd4e0a2413335828ce3388f4f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Dec 26 23:51:29 2012 -0500
ActiveSync must use cache_control == private.
horde/rpc.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/63b872127c0fb61dd4e0a2413335828ce3388f4f
-----------------------------------------------------------------------
commit 4b324e43b2d60f3b937fe4685aed9ccd60a393a4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 00:07:22 2012 -0500
Readd erroneously removed parameter.
framework/Core/lib/Horde/Session/Null.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4b324e43b2d60f3b937fe4685aed9ccd60a393a4
-----------------------------------------------------------------------
commit 42c8c979783461de9136732a14c686d91118f544
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 12:28:25 2012 -0500
This seems to be required for some RDBMS when migrating.
When migrating from a previous column definition, and no default is
given for the current definiation, the previous definition's default
is used. Must override that with a valid default for the current
column type.
Bug: 11877
.../Horde/ActiveSync/15_horde_activesync_integerimapuidfield.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/42c8c979783461de9136732a14c686d91118f544
-----------------------------------------------------------------------
commit 9f5686fe81c60a0fde2fcd07cb7f24ca02514087
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 12:38:48 2012 -0500
CHANGES
framework/ActiveSync/package.xml | 2 ++
framework/Core/package.xml | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/9f5686fe81c60a0fde2fcd07cb7f24ca02514087
-----------------------------------------------------------------------
commit 8605b5c65baaaab48c6a3995cac11f98df63c510
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 13:01:29 2012 -0500
Treat this error as an authentication failure.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 5 +--
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 24 ++++++++++++
2 files changed, 25 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/8605b5c65baaaab48c6a3995cac11f98df63c510
-----------------------------------------------------------------------
commit 2710937de79c9481b53e0bee5d8c6290f78cc53d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 13:15:39 2012 -0500
CHANGES
framework/Core/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/2710937de79c9481b53e0bee5d8c6290f78cc53d
-----------------------------------------------------------------------
commit f520665d2ebe5d9fb69e23b1d1696f7cf0e66b5f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 13:46:30 2012 -0500
Logging improvements.
The PID is much more useful than the device id.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 99 +++++++++++++++----
1 files changed, 79 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/f520665d2ebe5d9fb69e23b1d1696f7cf0e66b5f
-----------------------------------------------------------------------
commit b1fb70c3d0976ebdc0cbd61c5333ed8878baa430
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 13:57:24 2012 -0500
Released Horde_Core-2.1.3
framework/Core/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b1fb70c3d0976ebdc0cbd61c5333ed8878baa430
-----------------------------------------------------------------------
commit 42d3c9077729a04deb0c8e5383ff21b9f7e68581
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 13:57:25 2012 -0500
Development mode for Horde_Core-2.1.4
framework/Core/package.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/42d3c9077729a04deb0c8e5383ff21b9f7e68581
-----------------------------------------------------------------------
commit d35a249b378b5d5388cc864f2bfb61ffd7de05a5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 14:00:41 2012 -0500
Released Horde_ActiveSync-2.0.14
framework/ActiveSync/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d35a249b378b5d5388cc864f2bfb61ffd7de05a5
-----------------------------------------------------------------------
commit 3096e6e8915a98258554192f029a8d070c4f15eb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 27 14:00:42 2012 -0500
Development mode for Horde_ActiveSync-2.0.15
framework/ActiveSync/package.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/3096e6e8915a98258554192f029a8d070c4f15eb
-----------------------------------------------------------------------
commit 5ecc4a782929497e29bc1054339259b817c5e420
Author: Ralf Lang <lang at b1-systems.de>
Date: Sat Dec 29 10:50:11 2012 +0200
Load prototype earlier to make the search field display properly #11657.
sesha/list.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5ecc4a782929497e29bc1054339259b817c5e420
-----------------------------------------------------------------------
commit dcda052d9abb374403a52828f0634107f9e0a36f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Dec 31 14:23:24 2012 -0500
Fix permission prefix
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/dcda052d9abb374403a52828f0634107f9e0a36f
-----------------------------------------------------------------------
commit 6e1caae0f6c679b2703ba131b5387daff2f1fce9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Dec 31 13:59:43 2012 -0500
Carry the plaintext charset over as well.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6e1caae0f6c679b2703ba131b5387daff2f1fce9
-----------------------------------------------------------------------
commit 181598f5824d60e6a20bb40c4225f10fcc6684a8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Dec 31 14:00:11 2012 -0500
phpdoc
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/181598f5824d60e6a20bb40c4225f10fcc6684a8
-----------------------------------------------------------------------
commit 7084621bb6a550c0c4f7a6d1c57584a4d614a41e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Dec 31 14:00:22 2012 -0500
filter out null as well.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7084621bb6a550c0c4f7a6d1c57584a4d614a41e
-----------------------------------------------------------------------
commit 61288d9e6a9dabf7aea67e3a36f8b07bff709e22
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Dec 31 14:36:34 2012 -0500
Fix sending true/false policy values.
framework/ActiveSync/lib/Horde/ActiveSync/Policies.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/61288d9e6a9dabf7aea67e3a36f8b07bff709e22
-----------------------------------------------------------------------
commit fb0a5ee98f18df7f46608e2591bbfb97d85d1006
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Dec 31 15:00:19 2012 -0500
Sanity check that the date fields are parsed correctly.
turba/lib/Driver.php | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fb0a5ee98f18df7f46608e2591bbfb97d85d1006
-----------------------------------------------------------------------
commit 94cf7c07eca92c3b1b2ccf6af1984b4660a2d62c
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Jan 1 15:09:04 2013 -0500
Try to make sure we capture the URL we were redirected to, if different from the one that was requested.
framework/Http/lib/Horde/Http/Response/Peclhttp.php | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/94cf7c07eca92c3b1b2ccf6af1984b4660a2d62c
-----------------------------------------------------------------------
commit 357b739ace0910880794226731a604ee3390d446
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Jan 1 15:18:50 2013 -0500
Catch HttpRuntimeException
framework/Http/lib/Horde/Http/Response/Peclhttp.php | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/357b739ace0910880794226731a604ee3390d446
-----------------------------------------------------------------------
commit f0e5b83b2d04aff2e497ab6c029c14e2c38c2ef9
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Jan 1 15:26:13 2013 -0500
Fix error caught by a broken test - host doesn't exist should return an exception, and 'message' isn't there
framework/Http/lib/Horde/Http/Request/Fopen.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f0e5b83b2d04aff2e497ab6c029c14e2c38c2ef9
-----------------------------------------------------------------------
commit 326d2d9ea06672d8100931018bf84556590c7b37
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Jan 1 15:28:07 2013 -0500
Clean up a todo - if the effective URL has changed, update the bookmark.
trean/lib/Queue/Task/Crawl.php | 43 ++++++++++++++++++++-------------------
1 files changed, 22 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/326d2d9ea06672d8100931018bf84556590c7b37
-----------------------------------------------------------------------
commit e5a1369edd967d10fb48a21bf4c5a5802ab2b299
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 1 16:36:52 2013 -0500
We already have the body part here, this would overwrite it.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/e5a1369edd967d10fb48a21bf4c5a5802ab2b299
-----------------------------------------------------------------------
commit 11c546f5b673ceb6d631514a82dabfec1575ba67
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 1 16:44:49 2013 -0500
Always request the body part size.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/11c546f5b673ceb6d631514a82dabfec1575ba67
-----------------------------------------------------------------------
commit b68a8d3b082e0c2469c84adb4b117e57c5b99b27
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 1 16:49:05 2013 -0500
cs
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 18 ++++++++----
1 files changed, 12 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/b68a8d3b082e0c2469c84adb4b117e57c5b99b27
-----------------------------------------------------------------------
commit 8d7abe03778dac6cac47b9c94b9eedf75200cfba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 1 17:00:30 2013 -0500
Cleanup the conditionals.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/8d7abe03778dac6cac47b9c94b9eedf75200cfba
-----------------------------------------------------------------------
commit 047ccc4e29836eb49b1b05680d78065a2f68dcac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 1 17:02:54 2013 -0500
No longer need different query_opts.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/047ccc4e29836eb49b1b05680d78065a2f68dcac
-----------------------------------------------------------------------
commit 92357857fd1d924e178974449b848f6bf6f35fdb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 1 17:36:43 2013 -0500
CHANGES
framework/ActiveSync/package.xml | 6 ++++--
framework/Core/package.xml | 4 ++--
turba/docs/CHANGES | 1 +
turba/package.xml | 2 ++
4 files changed, 9 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/92357857fd1d924e178974449b848f6bf6f35fdb
-----------------------------------------------------------------------
commit 93a89b8121efac7b6f6e08fb3aefdc53a23ef7dd
Author: Jan Schneider <jan at horde.org>
Date: Sat Dec 22 14:42:55 2012 +0100
Windows fix.
framework/Core/lib/Horde/Core/Script/Package/Datejs.php | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/93a89b8121efac7b6f6e08fb3aefdc53a23ef7dd
-----------------------------------------------------------------------
commit e8e653bee79a1cd7505ed1d954ea2ec281fbae0c
Author: Jan Schneider <jan at horde.org>
Date: Fri Dec 28 19:07:31 2012 +0100
Let automatic highlighting kick in.
sesha/lib/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e8e653bee79a1cd7505ed1d954ea2ec281fbae0c
-----------------------------------------------------------------------
commit 974e2679ece8ba6a31289fd1ce8c088aba252a69
Author: Jan Schneider <jan at horde.org>
Date: Thu Jan 3 00:02:30 2013 +0100
Avoid slow array_push().
framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 6 +-
framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 4 +-
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 4 +-
.../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 8 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 6 +-
framework/Auth/lib/Horde/Auth/Msad.php | 2 +-
framework/Controller/lib/Horde/Controller/FilterRunner.php | 2 +-
framework/Ldap/lib/Horde/Ldap/Entry.php | 2 +-
framework/Ldap/lib/Horde/Ldap/Filter.php | 8 +-
framework/Ldap/lib/Horde/Ldap/Ldif.php | 2 +-
framework/Ldap/lib/Horde/Ldap/Schema.php | 4 +-
framework/Ldap/lib/Horde/Ldap/Search.php | 2 +-
framework/Ldap/test/Horde/Ldap/LdifTest.php | 8 +-
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Plaintext.php | 4 +-
framework/Pear/lib/Horde/Pear/Package/Xml/Contents.php | 2 +-
framework/Pear/lib/Horde/Pear/Package/Xml/Directory.php | 4 +-
framework/Share/lib/Horde/Share/Object.php | 2 +-
framework/Text_Diff/lib/Horde/Text/Diff/Engine/Shell.php | 22 ++--
framework/View/lib/Horde/View/Helper/Form.php | 2 +-
horde/docs/CODING_STANDARDS | 4 +
23 files changed, 57 insertions(+), 53 deletions(-)
http://git.horde.org/horde-git/-/commit/974e2679ece8ba6a31289fd1ce8c088aba252a69
-----------------------------------------------------------------------
commit f0ae5ddebcbb262a1691d6fec94c8b60376b95be
Author: Jan Schneider <jan at horde.org>
Date: Thu Jan 3 10:19:02 2013 +0100
Update sk translation.
ansel/locale/sk/LC_MESSAGES/ansel.mo | Bin 103720 -> 104838 bytes
chora/locale/sk/LC_MESSAGES/chora.mo | Bin 70290 -> 71458 bytes
framework/Cli/locale/sk/LC_MESSAGES/Horde_Cli.mo | Bin 653 -> 750 bytes
framework/Cli/locale/sk/LC_MESSAGES/Horde_Cli.po | 24 +-
framework/Crypt/locale/sk/LC_MESSAGES/Horde_Crypt.mo | Bin 8534 -> 7402 bytes
framework/Crypt/locale/sk/LC_MESSAGES/Horde_Crypt.po | 256 +-
framework/Data/locale/sk/LC_MESSAGES/Horde_Data.mo | Bin 596 -> 1306 bytes
framework/Data/locale/sk/LC_MESSAGES/Horde_Data.po | 39 +-
framework/Form/locale/sk/LC_MESSAGES/Horde_Form.mo | Bin 10771 -> 10943 bytes
framework/Form/locale/sk/LC_MESSAGES/Horde_Form.po | 307 +-
framework/Image/locale/sk/LC_MESSAGES/Horde_Image.mo | Bin 15525 -> 15536 bytes
framework/Image/locale/sk/LC_MESSAGES/Horde_Image.po | 30 +-
framework/Imsp/locale/sk/LC_MESSAGES/Horde_Imsp.mo | Bin 641 -> 556 bytes
framework/Imsp/locale/sk/LC_MESSAGES/Horde_Imsp.po | 19 +-
.../Kolab_Resource/locale/sk/LC_MESSAGES/Horde_Kolab_Resource.mo | Bin 459 -> 1004 bytes
.../Kolab_Resource/locale/sk/LC_MESSAGES/Horde_Kolab_Resource.po | 32 +-
framework/Perms/locale/sk/LC_MESSAGES/Horde_Perms.mo | Bin 613 -> 882 bytes
framework/Perms/locale/sk/LC_MESSAGES/Horde_Perms.po | 16 +-
framework/Prefs/locale/sk/LC_MESSAGES/Horde_Prefs.mo | Bin 930 -> 1071 bytes
framework/Prefs/locale/sk/LC_MESSAGES/Horde_Prefs.po | 21 +-
framework/Rpc/locale/sk/LC_MESSAGES/Horde_Rpc.mo | Bin 1242 -> 1534 bytes
framework/Rpc/locale/sk/LC_MESSAGES/Horde_Rpc.po | 30 +-
.../locale/sk/LC_MESSAGES/Horde_Service_Facebook.mo | Bin 670 -> 683 bytes
.../locale/sk/LC_MESSAGES/Horde_Service_Facebook.po | 14 +-
.../Service_Scribd/locale/sk/LC_MESSAGES/Horde_Service_Scribd.mo | Bin 459 -> 545 bytes
.../Service_Scribd/locale/sk/LC_MESSAGES/Horde_Service_Scribd.po | 12 +-
framework/Token/locale/sk/LC_MESSAGES/Horde_Token.mo | Bin 967 -> 1314 bytes
framework/Token/locale/sk/LC_MESSAGES/Horde_Token.po | 24 +-
gollem/docs/CREDITS | 1 +
gollem/locale/sk/LC_MESSAGES/gollem.mo | Bin 71900 -> 72844 bytes
gollem/locale/sk/LC_MESSAGES/gollem.po | 266 +-
horde/locale/sk/LC_MESSAGES/horde.mo | Bin 63338 -> 64474 bytes
horde/locale/sk/LC_MESSAGES/horde.po | 211 +-
imp/locale/sk/LC_MESSAGES/imp.mo | Bin 177054 -> 178326 bytes
imp/locale/sk/LC_MESSAGES/imp.po | 710 +++--
ingo/locale/sk/LC_MESSAGES/ingo.mo | Bin 82465 -> 83621 bytes
ingo/locale/sk/LC_MESSAGES/ingo.po | 10 +-
kronolith/locale/sk/LC_MESSAGES/kronolith.mo | Bin 123411 -> 124536 bytes
mnemo/docs/CREDITS | 1 +
mnemo/locale/sk/LC_MESSAGES/mnemo.mo | Bin 73928 -> 72837 bytes
mnemo/locale/sk/LC_MESSAGES/mnemo.po | 515 ++--
nag/locale/sk/LC_MESSAGES/nag.mo | Bin 87322 -> 88448 bytes
passwd/docs/CREDITS | 1 +
passwd/locale/sk/LC_MESSAGES/passwd.mo | Bin 72255 -> 70251 bytes
passwd/locale/sk/LC_MESSAGES/passwd.po | 256 +-
turba/locale/sk/LC_MESSAGES/turba.mo | Bin 94557 -> 95619 bytes
turba/locale/sk/LC_MESSAGES/turba.po | 68 +-
wicked/docs/CREDITS | 1 +
wicked/locale/sk/LC_MESSAGES/wicked.mo | Bin 78042 -> 78902 bytes
wicked/locale/sk/LC_MESSAGES/wicked.po | 237 +-
50 files changed, 1488 insertions(+), 1613 deletions(-)
http://git.horde.org/horde-git/-/commit/f0ae5ddebcbb262a1691d6fec94c8b60376b95be
-----------------------------------------------------------------------
commit caffb3a510c514f9a1c34f2d85f40018f904d13f
Author: Jan Schneider <jan at horde.org>
Date: Thu Jan 3 10:22:43 2013 +0100
Fix parse error.
framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/caffb3a510c514f9a1c34f2d85f40018f904d13f
-----------------------------------------------------------------------
commit 8553b7e6927d6c0f2746bdbb789314c436a28950
Author: Jan Schneider <jan at horde.org>
Date: Thu Jan 3 12:23:36 2013 +0100
Queue criteria are always arrays, but the search form only allows a single value. Use that one (Bug #11819).
Conflicts:
whups/package.xml
whups/docs/CHANGES | 1 +
whups/package.xml | 1 +
whups/search.php | 2 +-
3 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8553b7e6927d6c0f2746bdbb789314c436a28950
-----------------------------------------------------------------------
commit 7df8eb4f2ce5a11da16c06bfc1d194dc17e96973
Author: Jan Schneider <jan at horde.org>
Date: Thu Jan 3 12:41:13 2013 +0100
[jan] Fix downloading if backend key doesn't match driver name (Bug #11746).
gollem/docs/CHANGES | 1 +
gollem/lib/Application.php | 4 +++-
gollem/manager.php | 2 +-
gollem/package.xml | 2 ++
4 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/7df8eb4f2ce5a11da16c06bfc1d194dc17e96973
-----------------------------------------------------------------------
commit 9937e2d8c28655271243c0be07ac6763621ac9f6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 11:25:42 2013 -0500
Fix parsing a valid mulitpart/alternative mime message.
Cannot count the 'size' parameter as indicative of the part being
an attachment since this parameter is set as part of the normal
parsing of the message.
framework/Mime/lib/Horde/Mime/Part.php | 4 +-
framework/Mime/test/Horde/Mime/PartTest.php | 17 ++++
framework/Mime/test/Horde/Mime/fixtures/samplemultipart_msg.txt | 29 +++++++
3 files changed, 49 insertions(+), 1 deletions(-)
create mode 100644 framework/Mime/test/Horde/Mime/fixtures/samplemultipart_msg.txt
http://git.horde.org/horde-git/-/commit/9937e2d8c28655271243c0be07ac6763621ac9f6
-----------------------------------------------------------------------
commit b413bcc87be86c2ecf00116a1f5f5b03f91d33c4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 11:28:45 2013 -0500
BFN
framework/Mime/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/b413bcc87be86c2ecf00116a1f5f5b03f91d33c4
-----------------------------------------------------------------------
commit 15af4a3df07feb1d7c087eba6b63319ac1504086
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 11:37:20 2013 -0500
Always use streams internally.
framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 111 ++++++++----------
1 files changed, 48 insertions(+), 63 deletions(-)
http://git.horde.org/horde-git/-/commit/15af4a3df07feb1d7c087eba6b63319ac1504086
-----------------------------------------------------------------------
commit f309400f86940b7bc74ca48472420464d08bbf7b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 11:41:24 2013 -0500
Simplify sending new mail (no smart forward or reply).
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/f309400f86940b7bc74ca48472420464d08bbf7b
-----------------------------------------------------------------------
commit e0e5005d881de74d7f787ce322000d0499e878e0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 14:51:33 2013 -0500
Ensure we mark this as the base part.
framework/Mime/lib/Horde/Mime/Mail.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/e0e5005d881de74d7f787ce322000d0499e878e0
-----------------------------------------------------------------------
commit f9bda610f83c046dffba78f9f386d2e1f93b650d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 14:52:09 2013 -0500
Rework sending/forwarding/replying via ActiveSync.
Fixes various issues with MIME email, including unviewable parts
and missing bodies in sent mail.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 162 ++++++++----------
1 files changed, 72 insertions(+), 90 deletions(-)
http://git.horde.org/horde-git/-/commit/f9bda610f83c046dffba78f9f386d2e1f93b650d
-----------------------------------------------------------------------
commit 5bccb8524e96dbb59c3d3a9e17f3a437f0518976
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 14:55:17 2013 -0500
Add some tests for dealing with incoming email from devices.
framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php | 65 +++++
.../test/Horde/ActiveSync/fixtures/iOSMultipartAlternative.eml | 29 ++
2 files changed, 94 insertions(+), 0 deletions(-)
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/iOSMultipartAlternative.eml
http://git.horde.org/horde-git/-/commit/5bccb8524e96dbb59c3d3a9e17f3a437f0518976
-----------------------------------------------------------------------
commit e016cd7174e5ceaecf127d01f0e312d607aee6ca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 15:00:15 2013 -0500
Update package.xml filelist and add BFN/CHANGES
framework/ActiveSync/package.xml | 10 +++++++---
framework/Core/package.xml | 2 ++
framework/Mime/package.xml | 10 +++++++---
3 files changed, 16 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/e016cd7174e5ceaecf127d01f0e312d607aee6ca
-----------------------------------------------------------------------
commit 5171c6aee96d81ffd67e0d290902e3155940f7b6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 13:41:32 2013 -0700
[mms] Fix multiple AJAX submits to same hidden IFRAME on the same page (Bug #11928).
framework/Core/js/hordecore.js | 25 +++++++++++++------------
framework/Core/package.xml | 2 ++
2 files changed, 15 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/5171c6aee96d81ffd67e0d290902e3155940f7b6
-----------------------------------------------------------------------
commit c29e62131c9582c59890a8031f909be7d8e4ccbb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 14:09:43 2013 -0700
Validation test for Bug #11930
framework/Util/test/Horde/Util/StringTest.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c29e62131c9582c59890a8031f909be7d8e4ccbb
-----------------------------------------------------------------------
commit b08cbe2067b7731503214eafc0a049606abdda17
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 16:51:48 2013 -0500
Pass the logger to the sync_cache
framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 3 ++-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 3 ++-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 ++-
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 4 +++-
5 files changed, 10 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b08cbe2067b7731503214eafc0a049606abdda17
-----------------------------------------------------------------------
commit 84d68b48c8667d285749c167d4675179bafcdb81
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 16:56:25 2013 -0500
Released Horde_Mime-2.0.2
framework/Mime/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/84d68b48c8667d285749c167d4675179bafcdb81
-----------------------------------------------------------------------
commit 2bebebf96d86b0e734b44aa36037b4c7ace079ff
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 16:56:25 2013 -0500
Development mode for Horde_Mime-2.0.3
framework/Mime/package.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/2bebebf96d86b0e734b44aa36037b4c7ace079ff
-----------------------------------------------------------------------
commit 64583c602750b7e21d084d728a4a54a3ca22ef4c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 16:58:18 2013 -0500
Released Horde_Core-2.1.4
framework/Core/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/64583c602750b7e21d084d728a4a54a3ca22ef4c
-----------------------------------------------------------------------
commit cb9752c14f1cb790a9da768e1ffb481e001a9578
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 16:58:18 2013 -0500
Development mode for Horde_Core-2.1.5
framework/Core/package.xml | 21 ++++++++++++++++-----
1 files changed, 16 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/cb9752c14f1cb790a9da768e1ffb481e001a9578
-----------------------------------------------------------------------
commit b55b40be30b68528b8a6866c5c8ac8e12f99e5ed
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 15:04:28 2013 -0700
[mms] Fix multipart APPENDs when IMAP server does not support CATENATE.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 5 ++++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php | 2 +-
framework/Imap_Client/package.xml | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b55b40be30b68528b8a6866c5c8ac8e12f99e5ed
-----------------------------------------------------------------------
commit 7914d5a128872905e96a170e1af8b725ebba03a1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 15:12:04 2013 -0700
Released Horde_Imap_Client-2.4.2
framework/Imap_Client/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/7914d5a128872905e96a170e1af8b725ebba03a1
-----------------------------------------------------------------------
commit 4b6679264357353384b613c1d25f8622821cab3d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 15:12:04 2013 -0700
Development mode for Horde_Imap_Client-2.4.3
framework/Imap_Client/package.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/4b6679264357353384b613c1d25f8622821cab3d
-----------------------------------------------------------------------
commit 9db7839e571f08c855d6f8e0fee002b01191f074
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 17:02:43 2013 -0500
Released Horde_ActiveSync-2.1.0
framework/ActiveSync/package.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/9db7839e571f08c855d6f8e0fee002b01191f074
-----------------------------------------------------------------------
commit deb4a4ec175b5d825d0e5065dce97f259fcc3ccf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 17:02:44 2013 -0500
Development mode for Horde_ActiveSync-2.1.1
framework/ActiveSync/package.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/deb4a4ec175b5d825d0e5065dce97f259fcc3ccf
-----------------------------------------------------------------------
commit 0ba1086c834344b719f6b203af41898f0b22590d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 17:05:54 2013 -0500
Add logger property.
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0ba1086c834344b719f6b203af41898f0b22590d
-----------------------------------------------------------------------
commit 5df85ae1acc236b82d2c167785fcda06abba0eb9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 17:22:13 2013 -0500
Released Horde_ActiveSync-2.1.1
framework/ActiveSync/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5df85ae1acc236b82d2c167785fcda06abba0eb9
-----------------------------------------------------------------------
commit 44c21507b8a55f5df3bc4f691c5004915d65431c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Jan 4 17:22:14 2013 -0500
Development mode for Horde_ActiveSync-2.1.2
framework/ActiveSync/package.xml | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/44c21507b8a55f5df3bc4f691c5004915d65431c
-----------------------------------------------------------------------
commit 97d7e84e2521c51cf67bcc7d52c25926cf213c52
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 23:28:21 2013 -0700
Not used
imp/lib/Dynamic/Mailbox.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/97d7e84e2521c51cf67bcc7d52c25926cf213c52
-----------------------------------------------------------------------
commit 87543f031ceae1ca7fa4cfd2ecfc5cda7a0dc2b5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 4 23:49:07 2013 -0700
[mms] Re-add apply mail filters action in dynamic view.
imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 32 +++++++++++++-------------------
imp/lib/Dynamic/Mailbox.php | 8 +++++++-
imp/package.xml | 2 ++
imp/themes/default/dynamic/screen.css | 4 ++++
5 files changed, 27 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/87543f031ceae1ca7fa4cfd2ecfc5cda7a0dc2b5
-----------------------------------------------------------------------
commit b195670113f8e9c74bb03db949e738832e503986
Merge: 290a10e 87543f0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Jan 6 14:16:53 2013 -0700
Merge branch 'master' into imp_6_1
Conflicts:
imp/js/dimpbase.js
imp/lib/Dynamic/Mailbox.php
imp/package.xml
imp/themes/default/dynamic/screen.css
ansel/locale/sk/LC_MESSAGES/ansel.mo | Bin 103720 -> 104838 bytes
bundles/groupware/docs/INSTALL | 10 +-
bundles/webmail/docs/INSTALL | 10 +-
chora/locale/sk/LC_MESSAGES/chora.mo | Bin 70290 -> 71458 bytes
framework/ActiveSync/doc/Horde/ActiveSync/TODO | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 6 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 19 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 114 +-
framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Policies.php | 7 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 3 +-
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 4 +-
.../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 30 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 6 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 19 +-
framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 111 +-
framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 2 +
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 36 +-
framework/ActiveSync/lib/Horde/ActiveSync/Sync.php | 55 +-
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 16 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 6 +-
.../Horde/ActiveSync/15_horde_activesync_integerimapuidfield.php | 3 +-
framework/ActiveSync/package.xml | 115 +-
framework/ActiveSync/test/Horde/ActiveSync/CacheTest.php | 56 +-
framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php | Bin 4449 -> 0 bytes
framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php | 346 --
framework/ActiveSync/test/Horde/ActiveSync/Rfc822Test.php | 65 +
framework/ActiveSync/test/Horde/ActiveSync/StateTest/Base.php | 22 +
framework/ActiveSync/test/Horde/ActiveSync/StateTest/Sql/Base.php | 90 +
.../test/Horde/ActiveSync/StateTest/Sql/Pdo/MysqlTest.php | 25 +
framework/ActiveSync/test/Horde/ActiveSync/conf.php.dist | 24 +
.../test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt | Bin 13 -> 0 bytes
.../test/Horde/ActiveSync/fixtures/default_policies.wbxml | Bin 66 -> 30 bytes
.../test/Horde/ActiveSync/fixtures/default_policies.xml | Bin 745 -> 129 bytes
.../test/Horde/ActiveSync/fixtures/iOSMultipartAlternative.eml | 29 +
.../test/Horde/ActiveSync/{137c3bb0-838d-499a-9f0e-fb6c0761da51}1 | 1 -
framework/Auth/lib/Horde/Auth/Msad.php | 2 +-
framework/Cli/locale/sk/LC_MESSAGES/Horde_Cli.mo | Bin 653 -> 750 bytes
framework/Cli/locale/sk/LC_MESSAGES/Horde_Cli.po | 24 +-
framework/Controller/lib/Horde/Controller/FilterRunner.php | 2 +-
framework/Core/js/hordecore.js | 25 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 289 +-
framework/Core/lib/Horde/Core/Script/Package/Datejs.php | 7 +-
framework/Core/lib/Horde/Registry.php | 1 +
framework/Core/lib/Horde/Session/Null.php | 38 +-
framework/Core/package.xml | 37 +-
framework/Crypt/locale/sk/LC_MESSAGES/Horde_Crypt.mo | Bin 8534 -> 7402 bytes
framework/Crypt/locale/sk/LC_MESSAGES/Horde_Crypt.po | 256 +-
framework/Data/locale/sk/LC_MESSAGES/Horde_Data.mo | Bin 596 -> 1306 bytes
framework/Data/locale/sk/LC_MESSAGES/Horde_Data.po | 39 +-
framework/Form/locale/sk/LC_MESSAGES/Horde_Form.mo | Bin 10771 -> 10943 bytes
framework/Form/locale/sk/LC_MESSAGES/Horde_Form.po | 307 +-
framework/Http/lib/Horde/Http/Request/Fopen.php | 3 +-
framework/Http/lib/Horde/Http/Response/Peclhttp.php | 9 +-
framework/Image/locale/sk/LC_MESSAGES/Horde_Image.mo | Bin 15525 -> 15536 bytes
framework/Image/locale/sk/LC_MESSAGES/Horde_Image.po | 30 +-
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 5 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php | 2 +-
framework/Imap_Client/package.xml | 23 +-
framework/Imsp/locale/sk/LC_MESSAGES/Horde_Imsp.mo | Bin 641 -> 556 bytes
framework/Imsp/locale/sk/LC_MESSAGES/Horde_Imsp.po | 19 +-
framework/Itip/lib/Horde/Itip/Resource/Identity.php | 4 +-
.../Kolab_Resource/locale/sk/LC_MESSAGES/Horde_Kolab_Resource.mo | Bin 459 -> 1004 bytes
.../Kolab_Resource/locale/sk/LC_MESSAGES/Horde_Kolab_Resource.po | 32 +-
framework/Ldap/lib/Horde/Ldap/Entry.php | 2 +-
framework/Ldap/lib/Horde/Ldap/Filter.php | 8 +-
framework/Ldap/lib/Horde/Ldap/Ldif.php | 2 +-
framework/Ldap/lib/Horde/Ldap/Schema.php | 4 +-
framework/Ldap/lib/Horde/Ldap/Search.php | 2 +-
framework/Ldap/test/Horde/Ldap/LdifTest.php | 8 +-
framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 3 +-
framework/Mail/package.xml | 21 +-
framework/Mime/lib/Horde/Mime/Mail.php | 2 +
framework/Mime/lib/Horde/Mime/Part.php | 4 +-
framework/Mime/package.xml | 28 +-
framework/Mime/test/Horde/Mime/PartTest.php | 17 +
framework/Mime/test/Horde/Mime/fixtures/samplemultipart_msg.txt | 29 +
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Plaintext.php | 4 +-
framework/Pear/lib/Horde/Pear/Package/Xml/Contents.php | 2 +-
framework/Pear/lib/Horde/Pear/Package/Xml/Directory.php | 4 +-
framework/Perms/locale/sk/LC_MESSAGES/Horde_Perms.mo | Bin 613 -> 882 bytes
framework/Perms/locale/sk/LC_MESSAGES/Horde_Perms.po | 16 +-
framework/Prefs/locale/sk/LC_MESSAGES/Horde_Prefs.mo | Bin 930 -> 1071 bytes
framework/Prefs/locale/sk/LC_MESSAGES/Horde_Prefs.po | 21 +-
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 23 +-
framework/Rpc/locale/sk/LC_MESSAGES/Horde_Rpc.mo | Bin 1242 -> 1534 bytes
framework/Rpc/locale/sk/LC_MESSAGES/Horde_Rpc.po | 30 +-
framework/Rpc/package.xml | 23 +-
.../locale/sk/LC_MESSAGES/Horde_Service_Facebook.mo | Bin 670 -> 683 bytes
.../locale/sk/LC_MESSAGES/Horde_Service_Facebook.po | 14 +-
.../Service_Scribd/locale/sk/LC_MESSAGES/Horde_Service_Scribd.mo | Bin 459 -> 545 bytes
.../Service_Scribd/locale/sk/LC_MESSAGES/Horde_Service_Scribd.po | 12 +-
framework/Share/lib/Horde/Share/Object.php | 2 +-
framework/Text_Diff/lib/Horde/Text/Diff/Engine/Shell.php | 22 +-
framework/Token/locale/sk/LC_MESSAGES/Horde_Token.mo | Bin 967 -> 1314 bytes
framework/Token/locale/sk/LC_MESSAGES/Horde_Token.po | 24 +-
framework/Util/test/Horde/Util/StringTest.php | 3 +-
framework/View/lib/Horde/View/Helper/Form.php | 2 +-
gollem/docs/CHANGES | 1 +
gollem/docs/CREDITS | 1 +
gollem/lib/Application.php | 4 +-
gollem/locale/sk/LC_MESSAGES/gollem.mo | Bin 71900 -> 72844 bytes
gollem/locale/sk/LC_MESSAGES/gollem.po | 266 +-
gollem/manager.php | 2 +-
gollem/package.xml | 2 +
hermes/js/hermes.js | 69 +-
hermes/templates/dynamic/search.inc | 16 +-
horde/.htaccess | 3 +
horde/docs/CODING_STANDARDS | 4 +
horde/docs/INSTALL | 10 +-
horde/locale/sk/LC_MESSAGES/horde.mo | Bin 63338 -> 64474 bytes
horde/locale/sk/LC_MESSAGES/horde.po | 211 +-
horde/rpc.php | 6 +-
horde/templates/topbar/_menubar.html.php | 2 +-
imp/docs/CHANGES | 2 +
imp/js/dimpbase.js | 32 +-
imp/lib/Compose.php | 17 +-
imp/lib/Compose/References.php | 61 +
imp/lib/Dynamic/Mailbox.php | 9 +-
imp/lib/Mime/Viewer/Smime.php | 2 +-
imp/locale/sk/LC_MESSAGES/imp.mo | Bin 177054 -> 178326 bytes
imp/locale/sk/LC_MESSAGES/imp.po | 710 +++--
imp/package.xml | 10 +-
imp/test/Imp/Unit/ReferencesTest.php | 80 +
imp/themes/default/dynamic/screen.css | 4 +
ingo/locale/sk/LC_MESSAGES/ingo.mo | Bin 82465 -> 83621 bytes
ingo/locale/sk/LC_MESSAGES/ingo.po | 10 +-
kronolith/lib/Application.php | 8 +-
kronolith/locale/sk/LC_MESSAGES/kronolith.mo | Bin 123411 -> 124536 bytes
mnemo/docs/CREDITS | 1 +
mnemo/locale/sk/LC_MESSAGES/mnemo.mo | Bin 73928 -> 72837 bytes
mnemo/locale/sk/LC_MESSAGES/mnemo.po | 515 ++--
nag/locale/sk/LC_MESSAGES/nag.mo | Bin 87322 -> 88448 bytes
passwd/docs/CREDITS | 1 +
passwd/locale/sk/LC_MESSAGES/passwd.mo | Bin 72255 -> 70251 bytes
passwd/locale/sk/LC_MESSAGES/passwd.po | 256 +-
sesha/lib/Application.php | 2 +-
sesha/list.php | 4 +-
trean/bin/trean-backfill-remove-utm-params | 28 +
trean/docs/CHANGES | 3 +
trean/lib/Api.php | 72 +
trean/lib/Queue/Task/Crawl.php | 43 +-
trean/lib/Url.php | 22 +
trean/package.xml | 4 +
trean/search.php | 6 +-
trean/templates/add.html.php | 2 +-
turba/docs/CHANGES | 1 +
turba/lib/Driver.php | 10 +-
turba/locale/sk/LC_MESSAGES/turba.mo | Bin 94557 -> 95619 bytes
turba/locale/sk/LC_MESSAGES/turba.po | 68 +-
turba/package.xml | 2 +
whups/docs/CHANGES | 1 +
whups/package.xml | 1 +
whups/search.php | 2 +-
wicked/docs/CREDITS | 1 +
wicked/locale/sk/LC_MESSAGES/wicked.mo | Bin 78042 -> 78902 bytes
wicked/locale/sk/LC_MESSAGES/wicked.po | 237 +-
161 files changed, 3067 insertions(+), 2493 deletions(-)
http://git.horde.org/horde-git/-/commit/b195670113f8e9c74bb03db949e738832e503986
More information about the commits
mailing list