Commit graph

34458 commits

Author SHA1 Message Date
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
tipaul
5062b701e0 templating newbasket2.pl. (Done by hdl, new french developer !) 2002-11-04 09:31:20 +00:00
arensb
2e7c58c135 *** empty log message *** 2002-10-30 14:07:53 +00:00
arensb
49c8fef9e7 (added) Ancillary files for new installer. 2002-10-30 14:06:29 +00:00
arensb
5eee9472e0 (added): New configuration/install tool. 2002-10-30 14:04:33 +00:00
arensb
8dbee92c10 Added explanatory comment. 2002-10-30 14:01:26 +00:00
arensb
604d27ea8d (bug fix): Fixed typo. 2002-10-30 14:00:23 +00:00
tonnesen
97ab8ca242 buildrelease now handles 1.2 and 1.3 branches automatically (for guessing next version) 2002-10-28 23:01:01 +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
tonnesen
52a3126df1 Merging changes from rel-1-2 to trunk 2002-10-28 21:44:33 +00:00
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