koha.git
21 years agoAdded two missing required Perl modules.
arensb [Sat, 28 Sep 2002 04:53:45 +0000 (04:53 +0000)]
Added two missing required Perl modules.

21 years agoAdded the possiblity of deleting waiting reservesm or setting them back to not waiting.
finlayt [Fri, 27 Sep 2002 05:21:44 +0000 (05:21 +0000)]
Added the possiblity of deleting waiting reservesm or setting them back to not waiting.
uses UpdateReserve now, instead of updatereserves from Reserves2.pm

21 years agolong WAS the road to 1.3.0... R_1-3-0
tipaul [Tue, 24 Sep 2002 13:49:26 +0000 (13:49 +0000)]
long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB

21 years agolong WAS the road to 1.3.0...
tipaul [Tue, 24 Sep 2002 12:56:02 +0000 (12:56 +0000)]
long WAS the road to 1.3.0...
coming VERY SOON NOW...
modifying installer and buildrelease to update the DB

21 years agoAdded POD.
arensb [Mon, 23 Sep 2002 13:53:18 +0000 (13:53 +0000)]
Added POD.

21 years agoAdded POD.
arensb [Mon, 23 Sep 2002 13:52:38 +0000 (13:52 +0000)]
Added POD.
Removed unnecessary trailing whitespace.

21 years agoFixed missing bit in POD.
arensb [Mon, 23 Sep 2002 13:50:30 +0000 (13:50 +0000)]
Fixed missing bit in POD.

21 years agoFixed missing bits in POD.
arensb [Mon, 23 Sep 2002 13:49:46 +0000 (13:49 +0000)]
Fixed missing bits in POD.

21 years agoAdded POD.
arensb [Sun, 22 Sep 2002 17:29:17 +0000 (17:29 +0000)]
Added POD.
Added some FIXME comments.
Removed useless trailing whitespace.

21 years agoAdded some FIXME comments.
arensb [Sun, 22 Sep 2002 16:49:20 +0000 (16:49 +0000)]
Added some FIXME comments.

21 years agoAdded POD.
arensb [Sun, 22 Sep 2002 05:38:32 +0000 (05:38 +0000)]
Added POD.

21 years agoAdded PODs.
arensb [Sun, 22 Sep 2002 04:04:22 +0000 (04:04 +0000)]
Added PODs.
Removed a bunch of trailing whitespace.
Fixed &mkheadr to match the documentation.

21 years agoRemoved trailing spaces, especially those interfering with the POD.
arensb [Sun, 22 Sep 2002 00:30:35 +0000 (00:30 +0000)]
Removed trailing spaces, especially those interfering with the POD.

21 years agolong is the road to 1.4.0
tipaul [Fri, 20 Sep 2002 13:01:50 +0000 (13:01 +0000)]
long is the road to 1.4.0
* MARCadditem and MARCmoditem now works
* various bugfixes in MARC management
!!! 1.3.0 should be released very soon now. Be careful !!!

21 years agolong is the road to 1.4.0
tipaul [Fri, 20 Sep 2002 12:57:46 +0000 (12:57 +0000)]
long is the road to 1.4.0
* MARCadditem and MARCmoditem now wroks
* various bugfixes in MARC management
!!! 1.3.0 should be released very soon now. Be careful !!!

21 years agoadding POD from Andres Arensburger
pate [Fri, 20 Sep 2002 12:49:47 +0000 (12:49 +0000)]
adding POD from Andres Arensburger

21 years agoFixed the ordering of bibitems displayed in the request page. Most recent at top...
finlayt [Thu, 19 Sep 2002 00:24:27 +0000 (00:24 +0000)]
Fixed the ordering of bibitems displayed in the request page. Most recent at top, ordered by dateaccessioned on the items table.

21 years agoNearly forgot the numbers!
finlayt [Wed, 18 Sep 2002 06:34:52 +0000 (06:34 +0000)]
Nearly forgot the numbers!

21 years agoadded all the opac default/en/ files into the koha-tmpl archive. All future html...
finlayt [Wed, 18 Sep 2002 06:33:35 +0000 (06:33 +0000)]
added all the opac default/en/ files into the koha-tmpl archive. All future html opac development should be in here.

21 years agotemplatified:set templatedirectory in koha.conf to use the templates
dnmeid [Tue, 17 Sep 2002 15:08:42 +0000 (15:08 +0000)]
templatified:set templatedirectory in koha.conf to use the templates

