fixing permissions on scripts
[koha.git] / misc / release notes / release_notes_200pre2.txt
1 RELEASE NOTES
2 =============
3 Bugfixes & some improvements (security & perf only)
4 It has been placed in the "unstable tree" because there are still some bugs.
5 But it's fully usable, and should not be modified a lot until a stable version is released.
6
7 DB modifications :
8 ---------
9 None, but check that your systempreferences table is :
10 CREATE TABLE systempreferences (
11   variable varchar(50) NOT NULL default '',
12   value varchar(200) default NULL,
13   explanation varchar(200) NOT NULL default '',
14   options text,
15   type varchar(20) default NULL,
16   PRIMARY KEY  (variable)
17 ) PACK_KEYS=1;
18
19 If you installed a 2.0.0pre1 from scratch, it should be ok.
20 If your version was a 1.9.x, it should not be ok.
21
22 SYSTEMPREFS :
23 ---------
24 In systempreferences, add a gist field. Used to calculate gst when ordering, in acquisition module. Enter 0.12 for 12% rate.
25
26 IMPROVMENTS :
27 ---------
28 * checkmarc.pl : added a check on fields mapped to item marc tag (by Paul).
29 * overdue books backported from 1.2.x (& templated) (by Chris)
30 * some additionals check to verify a borrower can borrow a book (by Esiee)
31 * MARC search (in intranet) :
32 - dramaticaly improving the speed of a MARC search in case of a A OR B search (by Paul)
33 - Users can search using more than 3 criterias (criterias are now added dynamically) (by Esiee)
34 - Results can be displayed using 20,50 or 100 results per page. (by Esiee)
35 - Added arrows and numbers to walk through the results (as in OPAC) (by Esiee)
36
37 BUGS FIXED :
38 ---------
39 * 2 stupids & majors bug in MARC editor, due to too fast copy/paste. (fixed by Paul)
40 * bug 479 : I have problem to assign a Sticky due date, it uses day date as year due date !!! (fixed by ?)
41 * bug 471 : missing next / previous in itemtype admin page, in case there is more than 20 itemtypes (fixed by Paul)
42 * bug 474 : alternate contact no more required (fixed by Paul)
43 * bug 478 : value modification with single quote now works (in parameters section) (fixed by Paul)
44 * bug 489 : poor file copying during install (fixed by MJR)
45 * bug 526 : gst rate hardcoded. Moved to systempref (see SYSTEMPREFS chapter). (fixed by Paul)
46                                 If supplier parameters are set to do it, the gst are now auto calculated with javascript.
47 * bug 512 : bibliosubject table is not being populated (fixed by Paul)
48 * bug 513 : marclinks: default mapping typo (fixed by Paul)
49 * updatedatabase bugs : now, the updatedatabase script (located in scripts/updater) works and update your DB structure.
50         note it only adds fields & tables. The MARC parameter tables won't be populated, neither the MARC-DB. (fixed by Paul)
51
52 KNOWN BUGS :
53 -------
54 * bug 510 : new doc needs to be integrated
55 * bug 487 : upgrade problem from a previous version. If you install from scratch, it should be fine.
56 * bug 515 : biblio.notes ignores Marclinks mapping durring import
57 * bug 293 : Error Issuing Book - 1 in some specific cases
58 * bug 523 : requests does not store dates in reserves table
59 plus some other, less critical.