[commits] Horde branch master updated. fd19c746f501902fa3990f0e240a197630afadac
Ben Klang
ben at alkaloid.net
Mon Feb 22 02:44:03 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 2dc122e39606c60d27999fc5afa662ef8b8e51c9
74b1b65 Revert "Operator: Make sure we can access the driver when getting perms"
82ba9c5 Beatnik: Update to new H_R_A initialization
f635f9c Beatnik: Add IPv6 address support
fd19c74 Framework: Add IPv6 address Form type
-----------------------------------------------------------------------
commit 74b1b65a818aa6566ed34c7030f3def8aef6c6bb
Author: Ben Klang <ben at alkaloid.net>
Date: Sun Jan 31 16:01:10 2010 -0500
Revert "Operator: Make sure we can access the driver when getting perms"
This reverts commit 58aab31160712e15cac094f65dfc9d5b93f94f4a.
operator/lib/Application.php | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/operator/lib/Application.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=74b1b65a818aa6566ed34c7030f3def8aef6c6bb
-----------------------------------------------------------------------
commit 82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
Author: Ben Klang <ben at alkaloid.net>
Date: Sun Feb 21 21:40:08 2010 -0500
Beatnik: Update to new H_R_A initialization
beatnik/autogenerate.php | 5 +-
beatnik/commit.php | 9 ++--
beatnik/delete.php | 9 ++--
beatnik/editrec.php | 9 ++--
beatnik/lib/Application.php | 74 ++++++++++++++++++++++++++++++++++-
beatnik/lib/Beatnik.php | 17 +++++---
beatnik/lib/Exception.php | 2 +-
beatnik/lib/base.php | 89 -------------------------------------------
beatnik/listzones.php | 7 ++-
beatnik/viewzone.php | 7 +--
10 files changed, 108 insertions(+), 120 deletions(-)
delete mode 100644 beatnik/lib/base.php
http://git.horde.org/diff.php/beatnik/autogenerate.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/commit.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/delete.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/editrec.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/lib/Application.php?rt=horde-git&r1=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/lib/Exception.php?rt=horde-git&r1=ffb758d15760d0fb57a88c336f9a3ae932c61c0f&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/lib/base.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/listzones.php?rt=horde-git&r1=15803a5314228be2a466a7c0b7487e7be589e343&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
http://git.horde.org/diff.php/beatnik/viewzone.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782
-----------------------------------------------------------------------
commit f635f9c1d2180e02a50252e62eafa90a03569ef3
Author: Ben Klang <ben at alkaloid.net>
Date: Sun Feb 21 21:41:37 2010 -0500
Beatnik: Add IPv6 address support
beatnik/lib/Beatnik.php | 24 ++++++++++++++++++++++++
beatnik/lib/Driver/ldap2dns.php | 1 +
2 files changed, 25 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-git&r1=82ba9c5a9a2b9b6e01659406ce46ebc5e388e782&r2=f635f9c1d2180e02a50252e62eafa90a03569ef3
http://git.horde.org/diff.php/beatnik/lib/Driver/ldap2dns.php?rt=horde-git&r1=ffb758d15760d0fb57a88c336f9a3ae932c61c0f&r2=f635f9c1d2180e02a50252e62eafa90a03569ef3
-----------------------------------------------------------------------
commit fd19c746f501902fa3990f0e240a197630afadac
Author: Ben Klang <ben at alkaloid.net>
Date: Sun Feb 21 21:43:13 2010 -0500
Framework: Add IPv6 address Form type
framework/Form/Form/Type.php | 30 ++++++++++++++++++++++++
framework/Ui/lib/Horde/Ui/VarRenderer/Html.php | 12 +++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=fd19c746f501902fa3990f0e240a197630afadac
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer/Html.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=fd19c746f501902fa3990f0e240a197630afadac
More information about the commits
mailing list