Commit graph

18444 commits

Author SHA1 Message Date
tipaul
6d578747a9 removing Acquisition.pm
deleting unused code in biblio.pm, rewriting POD and answering most FIXME comments
2002-10-15 13:39:17 +00:00
tipaul
2745c7b218 road to 1.3.2. Full rewrite of marcimport.pl.
The acquisition system in MARC version will work like this :
* marcimport will put marc records into a "breeding farm" table.
* when the user want to add a biblio, he enters first the ISBN/ISSN of the biblio. koha searches into breeding farm and if the record exists, it is shown to the user to help him adding the biblio. When the biblio is added, it's deleted from the breeding farm.

This commit :
* modify acqui.simple home page  (addbooks.pl)
* adds import into breeding farm

Please note that :
* z3950 functionnality is dropped from "marcimport" will be added somewhere else.
* templates are in a new acqui.simple sub directory, and the marcimport template directory will become obsolete soon.I think this is more logic
2002-10-15 10:14:43 +00:00
tipaul
d5d09d1c9c fixme corrected, re-indent and adding the marc_breeding table (see commit of marcimport.pl for more explanations about breeding) 2002-10-15 10:08:19 +00:00
finlayt
c8312e10c2 more little changes from hlt 2002-10-15 04:43:50 +00:00
finlayt
015c0b76aa the template file to go with the opac-account.pl 2002-10-14 22:51:22 +00:00
finlayt
66d14dc1ee Fixed up the display of reserves. 2002-10-14 22:49:27 +00:00
arensb
f2f9a92b04 Added quote so Emacs color doesn't get screwed up. 2002-10-14 13:20:55 +00:00
tipaul
15e0b1d05f bugfix 2002-10-14 11:48:59 +00:00
tipaul
6ca446e042 moving .kohaautoconf file to kohadir => help in release build without being root 2002-10-14 11:20:40 +00:00
tipaul
4ff5dc3c7d bugfixes : templates root in koha.conf is wrong 2002-10-14 09:58:33 +00:00
tipaul
c4892ded4d merging arens + my modifs/bugfixes 2002-10-14 07:40:04 +00:00
tipaul
25c112ab86 merging arens + my modifs/bugfixes 2002-10-14 07:40:04 +00:00
finlayt
6800d04813 added small fix to UpdateReserve that fixes a bug coming from the calles from moremember.pl 2002-10-14 04:22:25 +00:00
arensb
651f7d9eb7 *** empty log message *** 2002-10-14 01:17:37 +00:00
arensb
af3b2c8d6e Unbogotified a line. 2002-10-14 01:16:00 +00:00
arensb
8810d2c9c8 *** empty log message *** 2002-10-14 01:14:29 +00:00
arensb
dff0b77740 Turned 'env' into a hash instead of a reference-to-hash, for
readability. Likewise, @$numbers -> @numbers, @$forminputs ->
@forminputs
Added a foreach loop to set up the search terms and output form, for
readability and easy extensibility.
2002-10-14 01:13:18 +00:00
arensb
a21ba22b26 Removed unused variable. 2002-10-14 01:10:01 +00:00
arensb
f4e7e94f09 Fixed the name of the program. 2002-10-14 01:04:46 +00:00
arensb
0fdcb80a9f *** empty log message *** 2002-10-13 11:40:58 +00:00
arensb
5e93dbd9ce Removed trailing whitespace. 2002-10-13 11:38:37 +00:00
arensb
eff606ba56 Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
Thus, $x = $x+2 becomes $x += 2, and so forth.
2002-10-13 11:32:14 +00:00
arensb
5aa0fca7fa Removed trailing whitespace. 2002-10-13 10:43:54 +00:00
arensb
24b7b9a73d Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
arensb
b85e4c814e Removed unused variables.
Unbogofied some code.
2002-10-13 09:26:24 +00:00
arensb
82e934b3d9 *** empty log message *** 2002-10-13 08:38:08 +00:00
arensb
89ed0f29f6 Removed unused finalizer. 2002-10-13 08:34:49 +00:00
arensb
7fc7f7cabb Added a FIXME comment. 2002-10-13 08:34:23 +00:00
arensb
fddab26c2e Deleted unused variables.
Removed trailing whitespace.
2002-10-13 08:27:49 +00:00
arensb
7be6b413fe Removed trailing whitespace.
Added a FIXME comment.
2002-10-13 07:51:10 +00:00
arensb
3f910752da Added magic RCS comment.
Removed trailing whitespace.
2002-10-13 07:45:05 +00:00
arensb
7197a3735b Added magic RCS comment.
Removed trailing whitespace.
2002-10-13 07:31:21 +00:00
arensb
d5c8d40e23 Deleted unused variables.
Removed trailing whitespace.
2002-10-13 06:37:54 +00:00
arensb
5e454c418b Added magic RCS comment.
Added a FIXME comment.
2002-10-13 06:32:17 +00:00
arensb
f2fb7a5a30 Added some FIXME comments.
Removed trailing whitespace.
2002-10-13 06:30:50 +00:00
arensb
a9e5b8bb76 Added a FIXME comment. 2002-10-13 06:30:01 +00:00
arensb
73bcde4fa1 Added magic RCS comment.
Added some FIXME comments explaining why I didn't write a POD.
Removed unused finalizer.
2002-10-13 06:29:37 +00:00
arensb
a3118241ed Added magic RCS comment.
Added some FIXME comments.
Added some explanatory comments.
Removed trailing whitespace.
Deleted unused variables.
Added POD.
Removed unused finalizer.
2002-10-13 06:28:49 +00:00
arensb
c572ee3b11 Added magic RCS comment.
Added some FIXME comments.
Added some explanatory comments.
Removed trailing whitespace.
Deleted unused variables.
Added POD.
Removed unused finalizer.
2002-10-13 06:22:48 +00:00
arensb
f96a21551d Added magic RCS comment.
Added some FIXME comments.
Deleted unused variables.
Added POD.
Removed unused finalizer.
2002-10-13 06:20:22 +00:00
arensb
048e1fdfe1 Added magic RCS comment.
Removed a lying comment.
Removed unused global variables.
Added POD.
Added some FIXME comments.
Added some explanatory comments.
Removed unused finalizer.
2002-10-13 06:18:42 +00:00
arensb
198d27dd88 Added magic RCS string.
Added some FIXME comments.
Removed unused finalizer.
2002-10-13 06:15:08 +00:00
arensb
4779119226 Added magic RCS string.
Added a FIXME comment.
Removed unused finalizer.
2002-10-13 06:14:10 +00:00
arensb
3660bc647a Removed bogus #! line (this isn't a script!)
Removed unused global variables.
Added POD.
Added some explanatory comments.
Added some FIXME comments.
2002-10-13 06:13:23 +00:00
arensb
6e4f0b9fb7 Added magic RCS comment.
Removed declarations for nonexistent variables.
Added some FIXME comments.
Removed unused finalizer.
2002-10-13 06:12:00 +00:00
arensb
bc9257875b Added partial POD (but I don't understand reserves well enough to
continue).
Added magic RCS comment.
Added some explanatory comments.
Removed trailing whitespace.
Added some FIXME comments.
Moved comments in first column to where they wouldn't obscure the
indentation.
Removed unused finalizer.
2002-10-13 06:09:26 +00:00
arensb
3a92eb7781 Added some FIXME comments. 2002-10-13 06:05:59 +00:00
arensb
6da9869463 Added a FIXME comment. 2002-10-13 06:03:38 +00:00
arensb
118907bcdd Added some FIXME comments.
Added RCS magic comment.
Removed unused finalizer.
2002-10-13 06:03:03 +00:00
arensb
c7f9fb2b99 Added some FIXME comments. 2002-10-13 05:56:10 +00:00