Koha/C4
tipaul 5edf04fd6b improvement of speed for bulkmarcimport.
A sub had been forgotten to use the C4::Context->marcfromkohafield array, that caches DB datas.
this is only a little improvement for normal DB modif, but almost x2 the speed of bulkmarcimport... from 6records/seconds to more than 10.
2005-01-06 14:32:17 +00:00
..
Barcodes adding barcode generator to Koha 2004-09-20 15:03:27 +00:00
Circulation fix for : 2004-12-15 10:47:09 +00:00
Interface/CGI
Accounts.pm
Accounts2.pm
Acquisition.pm * critical fix for acquisition (see RC3 release notes) 2004-11-24 15:59:15 +00:00
Auth.pm remove LDAP dependancy, replaced by auth_with_ldap.pm 2004-11-05 10:12:27 +00:00
Auth_with_ldap.pm Auth.pm with LDAP 2004-11-05 10:13:31 +00:00
Authorities.pm
AuthoritiesMarc.pm Minor changes in summary "exploding" (the 3 digits AFTER the subfield were not on the right place). 2004-12-23 09:48:11 +00:00
Biblio.pm improvement of speed for bulkmarcimport. 2005-01-06 14:32:17 +00:00
BookShelves.pm adding bookshelf features : 2004-12-16 11:30:57 +00:00
Boolean.pm
Breeding.pm fix for "marc upload fail silently" (from MJRay) 2004-12-08 10:11:51 +00:00
Bull.pm adding "show me late issues" screen 2004-12-03 14:34:54 +00:00
Context.pm an improvement has been done in DB calls that needs a new index. It's automatically added in fresh installs, but for updates, run the following SQL command : 2004-12-14 15:48:34 +00:00
Database.pm
Date.pm
Format.pm
Groups.pm
Input.pm
Koha.pm
Maintainance.pm Fixing bug that was stopping subject maintenance working 2004-11-05 00:08:22 +00:00
Makefile.PL
MANIFEST
Members.pm adding getmember sub to the package (the Search.pm/borrdata should be removed, it has nothing to do here) 2004-10-04 20:19:08 +00:00
Output.pm adding "opacstylesheet" systempreference. 2005-01-03 10:58:46 +00:00
Print.pm Fix for bug 865 2004-11-28 08:32:36 +00:00
Query.pm
Reserves2.pm fix for : 2004-12-15 10:47:09 +00:00
Scan.pm
Search.pm Making the version number reflect the cvs version, to allow for easier 2004-12-15 06:08:06 +00:00
SearchMarc.pm * bugfix for the search on a MARC detail, when you clic on the magnifying glass (caused an internal server error) 2005-01-03 10:48:33 +00:00
Security.pm
Shelf.pm
SimpleMarc.pm
Stats.pm
Stock.pm
Suggestions.pm separating additional authors with - instead of a , 2004-09-13 15:25:38 +00:00
test.pl
Z3950.pm