[commits] Horde branch master updated. 71ea10c79b9809fd377df0629d8999bc0ec8e564

Jan Schneider jan at horde.org
Fri Aug 19 19:50:11 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 77345698b447cb5239f04757ff5efd2e5837a04c

c1be13c Fix variable name (Bug #10438).
a370568 [jan] Fix exporting events with snoozed alarms (Bug #10438).
546aa3d Fix retrieving primary key.
1c2aa78 Use insert().
daf23f1 Alwas reset the sequence after running an INSERT statement.
e16d033 BFN
9e85685 Document requirements for insert().
d702b57 Fix variable name.
04eb193 Fix conversion script.
71ea10c Fix insert() usage.

-----------------------------------------------------------------------

commit c1be13ca654353c6aec09605f2a767cd067e0e3b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 10:38:54 2011 +0200

    Fix variable name (Bug #10438).

 kronolith/lib/Event.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/c1be13ca654353c6aec09605f2a767cd067e0e3b

-----------------------------------------------------------------------

commit a370568b093ebb98712cf087e2a9746894a40b2e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 10:40:03 2011 +0200

    [jan] Fix exporting events with snoozed alarms (Bug #10438).

 kronolith/docs/CHANGES |    1 +
 kronolith/package.xml  |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/a370568b093ebb98712cf087e2a9746894a40b2e

-----------------------------------------------------------------------

commit 546aa3d63b13ad033d86172343ef83e77de6ead5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 18:34:07 2011 +0200

    Fix retrieving primary key.

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/546aa3d63b13ad033d86172343ef83e77de6ead5

-----------------------------------------------------------------------

commit 1c2aa7821e0be72139125922ad39248e054ab417
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 18:36:50 2011 +0200

    Use insert().

 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php |   22 +++++++++---------
 1 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/1c2aa7821e0be72139125922ad39248e054ab417

-----------------------------------------------------------------------

commit daf23f1890dbd748de9842180508457f0ea026c7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 18:41:12 2011 +0200

    Alwas reset the sequence after running an INSERT statement.
    
    This might be a performance loss, but INSERTs are used rarely and it's the only
    way to guarantee that a sequence is up-to-date after manually inserting keys
    into the column that uses this sequence.

 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php |   27 +++++++++++++++-------
 1 files changed, 18 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/daf23f1890dbd748de9842180508457f0ea026c7

-----------------------------------------------------------------------

commit e16d033a8515c13fe262b712f1b4cd4ab0889367
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 18:52:52 2011 +0200

    BFN

 framework/Db/package.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/e16d033a8515c13fe262b712f1b4cd4ab0889367

-----------------------------------------------------------------------

commit 9e85685e962d3d393e4899c7f718fb95072fd462
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 18:53:07 2011 +0200

    Document requirements for insert().

 framework/Db/lib/Horde/Db/Adapter/Base.php      |   12 +++++++-----
 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php |   17 +++++++++++------
 2 files changed, 18 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/9e85685e962d3d393e4899c7f718fb95072fd462

-----------------------------------------------------------------------

commit d702b571107aa9889ecca494e45da2bdbb388d09
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 21:11:56 2011 +0200

    Fix variable name.

 kronolith/lib/Driver/Resource.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d702b571107aa9889ecca494e45da2bdbb388d09

-----------------------------------------------------------------------

commit 04eb19302886f9a5248dd35902280ef61c93cf7f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 21:35:11 2011 +0200

    Fix conversion script.

 whups/bin/whups-convert-datatree-shares-to-sql |   73 +++++++++--------------
 1 files changed, 29 insertions(+), 44 deletions(-)

http://git.horde.org/horde-git/-/commit/04eb19302886f9a5248dd35902280ef61c93cf7f

-----------------------------------------------------------------------

commit 71ea10c79b9809fd377df0629d8999bc0ec8e564
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 19 21:48:14 2011 +0200

    Fix insert() usage.
    
    Pass key value if manually inserting into autoincrementKey. Remove unnecessary
    insertion of autoincrementKey values.

 agora/scripts/phorum2agora.php                     |    1 +
 ansel/lib/Faces/Base.php                           |   14 +++++---------
 ansel/migration/9_ansel_upgrade_sqlng.php          |    2 +-
 content/lib/Tagger.php                             |    2 +-
 ingo/migration/3_ingo_upgrade_sqlng.php            |    2 +-
 kronolith/migration/15_kronolith_upgrade_sqlng.php |    2 +-
 mnemo/migration/3_mnemo_upgrade_sqlng.php          |    2 +-
 nag/migration/6_nag_upgrade_sqlng.php              |    2 +-
 turba/migration/3_turba_upgrade_sqlng.php          |    2 +-
 ulaform/lib/Action/Sql.php                         |    2 +-
 whups/migration/3_whups_upgrade_sqlng.php          |    2 +-
 whups/migration/6_whups_upgrade_transactions.php   |   12 +++++++-----
 12 files changed, 22 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/71ea10c79b9809fd377df0629d8999bc0ec8e564




More information about the commits mailing list