[koha-commits] main Koha release repository branch master updated. v3.08.00-1491-gc340173

Git repo owner gitmaster at git.koha-community.org
Thu Dec 27 18:01:47 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  c34017336c3cd03f471b1c5100b9f6b4dbe589db (commit)
       via  69c19e28b49d1732601c79c9aacf8de4b754b9d8 (commit)
       via  754392ed88a22aac43172d7e12f4621dae8d8484 (commit)
       via  49d6b750cd09abfe8943720c1648894ce3aaced2 (commit)
       via  c9cb55ef4710bfee111e6e2721f3ca2bf58d98f7 (commit)
      from  1d7ad3fb83e22188cc6775f73dcaba31653438a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 C4/Auth.pm                                         |  126 ++---
 C4/Context.pm                                      |    2 +-
 C4/Installer.pm                                    |   11 +-
 C4/Installer/PerlDependencies.pm                   |    7 +-
 C4/Update/Database.pm                              |  559 ++++++++++++++++++++
 about.pl                                           |   42 ++-
 admin/ajax-updatedb-getinfos.pl                    |   60 +++
 admin/updatedatabase.pl                            |  101 ++++
 installer/data/mysql/kohastructure.sql             |   21 +
 .../data/mysql/versions/update_sample.pl.sample    |   44 ++
 .../data/mysql/versions/update_sample.sql.sample   |   27 +
 installer/install.pl                               |   53 ++-
 .../intranet-tmpl/prog/en/css/staff-global.css     |    8 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    2 +-
 .../prog/en/modules/admin/admin-home.tt            |    7 +
 .../prog/en/modules/admin/updatedatabase.tt        |  217 ++++++++
 mainpage.pl                                        |    2 +
 misc/bin/updatedb.pl                               |  115 ++++
 t/db_dependent/UpdateDatabase.t                    |  101 ++++
 .../data/update_database/versions/3.99.01.001.sql  |    3 +
 .../data/update_database/versions/3.99.01.002.sql  |    4 +
 .../data/update_database/versions/3.99.01.003.sql  |    3 +
 .../data/update_database/versions/3.99.01.004.pl   |   44 ++
 23 files changed, 1459 insertions(+), 100 deletions(-)
 create mode 100644 C4/Update/Database.pm
 create mode 100755 admin/ajax-updatedb-getinfos.pl
 create mode 100755 admin/updatedatabase.pl
 create mode 100644 installer/data/mysql/versions/update_sample.pl.sample
 create mode 100644 installer/data/mysql/versions/update_sample.sql.sample
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/updatedatabase.tt
 create mode 100755 misc/bin/updatedb.pl
 create mode 100644 t/db_dependent/UpdateDatabase.t
 create mode 100644 t/db_dependent/data/update_database/versions/3.99.01.001.sql
 create mode 100644 t/db_dependent/data/update_database/versions/3.99.01.002.sql
 create mode 100644 t/db_dependent/data/update_database/versions/3.99.01.003.sql
 create mode 100644 t/db_dependent/data/update_database/versions/3.99.01.004.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list