Commit graph

18 commits

Author SHA1 Message Date
tipaul
818f92fe98 * frameworks and itemtypes are independant
* in the MARC editor, showing the + to duplicate a tag only if the tag is repeatable
2004-06-03 13:44:57 +00:00
tipaul
1caccbf1ca hidding hidden & isurl constraints into MARC subfield structure 2004-05-28 08:33:41 +00:00
tipaul
82744c0ca9 small fix & improvement.
* fix : the marc subfield was called "tag" in the template. was working nice, but tricky.
* improvment : on each MARC value is now a little finder. If you click on the finder, it will auto-search all biblios with the corresponding value. Very useful to find everything written by an author, or every books from a collection.
2003-06-10 15:46:34 +00:00
tipaul
e5bbeace3d Those fixes solves the "internal server error" with MARC::Record 1.12.
It was due to an illegal contruction in Koha : we tried to retrive subfields from <10 tags.
That's not possible. MARC::Record accepted this in 0.93 version, but it was fixed after.
Now, the construct/retrieving is OK !
2003-04-28 13:07:14 +00:00
tipaul
4761132c1b *** empty log message *** 2003-04-07 14:06:16 +00:00
tipaul
5347b92619 bugfix 2003-03-18 11:14:50 +00:00
tipaul
ae96102096 * graphic bugfixes
* minor improvement
2003-03-10 15:16:54 +00:00
tipaul
0f6783c1ba small fix 2003-02-13 18:02:26 +00:00
acli
52a5fd4bbd Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
Create output_html_with_http_headers function to contain the "print $query
->header(-type => guesstype...),..." call. This is in preparation for
non-HTML output (e.g., text/xml) and charset conversion before output in
the future.

Created C4/Interface/CGI/Template.pm to hold convenience functions specific
to the CGI interface using HTML::Template

Modified moremembers.pl to make the "sex" field localizable for languages
where M and F doesn't make sense
2003-02-02 07:18:37 +00:00
acli
d16a9737d6 Handle non-latin1 charsets 2003-02-02 04:57:47 +00:00
tipaul
0e7f86db7e adding authentification with Auth.pm 2002-12-12 16:33:58 +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
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
tipaul
62436508e5 small fixes 2002-10-22 15:51:25 +00:00
tipaul
4a6b840064 POD doc and code cleaning 2002-10-11 10:17:41 +00:00
tipaul
aef9c7d0b9 minor bugfixes and improvements 2002-10-11 09:29:38 +00:00
tipaul
9193195478 road to 1.3.1 : viewing biblio MARC detail 2002-10-09 15:45:59 +00:00
tipaul
8515ca8a0c road to 1.3.1 : viewing biblio MARC detail 2002-10-07 14:02:43 +00:00