[commits] Horde branch develop updated. 30f8a0a020e2e2f4b03baa0dcdad4513ecbf077e
Jan Schneider
jan at horde.org
Mon Apr 2 18:01:21 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: aa258265c4d953b714924db8d602a8579b3f7bd4
3abd360 Fix variable.
dfb8e9c protected; style
3945f37 Cleanup
441159e Use late static binding.
fcaf542 Add migration script for recurrence fields.
32bf097 Pass task hashes instead of endless parameters.
add5729 Pass storage driver into Nag_Task.
a60dc05 Fix viral typos.
db4a041 No need to pass the default value.
e81b99a Include mismatch details in exception message.
6bb5bcc Add recurring tasks - backend part (Request #2150).
243880e [jan] Rename fromHash()/toHash() to fromKolab()/toKolab().
a59ae5b Remove PEAR left-overs.
fa42971 Fix completing recurrences after the 2nd.
4f76d58 Test hasCompletion().
5634217 Add recurring tasks - frontend part, ajax only (Request #2150).
bd70a32 Fix variable.
9820687 protected; style
c37daf2 Cleanup
0f0fba1 Use late static binding.
30f8a0a Merge branch 'nag-recurrence' into develop
-----------------------------------------------------------------------
commit 3abd3607acc055262cab392e1f291c9a0fbfb279
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:28:01 2012 +0200
Fix variable.
nag/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3abd3607acc055262cab392e1f291c9a0fbfb279
-----------------------------------------------------------------------
commit dfb8e9c6686b2a45215590a128f32e812be293ed
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:29:36 2012 +0200
protected; style
nag/lib/Driver/Kolab.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/dfb8e9c6686b2a45215590a128f32e812be293ed
-----------------------------------------------------------------------
commit 3945f3760d9aab64dedc38597a6817d814d5b7e2
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:36:22 2012 +0200
Cleanup
nag/migration/3_nag_upgrade_addalarmmethods.php | 1 +
nag/migration/4_nag_upgrade_addcolor.php | 1 +
nag/migration/7_nag_upgrade_sqlhierarchical.php | 11 +----------
nag/migration/8_nag_upgrade_sqlnghierarchical.php | 11 +----------
4 files changed, 4 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/3945f3760d9aab64dedc38597a6817d814d5b7e2
-----------------------------------------------------------------------
commit 441159e4408f310767bab88edc9ea8a4d703aa7f
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:48:15 2012 +0200
Use late static binding.
Abstract static methods really sholdn't raise E_STRICT messages anymore.
nag/test/Nag/Unit/Form/Task/Sql/Base.php | 10 ++++------
nag/test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php | 6 ------
2 files changed, 4 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/441159e4408f310767bab88edc9ea8a4d703aa7f
-----------------------------------------------------------------------
commit fcaf5425b544a5a916ac60ba092e7fdda62a1a22
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:36:54 2012 +0200
Add migration script for recurrence fields.
nag/migration/9_nag_upgrade_recurrence.php | 40 ++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
create mode 100644 nag/migration/9_nag_upgrade_recurrence.php
http://git.horde.org/horde-git/-/commit/fcaf5425b544a5a916ac60ba092e7fdda62a1a22
-----------------------------------------------------------------------
commit 32bf097e4ea44c8856a974c4e40b63840bde73bb
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 19:35:25 2012 +0200
Pass task hashes instead of endless parameters.
nag/app/controllers/SaveTask.php | 24 +---
nag/data.php | 10 +--
nag/lib/Api.php | 203 ++++----------------------------
nag/lib/Driver.php | 182 ++++++++++++++++-------------
nag/lib/Driver/Kolab.php | 232 ++++++++++++++++---------------------
nag/lib/Driver/Sql.php | 147 ++++++++++++------------
nag/lib/Nag.php | 4 +-
nag/lib/Task.php | 18 +---
nag/test/Nag/TestCase.php | 1 +
nag/test/Nag/Unit/Driver/Base.php | 50 +++++----
10 files changed, 337 insertions(+), 534 deletions(-)
http://git.horde.org/horde-git/-/commit/32bf097e4ea44c8856a974c4e40b63840bde73bb
-----------------------------------------------------------------------
commit add57294796bdd46e6304b70f00f6f2b512ee2fd
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 21:34:50 2012 +0200
Pass storage driver into Nag_Task.
Don't retrieve driver via global singleton.
nag/lib/Driver/Kolab.php | 19 +++++++++----------
nag/lib/Driver/Sql.php | 10 +++++-----
nag/lib/Task.php | 23 +++++++++++++++++------
3 files changed, 31 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/add57294796bdd46e6304b70f00f6f2b512ee2fd
-----------------------------------------------------------------------
commit a60dc0596658185a2ef90326bf898ff38f77b5c3
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 10:18:18 2012 +0200
Fix viral typos.
framework/Date/lib/Horde/Date/Recurrence.php | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/a60dc0596658185a2ef90326bf898ff38f77b5c3
-----------------------------------------------------------------------
commit db4a0413b801db8f9f0d26e2e11d15e2d9d8717e
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 10:46:11 2012 +0200
No need to pass the default value.
nag/lib/Api.php | 27 +++++++++++++--------------
1 files changed, 13 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/db4a0413b801db8f9f0d26e2e11d15e2d9d8717e
-----------------------------------------------------------------------
commit e81b99ab605a5b8de642592e5e9c683c538c57aa
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 11:35:31 2012 +0200
Include mismatch details in exception message.
framework/Db/lib/Horde/Db/Adapter/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e81b99ab605a5b8de642592e5e9c683c538c57aa
-----------------------------------------------------------------------
commit 6bb5bcc17e44b2defa22896aa4c55489bb19e09a
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 14:05:00 2012 +0200
Add recurring tasks - backend part (Request #2150).
nag/app/controllers/CompleteTask.php | 8 +--
nag/lib/Api.php | 10 +--
nag/lib/Driver.php | 7 ++-
nag/lib/Driver/Kolab.php | 17 +++++
nag/lib/Driver/Sql.php | 109 ++++++++++++++++++++++++++--
nag/lib/Task.php | 93 +++++++++++++++++++++++-
nag/migration/9_nag_upgrade_recurrence.php | 4 +
nag/test/Nag/Unit/Driver/Base.php | 23 ++++++
8 files changed, 243 insertions(+), 28 deletions(-)
http://git.horde.org/horde-git/-/commit/6bb5bcc17e44b2defa22896aa4c55489bb19e09a
-----------------------------------------------------------------------
commit 243880edc9f119bd54d99d230f4e8d6543c84741
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 14:53:00 2012 +0200
[jan] Rename fromHash()/toHash() to fromKolab()/toKolab().
framework/Date/doc/Horde/Date/UPGRADING | 20 ++++++++++++++++++++
framework/Date/lib/Horde/Date/Recurrence.php | 20 ++++++++++----------
framework/Date/package.xml | 25 ++++++++++++++++++++-----
nag/lib/Driver/Kolab.php | 6 ++----
nag/lib/Driver/Sql.php | 7 +------
nag/lib/Task.php | 12 +-----------
nag/package.xml | 6 +++---
7 files changed, 57 insertions(+), 39 deletions(-)
create mode 100644 framework/Date/doc/Horde/Date/UPGRADING
http://git.horde.org/horde-git/-/commit/243880edc9f119bd54d99d230f4e8d6543c84741
-----------------------------------------------------------------------
commit a59ae5bf284b66b1ef157641328031b2b0fa967b
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 16:02:37 2012 +0200
Remove PEAR left-overs.
nag/lib/Api.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/a59ae5bf284b66b1ef157641328031b2b0fa967b
-----------------------------------------------------------------------
commit fa429715a6796180e83f431a69fe73178e529685
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 18:41:59 2012 +0200
Fix completing recurrences after the 2nd.
nag/lib/Task.php | 28 +++++++++++++++-------------
nag/test/Nag/Unit/Driver/Base.php | 7 +++++++
2 files changed, 22 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/fa429715a6796180e83f431a69fe73178e529685
-----------------------------------------------------------------------
commit 4f76d58b701dc0bff857b7cffea7cee38ad8ce60
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 19:38:03 2012 +0200
Test hasCompletion().
nag/test/Nag/Unit/Driver/Base.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4f76d58b701dc0bff857b7cffea7cee38ad8ce60
-----------------------------------------------------------------------
commit 563421795d6e9a6a7d5fa552643b90e04fc87d3d
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 19:59:02 2012 +0200
Add recurring tasks - frontend part, ajax only (Request #2150).
kronolith/docs/CHANGES | 2 +-
kronolith/js/kronolith.js | 184 ++++++++++++++++++---------
kronolith/lib/Ajax/Application.php | 37 +++---
kronolith/lib/Event.php | 252 +++++++++++++++++++-----------------
kronolith/lib/Event/Horde.php | 11 ++-
kronolith/lib/Kronolith.php | 4 +
kronolith/templates/index/task.inc | 58 ++++++++
nag/docs/CHANGES | 1 +
nag/lib/Api.php | 24 ++++
nag/lib/Driver.php | 23 ++++
nag/lib/Task.php | 22 +++-
nag/package.xml | 1 +
12 files changed, 413 insertions(+), 206 deletions(-)
http://git.horde.org/horde-git/-/commit/563421795d6e9a6a7d5fa552643b90e04fc87d3d
-----------------------------------------------------------------------
commit bd70a32397d51b8f8cbb91d4c7cb05cde8f8289f
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:28:01 2012 +0200
Fix variable.
nag/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bd70a32397d51b8f8cbb91d4c7cb05cde8f8289f
-----------------------------------------------------------------------
commit 98206872f66ba3836fbe19c36295cc1339798ffe
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:29:36 2012 +0200
protected; style
nag/lib/Driver/Kolab.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/98206872f66ba3836fbe19c36295cc1339798ffe
-----------------------------------------------------------------------
commit c37daf2330816b300e7cd5465d4e91da9c00d786
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:36:22 2012 +0200
Cleanup
nag/migration/3_nag_upgrade_addalarmmethods.php | 1 +
nag/migration/4_nag_upgrade_addcolor.php | 1 +
nag/migration/7_nag_upgrade_sqlhierarchical.php | 11 +----------
nag/migration/8_nag_upgrade_sqlnghierarchical.php | 11 +----------
4 files changed, 4 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/c37daf2330816b300e7cd5465d4e91da9c00d786
-----------------------------------------------------------------------
commit 0f0fba1e7f0247bd4552cfea4d9c9be9fb91ea21
Author: Jan Schneider <jan at horde.org>
Date: Sun Apr 1 18:48:15 2012 +0200
Use late static binding.
Abstract static methods really sholdn't raise E_STRICT messages anymore.
nag/test/Nag/Unit/Form/Task/Sql/Base.php | 10 ++++------
nag/test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php | 6 ------
2 files changed, 4 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/0f0fba1e7f0247bd4552cfea4d9c9be9fb91ea21
-----------------------------------------------------------------------
commit 30f8a0a020e2e2f4b03baa0dcdad4513ecbf077e
Merge: 0f0fba1 5634217
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 2 20:00:51 2012 +0200
Merge branch 'nag-recurrence' into develop
Conflicts:
nag/lib/Driver/Kolab.php
framework/Date/doc/Horde/Date/UPGRADING | 20 ++
framework/Date/lib/Horde/Date/Recurrence.php | 38 ++--
framework/Date/package.xml | 25 ++-
framework/Db/lib/Horde/Db/Adapter/Base.php | 2 +-
kronolith/docs/CHANGES | 2 +-
kronolith/js/kronolith.js | 184 ++++++++++++------
kronolith/lib/Ajax/Application.php | 37 ++--
kronolith/lib/Event.php | 252 +++++++++++++------------
kronolith/lib/Event/Horde.php | 11 +-
kronolith/lib/Kronolith.php | 4 +
kronolith/templates/index/task.inc | 58 ++++++
nag/app/controllers/CompleteTask.php | 8 +-
nag/app/controllers/SaveTask.php | 24 +--
nag/data.php | 10 +-
nag/docs/CHANGES | 1 +
nag/lib/Api.php | 270 +++++++-------------------
nag/lib/Driver.php | 210 +++++++++++++--------
nag/lib/Driver/Kolab.php | 266 ++++++++++++--------------
nag/lib/Driver/Sql.php | 259 ++++++++++++++++--------
nag/lib/Nag.php | 4 +-
nag/lib/Task.php | 146 +++++++++++---
nag/migration/9_nag_upgrade_recurrence.php | 44 ++++
nag/package.xml | 7 +-
nag/test/Nag/TestCase.php | 1 +
nag/test/Nag/Unit/Driver/Base.php | 85 ++++++--
25 files changed, 1137 insertions(+), 831 deletions(-)
http://git.horde.org/horde-git/-/commit/30f8a0a020e2e2f4b03baa0dcdad4513ecbf077e
More information about the commits
mailing list