[commits] Horde branch sesha updated. 81fafd82aa576d7274f78a0a86fa163ad41c37ef

Ralf Lang lang at b1-systems.de
Fri Sep 16 16:50:20 UTC 2011


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

from: e218789cc1505d59cdd9514cc60ab8cdfc16cf02

9e6f893 Sesha migration scripts.
2107763 Remove old SQL scripts, update driver file name.
2031fbc Update driver structure, add factory
ac3f8e8 Add application API.
0c39427 Initial changes to SQL driver to get list.php working.
675241f Remove sesha specific header template.
14beb0e Update migration script header.
8a8c25d Fix urls in list.php.
474adf3 CS, fixes to SQL driver.
f37f3ee Add autoincrement migration script.
dbcfb4e New Sesha::isAdmin function. Consider permissions system when determining admin status.
ce14577 CS
6d868c8 Remove repeated year from header.
132d380 CS
e2b2fc5 Merge branch 'sesha' of https://github.com/imr/horde into sesha
11ed61e show default view pref
81fafd8 Add an exception class

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

commit 9e6f893d3cc3468f92846744c708b57b73a2790c
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 14:20:14 2011 -0400

    Sesha migration scripts.

 sesha/migration/1_sesha_base_tables.php |   92 +++++++++++++++++++++++++++++++
 1 files changed, 92 insertions(+), 0 deletions(-)
 create mode 100644 sesha/migration/1_sesha_base_tables.php

http://git.horde.org/horde-git/-/commit/9e6f893d3cc3468f92846744c708b57b73a2790c

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

commit 21077635546f5f149d806c541f4650285efaf60a
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 14:51:51 2011 -0400

    Remove old SQL scripts, update driver file name.

 sesha/lib/Driver/Sql.php                                    |  900 +++++++++++
 sesha/lib/Driver/sql.php                                    |  900 -----------
 sesha/scripts/sql/sesha.mssql.sql                           |   46 -
 sesha/scripts/sql/sesha.sql                                 |   46 -
 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql |    2 -
 5 files changed, 900 insertions(+), 994 deletions(-)
 create mode 100644 sesha/lib/Driver/Sql.php
 delete mode 100644 sesha/lib/Driver/sql.php
 delete mode 100644 sesha/scripts/sql/sesha.mssql.sql
 delete mode 100644 sesha/scripts/sql/sesha.sql
 delete mode 100644 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql

http://git.horde.org/horde-git/-/commit/21077635546f5f149d806c541f4650285efaf60a

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

commit 2031fbc875b10081e71a2665284256ab78bdd5b9
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 16:11:57 2011 -0400

    Update driver structure, add factory

 sesha/lib/Driver.php         |   47 +++-----------
 sesha/lib/Driver/Sql.php     |  145 ++++++++++--------------------------------
 sesha/lib/Factory/Driver.php |   35 ++++++++++
 sesha/lib/Sesha.php          |    3 +-
 4 files changed, 81 insertions(+), 149 deletions(-)
 create mode 100644 sesha/lib/Factory/Driver.php

http://git.horde.org/horde-git/-/commit/2031fbc875b10081e71a2665284256ab78bdd5b9

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

commit ac3f8e87255cb1c63661f5f4e1543c67cf031bda
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 14:21:06 2011 -0400

    Add application API.

 sesha/config/conf.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 0c39427326eb50913d5b42ea50afe0e6255b4e82
Author: imr <iron_hat at hotmail.com>
Date:   Wed Sep 14 17:16:24 2011 -0400

    Initial changes to SQL driver to get list.php working.

 sesha/lib/Driver/Sql.php |   23 ++++++++++++++++++-----
 sesha/lib/Sesha.php      |    5 +++--
 sesha/list.php           |   18 +++++++++---------
 sesha/templates/menu.inc |    1 -
 4 files changed, 30 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/0c39427326eb50913d5b42ea50afe0e6255b4e82

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

commit 675241fa76ebbd62961bb5244588678b3927ae86
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 16:58:08 2011 -0400

    Remove sesha specific header template.

 sesha/templates/common-header.inc |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)
 delete mode 100644 sesha/templates/common-header.inc

http://git.horde.org/horde-git/-/commit/675241fa76ebbd62961bb5244588678b3927ae86

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