21 years agosmall bugfixes
dnmeid [Tue, 17 Sep 2002 12:53:03 +0000 (12:53 +0000)]
small bugfixes

21 years agoAdded getpathtotemplate-function
dnmeid [Tue, 17 Sep 2002 12:42:52 +0000 (12:42 +0000)]
Added getpathtotemplate-function

21 years agoInitial revision
dnmeid [Mon, 16 Sep 2002 09:10:26 +0000 (09:10 +0000)]
Initial revision

21 years agocalc_charges expects to be passed a database handler, this wasnt happening, which...
rangi [Sat, 14 Sep 2002 01:20:12 +0000 (01:20 +0000)]
calc_charges expects to be passed a database handler, this wasnt happening, which was breaking this page

21 years agofixes for the ordering of the issues table in issues, and also on the
rangi [Sat, 14 Sep 2002 00:57:27 +0000 (00:57 +0000)]
fixes for the ordering of the issues table in issues, and also on the
printed slip

21 years ago* fill_usmarc.pl => fills db with MARC21/english data structure. The modifs now maps...
tipaul [Tue, 10 Sep 2002 14:02:42 +0000 (14:02 +0000)]
* fill_usmarc.pl => fills db with MARC21/english data structure. The modifs now maps koha item fields to 995 MARC tag.
* updatedb2marc.pl => builds MARC data from old-DB. WARNING : this script translate around 30rows/seconds, which is neither good nor bad (if you consider that 1 biblio+1 item = more than 50 record in the MARC-DB). But if you plan to migrate a 30 000 books db, launch script and go for lunch ;-)

21 years agoMARC API continued...
tipaul [Tue, 10 Sep 2002 13:53:52 +0000 (13:53 +0000)]
MARC API continued...
* some bugfixes
* multiple item management : MARCadditem and MARCmoditem have been added. They suppose that ALL the MARC field linked to koha-item are in the same MARC tag (on the same line of MARC file)

Note : it should not be hard for marcimport and marcexport to re-link fields from internal tag/subfield to "legal" tag/subfield.

21 years agoadding mysql path for linux mandrake (which is /usr/bin/mysql)
tipaul [Fri, 6 Sep 2002 16:43:18 +0000 (16:43 +0000)]
adding mysql path for linux mandrake (which is /usr/bin/mysql)

21 years agochanged the way Waiting items are transfered from returns.pl to Circ2.pm
finlayt [Thu, 5 Sep 2002 00:16:39 +0000 (00:16 +0000)]
changed the way Waiting items are transfered from returns.pl to Circ2.pm

21 years agoChanged so that when a Waiting item is returned the holding branch is updated.
finlayt [Thu, 5 Sep 2002 00:06:30 +0000 (00:06 +0000)]
Changed so that when a Waiting item is returned the holding branch is updated.

21 years agoLittle bug fixes.
finlayt [Wed, 4 Sep 2002 22:51:39 +0000 (22:51 +0000)]
Little bug fixes.

21 years agoBug fix in ReserveWaiting to make sure only the record found is marked waiting.
finlayt [Wed, 4 Sep 2002 22:31:06 +0000 (22:31 +0000)]
Bug fix in ReserveWaiting to make sure only the record found is marked waiting.

21 years agoAdded bibliothesaurus table
tonnesen [Fri, 30 Aug 2002 17:26:14 +0000 (17:26 +0000)]
Added bibliothesaurus table

21 years agoFixed bug in flags display
finlayt [Thu, 29 Aug 2002 00:00:45 +0000 (00:00 +0000)]
Fixed bug in flags display

21 years agorewrote CheckReserves so that it can be called with a barcode as well as on itemnumber.
finlayt [Mon, 26 Aug 2002 22:34:29 +0000 (22:34 +0000)]
rewrote CheckReserves so that it can be called with a barcode as well as on itemnumber.

21 years agoanother little tinker. long overdues are now requestable.
finlayt [Thu, 22 Aug 2002 04:45:07 +0000 (04:45 +0000)]
another little tinker. long overdues are now requestable.

21 years agoadded another link on the "Reserve Found" flag.
finlayt [Thu, 22 Aug 2002 04:20:33 +0000 (04:20 +0000)]
added another link on the "Reserve Found" flag.

21 years agoFixed bug by cleaning out crud.
finlayt [Thu, 22 Aug 2002 03:06:33 +0000 (03:06 +0000)]
Fixed bug by cleaning out crud.

