Commit graph

882 commits

Author SHA1 Message Date
tipaul
2dcd520ced templating : readingrec.pl 2002-10-28 21:15:11 +00:00
tipaul
fb0fb2f0eb templating :readingrec.tmpl 2002-10-28 21:14:29 +00:00
tipaul
207a4f27d8 templating pay.pl 2002-10-28 20:17:27 +00:00
tonnesen
c16a952963 Merging from rel-1-2 to trunk 2002-10-28 20:02:57 +00:00
tipaul
6e9e3cf3ab templating stuff : use of gettemplate method 2002-10-28 18:00:57 +00:00
tipaul
495bf81d1c templating stuff : directory move and bugfixes (use gettemplate method) 2002-10-28 17:59:05 +00:00
tonnesen
f43a56dd15 Merging from rel-1-2 to trunk 2002-10-28 17:46:18 +00:00
tipaul
08e46e6de0 road to 1.3.2
Thesaurus / authorities support. db schema update
2002-10-26 17:59:35 +00:00
tipaul
72f8328b0a road to 1.3.1
thesaurus / authorities support
2002-10-26 17:57:18 +00:00
tipaul
94b6b3a6c1 Road to 1.3.2
* bugfixes and improvements
2002-10-25 10:58:26 +00:00
tipaul
81367c84eb Road to 1.3.2
* bugfixes and improvements
* manage mandatory MARC subfields
* new table : authorised_values. this table contains categories and authorised values for the category. On MARC management, you can map a subfield to a authorised_values category. If you do this, the subfield can only be filled with a authorised_value of the selected category.
this submit contains everything needed :
* updatedatabase
* admin screens
* "links" management
* creation of a html-list if a subfield is mapped to an authorised value.

Note this is different from authorities support, which will come soon.
The authorised_values is supposed to contains a "small" number of authorised values for a category (less than 50-100). If you enter more authorised values than this, it should be hard to find what you want in a BIG list...
2002-10-25 10:55:46 +00:00
tonnesen
08d26bcc75 Removing ReserveWaiting call pending further discussion... 2002-10-24 20:09:29 +00:00
tonnesen
7aeb26593b Merging changes from rel-1-2 into trunk (circulation module only) 2002-10-24 18:30:17 +00:00
arensb
fbb774f115 Fixed "no title" warning when generating HTML documentation from POD. 2002-10-24 12:09:01 +00:00
tonnesen
a0df2d5ea3 Added a couple of tests. 2002-10-24 04:12:10 +00:00
tonnesen
d0a060afb5 Added some more functionality to Shelf.pm (including the ability to actually
create a new shelf) and started a test script (Shelf.t)
2002-10-23 23:32:47 +00:00
tonnesen
263f5ecd46 First shot at a Shelf module. I'd appreciate comments on this. It contains
perldoc documentation describing the interface to date.
2002-10-23 22:21:09 +00:00
tipaul
62436508e5 small fixes 2002-10-22 15:51:25 +00:00
tipaul
ebc08585d4 road to 1.3.2 : adding a biblio in MARC format.
seems to work a few.
still to do :
* manage html checks (mandatory subfields...)
* add list of acceptable values (authorities)
* manage ## in MARC format
* manage correctly repeatable fields
and probably a LOT of bugfixes
2002-10-22 15:50:23 +00:00
lavide
b83190843c Modified Files
branches.pl
fix error in $script_name that was false:
2002-10-18 12:45:41 +00:00
arensb
69b96350f7 *** empty log message *** 2002-10-16 12:49:00 +00:00
arensb
d9f9d49ba3 Added a FIXME comment. 2002-10-16 12:46:19 +00:00
arensb
15a05e968f Updated a FIXME comment. 2002-10-16 12:45:15 +00:00
arensb
aa3a88a76c Added and updated some FIXME comments. 2002-10-16 12:44:25 +00:00
arensb
15d6ecc822 Added some FIXME comments. 2002-10-16 12:42:29 +00:00
arensb
54ff89f091 C4::Acquisitions doesn't exist anymore. Replaced with C4::Catalogue
(presumably this is correct, because &C4::Catalogue::getorder is
exported, but &C4::Biblio::getorder isn't).
Replaced an obviously-bogus assignment with a much more likely string
comparison.
2002-10-16 12:41:10 +00:00
arensb
d8cd705243 (bug fix): This was always displaying the OPAC results page. Fixed by
replacing an assignment with a string comparison.
2002-10-16 12:37:12 +00:00
arensb
add7710b2d Replaced nonexistent C4::Acquisitions with C4::Biblio, since that's
what was apparently intended.
2002-10-16 12:35:43 +00:00
arensb
4799ed4b62 Removed reference to nonexistent C4::Acquisitions.
Added FIXME comment.
2002-10-16 12:34:06 +00:00
arensb
5dc24af67f Added a FIXME comment. 2002-10-16 12:32:49 +00:00
arensb
5656db6882 C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue,
since that's what was apparently intended.
2002-10-16 12:32:26 +00:00
tipaul
2ec783b0ef removing Acquisition.pm reference (unused anyway !) 2002-10-16 08:33:56 +00:00
finlayt
22441fdc45 opac-auth.tmpl : changed wording from Name: to Cardnumber:
opac-userupdate.tmpl  : removed "clear all fields" button
opac-detail.tmpl      : added request button, when reservable
2002-10-15 23:35:10 +00:00
lavide
86259e5f3a Yet the last version of branche.pl
after a good story with cvs using by a beginner
to use HTML::Template
2002-10-15 20:37:26 +00:00
lavide
5854328240 Modified File
branches.pl
to use HTML::Template
2002-10-15 20:27:18 +00:00
lavide
1710ebdad0 Added Files
branches.tmpl

for templating with branches.pl
cvs: ----------------------------------------------------------------------
2002-10-15 19:53:41 +00:00
arensb
9a29323c7c *** empty log message *** 2002-10-15 16:57:39 +00:00
arensb
40273bf0c6 (bug fix): Arguments to mkdir were in the wrong order.
Changed octal values for permissions to the standard notation.
2002-10-15 16:56:56 +00:00
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