[commits] Horde branch master updated. 741c82203aa3eac200faa1e5c068c3edd4b69232
Jan Schneider
jan at horde.org
Thu May 6 15:51:17 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 87379e53707f1ebaa3247db1b4811fe07050c6ea
8457fc7 Remove require.
9a3f0de Update for new tests.
289212d Add typehints.
7e0d11f Don't require a logger in Horde_Db_Migrator.
9c0af7a CS
231e494 Add objects storage for notifications, that simply keeps the notifications in the current storage instance. Helpful for testing and any cases where we are sure that the notifications will be returned in the same request, so that we can close the session to allow more concurrent requests (keyword ajax).
741c822 Add object storage driver.
-----------------------------------------------------------------------
commit 8457fc7f1da0a5ce7ebd4cd3fc69a0d46b328ca5
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 11:27:23 2010 +0200
Remove require.
framework/History/lib/Horde/History.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=bb45b4845e3ccdbb782d600e58761c5990c85a55&r2=8457fc7f1da0a5ce7ebd4cd3fc69a0d46b328ca5
-----------------------------------------------------------------------
commit 9a3f0deb15be9ab0f246bd91af72b8af6033572b
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 11:35:40 2010 +0200
Update for new tests.
framework/Alarm/package.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Alarm/package.xml?rt=horde-git&r1=6cabfab972f38336f204179e5b41d0ecf3b0525d&r2=9a3f0deb15be9ab0f246bd91af72b8af6033572b
-----------------------------------------------------------------------
commit 289212da97a7029adabb84bcb664256bc5b9508d
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 11:42:29 2010 +0200
Add typehints.
framework/Alarm/lib/Horde/Alarm.php | 36 +++++++++++++-----------------
framework/Alarm/lib/Horde/Alarm/Sql.php | 16 +++++++-------
2 files changed, 24 insertions(+), 28 deletions(-)
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm.php?rt=horde-git&r1=b51e9db552d9b6dad75ae5aa642f3959a49b9b19&r2=289212da97a7029adabb84bcb664256bc5b9508d
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Sql.php?rt=horde-git&r1=3522c83d1a69ae7cc5ba5a6d0db01f87e6e3b37b&r2=289212da97a7029adabb84bcb664256bc5b9508d
-----------------------------------------------------------------------
commit 7e0d11f0689e7c0ffea261acb261580a7f9cf3c6
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 11:48:59 2010 +0200
Don't require a logger in Horde_Db_Migrator.
framework/Alarm/test/Horde/Alarm/SqlTest.php | 3 +-
framework/Db/lib/Horde/Db/Migration/Migrator.php | 25 ++++++++++++---------
2 files changed, 15 insertions(+), 13 deletions(-)
http://git.horde.org/diff.php/framework/Alarm/test/Horde/Alarm/SqlTest.php?rt=horde-git&r1=577dffbdae82bb111245db2407d85440a2408a3c&r2=7e0d11f0689e7c0ffea261acb261580a7f9cf3c6
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Migrator.php?rt=horde-git&r1=236b104d6c6c14b5e32151b1e024961ab1669e66&r2=7e0d11f0689e7c0ffea261acb261580a7f9cf3c6
-----------------------------------------------------------------------
commit 9c0af7ab196e856e542688677e273c0a2a29b34c
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 11:57:07 2010 +0200
CS
framework/Db/lib/Horde/Db/Migration/Migrator.php | 118 +++++++++------------
1 files changed, 51 insertions(+), 67 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Migrator.php?rt=horde-git&r1=7e0d11f0689e7c0ffea261acb261580a7f9cf3c6&r2=9c0af7ab196e856e542688677e273c0a2a29b34c
-----------------------------------------------------------------------
commit 231e494b97fefdf39ceddae93332ac990e547a43
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 12:21:18 2010 +0200
Add objects storage for notifications, that simply keeps the notifications in
the current storage instance.
Helpful for testing and any cases where we are sure that the notifications
will be returned in the same request, so that we can close the session to
allow more concurrent requests (keyword ajax).
framework/Notification/lib/Horde/Notification/Storage/Object.php | 93 +++++
framework/Notification/lib/Horde/Notification/Storage/Session.php | 4 +-
framework/Notification/package.xml | 2 +
3 files changed, 97 insertions(+), 2 deletions(-)
create mode 100644 framework/Notification/lib/Horde/Notification/Storage/Object.php
http://git.horde.org/co.php/framework/Notification/lib/Horde/Notification/Storage/Object.php?rt=horde-git&r=231e494b97fefdf39ceddae93332ac990e547a43
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Storage/Session.php?rt=horde-git&r1=499b725b8970672ba487fc951a42929c82168727&r2=231e494b97fefdf39ceddae93332ac990e547a43
http://git.horde.org/diff.php/framework/Notification/package.xml?rt=horde-git&r1=dee7473396b946feab4ead70784673b8b9c5991c&r2=231e494b97fefdf39ceddae93332ac990e547a43
-----------------------------------------------------------------------
commit 741c82203aa3eac200faa1e5c068c3edd4b69232
Author: Jan Schneider <jan at horde.org>
Date: Thu May 6 17:50:50 2010 +0200
Add object storage driver.
framework/Alarm/lib/Horde/Alarm/Object.php | 278 +++++++++++++++++++++++
framework/Alarm/package.xml | 2 +
framework/Alarm/test/Horde/Alarm/ObjectTest.php | 154 +++++++++++++
3 files changed, 434 insertions(+), 0 deletions(-)
create mode 100644 framework/Alarm/lib/Horde/Alarm/Object.php
create mode 100644 framework/Alarm/test/Horde/Alarm/ObjectTest.php
http://git.horde.org/co.php/framework/Alarm/lib/Horde/Alarm/Object.php?rt=horde-git&r=741c82203aa3eac200faa1e5c068c3edd4b69232
http://git.horde.org/diff.php/framework/Alarm/package.xml?rt=horde-git&r1=9a3f0deb15be9ab0f246bd91af72b8af6033572b&r2=741c82203aa3eac200faa1e5c068c3edd4b69232
http://git.horde.org/co.php/framework/Alarm/test/Horde/Alarm/ObjectTest.php?rt=horde-git&r=741c82203aa3eac200faa1e5c068c3edd4b69232
More information about the commits
mailing list