Another attempted fix for issuing bug, can NPL test this please.
[koha.git] / release_notes_200pre2.txt
1 RELEASE NOTES
2 =============
3 Bugfixes & some improvements (security & perf only)
4
5 DB modifications :
6 ---------
7 None, but check that your systempreferences table is :
8 CREATE TABLE systempreferences (
9   variable varchar(50) NOT NULL default '',
10   value varchar(200) default NULL,
11   explanation varchar(200) NOT NULL default '',
12   options text,
13   type varchar(20) default NULL,
14   PRIMARY KEY  (variable)
15 ) TYPE=ISAM PACK_KEYS=1;
16 If you installed a 2.0.0pre1 from scratch, it should be ok.
17 If your version was a 1.9.x, it should not be ok.
18
19 SYSTEMPREFS :
20 ---------
21 In systempreferences, add a gist field. Used to calculate gst when ordering, in acquisition module. Enter 0.12 for 12% rate.
22
23 IMPROVMENTS :
24 ---------
25 * checkmarc.pl : added a check on fields mapped to item marc tag (from Paul).
26 * dramaticaly improving the speed of a MARC search in case of a A OR B search. Added possibility to search on more than 3 parameters. (from Esiee & Paul)
27 * overdue books backported from 1.2.x (& templated) (by Chris)
28 * some additionals check to verify a borrower can borrow a book (by Esiee)
29
30 BUGS FIXED :
31 ---------
32 * 2 stupids & majors bug in MARC editor, due to too fast copy/paste. (fixed by Paul)
33 * bug 479 : I have problem to assign a Sticky due date, it uses day date as year due date !!! (fixed by ?)
34 * bug 471 : missing next / previous in itemtype admin page, in case there is more than 20 itemtypes (fixed by Paul)
35 * bug 474 : alternate contact no more required (fixed by Paul)
36 * bug 478 : value modification with single quote now works (in parameters section) (fixed by Paul)
37 * bug 489 : poor file copying during install (fixed by MJR)
38 * bug 526 : gst rate hardcoded. Moved to systempref (see SYSTEMPREFS chapter). (fixed by Paul)
39                                 If supplier parameters are set to do it, the gst are now auto calculated with javascript.
40 * bug 512 : bibliosubject table is not being populated (fixed by Paul)
41 * bug 513 : marclinks: default mapping typo (fixed by Paul)