Commit graph

2011 commits

Author SHA1 Message Date
slef
7784d816a1 DBI fixes re bug 662. Removed worrying suggestion to use dbh->do in comments. 2003-12-03 11:51:52 +00:00
slef
76dc65f2ca DBI fixes as part of bug 662 2003-12-03 11:43:12 +00:00
slef
6ef083647e DBI changes as part of bug 662 2003-12-03 11:41:04 +00:00
slef
7734f87d73 fixes for bug 662, securing prepare 2003-12-03 02:19:25 +00:00
slef
49b6f7872f conflict markers? 2003-12-03 01:43:41 +00:00
slef
7b5ebdd51b bug 662 fixes securing DBI 2003-12-03 01:42:03 +00:00
slef
571d609ccd fix for bug 600 2003-12-02 22:13:25 +00:00
tipaul
b706b5061b confirm member deletion 2003-12-02 10:28:49 +00:00
tipaul
d1e0cef3c7 confirm member deletion 2003-12-02 10:28:49 +00:00
tipaul
5f5c74ba27 delete biblio icon 2003-12-02 10:28:27 +00:00
tipaul
26984a9774 html indenting for readability & adding bgcolor for even records 2003-11-28 14:53:16 +00:00
tipaul
e64f66dbc2 removing warning 2003-11-28 14:12:23 +00:00
tipaul
06190d741e *** empty log message *** 2003-11-28 14:09:33 +00:00
tipaul
802f047806 prepare(?) & execute($var) modif 2003-11-28 14:06:57 +00:00
tipaul
116faee744 historic purposes 2003-11-28 14:06:08 +00:00
tipaul
524224c0d1 minor bugfix 2003-11-28 14:00:20 +00:00
tipaul
173e385e8f adding credits & using $] instead of perl -v to get perl version 2003-11-28 13:59:30 +00:00
tipaul
582a7ec8b2 fix for #564 2003-11-28 12:51:26 +00:00
tipaul
efebff07f4 translation to english (existed only in french before) 2003-11-28 10:49:39 +00:00
tipaul
a6c85616dc * removing too verbose messages.
* creating a fulltext index on bibliothesaurus
2003-11-28 10:08:33 +00:00
tipaul
496c07ede0 bugfix : misusing prepare & execute => now using prepare(?) and execute($var) 2003-11-28 09:48:33 +00:00
tipaul
ef5134635a bugfix for iso2709 file import in the "notforloan" field.
But notforloan field called "loan" somewhere, so in case "loan" is used, copied to "notforloan" to avoid a bug.
2003-11-28 09:45:25 +00:00
tipaul
43d4de6679 - using -P to remove empty dirs
- minor code cleaning (removing commented code)
2003-11-28 09:40:18 +00:00
tipaul
2b6eb63f57 removing unused files 2003-11-28 09:29:28 +00:00
tipaul
95e5883862 removing unused file 2003-11-28 09:28:48 +00:00
tipaul
e5fddea941 fix for #385 2003-11-24 17:40:14 +00:00
tipaul
5175c45aaf fix for #634 2003-11-24 17:15:55 +00:00
tipaul
94deaaec47 biblio & item deletion now works fine in MARC editor.
Stores deleted biblio/item in the marc field of the deletedbiblio/deleteditem table.
2003-11-24 17:12:41 +00:00
tipaul
feccbd1685 warning the librarian if he modify this table to run rebuildnonmarc script (#387) 2003-11-24 17:00:09 +00:00
tipaul
e0759d0934 fixing a bug in searches with stopwords (that where not dropped).
Moving "contains" as 1st choice for the search (= default one)
2003-11-24 16:53:10 +00:00
tipaul
6eb2c6141d biblio & item deletion now works fine in MARC editor.
Stores deleted biblio/item in the marc field of the deletedbiblio/deleteditem table.
2003-11-24 16:28:49 +00:00
tipaul
4a98096d23 execute($var) with ? bugfix 2003-11-24 16:24:24 +00:00
tipaul
49d00491c8 moving $id from beginning to end of file (70 commits... huge comments...) 2003-11-24 13:29:55 +00:00
tipaul
4333350f43 fix for #380 (bibliosubject) 2003-11-24 13:27:17 +00:00
tipaul
e46bf8e102 fix for #380 2003-11-24 13:16:36 +00:00
oleonard
427bbdcf6d Fix for Bug 678, along with minor corrections and cleaning up 2003-11-18 21:54:43 +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
slef
09d87ad430 English fixes 2003-11-13 13:36:54 +00:00
slef
2983976716 lengthen cardnumber to 16 and make it unique 2003-11-12 16:14:42 +00:00
slef
84b5174eba update cardnumber to 16 digits 2003-11-12 16:07:13 +00:00
slef
a291cb08d7 Updated text after user testing 2003-11-10 17:02:00 +00:00
tipaul
073d2233cc bugfix for #384
1st draft for MARC biblio deletion.
Still does not work well, but at least, Biblio.pm compiles & it should'nt break too many things
(Note the trash in the MARCdetail, but don't use it, please :-) )
2003-11-06 17:18:30 +00:00
tipaul
d5b4f4a9ee removes warning 2003-11-06 15:14:57 +00:00
slef
f38ad5f522 missed one, sorry 2003-11-06 15:08:40 +00:00
tipaul
fb8dadc918 adding marc fields in deletedbiblio & deleteditems 2003-11-06 15:07:11 +00:00
slef
8af672a1c8 now uses placeholders in sql 2003-11-06 15:06:24 +00:00
tipaul
7eac982ff3 minor html modifs & warn removed 2003-11-06 10:18:33 +00:00
slef
41169f2238 Now figures out what directory the scripts are in 2003-11-05 23:33:45 +00:00
slef
b902f17fa5 z3950 fixes and version display fixes 2003-11-05 23:31:10 +00:00
tipaul
dda880448c minor html fixes 2003-11-05 11:15:51 +00:00