[commits] Horde branch master updated. 470fbf91dfe6ba99a140e950001cc91e8e8cfab0

Jan Schneider jan at horde.org
Thu Aug 18 21:55:59 UTC 2011


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

from: d522d64d7d3821d3c9ffb9cfcb1caaabcbbd7ea8

d76494a Don't stripe THEADs and TBODYs individually, but all TRs at once.
f477116 Only separate prototype.js out if it is really loaded.
756bf3d Use an index name less prone to collisions.
1f17eda Fix variable name.
273dd94 Don't include Nag in app menu, people should use it through Kronolith.
4043660 OWNED BY doesn't exist before PostgreSQL 8.2.
fe03dae Don't use hardcoded primary key names, and don't assume we already have one, when chaning a column to autoincrementKey.
470fbf9 The way autoincrementKeys are implemented in PostgreSQL does *not* work when manually adding fields into those columns. This either needs to be fixed or worked around.

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

commit d76494a78b7b786287c199df10393f1f0f699f3d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 11:07:39 2011 +0200

    Don't stripe THEADs and TBODYs individually, but all TRs at once.

 horde/js/stripe.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit f47711634249cf207ec2f44a46733418a98ad224
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 11:46:27 2011 +0200

    Only separate prototype.js out if it is really loaded.

 framework/Core/lib/Horde.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit 756bf3dcb84dafbfd9ead25b3d1c3afe996f14b5
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 22:14:49 2011 +0200

    Use an index name less prone to collisions.

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

http://git.horde.org/horde-git/-/commit/756bf3dcb84dafbfd9ead25b3d1c3afe996f14b5

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

commit 1f17edafeb5959cc87ae78bfcb149553e1090b98
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 22:27:49 2011 +0200

    Fix variable name.

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

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

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

commit 273dd941ac239f1c0f8976deee01c9d5a7a851fc
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 22:29:23 2011 +0200

    Don't include Nag in app menu, people should use it through Kronolith.

 bundles/webmail/imp/config/conf.d/10-webmail.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/273dd941ac239f1c0f8976deee01c9d5a7a851fc

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

commit 404366097b822a28724a2f9f3097dd39c3266da0
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 22:31:07 2011 +0200

    OWNED BY doesn't exist before PostgreSQL 8.2.

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/404366097b822a28724a2f9f3097dd39c3266da0

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

commit fe03dae71c21f8e70fce120a85186e7e0c957dfd
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 23:18:55 2011 +0200

    Don't use hardcoded primary key names, and don't assume we already have one,
    when chaning a column to autoincrementKey.

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

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

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

commit 470fbf91dfe6ba99a140e950001cc91e8e8cfab0
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 18 22:21:53 2011 +0200

    The way autoincrementKeys are implemented in PostgreSQL does *not* work when
    manually adding fields into those columns. This either needs to be fixed or
    worked around.

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

http://git.horde.org/horde-git/-/commit/470fbf91dfe6ba99a140e950001cc91e8e8cfab0




More information about the commits mailing list