Merge remote-tracking branch 'origin/new/bug_6390'
[koha.git] / misc / release_notes / release_notes_200pre3.txt
1 RELEASE NOTES
2 =============
3
4 This version of Koha is still in the "unstable" directory, because some bugs are still reported. But it's fully useable and used in (at least) 3 libraries in "real world" :
5 * Nelsonville Public Library, Ohio, USA
6 * Esiee, high school, France
7 * Dombes Abbey, France
8
9 The next version should/might be the 2.0.0RC1.
10 The only missing features are :
11 * a migration tool for libraries already using Koha1.2.x
12 * an automated upgrading tool for future version. It's possible to upgrade manually.
13
14 IMPROVEMENTS :
15 ---------
16 * adding a demo setup : if you set "demo=1" in /etc/koha.conf, Koha is in "demo mode". In this mode, user can connect with "demo/demo", even if this user is not in members table.
17 He can do everything, except that any modif/add/delete done in systempref or marc structure is NOT saved in the DB. This avoid demo user breaking the demo config.
18 * adding javascript function to focus on 1st field for issues / returns. Thus, librarian don't need manual mouse focus & can scan barcode immediatly.
19 * authories/thesaurus management : adding the possibility to add an authority directly.
20
21 UPGRADING :
22 ---------
23 People using a previous 2.0.0preX version can upgrade code and use the same DB, there's no DB change.
24 To upgrade mannually :
25 - mv /etc/koha.conf /etc/koha.conf_previous
26 - install in a new directory /var/www/html/koha_200pre3 for example.
27 - delete the 2.0.0pre3 DB
28 - modify /etc/koha.conf to point to 2.0.0pre3 DB
29 - modify httpd.conf to have Koha root directory pointing to 200pre3 install instead of 200pre2
30 - restart Apache.
31
32 Note : you can use the 2.0.0pre2 login/password.
33 If you do, mySQL may complaint about "already existing DB user". It's not a problem.
34
35 Note : you can also use "CVS symlink installation" of Koha if you prefer. See http://www.saas.nsw.edu.au/wiki/index.php?page=CVSSymLinkInstallation
36
37 BUGFIXES :
38 ---------
39 (the bug number refers to bugzilla number. See bugs.koha.org)
40 512 : bibliosubject table is not being populated
41 564 : Member card number not checked unique
42 567 : classlist not filled in when using catalogue-home.pl
43 593 : data duplication in MARC-DB
44 562 : Returns not showing 'on reserve' message for holds
45 565 : item barcode not checked unique
46 516 : biblioitems.itemtype does not load
47 556 : OPAC subject search with class specified returns error
48 103 : Need additional Perl module checks in installer.pl
49 570 : Subject search returns duplicate results
50 493 : add member error
51 563 : Keyword search does not search author names
52 583 : values in marc_word table should have quotation marks, etc,
53 499 : Members display by letter
54 561 : Javascript link doesn't work
55 164 : Editing member details loses postal address
56 233 : OPAC - User update doesn't work.
57 525 : If itemtype is not set, we get a broken more detail page, We
58 129 : Choosing to install MARC tables gave errors
59 152 : Install.pm missing from main branch
60 363 : Searching on contains works only with full names.
61 553 : broken html (neither valid nor well-formed)
62 582 : Move error message contents out of newmember.pl
63 153 : opachtdocs and intrahtdocs in koha.conf not initialized
64 474 : Alternate contact should not be required
65 558 : Member search results table doesn't show alternating colors
66 542 : Move HTML out of itemtypes.pl
67 490 : Poor display
68 558 : Member search results table doesn't show alternating colors
69 548 : Spelling of Catalog/Catalogue
70 547/546 : some improvements in koha docs (located at docs/kohadoc.sgml)
71 540 : Missing requests.gif or equivalent
72 XXX : Many french translation improvements.
73 XXX : some installer improvments.
74 XXX : fix for publicationyear : extracting numeric value from MARC string, like for copyrightdate.
75 XXX : fixing font size bug, & minor change in submenu look.
76 XXX : modifying MARC21 default setup : using Nelsonville setup, that is working. User just need to define  itemtypes.
77 XXX : fixing small bug : escaping twice the ' in title & author.
78
79 (XXX : bugfixes not in bugs.koha.org)