Commit graph

13 commits

Author SHA1 Message Date
tipaul
e64f66dbc2 removing warning 2003-11-28 14:12:23 +00:00
tipaul
c196693358 minor fixes in thesaurus_popup & authorities.pm
NEW plugin : the plugin that manages 60X field in UNIMARC (i think it's the same in marc21). Used to search a thesaurus entry & parse bibliothesaurus table for category NC (Common Name in french).
The user can enter a search term, and see entries corresponding. If the search is a real entry in the thesaurus, and this entry has dependencies, they are shown too.
For example, if the thesaurus contains :
Geo -- Europe -- France -- Marseille
Geo -- Europe -- France -- Paris
Hist -- Europe -- France -- Revolution

A search on "France"
shows
Geo --Europe --France and Hist -- Europe -- France on the left panel
When the user clic on Geo -- Europe -- France,
Marseille & Paris are shown on the right panel.

When the user selects a value, it's reported to the MARC editor.

NOTE : template ONLY IN FRENCH (but it's 11PM for instance, & i plan to go to bed :-) )
2003-11-14 22:00:42 +00:00
tipaul
85eff780ae bugfix : use of '$var' instead of ? in sql statement 2003-10-25 08:50:39 +00:00
tipaul
4d2fd8a1da small fix to avoid javascript error in HTML when editor list is empty. 2003-08-01 14:20:51 +00:00
tipaul
711c90b460 *** empty log message *** 2003-06-23 11:26:21 +00:00
tipaul
b87c065bd2 minor fix 2003-02-27 16:58:03 +00:00
tipaul
6b839bdca2 fixes, improvements and doc 2003-01-23 12:30:35 +00:00
tipaul
e077776ec7 Forgotten plugin... 2002-12-20 14:50:50 +00:00
tipaul
bb98c06076 changes to reflect official API 2002-12-20 14:02:39 +00:00
tipaul
0e7f86db7e adding authentification with Auth.pm 2002-12-12 16:33:58 +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
0a177f5263 road to 1.3.2
various bugfixes, improvments
2002-11-19 12:45:31 +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