Hi, There are some critical bugs fixed on Koha 2.2.2b (mainly in authority management) Plus some improvements. I plan to release a 2.2.3 version at the end of next week. Here is the 1st draft of release notes (everything is not done yet) : BUGFIXES ***** Critical & Minor mixed === ACQUISITION === * adding supplier info to basket.pl (for order printing) === OPAC === * minor fix in subject link (normal view) === CATALOGUE === * (critical) bugfix in authorities : in biblio repeated fields, when you choosed an authority entries, it was copied in all the fields, not only in one. * bugfix in subject link, in normal view === CIRCULATION === * bugfix : checking issuing rules under certain circumstances was buggy. === BORROWERS === * better management of joining & expiry dates : - dates can be manually typed when adding a borrower. - Empty fields are automatically calculated (joining = today & expiry date calculated from borrower category) - Expiry date can be modified * checking expiry date when trying to issue a book & forbidding issuing when expiry date reached. ** IMPORTANT ** This check was not done before. Thus, you may be unable to issue books where you could before. You can update your database borrower by borrower or with the following SQL command on the server : "update borrowers set expiry='2005-31-12'". You can limit the update to a borrower category with "update borrowers set expiry='2005-31-12' where categorycode='A'" (all SQL commands must be typed without any ") * template improvements & some bugfixes in fines management. === PARAMETERS === * in marctagstructure, next & previous button no more loose frameworkcode & link to default framework === REPORTS === * in "borrowers with no issues" wizard, adding "without issues since" (DOES NOT WORK yet) === ALL === IMPROVEMENTS ***** Major === ACQUISITION === * in history search, a filter has been added on order date. === CATALOGUE === * There is also a FindDuplicate feature for MARC Authorities * it's now possible to change the framework of a biblio * the overduenotice.pl script (that sends a mail to borrowers with late issues) contains the list of late items (title, author) === PARAMETERS === * a new nice button in marc_*_structure.pl has been added : if selected, only actived fields/subfields are shown. Strongly limits the number of lines shown, more user friendly. === OPAC === * basket / bookbag sending now has an iso2709 file attached -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Hello Paul, Tuesday, May 24, 2005, 5:21:40 PM, you wrote:
I plan to release a 2.2.3 version at the end of next week.
we have a german translation ready to be included. It still gets improoved, but ist's usable yet. I've committed the files to the head-branch in cvs. -- Best regards, Dorian mailto:dnmeid@gmx.de
Dorian Meid a écrit :
Hello Paul,
I plan to release a 2.2.3 version at the end of next week. we have a german translation ready to be included. It still gets improoved, but ist's usable yet. I've committed the files to the head-branch in cvs.
I've seen & announced it on french mailing list. But I didn't saw your .po file. In fact, it's what we need. When releasing a version, I run tmpl_process3 once again on every translation to be sure we have uptodate templates. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (2)
-
Dorian Meid -
Paul POULAIN