21 years agoFixed up the display of bibitems, implemented some restrictions on which items can...
finlayt [Thu, 22 Aug 2002 02:31:58 +0000 (02:31 +0000)]
Fixed up the display of bibitems, implemented some restrictions on which items can be reserved.

21 years agofixed bug caused by last commit
finlayt [Wed, 21 Aug 2002 04:35:13 +0000 (04:35 +0000)]
fixed bug caused by last commit

21 years agoChanged the display of lost, long overdue, reference, and cancelled items.
finlayt [Wed, 21 Aug 2002 04:31:25 +0000 (04:31 +0000)]
Changed the display of lost, long overdue, reference, and cancelled items.

21 years agoturned of the branchtransfer when an item is set to "waiting".
finlayt [Wed, 21 Aug 2002 04:29:03 +0000 (04:29 +0000)]
turned of the branchtransfer when an item is set to "waiting".

21 years agoFixed up some of the messaging stuff.
finlayt [Wed, 21 Aug 2002 03:54:39 +0000 (03:54 +0000)]
Fixed up some of the messaging stuff.

21 years agominor changes to comments etc....
finlayt [Wed, 21 Aug 2002 02:45:30 +0000 (02:45 +0000)]
minor changes to comments etc....

21 years agoA little script for performing changes to the branch fields on items. This script...
finlayt [Wed, 21 Aug 2002 02:42:54 +0000 (02:42 +0000)]
A little script for performing changes to the branch fields on items. This script runs over the database.

21 years agoFixed a little bug so that flags get recalculated after an item is issued.
finlayt [Wed, 21 Aug 2002 01:40:47 +0000 (01:40 +0000)]
Fixed a little bug so that flags get recalculated after an item is issued.

21 years agoFixed a bug in the reordering priorities in FillReserve and andother different bug...
finlayt [Wed, 21 Aug 2002 01:31:16 +0000 (01:31 +0000)]
Fixed a bug in the reordering priorities in FillReserve and andother different bug in CheckReserves.

21 years agoremoved the printreserve routine. It has been replaced by printslip.
finlayt [Tue, 20 Aug 2002 22:40:12 +0000 (22:40 +0000)]
removed the printreserve routine. It has been replaced by printslip.

21 years agofixed up the CheckReserves.pm routine so that it does not put Referece items into...
finlayt [Mon, 19 Aug 2002 06:29:36 +0000 (06:29 +0000)]
fixed up the CheckReserves.pm routine so that it does not put Referece items into "waiting" status if there is a reserve. Also fixed a bug in detail.pl.

21 years agoadded a Boolean: $norequests whhich is set on the template detail.tmpl so that the...
finlayt [Mon, 19 Aug 2002 05:37:15 +0000 (05:37 +0000)]
added a Boolean: $norequests whhich is set on the template detail.tmpl so that the "requests" button only apears if it is actually possible to make a request. This is set by checking against the "notforloan" field on the itemtypes table.

21 years agoRemoved '_' between issues, returns, and transfers graphics
tonnesen [Fri, 16 Aug 2002 20:46:40 +0000 (20:46 +0000)]
Removed '_' between issues, returns, and transfers graphics

21 years agoChanged the wording of the reserves print slip slightly.
finlayt [Thu, 15 Aug 2002 22:26:34 +0000 (22:26 +0000)]
Changed the wording of the reserves print slip slightly.

21 years agoFixed a really terrible bug! Took out the fixpriorities call in FillReserve. This...
finlayt [Thu, 15 Aug 2002 03:31:02 +0000 (03:31 +0000)]
Fixed a really terrible bug! Took out the fixpriorities call in FillReserve. This is not necesary because the priorities are fixed up when the item is set to waiting in ReserveWaiting.

21 years agoAdded some red color here into the message that appears when a waiting book is attemp...
finlayt [Thu, 15 Aug 2002 03:27:28 +0000 (03:27 +0000)]
Added some red color here into the message that appears when a waiting book is attempted to be issued.

21 years agochanged the color to red and size to +2 for the Issuing Question....
finlayt [Thu, 15 Aug 2002 03:13:44 +0000 (03:13 +0000)]
changed the color to red and size to +2 for the Issuing Question....

21 years agoFix for last borrower for the moredetail.pl page
rangi [Thu, 15 Aug 2002 02:02:40 +0000 (02:02 +0000)]
Fix for last borrower for the moredetail.pl page
sCVS:

