[commits] Horde branch master updated. 85179dd9e6527c041a1828334b8a2f88e7e71ad4
Ben Klang
ben at alkaloid.net
Sat Apr 3 01:51:03 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 9f73d1ff74206b8e5d162ba79e0415027b305106
24b83bc Shout: Fix adding/editing numbers
4c35940 Shout: mv accounts admin files into place
10a236d Shout: Allow selecting numbers by account
6a58e3a Shout: fix admin paths for account management
85179dd Shout: re-active the wizard. It works!
-----------------------------------------------------------------------
commit 24b83bcd764c6d7b2170a595e27f826fbd0da9bd
Author: Ben Klang <ben at alkaloid.net>
Date: Fri Apr 2 20:31:41 2010 -0400
Shout: Fix adding/editing numbers
shout/admin/numbers.php | 12 ++++++--
shout/lib/Driver/Sql.php | 44 ++++++++++++++++++++++++++--
shout/lib/Forms/NumberForm.php | 28 ++++++++---------
shout/templates/admin/numbers/list.inc.php | 11 ++++---
4 files changed, 69 insertions(+), 26 deletions(-)
http://git.horde.org/diff.php/shout/admin/numbers.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=24b83bcd764c6d7b2170a595e27f826fbd0da9bd
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=24b83bcd764c6d7b2170a595e27f826fbd0da9bd
http://git.horde.org/diff.php/shout/lib/Forms/NumberForm.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=24b83bcd764c6d7b2170a595e27f826fbd0da9bd
http://git.horde.org/diff.php/shout/templates/admin/numbers/list.inc.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=24b83bcd764c6d7b2170a595e27f826fbd0da9bd
-----------------------------------------------------------------------
commit 4c359400871ce4e2d24262bcbbe0a2562c8db527
Author: Ben Klang <ben at alkaloid.net>
Date: Fri Apr 2 20:36:01 2010 -0400
Shout: mv accounts admin files into place
shout/admin/accounts.php | 2 +-
shout/templates/accounts/edit.inc | 10 -------
shout/templates/accounts/list.inc | 44 -------------------------------
shout/templates/admin/accounts/edit.inc | 10 +++++++
shout/templates/admin/accounts/list.inc | 44 +++++++++++++++++++++++++++++++
5 files changed, 55 insertions(+), 55 deletions(-)
delete mode 100644 shout/templates/accounts/edit.inc
delete mode 100644 shout/templates/accounts/list.inc
create mode 100644 shout/templates/admin/accounts/edit.inc
create mode 100644 shout/templates/admin/accounts/list.inc
http://git.horde.org/diff.php/shout/admin/accounts.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=4c359400871ce4e2d24262bcbbe0a2562c8db527
http://git.horde.org/diff.php/shout/templates/accounts/edit.inc?rt=horde-git&r1=e67605c67d8a96910c7aefbb74a943b18a5232bf&r2=4c359400871ce4e2d24262bcbbe0a2562c8db527
http://git.horde.org/diff.php/shout/templates/accounts/list.inc?rt=horde-git&r1=523f670cd67e3ca454b97b14a70724bcd2e78d9a&r2=4c359400871ce4e2d24262bcbbe0a2562c8db527
http://git.horde.org/co.php/shout/templates/admin/accounts/edit.inc?rt=horde-git&r=4c359400871ce4e2d24262bcbbe0a2562c8db527
http://git.horde.org/co.php/shout/templates/admin/accounts/list.inc?rt=horde-git&r=4c359400871ce4e2d24262bcbbe0a2562c8db527
-----------------------------------------------------------------------
commit 10a236df6c041291de6bf9843ed98b69a092811a
Author: Ben Klang <ben at alkaloid.net>
Date: Fri Apr 2 21:50:49 2010 -0400
Shout: Allow selecting numbers by account
shout/lib/Driver/Sql.php | 27 ++++++++++++++++++++-------
1 files changed, 20 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/shout/lib/Driver/Sql.php?rt=horde-git&r1=24b83bcd764c6d7b2170a595e27f826fbd0da9bd&r2=10a236df6c041291de6bf9843ed98b69a092811a
-----------------------------------------------------------------------
commit 6a58e3a8ff020d1031e27adb710287389eb715cf
Author: Ben Klang <ben at alkaloid.net>
Date: Fri Apr 2 21:51:22 2010 -0400
Shout: fix admin paths for account management
shout/templates/admin/accounts/edit.inc | 4 ++--
shout/templates/admin/accounts/list.inc | 6 +-----
2 files changed, 3 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/shout/templates/admin/accounts/edit.inc?rt=horde-git&r1=4c359400871ce4e2d24262bcbbe0a2562c8db527&r2=6a58e3a8ff020d1031e27adb710287389eb715cf
http://git.horde.org/diff.php/shout/templates/admin/accounts/list.inc?rt=horde-git&r1=4c359400871ce4e2d24262bcbbe0a2562c8db527&r2=6a58e3a8ff020d1031e27adb710287389eb715cf
-----------------------------------------------------------------------
commit 85179dd9e6527c041a1828334b8a2f88e7e71ad4
Author: Ben Klang <ben at alkaloid.net>
Date: Fri Apr 2 21:51:56 2010 -0400
Shout: re-active the wizard. It works!
shout/lib/Forms/NumberForm.php | 2 +-
shout/lib/Shout.php | 12 +++---
shout/templates/wizard.inc | 2 +-
shout/wizard.php | 70 ++++++++++++++++++++++++---------------
4 files changed, 51 insertions(+), 35 deletions(-)
http://git.horde.org/diff.php/shout/lib/Forms/NumberForm.php?rt=horde-git&r1=24b83bcd764c6d7b2170a595e27f826fbd0da9bd&r2=85179dd9e6527c041a1828334b8a2f88e7e71ad4
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=7aca9011fd48ddc1ffe2f381cdc2222cbd77e841&r2=85179dd9e6527c041a1828334b8a2f88e7e71ad4
http://git.horde.org/diff.php/shout/templates/wizard.inc?rt=horde-git&r1=ade1a1f24283365205ffc57cd503d79048b6cd4a&r2=85179dd9e6527c041a1828334b8a2f88e7e71ad4
http://git.horde.org/diff.php/shout/wizard.php?rt=horde-git&r1=81e4057e8ba8847326b66043631962a519c8f873&r2=85179dd9e6527c041a1828334b8a2f88e7e71ad4
More information about the commits
mailing list