[commits] Horde branch master updated. 4b53354a6095d7243db659b779b18cc66c2bd936

Michael J. Rubinsky mrubinsk at horde.org
Wed May 1 17:34:11 UTC 2013


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

from: a39ac184d25d16916d40acb2a0e9d54ac86e61c4

1a593ba Fix variable name.
83ba935 Don't notify of permission error if there are no domains to begin with.
2eeec06 These are autoloadable.
79cedb1 gettext requires double quotes.
7aa02f7 Fix variable scope.
ec31886 Update menu generation for H5.
ff6aff7 Remove extraneous getMenu call.
95c2285 PHP5 method visibility
aa3062e No compressed files in H5.
97e9835 Include beatnik.js on other controller scripts as well.
ee71773 Fix scope.
4b53354 Use migrations.

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

commit 1a593baa16ff67de0d0c49ae84ec42dc1cb5760d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:19:27 2013 -0400

    Fix variable name.

 beatnik/lib/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 83ba935df7773d9671ab1b86fd256a8c3db32021
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:19:41 2013 -0400

    Don't notify of permission error if there are no domains to begin with.

 beatnik/lib/Driver.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/83ba935df7773d9671ab1b86fd256a8c3db32021

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

commit 2eeec066b5fab5659a40b53c4eba8f6f5cca8d5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:21:39 2013 -0400

    These are autoloadable.

 beatnik/lib/Driver.php            |    2 --
 beatnik/scripts/export_config.php |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/2eeec066b5fab5659a40b53c4eba8f6f5cca8d5a

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

commit 79cedb10e8a8ee39f776f5665c86d9dd67db6748
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:30:21 2013 -0400

    gettext requires double quotes.

 beatnik/lib/Application.php       |    4 ++--
 beatnik/lib/Beatnik.php           |    6 +++---
 beatnik/templates/view/header.inc |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/79cedb10e8a8ee39f776f5665c86d9dd67db6748

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

commit 7aa02f78a357bc16a3dd4b1d86515cc4857d2d29
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:40:30 2013 -0400

    Fix variable scope.

 beatnik/lib/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7aa02f78a357bc16a3dd4b1d86515cc4857d2d29

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

commit ec31886d8f5a0d122c6ea98ed98a2b687050593d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:43:25 2013 -0400

    Update menu generation for H5.

 beatnik/lib/Application.php |   20 +++++++++++++++++++-
 beatnik/lib/Beatnik.php     |   36 ++----------------------------------
 2 files changed, 21 insertions(+), 35 deletions(-)

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

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

commit ff6aff738a809740b20f88d5159dc7abe3892b1f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:44:03 2013 -0400

    Remove extraneous getMenu call.

 beatnik/templates/menu.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 95c228597bc49c440e68834970bbb4d889944d46
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:44:28 2013 -0400

    PHP5 method visibility

 beatnik/lib/Beatnik.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/95c228597bc49c440e68834970bbb4d889944d46

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

commit aa3062e867a5e02f7f451aaa78cacd73dbf4940a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:51:24 2013 -0400

    No compressed files in H5.

 beatnik/js/beatnik.js     |   13 +++++++++++--
 beatnik/js/src/beatnik.js |   12 ------------
 2 files changed, 11 insertions(+), 14 deletions(-)
 delete mode 100644 beatnik/js/src/beatnik.js

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

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

commit 97e9835f9d6a6f02515298b84349651389afe419
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:53:25 2013 -0400

    Include beatnik.js on other controller scripts as well.

 beatnik/editrec.php  |    1 +
 beatnik/viewzone.php |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/97e9835f9d6a6f02515298b84349651389afe419

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

commit ee7177349b5189fc2938819fb61e7f8dabeb0151
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 12:58:51 2013 -0400

    Fix scope.

 beatnik/lib/Application.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 4b53354a6095d7243db659b779b18cc66c2bd936
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 1 13:32:11 2013 -0400

    Use migrations.

 beatnik/docs/CHANGES                        |    1 +
 beatnik/migration/1_beatnik_base_tables.php |  120 +++++++++++++++++++++++++
 beatnik/package.xml                         |   18 +++--
 beatnik/scripts/sql/beatnik.mysql.sql       |  126 ---------------------------
 4 files changed, 132 insertions(+), 133 deletions(-)
 create mode 100644 beatnik/migration/1_beatnik_base_tables.php
 delete mode 100644 beatnik/scripts/sql/beatnik.mysql.sql

http://git.horde.org/horde-git/-/commit/4b53354a6095d7243db659b779b18cc66c2bd936




More information about the commits mailing list