21 years agoAdded copyright statement to all .pl and .pm files
tonnesen [Wed, 14 Aug 2002 18:12:50 +0000 (18:12 +0000)]
Added copyright statement to all .pl and .pm files

21 years agoadded a check in the returnbook subroutine that checks to see if a book has been...
finlayt [Wed, 14 Aug 2002 05:37:07 +0000 (05:37 +0000)]
added a check in the returnbook subroutine that checks to see if a book has been cancelled: i.e. that the wthdrawn field has been set to 1.

21 years agoall items are listed in the returned items list, regardless of whether they were...
finlayt [Wed, 14 Aug 2002 05:35:53 +0000 (05:35 +0000)]
all items are listed in the returned items list, regardless of whether they were issued or not.
Changed some messageing stuff as well, but will be back to fix that up some more.

21 years agoI have changed the branch options to only include the Issueing branches. Also if...
finlayt [Fri, 9 Aug 2002 04:33:01 +0000 (04:33 +0000)]
I have changed the branch options to only include the Issueing branches. Also if no branch is set it Defaults to Levin.

21 years agochanged the previous issues to be listed in order of due date
finlayt [Fri, 9 Aug 2002 04:14:56 +0000 (04:14 +0000)]
changed the previous issues to be listed in order of due date

21 years agofixed up the todays issues and previous issues tables so that they are both listed...
finlayt [Fri, 9 Aug 2002 04:03:43 +0000 (04:03 +0000)]
fixed up the todays issues and previous issues tables so that they are both listed in reverse order by issue date.

21 years agofix to pass the catalog maintenance flag along
rangi [Wed, 31 Jul 2002 09:17:34 +0000 (09:17 +0000)]
fix to pass the catalog maintenance flag along

21 years agoadded a   if the volumendesc field is null.
finlayt [Wed, 31 Jul 2002 04:27:57 +0000 (04:27 +0000)]
added a   if the volumendesc field is null.

21 years agoadded the ordernumber information to make the Aquisitions link work.
finlayt [Wed, 31 Jul 2002 03:56:44 +0000 (03:56 +0000)]
added the ordernumber information to make the Aquisitions link work.

21 years agoadded "notforloan" field to the itemtypes table.
finlayt [Wed, 31 Jul 2002 02:34:27 +0000 (02:34 +0000)]
added "notforloan" field to the itemtypes table.

21 years agoChanged the ItemInfo method. if an items "itemlost" field is 2, the 'duedate' is...
finlayt [Wed, 31 Jul 2002 01:50:06 +0000 (01:50 +0000)]
Changed the ItemInfo method. if an items "itemlost" field is 2, the 'duedate' is set to "Very Overdue". If itemlost = 1, duedate is set to "Lost".

21 years agoadded the itemtype code to the printed slip that goes in a reserved book.
finlayt [Fri, 26 Jul 2002 02:27:16 +0000 (02:27 +0000)]
added the itemtype code to the printed slip that goes in a reserved book.

21 years agoadded the book title and author to the reserve messages.
finlayt [Fri, 26 Jul 2002 01:09:55 +0000 (01:09 +0000)]
added the book title and author to the reserve messages.

21 years agoFixxing bugs
finlayt [Fri, 26 Jul 2002 01:08:48 +0000 (01:08 +0000)]
Fixxing bugs

21 years agoremoved some warn statments.
finlayt [Fri, 26 Jul 2002 01:08:13 +0000 (01:08 +0000)]
removed some warn statments.

21 years agotaking out some warn statements....
finlayt [Thu, 25 Jul 2002 21:42:26 +0000 (21:42 +0000)]
taking out some warn statements....

21 years agoChanged FindReserves so that it gets biblioitem data if the reserve has a reserve...
finlayt [Thu, 25 Jul 2002 21:41:10 +0000 (21:41 +0000)]
Changed FindReserves so that it gets biblioitem data if the reserve has a reserve constraint.

21 years agopod documenting the API.
tipaul [Thu, 25 Jul 2002 13:40:31 +0000 (13:40 +0000)]
pod documenting the API.

21 years agosmall script that show in HTML a MARC biblio stored in koha. Very useful for test...
tipaul [Thu, 25 Jul 2002 09:55:51 +0000 (09:55 +0000)]
small script that show in HTML a MARC biblio stored in koha. Very useful for test, and could be a start for MARC management in koha.

