View | Details | Raw Unified | Return to bug 7356
Collapse All | Expand All

(-)a/authorities/authorities.pl (-1 / +1 lines)
Lines 204-210 sub create_input { Link Here
204
    }
204
    }
205
    elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) {
205
    elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) {
206
206
207
        # opening plugin. Just check whether we are on a developper computer on a production one
207
        # opening plugin. Just check whether we are on a developer computer on a production one
208
        # (the cgidir differs)
208
        # (the cgidir differs)
209
        my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder";
209
        my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder";
210
        unless (-r $cgidir and -d $cgidir) {
210
        unless (-r $cgidir and -d $cgidir) {
(-)a/cataloguing/addbiblio.pl (-1 / +1 lines)
Lines 414-420 sub create_input { Link Here
414
    }
414
    }
415
    elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) {
415
    elsif ( $tagslib->{$tag}->{$subfield}->{'value_builder'} ) {
416
416
417
        # opening plugin. Just check whether we are on a developper computer on a production one
417
        # opening plugin. Just check whether we are on a developer computer on a production one
418
        # (the cgidir differs)
418
        # (the cgidir differs)
419
        my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder";
419
        my $cgidir = C4::Context->intranetdir . "/cgi-bin/cataloguing/value_builder";
420
        unless ( opendir( DIR, "$cgidir" ) ) {
420
        unless ( opendir( DIR, "$cgidir" ) ) {
(-)a/cataloguing/plugin_launcher.pl (-1 / +1 lines)
Lines 27-33 use C4::Output; Link Here
27
my $input = new CGI;
27
my $input = new CGI;
28
my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name");
28
my $plugin_name="cataloguing/value_builder/".$input->param("plugin_name");
29
29
30
# opening plugin. Just check whether we are on a developper computer on a production one
30
# opening plugin. Just check whether we are on a developer computer on a production one
31
# (the cgidir differs)
31
# (the cgidir differs)
32
my $cgidir = C4::Context->intranetdir ."/cgi-bin";
32
my $cgidir = C4::Context->intranetdir ."/cgi-bin";
33
my $vbdir = "$cgidir/cataloguing/value_builder";
33
my $vbdir = "$cgidir/cataloguing/value_builder";
(-)a/misc/migration_tools/build6xx.pl (-1 / +1 lines)
Lines 234-240 while (my ($bibid) = $sth->fetchrow) { Link Here
234
                    }
234
                    }
235
                }
235
                }
236
                if ($#x >4) {
236
                if ($#x >4) {
237
                    # too many $x, not handled, warn the developper that tries to migrate
237
                    # too many $x, not handled, warn the developer that tries to migrate
238
                    print "warning there is ".$#x.'$x values';
238
                    print "warning there is ".$#x.'$x values';
239
                }
239
                }
240
            }
240
            }
