[Koha-bugs] [Bug 7167] updatedatabase improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 25 23:23:15 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167

--- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> 2011-11-25 22:23:15 UTC ---
Created attachment 6416
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6416
Bug 7167 follow-up

Major changes:
* creating database tables for update on the fly, the  1st time the update
script is called
* adding missing file: C4/Config/File/YAML.pm
* version is checked on mainpage.pl (and here only). If syspref Version differ
from kohaversion.pl, the old updatedatabase is launched. If there are updates
missing from new mechanism, the updatedatabase page is reached
* kohaversion check on each page is now useless in Auth.pm, removed dead code
* Updated installer: at the end of the process, retrieve all updates and
automatically mark them "OK", as they're included in installer

Minor changes:
* adding copyright
* adding poddoc
* updating a warning, for better clarity
* switching from $$var to $var->
* small TT glitch fixed in updatedatabase.tt
* about.pl now returns the Version systempreference PLUS all the patches that
have been applied

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list