[commits] Horde branch develop updated. 16eb6993a66f776bbdd01255991e9c6acf05b33f
Michael J. Rubinsky
mrubinsk at horde.org
Sat Dec 10 21:07:38 UTC 2011
The branch "develop" has been updated.
The following is a summary of the commits.
from: d7ea22481dc696db21391a37cbe53f5554540835
e1d920d phpdoc
0399319 Spacing
bb33f3c Allow explicitly setting the codepage in the wbxml decoder
f988886 Stub the logger in the Encoder also
4c00202 Add UnitTest for encoding/decoding ActiveSync appointment messages
c9ff43f update filelist
35baca0 Bug: 10850 - existence check. Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
9d2eefa Not going to spend time maintaining this test.
6acdf1b Tweak description text for custom activesync logging.
7bdf164 Use longer cachetime for non-changing values Request: 10851 . Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
b3f098a Changes
16eb699 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit e1d920d43209c704c208a8dcdf295298ff88a2fd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 11:13:54 2011 -0500
phpdoc
framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 55 +++++++++---
1 files changed, 43 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/e1d920d43209c704c208a8dcdf295298ff88a2fd
-----------------------------------------------------------------------
commit 0399319503f0b3e4aaf0371f69a7fb1e58cc4afd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:23:18 2011 -0500
Spacing
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0399319503f0b3e4aaf0371f69a7fb1e58cc4afd
-----------------------------------------------------------------------
commit bb33f3ce4f71014ecb27ac78d50ef0f8b85dc8af
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:24:16 2011 -0500
Allow explicitly setting the codepage in the wbxml decoder
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/bb33f3ce4f71014ecb27ac78d50ef0f8b85dc8af
-----------------------------------------------------------------------
commit f988886bb951ed73664703158d9fed02bc413d4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:24:55 2011 -0500
Stub the logger in the Encoder also
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/f988886bb951ed73664703158d9fed02bc413d4b
-----------------------------------------------------------------------
commit 4c002026076bb6350bd159d26183fe1e50fd6b99
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:28:58 2011 -0500
Add UnitTest for encoding/decoding ActiveSync appointment messages
framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php | 83 +++++
.../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml | Bin 0 -> 369 bytes
2 files changed, 83 insertions(+), 0 deletions(-)
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml
http://git.horde.org/horde-git/-/commit/4c002026076bb6350bd159d26183fe1e50fd6b99
-----------------------------------------------------------------------
commit c9ff43f0159dca436be8023f71e13ca13d649c47
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:29:36 2011 -0500
update filelist
framework/ActiveSync/package.xml | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/c9ff43f0159dca436be8023f71e13ca13d649c47
-----------------------------------------------------------------------
commit 35baca0f41c3e6f22b591fa6cbe23328be0682a9
Author: arjen+horde (at) de-korte (dot) org <arjen+horde at de-korte.org>
Date: Sat Dec 10 15:33:29 2011 -0500
Bug: 10850 - existence check.
Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
timeobjects/lib/Driver/Weather.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/35baca0f41c3e6f22b591fa6cbe23328be0682a9
-----------------------------------------------------------------------
commit 9d2eefaba462a1e9eba122a052723024522033c4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:37:43 2011 -0500
Not going to spend time maintaining this test.
File driver is deprecated, not maintained, and will be removed in future release.
framework/ActiveSync/test/Horde/ActiveSync/FileStateTest.php | 99 ----------
1 files changed, 0 insertions(+), 99 deletions(-)
delete mode 100644 framework/ActiveSync/test/Horde/ActiveSync/FileStateTest.php
http://git.horde.org/horde-git/-/commit/9d2eefaba462a1e9eba122a052723024522033c4
-----------------------------------------------------------------------
commit 6acdf1b5d6b365a4854170e73f16a182b5031538
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 15:53:00 2011 -0500
Tweak description text for custom activesync logging.
horde/config/conf.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6acdf1b5d6b365a4854170e73f16a182b5031538
-----------------------------------------------------------------------
commit 7bdf164d596c1bcd3c8c8bed94943bf5b804355c
Author: arjen+horde (at) de-korte (dot) org <arjen+horde at de-korte.org>
Date: Sat Dec 10 16:04:35 2011 -0500
Use longer cachetime for non-changing values Request: 10851 .
Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
.../lib/Horde/Service/Weather/WeatherUnderground.php | 6 ++--
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/7bdf164d596c1bcd3c8c8bed94943bf5b804355c
-----------------------------------------------------------------------
commit b3f098af0944284d433b6dd3616824df591e4281
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 16:05:32 2011 -0500
Changes
framework/Service_Weather/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b3f098af0944284d433b6dd3616824df591e4281
-----------------------------------------------------------------------
commit 16eb6993a66f776bbdd01255991e9c6acf05b33f
Merge: d7ea224 b3f098a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Dec 10 16:07:27 2011 -0500
Merge branch 'master' into develop
framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 55 ++-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 2 +
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 7 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 1 +
framework/ActiveSync/package.xml | 12 +-
framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php | 83 ++++
framework/ActiveSync/test/Horde/ActiveSync/FileStateTest.php | 99 -----
.../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml | Bin 0 -> 369 bytes
.../lib/Horde/Service/Weather/WeatherUnderground.php | 6 +-
framework/Service_Weather/package.xml | 4 +-
horde/config/conf.xml | 5 +-
timeobjects/lib/Driver/Weather.php | 2 +-
12 files changed, 153 insertions(+), 123 deletions(-)
http://git.horde.org/horde-git/-/commit/16eb6993a66f776bbdd01255991e9c6acf05b33f
More information about the commits
mailing list