Commit graph

1094 commits

Author SHA1 Message Date
tipaul
ef66fec140 bugfixes : enable entering a biblio without isbn
Note that parameter must be modified and changed to "isbn not mandatory" (mandatory on default 1.3.2 install)
2002-12-02 15:13:04 +00:00
tipaul
39828023cc bugfixes and improvements 2002-12-02 15:00:15 +00:00
tipaul
6d929790ff bugfixes and improvments 2002-12-02 14:59:50 +00:00
fmmarzoa
04d4635a52 Translating to Spanish. First round. 2002-12-02 08:51:41 +00:00
fmmarzoa
76d5278027 Translating to Spanish. First round. 2002-12-02 08:42:08 +00:00
fmmarzoa
0f40e58266 Translated to spanish 2002-11-29 22:02:07 +00:00
tipaul
0af7ebbdc8 bugzilla bug n°129 fixed 2002-11-27 17:49:40 +00:00
tipaul
a5fbff487e unused template 2002-11-27 17:18:48 +00:00
tipaul
3c6b602065 last modif for 1.3.2 release 2002-11-27 10:51:25 +00:00
tipaul
716dfa79d6 commiting forgotten changes before releasing 1.3.2 2002-11-27 10:29:55 +00:00
tipaul
a62eca9863 road to 1.3.2. Updating db structure during installation 2002-11-26 15:04:54 +00:00
tipaul
120c3e6a31 road to 1.3.2 : installer.pl improvements (including marc parameter selection at installation) 2002-11-26 14:58:08 +00:00
tipaul
075c1259a1 changes to use new dir structure (many scripts moved to misc/)
installer now ask for marc parameters : either MARC21 in english or UNIMARC in french
2002-11-25 18:33:17 +00:00
tipaul
2e27ddc725 rebirthing safe-installer.
Note that buildrelease is broken for instance, so don't expect any installer to work well.
buildrelease will be corrected asap.
2002-11-25 16:37:09 +00:00
tipaul
145dc69841 moved to misc 2002-11-22 10:41:55 +00:00
tipaul
d74f58f47f moving non koha-running files to misc dir 2002-11-22 10:40:12 +00:00
tipaul
58df1490fb moved to misc 2002-11-22 10:21:12 +00:00
tipaul
8b8031b39a moving non koha-running files to misc dir 2002-11-22 10:20:40 +00:00
tipaul
ba814c7544 moving z3950 related scripts to specific dir 2002-11-22 10:15:22 +00:00
tipaul
5a83c14404 small bugfix 2002-11-22 10:13:20 +00:00
tipaul
b037fc2ce0 stopwords list (in french) 2002-11-22 10:10:15 +00:00
tipaul
d5dfb954e2 deleting unused scripts (moved tio misc/ except for database.mysql, which is not used anymore -relpaced by koha.mysql) 2002-11-22 09:13:03 +00:00
tipaul
5184a7497f moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
tipaul
ac8b867e11 deleting unused code : File.pm & USMARC.pm now are located in the MARC::Record package (unmodified), and other are out of date or rewritten somewhere else 2002-11-21 09:56:12 +00:00
tipaul
448ffb8109 deleting unused scripts 2002-11-21 09:22:06 +00:00
tipaul
911879e75b road to 1.3.2. (forgotten plugin launcher) 2002-11-20 16:44:30 +00:00
tipaul
0a177f5263 road to 1.3.2
various bugfixes, improvments
2002-11-19 12:45:31 +00:00
tipaul
ad2701a68f french translation first screen ;-) 2002-11-19 12:37:23 +00:00
tipaul
e0d4e702c3 road to 1.3.2 2002-11-19 12:32:22 +00:00
tipaul
5c67993c8f road to 1.3.2
various bugfixes, improvments, and migration from acquisition.pm to biblio.pm
2002-11-19 12:31:34 +00:00
tipaul
a4c791f56c small bugfix 2002-11-18 09:42:54 +00:00
lavide
a628f878e5 templating this file and modify it so that all the budgets are on the screen
but for this moment only on budget by bookfund because there is primary key for bookfundid in aqbookfund and in aqbudget tables
2002-11-16 21:40:53 +00:00
lavide
c82e185ace add links to aqbudget.pl 2002-11-16 21:37:03 +00:00
lavide
3e55c5b550 modify this template to add a links to aqbudget 2002-11-16 21:34:42 +00:00
lavide
6370d3fe5e template for aqbudget.pl 2002-11-16 21:26:10 +00:00
hdl
f91957e127 templating mancredit and maninvoice
templates
2002-11-15 15:29:50 +00:00
hdl
3d03be3c86 Templating mancredit and maninvoice 2002-11-14 18:48:14 +00:00
hdl
55482b6841 Adding Bookcount template 2002-11-13 17:55:21 +00:00
hdl
6c50c3c838 Bookcount Templating
First template and commit
2002-11-13 17:52:59 +00:00
tonnesen
12d23c81fd Merged some features over from rel-1-2, including primary key checking. 2002-11-12 17:42:40 +00:00
tipaul
f8993bd8d3 road to 1.3.2 :
* many bugfixes
* adding value_builder : you can map a subfield in the marc_subfield_structure to a sub stored in "value_builder" directory. In this directory you can create screen used to build values with any method. In this commit is a 1st draft of the builder for 100$a unimarc french subfield, which is composed of 35 digits, with 12 differents values (only the 4th first are provided for instance)
2002-11-12 16:44:38 +00:00
tipaul
ebb6609879 *** empty log message *** 2002-11-12 16:41:12 +00:00
tipaul
73e37063d5 road to 1.3.2 :
* many bugfixes
* adding value_builder : you can map a subfield in the marc_subfield_structure to a sub stored in "value_builder" directory. In this directory you can create screen used to build values with any method. In this commit is a 1st draft of the builder for 100$a unimarc french subfield, which is composed of 35 digits, with 12 differents values (only the 4th first are provided for instance)
2002-11-12 16:39:14 +00:00
tipaul
e11872aeb1 road to 1.3.2 :
* many bugfixes
* adding value_builder : you can map a subfield in the marc_subfield_structure to a sub stored in "value_builder" directory. In this directory you can create screen used to build values with any method. In this commit is a 1st draft of the builder for 100$a unimarc french subfield, which is composed of 35 digits, with 12 differents values (only the 4th first are provided for instance)
2002-11-12 15:58:43 +00:00
lavide
f8c08a6f69 fix that i had forgotten to template for $op=delete_confirm
and delete_confirmed
2002-11-11 08:36:44 +00:00
lavide
d360534ec9 i had forgotten tmpl tags for delete_confirm and delete_confirmed 2002-11-11 08:33:36 +00:00
lavide
eb3336f193 : ----------------------------------------------------------------------
ii code for templating this script but there is now to add (tommorow) a line that modify the aqbudget table too
2002-11-10 21:29:59 +00:00
lavide
d846c24ce9 for templating aqbookfund.pl 2002-11-10 21:21:11 +00:00
lavide
1f44062a2c add tmpl_loop tag for give on the screen all branches
excuse my bad english
2002-11-09 17:42:30 +00:00
lavide
8afe6ff214 fix problem that only one branches was on the screenbr 2002-11-09 17:37:01 +00:00