Commit graph

84 commits

Author SHA1 Message Date
hdl
12a8d67c21 Templating moditem, modbib, modwebsites, newimember 2002-12-16 00:26:18 +00:00
hdl
ffbe400ce5 Templating : modbibitem.pl modbibitem.tmpl 2002-12-15 17:38:20 +00:00
tipaul
4b9af7f1ff 1st draft of marc export 2002-12-13 16:22:04 +00:00
tipaul
016de75d8c small bugfix 2002-12-13 10:36:00 +00:00
tipaul
0e7f86db7e adding authentification with Auth.pm 2002-12-12 16:33:58 +00:00
tipaul
d10e9b539c adding authentification with Auth.pm 2002-12-10 17:34:24 +00:00
tipaul
fc7d0d5538 copying opac-auth.tmpl into intranet templates branch to enable auth.pm to work properly and show a login screen if user is not logged in.
finlay => see yesterday mail about auth.tmpl missing and validate this commit (which is just a copy/paste from opac-auth)
2002-12-10 15:54:30 +00:00
tipaul
d0ade962d3 improvements from Dombes Abbey work 2002-12-10 13:52:44 +00:00
tipaul
421de1df64 new and modified plugins for unimarc biblio management.
note that the plugin api has been deeply modified, and should now be definitive.
It will be documented soon on the wiki.
2002-12-10 13:52:20 +00:00
tipaul
1215d1dc77 minor presentation modifs 2002-12-10 13:48:40 +00:00
tipaul
80d59a7ca2 fugfixes from Dombes Abbey work 2002-12-10 13:42:35 +00:00
finlayt
3195b480bf merged changes to the default/en opac files 2002-12-05 00:07:36 +00:00
tipaul
42881c6d92 vacuum cleaner 2002-12-02 16:14:28 +00:00
tipaul
bd66ef0c65 quickfix for bug N°132 : the "More" link is disabled.
You can add subfields one by one by using the empty line in the subfield list.
2002-12-02 15:37:03 +00:00
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
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
a5fbff487e unused template 2002-11-27 17:18:48 +00:00
tipaul
716dfa79d6 commiting forgotten changes before releasing 1.3.2 2002-11-27 10:29:55 +00:00
tipaul
ad2701a68f french translation first screen ;-) 2002-11-19 12:37:23 +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
55482b6841 Adding Bookcount template 2002-11-13 17:55:21 +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
d360534ec9 i had forgotten tmpl tags for delete_confirm and delete_confirmed 2002-11-11 08:33:36 +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
tipaul
5062b701e0 templating newbasket2.pl. (Done by hdl, new french developer !) 2002-11-04 09:31:20 +00:00
tonnesen
b89587c218 Merging from rel-1-2 to trunk 2002-10-28 22:29:08 +00:00
tonnesen
b4ff8f24bd Merging from rel-1-2 to trunk
Removing HLT links from footers and fixing javascript form focusing bug that
affects Internet Explorer browsers.
2002-10-28 22:12:16 +00:00
tonnesen
513077bdb5 Merging rel-1-2 into trunk 2002-10-28 21:53:04 +00:00
tonnesen
dd934bdd4d Merging from rel-1-2 to trunk 2002-10-28 21:45:38 +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
tipaul
495bf81d1c templating stuff : directory move and bugfixes (use gettemplate method) 2002-10-28 17:59:05 +00:00
tipaul
72f8328b0a road to 1.3.1
thesaurus / authorities support
2002-10-26 17:57:18 +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
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
arensb
15d6ecc822 Added some FIXME comments. 2002-10-16 12:42:29 +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
1710ebdad0 Added Files
branches.tmpl

for templating with branches.pl
cvs: ----------------------------------------------------------------------
2002-10-15 19:53:41 +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
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
tipaul
f73b72aee1 html-link to the script for linking koha fields and marc-db 2002-10-11 14:24:18 +00:00
tipaul
bf1b862180 with this script, it's easy to see which koha-DB fields are not mapped to MARC-DB and map them. 2002-10-11 14:23:28 +00:00