Commit graph

112 commits

Author SHA1 Message Date
amillar
97a5af0b2d Add comments, make branchrelations consistent with other table additions 2002-05-21 05:12:42 +00:00
amillar
1984194f78 Removing Catalogue.pm because it doesn't compile cleanly yet 2002-05-18 06:56:13 +00:00
tipaul
f2509ca2b2 First, run updater/thesaurus_create.pl.
It creates a thesaurus table and fills it with data in bibliosubject. Thesaurus
contains 2 columns : freelib and stdlib. This permits connecting differents forms for a word/sentence (HUGO may be mapped to V. Hugo, Victor Hugo...)
In modbib.pl, you will see "..." near subject. If you   click on this ..., a popup appear. It has 4 parts : the Subject field, a search field with Search button. If you enter a value here and click Search, a list of thesaurus entries starting by what you enter appear.
If you select a value and click "OK", the value is added to the subject list.
When you've finished, click END. the window is closed, and the value copied to main subject window.

Make heavy use of javascript. TESTED UNDER MOZILLA 0.99. Please test under IE.

Administration of thesaurus table will come soon (with html::template) ...
2002-05-14 11:26:09 +00:00
rangi
bdcc8271a2 Fixing a typo 2002-05-06 21:59:40 +00:00
tipaul
5c164fdc70 updated database.mysql : dropped unused tables, created indexes : old database.mysql updated by updatedatabase2.pl script 2002-05-02 09:19:49 +00:00
finlayt
9255f92b21 moredetail.pl presents circulation information taken from the
branchtransfers table

Circ2.pm has been changed a little

admin/branches.pl alows branches to be added, edited and deleted.

updatedatabase needs more fixing
2002-05-02 00:08:53 +00:00
finlayt
8c792b7917 added database patchs to the updater/updatedatabase script
changes the type of the datesent and datearrived fields in the
branchtransfers table from date to datetime.

completely re-organises the branchcategories table. As this has previously
been unused it shouldnt effect anyone.
2002-03-26 05:08:52 +00:00
tipaul
19829f142c Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop)
Creates a thesaurus table from the bilbiosubject one
2002-03-19 15:39:31 +00:00
tipaul
5836e7a9ee Sample database only for parameters tables 2002-03-19 15:37:15 +00:00
tonnesen
3e37c422fc Added code to determine mysqld version for possibility of converting
databases to MyISAM format
2001-11-19 23:28:59 +00:00
tonnesen
c910f99b9b Added some more tables to the database updater. Modified barcode to be
20 characters long instead of 9.
2001-11-19 20:29:46 +00:00
tonnesen
95fb76586f Script that will update existing databases, creating any new tables,
adding, modifying or removing any fields from existing tables.

This is in very early stages.  Need to go through and ascertain which
tables and fields need to be added/modified.  Also need to add a "backup"
before any modifications are made.  Thoughts on this are welcome.
2001-11-19 18:26:50 +00:00