21 years agoNow, the acqui.simple system...
tipaul [Wed, 24 Jul 2002 16:24:20 +0000 (16:24 +0000)]
Now, the acqui.simple system...
marcimport.pl has been almost completly rewritten, so LOT OF BUGS TO COME !!! You've been warned. It seems to work, but...

As with my former messages, nothing seems to have been changed... but ...
* marcimport now uses HTML::Template.
* marcimport now uses MARC::Record. that means that when you import a record, the old-DB is populated with the data as in version 1.2, but the MARC-DB part is filled with full MARC::Record.

<IMPORTANT NOTE>
to get correct response times, you MUST add an index on isbn, issn and lccn rows in biblioitem table. Note this should be done in 1.2 too...
</IMPORTANT NOTE>

<IMPORTANT NOTE2>
acqui.simple manage biblio, biblioitems and items tables quite properly. Normal acquisition system manages biblio, biblioitems BUT NOT items. That will be done in the near future...
</IMPORTANT NOTE2>

what's next now ?
* bug tracking, of course... Surely a dozen of dozens...
* LOT of developpments, i'll surely write a mail to koha-devel tomorrow (as it's time for dinner in France, and i plan to play NeverwinterNights after dinner ;-) ...

21 years agoNow, the API...
tipaul [Wed, 24 Jul 2002 16:11:37 +0000 (16:11 +0000)]
Now, the API...
Database.pm and Output.pm are almost not modified (var test...)

Biblio.pm is almost completly rewritten.

WHAT DOES IT ??? ==> END of Hitchcock suspens

1st, it does... nothing...
Every old API should be there. So if MARC-stuff is not done, the behaviour is EXACTLY the same (if there is no added bug, of course). So, if you use normal acquisition, you won't find anything new neither on screen or old-DB tables ...

All old-API functions have been cloned. for example, the "newbiblio" sub, now has become :
* a "newbiblio" sub, with the same parameters. It just call a sub named OLDnewbiblio
* a "OLDnewbiblio" sub, which is a copy/paste of the previous newbiblio sub. Then, when you want to add the MARC-DB stuff, you can modify the newbiblio sub without modifying the OLDnewbiblio one. If we correct a bug in 1.2 in newbiblio, we can do the same in main branch by correcting OLDnewbiblio.
* The MARC stuff is usually done through a sub named MARCxxx where xxx is the same as OLDxxx. For example, newbiblio calls MARCnewbiblio. the MARCxxx subs use a MARC::Record as parameter.
The last thing to solve was to manage biblios through real MARC import : they must populate the old-db, but must populate the MARC-DB too, without loosing information (if we go from MARC::Record to old-data then back to MARC::Record, we loose A LOT OF ROWS). To do this, there are subs beginning by "ALLxxx" : they manage datas with MARC::Record datas. they call OLDxxx sub too (to populate old-DB), but MARCxxx subs too, with a complete MARC::Record ;-)

In Biblio.pm, there are some subs that permits to build a old-style record from a MARC::Record, and the opposite. There is also a sub finding a MARC-bibid from a old-biblionumber and the opposite too.
Note we have decided with steve that a old-biblio <=> a MARC-Biblio.

21 years ago1st scripts for MARC-DB.
tipaul [Wed, 24 Jul 2002 15:52:53 +0000 (15:52 +0000)]
1st scripts for MARC-DB.

WARNING : YOU MUST DO THE FOLLOWING IF YOU EXPECT THE MAIN-BRANCH TO WORK.

* install MARC::Record package, from cpan or sourceforge
* OVERWRITE File.pm and USMARC.pm. The original misses 1 functionnality we absolutly need in koha (reading a MARC from a variable, not from a file). Thanks to Steve, who modified MARC::Record.
* modify your DB by adding marcschema.sql tables
* populate new tables by launching fill_usmarc.pl

Then, it should work...
What works exactly will come in the next commit, in a few minuts (hitchcock suspens...)

21 years agoremoved warn statement
finlayt [Wed, 24 Jul 2002 05:11:07 +0000 (05:11 +0000)]
removed warn statement

21 years agocommented out a warn or two...
finlayt [Wed, 24 Jul 2002 04:00:33 +0000 (04:00 +0000)]
commented out a warn or two...

21 years agoFixed up the Print module. Added a function printslip that takes a string as an argum...
finlayt [Wed, 24 Jul 2002 03:16:21 +0000 (03:16 +0000)]
Fixed up the Print module. Added a function printslip that takes a string as an argument. It is easier to prepare the slip and then call the print function.
in circulation.pl I have moved some javascript out to the circulation-top.inc

