[commits] Horde branch master updated. cbf19a4325f210d640687f41de4b0424572c83ad
Michael M Slusarz
slusarz at horde.org
Sat Oct 13 09:07:18 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: d4ec8f83e32949aef362ec0e054eb158330daa70
f4202c6 Fix Help output
dd1aa77 Horde cleanups
e9ff501 Script is not used anywhere anymore
cc8d310 This is old H3 code
26fe543 update package list
cbf19a4 Fix displaying innocent action in popup message page
-----------------------------------------------------------------------
commit f4202c67cbe62bcd42326050ded4cafa429444fd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Oct 13 00:23:09 2012 -0600
Fix Help output
horde/services/help/index.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/f4202c67cbe62bcd42326050ded4cafa429444fd
-----------------------------------------------------------------------
commit dd1aa77fc6d22328d2c1ff36f7ccf497c8ccf336
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Oct 13 00:30:20 2012 -0600
Horde cleanups
Use Horde_Variables, if possible.
Lots of phpdoc/file headers additions
Don't store HTML template within script - use template directory
horde/admin/alarms.php | 13 +++-
horde/admin/cmdshell.php | 52 ++++++--------
horde/admin/config/config.php | 11 ++-
horde/admin/config/diff.php | 4 +
horde/admin/config/index.php | 7 ++-
horde/admin/config/scripts.php | 22 +++----
horde/admin/groups.php | 36 +++++-----
horde/admin/locks.php | 11 ++-
horde/admin/perms/addchild.php | 11 ++-
horde/admin/perms/delete.php | 9 ++-
horde/admin/perms/edit.php | 21 +++---
horde/admin/perms/index.php | 7 ++-
horde/admin/phpshell.php | 71 +++++++------------
horde/admin/sessions.php | 67 +++++++++---------
horde/admin/signup_confirm.php | 26 ++++---
horde/admin/sqlshell.php | 119 +++++++++++-------------------
horde/admin/user.php | 40 +++++-----
horde/bin/horde-alarms | 5 +-
horde/bin/horde-crond | 4 +
horde/bin/horde-db-migrate | 7 ++-
horde/bin/horde-memcache-stats | 1 +
horde/bin/horde-run-task | 2 +
horde/bin/horde-themes | 1 +
horde/bin/horde-translation | 4 +
horde/index.php | 10 ++-
horde/login.php | 13 ++--
horde/rampage.php | 4 +
horde/rpc.php | 10 +--
horde/rpc/index.php | 5 +-
horde/scripts/cookie_login.php | 5 +-
horde/scripts/get_login.php | 9 ++-
horde/scripts/http_login.php | 15 ++--
horde/scripts/temp-cleanup.cron | 2 +-
horde/services/cache.php | 6 +-
horde/services/cacheview.php | 10 ++-
horde/services/changepassword.php | 13 ++--
horde/services/confirm.php | 2 +
horde/services/facebook/index.php | 34 +++++----
horde/services/go.php | 3 +
horde/services/help/index.php | 40 +++++------
horde/services/images/pixel.php | 5 +-
horde/services/images/view.php | 57 ++++++++-------
horde/services/language.php | 15 +++--
horde/services/logintasks.php | 6 +-
horde/services/obrowser/index.php | 5 +-
horde/services/portal/cloud_search.php | 9 ++-
horde/services/portal/edit.php | 18 +++--
horde/services/portal/index.php | 5 +-
horde/services/prefs.php | 10 ++-
horde/services/problem.php | 6 +-
horde/services/resetpassword.php | 13 ++--
horde/services/shares/edit.php | 81 +++++++++------------
horde/services/snooze.php | 5 +-
horde/services/twitter/index.php | 14 ++--
horde/signup.php | 5 +-
horde/templates/admin/cmdshell.html.php | 25 +++++++
horde/templates/admin/phpshell.html.php | 36 +++++++++
horde/templates/admin/sessions.html.php | 39 ++++++++++
horde/templates/admin/sqlshell.html.php | 61 ++++++++++++++++
horde/test.php | 17 +++--
horde/util/barcode.php | 3 +-
horde/util/icon_browser.php | 2 +-
62 files changed, 685 insertions(+), 484 deletions(-)
create mode 100644 horde/templates/admin/cmdshell.html.php
create mode 100644 horde/templates/admin/phpshell.html.php
create mode 100644 horde/templates/admin/sessions.html.php
create mode 100644 horde/templates/admin/sqlshell.html.php
http://git.horde.org/horde-git/-/commit/dd1aa77fc6d22328d2c1ff36f7ccf497c8ccf336
-----------------------------------------------------------------------
commit e9ff501f104efc9c691098aefe09d3968fec72ff
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Oct 13 00:34:30 2012 -0600
Script is not used anywhere anymore
horde/services/keyboard.php | 164 -------------------------------------------
1 files changed, 0 insertions(+), 164 deletions(-)
delete mode 100644 horde/services/keyboard.php
http://git.horde.org/horde-git/-/commit/e9ff501f104efc9c691098aefe09d3968fec72ff
-----------------------------------------------------------------------
commit cc8d310b74537de3f03ea263d488f571fa55c55e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Oct 13 03:02:15 2012 -0600
This is old H3 code
horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php | 61 -----
horde/scripts/upgrades/2009-04-13_horde_pgsql_upgrade.sql | 3 -
horde/scripts/upgrades/3.0_to_3.1.mysql.sql | 24 --
horde/scripts/upgrades/3.0_to_3.1.sql | 18 --
horde/scripts/upgrades/3.1_to_3.2.mysql.sql | 99 --------
horde/scripts/upgrades/3.1_to_3.2.pgsql.sql | 99 --------
horde/scripts/upgrades/3.1_to_3.2.sql | 100 --------
horde/scripts/upgrades/3.1_to_3.2.sybase.sql | 151 -------------
horde/scripts/upgrades/3.3_to_3.3.5.sql | 1 -
9 files changed, 0 insertions(+), 556 deletions(-)
delete mode 100755 horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php
delete mode 100644 horde/scripts/upgrades/2009-04-13_horde_pgsql_upgrade.sql
delete mode 100644 horde/scripts/upgrades/3.0_to_3.1.mysql.sql
delete mode 100644 horde/scripts/upgrades/3.0_to_3.1.sql
delete mode 100644 horde/scripts/upgrades/3.1_to_3.2.mysql.sql
delete mode 100644 horde/scripts/upgrades/3.1_to_3.2.pgsql.sql
delete mode 100644 horde/scripts/upgrades/3.1_to_3.2.sql
delete mode 100644 horde/scripts/upgrades/3.1_to_3.2.sybase.sql
delete mode 100644 horde/scripts/upgrades/3.3_to_3.3.5.sql
http://git.horde.org/horde-git/-/commit/cc8d310b74537de3f03ea263d488f571fa55c55e
-----------------------------------------------------------------------
commit 26fe543e4a14a0a893717ed3f9810cff43eca5e9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Oct 13 03:03:42 2012 -0600
update package list
horde/package.xml | 36 +++++++++++-------------------------
1 files changed, 11 insertions(+), 25 deletions(-)
http://git.horde.org/horde-git/-/commit/26fe543e4a14a0a893717ed3f9810cff43eca5e9
-----------------------------------------------------------------------
commit cbf19a4325f210d640687f41de4b0424572c83ad
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Oct 13 03:06:59 2012 -0600
Fix displaying innocent action in popup message page
imp/lib/Dynamic/Message.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cbf19a4325f210d640687f41de4b0424572c83ad
More information about the commits
mailing list