(-)a/misc/release_notes/release_notes_200RC2.txt (-1 / +1 lines)
Lines 6-12 If you want to adopt Koha, please do, but you're warned that this release candid Link Here
6
If you test it and let us know about any we haven't seen yet, it will help us to fix them.
6
If you test it and let us know about any we haven't seen yet, it will help us to fix them.
7
7
8
The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
8
The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
9
The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developpers can already get 1st draft of a working z3950 server.
9
The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server.
10
10
11
11
12
INSTALLATION
12
INSTALLATION
(-)a/misc/release_notes/release_notes_200RC3.txt (-1 / +1 lines)
Lines 6-12 If you want to adopt Koha, please do, but you're warned that this release candid Link Here
6
If you test it and let us know about any we haven't seen yet, it will help us to fix them.
6
If you test it and let us know about any we haven't seen yet, it will help us to fix them.
7
7
8
The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
8
The 2.0.x series version is "feature freezed". Only bugs or minor changes will be made in this branch.
9
The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developpers can already get 1st draft of a working z3950 server.
9
The koha team is already working on the 2.2.x version. In CVS (HEAD branch), developers can already get 1st draft of a working z3950 server.
10
10
11
11
12
INSTALLATION
12
INSTALLATION
(-)a/misc/release_notes/release_notes_210.txt (-4 / +4 lines)
Lines 48-54 WHAT'S NEW Link Here
48
1 Auto installer
48
1 Auto installer
49
****************
49
****************
50
If you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question.
50
If you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question.
51
A very usefull feature for developpers that want to install/uninstall Koha quite often.
51
A very usefull feature for developers that want to install/uninstall Koha quite often.
52
A sample of auto_install_file is provided in misc/auto_install_file.
52
A sample of auto_install_file is provided in misc/auto_install_file.
53
53
54
2 Uninstaller
54
2 Uninstaller
Lines 102-108 Circulation has been heavily rewritten... Link Here
102
You can define rules like : "up to 2 CDROM, up to 10 books, max 10 items".
102
You can define rules like : "up to 2 CDROM, up to 10 books, max 10 items".
103
* circulation works now like this (internally) :
103
* circulation works now like this (internally) :
104
- get borrower cardnumber & item number
104
- get borrower cardnumber & item number
105
- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developper), as every test is heavily documented & in  a single sub.
105
- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developer), as every test is heavily documented & in  a single sub.
106
- if >=1 IMPOSSIBLE entry : issuing is impossible, show why.
106
- if >=1 IMPOSSIBLE entry : issuing is impossible, show why.
107
- if >=1 MUSTCONFIRM : show problems, and ask for confirmation.
107
- if >=1 MUSTCONFIRM : show problems, and ask for confirmation.
108
- if both are empty : issue.
108
- if both are empty : issue.
Lines 139-145 Should be used for MARC21 with some work. We need volunteers here. Link Here
139
==============
139
==============
140
HELP NEEDED
140
HELP NEEDED
141
==============
141
==============
142
We alway accept new developpers wanting to code or test features of the Roadmap.
142
We alway accept new developers wanting to code or test features of the Roadmap.
143
We still can accept features not in the RoadMap if :
143
We still can accept features not in the RoadMap if :
144
- strongly supported/coded by someone.
144
- strongly supported/coded by someone.
145
- compatible with other features.
145
- compatible with other features.
Lines 167-170 Frameworks have to be defined to be choosable at installation stage. The idea be Link Here
167
Same as for MARC21 frameworks. Except we don't have authority structure for MARC21 (we have for UNIMARC in french, thanks to ENSMP)
167
Same as for MARC21 frameworks. Except we don't have authority structure for MARC21 (we have for UNIMARC in french, thanks to ENSMP)
168
168
169
* provide ISBD for MARC21 
169
* provide ISBD for MARC21 
170
(ISBD for UNIMARC is being done, thanks to doXulting)
170
(ISBD for UNIMARC is being done, thanks to doXulting)
(-)a/misc/release_notes/release_notes_211.txt (-1 / +1 lines)
Lines 61-64 The next release will probably be 2.2RC1. Link Here
61
It should contains :
61
It should contains :
62
* bugfixes.
62
* bugfixes.
63
* some new code for a better LDAP handling (automatic creation of the borrower if it does not exist, getting informations from LDAP directory)
63
* some new code for a better LDAP handling (automatic creation of the borrower if it does not exist, getting informations from LDAP directory)
64
* a barcode generator ! it's a new feature that should be commited by a new developper coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes.
64
* a barcode generator ! it's a new feature that should be commited by a new developer coming from south america (argentina). I've seen the code, it's clean & nice. Just a new dependencay, for PDF generating. Should be non mandatory for ppl that don't want to print barcodes.
(-)a/misc/release_notes/release_notes_220.txt (-2 / +2 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
Lines 196-202 General : Link Here
196
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
196
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
197
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
197
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
198
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
198
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
199
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
199
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
200
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
200
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
201
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
201
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
202
* Nelsonville have shared their templates. They are available as NPL theme.
202
* Nelsonville have shared their templates. They are available as NPL theme.
(-)a/misc/release_notes/release_notes_221.txt (-2 / +2 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
Lines 215-221 General : Link Here
215
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
215
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
216
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
216
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
217
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
217
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
218
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
218
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
219
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
219
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
220
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
220
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
221
* Nelsonville have shared their templates. They are available as NPL theme.
221
* Nelsonville have shared their templates. They are available as NPL theme.
(-)a/misc/release_notes/release_notes_222.txt (-2 / +2 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
Lines 361-367 General : Link Here
361
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
361
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
362
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
362
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
363
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
363
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
364
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
364
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
365
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
365
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
366
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
366
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
367
* Nelsonville have shared their templates. They are available as NPL theme.
367
* Nelsonville have shared their templates. They are available as NPL theme.
(-)a/misc/release_notes/release_notes_223.txt (-2 / +2 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
Lines 408-414 General : Link Here
408
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
408
* (almost) complete rewrite of librarian GUI : now Koha uses CSS, and is easier to use. However, users of Koha 2.0.0 won't be lost, as the general organisation of the product has not changed.
409
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
409
* Online Help : an online help is available everywhere in the librarian interface. It's complete in the parameters section of Koha and for new features. It will be completed for the rest of the product.
410
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
410
* Better LDAP suport : Koha 2.2 can be "connected" to a LDAP server and get all borrower informations from there (including borrower category where applicable). However, to avoid problems for libraries without LDAP server, the LDAP features have been stored in modules/C4/Auth_with_ldap.pm file. The standard Auth.pm don't use it. If you want LDAP, just perldoc Auth_with_ldap.pm and manually tune your Auth package !
411
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developpers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
411
* Auto installer : if you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question. A very usefull feature for developers that want to install/uninstall Koha quite often. A sample of auto_install_file is provided in misc/auto_install_file.
412
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
412
* Uninstaller : run misc/uninstall.pl, provide the mysql root password. that's all. Koha is completely deleted and can be reinstalled. With the previous feature, it's a very nice solution for test platform.
413
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
413
* mod_perl : Koha should now work under mod_perl, that gives a big performance boost (Release Manager don't use mod_perl. fixes comes from A. Tarallo, Argentina, that ensure Koha works fine with mod_perl with the patches applied)
414
* Nelsonville have shared their templates. They are available as NPL theme.
414
* Nelsonville have shared their templates. They are available as NPL theme.
(-)a/misc/release_notes/release_notes_22RC1.txt (-1 / +1 lines)
Lines 5-11 Welcome to the 1st Release Candidate of the 2.2 version of Koha. Link Here
5
Koha is the 1st Open-Source Integrated Library System.
5
Koha is the 1st Open-Source Integrated Library System.
6
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
7
7
8
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
8
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !).
9
9
10
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
11
11
(-)a/misc/release_notes/release_notes_22RC2.txt (-1 / +1 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
(-)a/misc/release_notes/release_notes_22RC3.txt (-1 / +1 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators !).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators !).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
(-)a/misc/release_notes/release_notes_22RC4.txt (-1 / +1 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
(-)a/misc/release_notes/release_notes_22RC5.txt (-2 / +1 lines)
Lines 4-10 RELEASE NOTES Link Here
4
Koha is the 1st Open-Source Integrated Library System.
4
Koha is the 1st Open-Source Integrated Library System.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
5
Released at first in New zealand, in 2000 januaray, it is maintained by a team of volunteers from around the globe, the Koha system is a full catalogue, opac, circulation and acquisitions system.
6
6
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developpers (excluding translators).
7
Koha 2.2 is more than 247 000 lines of code, developped by more than 30 differents developers (excluding translators).
8
8
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
9
With the 2.2 version, Koha is now a mature product, with a lot of nice features. It's used in more than 50 libraries, from all kinds (public, schools, search, religious...), of all size (from 1 to 8 branches, from 1000 to 300 000 items).
10
10
11
- 

Return to bug 7356