commit 14beb0e8fa7035bd95724738cb1794f4528aba22
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 17:01:32 2011 -0400

    Update migration script header.

 sesha/migration/1_sesha_base_tables.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/14beb0e8fa7035bd95724738cb1794f4528aba22

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

commit 8a8c25ddd32d034fe737a613e232f83240077fe4
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 17:06:04 2011 -0400

    Fix urls in list.php.

 sesha/list.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/8a8c25ddd32d034fe737a613e232f83240077fe4

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

commit 474adf3451d2de2a594e1ef4adbcc617de1f4e8a
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 17:16:12 2011 -0400

    CS, fixes to SQL driver.

 sesha/lib/Driver.php     |    5 +--
 sesha/lib/Driver/Sql.php |   82 +---------------------------------------------
 2 files changed, 3 insertions(+), 84 deletions(-)

http://git.horde.org/horde-git/-/commit/474adf3451d2de2a594e1ef4adbcc617de1f4e8a

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

commit f37f3ee0056c666418b3768f095fc4ec9dd62b0d
Author: imr <iron_hat at hotmail.com>
Date:   Thu Sep 15 18:38:31 2011 -0400

    Add autoincrement migration script.

 sesha/migration/2_sesha_upgrade_autoincrement.php |   55 +++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
 create mode 100644 sesha/migration/2_sesha_upgrade_autoincrement.php

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

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

commit dbcfb4edba22b2ba5a909f5f31abf6a9874398c7
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 09:40:25 2011 -0400

    New Sesha::isAdmin function. Consider permissions system when determining admin status.

 sesha/lib/Sesha.php |    4 ++++
 sesha/list.php      |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit ce1457789046dae63e6ba5c2196a28e0e8135556
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 11:03:54 2011 -0400

    CS

 sesha/lib/Driver.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 6d868c840bd55c052c2711682b25743033b8585f
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 11:05:20 2011 -0400

    Remove repeated year from header.

 sesha/migration/1_sesha_base_tables.php           |    2 +-
 sesha/migration/2_sesha_upgrade_autoincrement.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6d868c840bd55c052c2711682b25743033b8585f

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

commit 132d38027733fdbce82144c7cc13e3a53d9b73e9
Author: imr <iron_hat at hotmail.com>
Date:   Fri Sep 16 12:15:15 2011 -0400

    CS

 sesha/lib/Driver.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/132d38027733fdbce82144c7cc13e3a53d9b73e9

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

commit e2b2fc5e7e7873d87842a3dd5a3f778f38baeb66
Merge: e218789 132d380
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 18:34:35 2011 +0200

    Merge branch 'sesha' of https://github.com/imr/horde into sesha

 sesha/config/conf.xml                                       |    2 +-
 sesha/lib/Driver.php                                        |   44 +-
 sesha/lib/Driver/Sql.php                                    |  756 +++++++++
 sesha/lib/Driver/sql.php                                    |  900 -----------
 sesha/lib/Factory/Driver.php                                |   35 +
 sesha/lib/Sesha.php                                         |   12 +-
 sesha/list.php                                              |   18 +-
 sesha/migration/1_sesha_base_tables.php                     |   92 ++
 sesha/migration/2_sesha_upgrade_autoincrement.php           |   55 +
 sesha/scripts/sql/sesha.mssql.sql                           |   46 -
 sesha/scripts/sql/sesha.sql                                 |   46 -
 sesha/scripts/upgrades/2008-07-24_add_category_priority.sql |    2 -
 sesha/templates/common-header.inc                           |   28 -
 sesha/templates/menu.inc                                    |    1 -
 14 files changed, 966 insertions(+), 1071 deletions(-)

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

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

commit 11ed61e2b14b6281d128e206672d5ef6b68d552a
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 18:42:00 2011 +0200

    show default view pref

 sesha/config/prefs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/11ed61e2b14b6281d128e206672d5ef6b68d552a

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

commit 81fafd82aa576d7274f78a0a86fa163ad41c37ef
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Sep 16 18:46:56 2011 +0200

    Add an exception class

 sesha/lib/Exception.php |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 sesha/lib/Exception.php

http://git.horde.org/horde-git/-/commit/81fafd82aa576d7274f78a0a86fa163ad41c37ef




More information about the commits mailing list