21 years agofixed up the reserves. Can view the printed slip before it is printed!
finlayt [Wed, 24 Jul 2002 03:14:04 +0000 (03:14 +0000)]
fixed up the reserves. Can view the printed slip before it is printed!

21 years agofixed bug that kept asigning reserved books to the same person!
finlayt [Wed, 24 Jul 2002 03:01:17 +0000 (03:01 +0000)]
fixed bug that kept asigning reserved books to the same person!

21 years agoFix permissions on /etc/koha.conf on initial install.
tonnesen [Tue, 23 Jul 2002 06:06:42 +0000 (06:06 +0000)]
Fix permissions on /etc/koha.conf on initial install.

21 years agoreactivated the printreserve method that is used to print a slip when a reserved...
finlayt [Tue, 23 Jul 2002 03:32:42 +0000 (03:32 +0000)]
reactivated the printreserve method that is used to print a slip when a reserved book is returned. this is used in /circ/returns.pl

21 years agochanged the behaviour when a reserved book is returned according to the wishes of...
finlayt [Tue, 23 Jul 2002 03:28:36 +0000 (03:28 +0000)]
changed the behaviour when a reserved book is returned according to the wishes of HLT.

21 years agofixed up some little bugs around the big buttons that change between issues, returns...
finlayt [Tue, 23 Jul 2002 01:28:42 +0000 (01:28 +0000)]
fixed up some little bugs around the big buttons that change between issues, returns and transfers

21 years agothese files were old versions that are not currently used.
finlayt [Mon, 22 Jul 2002 22:40:32 +0000 (22:40 +0000)]
these files were old versions that are not currently used.

21 years agoChanges from rel-1-2 branch
tonnesen [Mon, 22 Jul 2002 22:33:03 +0000 (22:33 +0000)]
Changes from rel-1-2 branch

21 years agoMissing bracket
tonnesen [Mon, 22 Jul 2002 20:45:47 +0000 (20:45 +0000)]
Missing bracket

21 years agoMaking sure fix makes it into the main branch as well
rangi [Sat, 20 Jul 2002 22:30:06 +0000 (22:30 +0000)]
Making sure fix makes it into the main branch as well
Fix for bug 69

21 years agochanged the wording of two messages. see http://bugzilla.katipo.co.nz/show_bug.cgi...
finlayt [Fri, 19 Jul 2002 03:33:52 +0000 (03:33 +0000)]
changed the wording of two messages. see bugzilla.katipo.co.nz/show_bug.cgi?id=1390

21 years agoSend cookie in header
tonnesen [Thu, 11 Jul 2002 06:40:06 +0000 (06:40 +0000)]
Send cookie in header

21 years agoCleaned up contents of location information
tonnesen [Thu, 11 Jul 2002 05:48:01 +0000 (05:48 +0000)]
Cleaned up contents of location information

21 years agoUpdates to authentications cripts. userpage.pl is the page for authenticated
tonnesen [Thu, 11 Jul 2002 05:46:58 +0000 (05:46 +0000)]
Updates to authentications cripts.  userpage.pl is the page for authenticated
users in the OPAC to set preferences, get personal information, etc.

21 years ago*** empty log message ***
tipaul [Wed, 10 Jul 2002 13:58:43 +0000 (13:58 +0000)]
*** empty log message ***

21 years agoAuth.pm now caches form submissions and resubmits them if a user logs back in
tonnesen [Tue, 9 Jul 2002 05:37:53 +0000 (05:37 +0000)]
Auth.pm now caches form submissions and resubmits them if a user logs back in
after being logged out for inactivity.  Also switched from crypt passwords to
md5 passwords stored in borrowers table.  Used Digest::MD5 module.  I ain't
gonna reinvent _that_ wheel.  :)

21 years agoBug fix from rel-1-2
tonnesen [Tue, 9 Jul 2002 03:07:05 +0000 (03:07 +0000)]
Bug fix from rel-1-2

21 years agoBug fixes from rel-1-2
tonnesen [Mon, 8 Jul 2002 18:34:35 +0000 (18:34 +0000)]
Bug fixes from rel-1-2

21 years agotoo many arguments to mklink
tonnesen [Mon, 8 Jul 2002 16:45:57 +0000 (16:45 +0000)]
too many arguments to mklink