koha.git
21 years agoTest for Net::Z3950
tonnesen [Mon, 22 Jul 2002 22:41:59 +0000 (22:41 +0000)]
Test for Net::Z3950

21 years agoNew script copied over from trunk. Templates call this script.
tonnesen [Mon, 22 Jul 2002 17:38:06 +0000 (17:38 +0000)]
New script copied over from trunk.  Templates call this script.

21 years agoFixing missing column (budgetdate) in aqorders
rangi [Sat, 20 Jul 2002 22:28:13 +0000 (22:28 +0000)]
Fixing missing column (budgetdate) in aqorders
re bug 69

21 years agosync test with testing doc
pate [Wed, 17 Jul 2002 03:23:36 +0000 (03:23 +0000)]
sync test with testing doc

21 years agoUsed wrong environment variable for basic authentication support
tonnesen [Sun, 14 Jul 2002 19:37:13 +0000 (19:37 +0000)]
Used wrong environment variable for basic authentication support

21 years agoI had Koha.pm using Database.pm and vice versa. Subroutines don't get exported prope...
tonnesen [Fri, 12 Jul 2002 23:58:35 +0000 (23:58 +0000)]
I had Koha.pm using Database.pm and vice versa.  Subroutines don't get exported properly when this is done.  Moved configfile subroutine to Database.pm

21 years agoAdding some missing opac scripts
tonnesen [Thu, 11 Jul 2002 21:17:31 +0000 (21:17 +0000)]
Adding some missing opac scripts

21 years agoMissed dependency on Koha.pm for new configfile routine
tonnesen [Thu, 11 Jul 2002 21:06:19 +0000 (21:06 +0000)]
Missed dependency on Koha.pm for new configfile routine

21 years agoAdded authentication information to installer.pl, modified sample data to work
tonnesen [Thu, 11 Jul 2002 20:48:22 +0000 (20:48 +0000)]
Added authentication information to installer.pl, modified sample data to work
with new authentication scheme, fix to Auth.pm that was causing userid and
password to show up in the URL after logging out and logging back in again.

21 years agoAdded info about the new authentication to koha.upgrade, and changed inactivity
tonnesen [Thu, 11 Jul 2002 19:56:33 +0000 (19:56 +0000)]
Added info about the new authentication to koha.upgrade, and changed inactivity
timeout to 2 hours in Auth.pm.  This will be configurable in the final version.

21 years agoRemoved warning lines
tonnesen [Thu, 11 Jul 2002 19:48:22 +0000 (19:48 +0000)]
Removed warning lines

21 years agoCreated a subroutine for loading /etc/koha.conf settings. Auth.pm will now
tonnesen [Thu, 11 Jul 2002 19:43:10 +0000 (19:43 +0000)]
Created a subroutine for loading /etc/koha.conf settings.  Auth.pm will now
accept the user and pass values from /etc/koha.conf as valid authentication.

21 years agoAdded module check to koha.upgrade and added HTML::Template and Digest::MD5 to
tonnesen [Thu, 11 Jul 2002 18:43:51 +0000 (18:43 +0000)]
Added module check to koha.upgrade and added HTML::Template and Digest::MD5 to
the list of required modules.

21 years agoNew fields and tables for authentication module.
tonnesen [Thu, 11 Jul 2002 18:36:39 +0000 (18:36 +0000)]
New fields and tables for authentication module.

21 years agoCommitting changes to add authentication and opac templating to rel-1-2 branch R_1-2-3RC5
tonnesen [Thu, 11 Jul 2002 18:05:28 +0000 (18:05 +0000)]
Committing changes to add authentication and opac templating to rel-1-2 branch

21 years agoAdded warnings if the version to be installed has 'RC' in ther version.
tonnesen [Tue, 9 Jul 2002 20:16:41 +0000 (20:16 +0000)]
Added warnings if the version to be installed has 'RC' in ther version.

21 years agoMoved koha.conf write to after Z39.50 daemon was configured (to get kohalogdir
tonnesen [Tue, 9 Jul 2002 19:45:02 +0000 (19:45 +0000)]
Moved koha.conf write to after Z39.50 daemon was configured (to get kohalogdir
variable)

21 years agokoha.upgrade wasn't rewriting the variables in the z3950 daemon scripts.
tonnesen [Tue, 9 Jul 2002 19:39:23 +0000 (19:39 +0000)]
koha.upgrade wasn't rewriting the variables in the z3950 daemon scripts.
Modified installer.pl to store the $kohalogdir variable in /etc/koha.conf

21 years agokoha.conf hostname configuration variable was mistakenly labelled host.
tonnesen [Tue, 9 Jul 2002 19:03:19 +0000 (19:03 +0000)]
koha.conf hostname configuration variable was mistakenly labelled host.

21 years agoChecks the MySQL root password is correct and allows reentry of password.
tonnesen [Tue, 9 Jul 2002 17:58:56 +0000 (17:58 +0000)]
Checks the MySQL root password is correct and allows reentry of password.

21 years agoAdds subjectsearch.pl to the OPAC cgi-bin
tonnesen [Tue, 9 Jul 2002 17:57:43 +0000 (17:57 +0000)]
Adds subjectsearch.pl to the OPAC cgi-bin

21 years agoBug fix.
tonnesen [Tue, 9 Jul 2002 17:57:14 +0000 (17:57 +0000)]
Bug fix.

21 years agouses loadmodules.pl to load the acquisitions page
tonnesen [Tue, 9 Jul 2002 13:15:41 +0000 (13:15 +0000)]
uses loadmodules.pl to load the acquisitions page

21 years agoBug fix.
tonnesen [Tue, 9 Jul 2002 13:05:49 +0000 (13:05 +0000)]
Bug fix.

21 years agoOriginal logic removed all spaces, then replaced every occurence of a comma
tonnesen [Tue, 9 Jul 2002 03:06:42 +0000 (03:06 +0000)]
Original logic removed all spaces, then replaced every occurence of a comma
with a comma and space.  I'm not sure what the reasoning behind this was, but
it breaks authors names with spaces in them for searching.  I changed it to
just replace every space with a %20.

21 years agoSecond arg of requireDBI is calling subroutine name
amillar [Fri, 5 Jul 2002 19:30:14 +0000 (19:30 +0000)]
Second arg of requireDBI is calling subroutine name

21 years agoAdded check that programs are being run as root.
tonnesen [Fri, 5 Jul 2002 19:18:16 +0000 (19:18 +0000)]
Added check that programs are being run as root.

21 years agoFixing some bugs in marcimport.pl that broke uploading marc records.
tonnesen [Fri, 5 Jul 2002 16:04:04 +0000 (16:04 +0000)]
Fixing some bugs in marcimport.pl that broke uploading marc records.

21 years agoFixed logic bug in checkvalidisbn routine
tonnesen [Fri, 5 Jul 2002 04:45:13 +0000 (04:45 +0000)]
Fixed logic bug in checkvalidisbn routine

21 years agoBug fixes R_1-2-1
tonnesen [Thu, 4 Jul 2002 18:05:07 +0000 (18:05 +0000)]
Bug fixes

21 years agoFatal bug in installer.pl was trying to set httpduser variable in koha.conf
tonnesen [Thu, 4 Jul 2002 17:42:23 +0000 (17:42 +0000)]
Fatal bug in installer.pl  was trying to set httpduser variable in koha.conf
before the variable had been initialized.

21 years agoMerged with trunk... added websites table even though it isn't used yet in 1.2
tonnesen [Thu, 4 Jul 2002 16:40:22 +0000 (16:40 +0000)]
Merged with trunk... added websites table even though it isn't used yet in 1.2

21 years agostore httpduser variable in /etc/koha.conf
tonnesen [Wed, 3 Jul 2002 17:07:09 +0000 (17:07 +0000)]
store httpduser variable in /etc/koha.conf

21 years agoModifies /etc/koha.conf, adding any missing entries.
tonnesen [Wed, 3 Jul 2002 17:00:53 +0000 (17:00 +0000)]
Modifies /etc/koha.conf, adding any missing entries.

21 years agomerging 1.2 and main branches. Mostly spaces and typo diffs
tipaul [Wed, 3 Jul 2002 12:41:34 +0000 (12:41 +0000)]
merging 1.2 and main branches. Mostly spaces and typo diffs

21 years agomax(barcode) was getting incremented twice when adding new items.
tonnesen [Wed, 3 Jul 2002 05:04:42 +0000 (05:04 +0000)]
max(barcode) was getting incremented twice when adding new items.

21 years agoFixed bug in incrementing from final release (eg from 1.2.1 to 1.2.2RC1)
tonnesen [Wed, 3 Jul 2002 05:01:00 +0000 (05:01 +0000)]
Fixed bug in incrementing from final release (eg from 1.2.1 to 1.2.2RC1)

21 years agoNow asks for the apache username if it can't find the "User" directive in the
tonnesen [Wed, 3 Jul 2002 04:45:11 +0000 (04:45 +0000)]
Now asks for the apache username if it can't find the "User" directive in the
config file.

21 years agoFixed error in checkvalidisbn.
tonnesen [Wed, 3 Jul 2002 03:02:53 +0000 (03:02 +0000)]
Fixed error in checkvalidisbn.

21 years agoFixed typo (extra closing bracket)
tonnesen [Tue, 2 Jul 2002 22:25:07 +0000 (22:25 +0000)]
Fixed typo (extra closing bracket)

21 years agoRecommends installer.pl for linux systems
tonnesen [Tue, 2 Jul 2002 21:54:25 +0000 (21:54 +0000)]
Recommends installer.pl for linux systems

21 years agoRemoved. I believe this is no longer necessary.
tonnesen [Tue, 2 Jul 2002 20:47:41 +0000 (20:47 +0000)]
Removed.  I believe this is no longer necessary.

21 years agoAdd one testing line.
tonnesen [Tue, 2 Jul 2002 19:13:12 +0000 (19:13 +0000)]
Add one testing line.

21 years agoMerge from 1.2 and main branches. Only cosmetic changes (spaces)
tipaul [Tue, 2 Jul 2002 15:47:16 +0000 (15:47 +0000)]
Merge from 1.2 and main branches. Only cosmetic changes (spaces)

21 years agoModified processz3950queue to create a pid file in /var/run (if it exists) and
tonnesen [Sun, 30 Jun 2002 20:53:41 +0000 (20:53 +0000)]
Modified processz3950queue to create a pid file in /var/run (if it exists) and
then drop root privileges to the apache user before doing anything else.  Still
needs a good init script to start/stop/restart.

21 years agoSpelling correction
tonnesen [Sun, 30 Jun 2002 17:40:43 +0000 (17:40 +0000)]
Spelling correction

21 years agoAllow DEFAULT as input to addz3950search.
amillar [Sat, 29 Jun 2002 17:33:47 +0000 (17:33 +0000)]
Allow DEFAULT as input to addz3950search.
Check for existence of pid file (cat crashed otherwise).
Return error messages in addz3950search.

21 years agoFixes bug where last reserve request wasn't showing.
tonnesen [Sat, 29 Jun 2002 16:19:14 +0000 (16:19 +0000)]
Fixes bug where last reserve request wasn't showing.

21 years agofixed script to handle mysqldump not being in the path, also fixed a typo
dragon28 [Sat, 29 Jun 2002 00:43:00 +0000 (00:43 +0000)]
fixed script to handle mysqldump not being in the path, also fixed a typo

21 years agoChanged search results header "BRANCH" to "LOCATION" so that the "one branch"
tonnesen [Fri, 28 Jun 2002 21:03:22 +0000 (21:03 +0000)]
Changed search results header "BRANCH" to "LOCATION" so that the "one branch"
method of showing "On Loan" and "Shelf" numbers make sense.

21 years agoChanges for RC6
tonnesen [Fri, 28 Jun 2002 20:16:52 +0000 (20:16 +0000)]
Changes for RC6

21 years agoGot rid of white text on black, replaced with black on background-acq.gif
tonnesen [Fri, 28 Jun 2002 18:50:46 +0000 (18:50 +0000)]
Got rid of white text on black, replaced with black on background-acq.gif

21 years agomarcimport.pl will print an error message if it can not signal the
tonnesen [Fri, 28 Jun 2002 18:07:27 +0000 (18:07 +0000)]
marcimport.pl will print an error message if it can not signal the
processz3950queue program.  The message contains instructions for starting the
daemon.

21 years agoz3950queue now listens for a -HUP signal before processing the queue. Z3950.pm
tonnesen [Fri, 28 Jun 2002 17:45:39 +0000 (17:45 +0000)]
z3950queue now listens for a -HUP signal before processing the queue.  Z3950.pm
sends the -HUP signal when queries are added to the queue.

21 years agoChanged "Circ" to "On Loan" for one branch location output.
tonnesen [Fri, 28 Jun 2002 17:44:23 +0000 (17:44 +0000)]
Changed "Circ" to "On Loan" for one branch location output.

21 years agoInstaller now offers to password protect the Intranet interface.
tonnesen [Fri, 28 Jun 2002 17:04:58 +0000 (17:04 +0000)]
Installer now offers to password protect the Intranet interface.
Uses basic authentication.

21 years agoLogic error. Was using homebranch count as the count of circulating copies.
tonnesen [Fri, 28 Jun 2002 15:56:57 +0000 (15:56 +0000)]
Logic error.  Was using homebranch count as the count of circulating copies.

21 years agoFix broken logic on illustrator vs. add'l author
amillar [Fri, 28 Jun 2002 14:36:47 +0000 (14:36 +0000)]
Fix broken logic on illustrator vs. add'l author

21 years agomerging 1.2 and main. Only cosmetic changes (spaces, comments) and move from paramete...
tipaul [Fri, 28 Jun 2002 12:53:46 +0000 (12:53 +0000)]
merging 1.2 and main. Only cosmetic changes (spaces, comments) and move from parameter reading

21 years agomerging 1.2 and main. Only cosmetic changes (comments, spaces...)
tipaul [Fri, 28 Jun 2002 12:20:28 +0000 (12:20 +0000)]
merging 1.2 and main. Only cosmetic changes (comments, spaces...)

21 years agomerge of 1.2 and main branches.
tipaul [Fri, 28 Jun 2002 12:07:45 +0000 (12:07 +0000)]
merge of 1.2 and main branches.

21 years agomerging 1.2 and main. Only cosmetic
tipaul [Fri, 28 Jun 2002 08:38:48 +0000 (08:38 +0000)]
merging 1.2 and main. Only cosmetic

21 years agoNo count after circ or shelf if only one item.
tonnesen [Fri, 28 Jun 2002 04:54:48 +0000 (04:54 +0000)]
No count after circ or shelf if only one item.

21 years agoChanges to "Location" column output when there is only one branch in branches
tonnesen [Fri, 28 Jun 2002 04:51:58 +0000 (04:51 +0000)]
Changes to "Location" column output when there is only one branch in branches
table.  Outputs number of items in circulation and on shelf instead of number
of items in each branch.

21 years agoIntroduced an annoying bug that duplicated everything in iteminfo and branch
tonnesen [Fri, 28 Jun 2002 03:42:11 +0000 (03:42 +0000)]
Introduced an annoying bug that duplicated everything in iteminfo and branch
dropdowns today.  This fixes it.

21 years agotypo fixed
tonnesen [Thu, 27 Jun 2002 22:51:10 +0000 (22:51 +0000)]
typo fixed

21 years agoChange log for 1.2.1RC5
tonnesen [Thu, 27 Jun 2002 22:30:21 +0000 (22:30 +0000)]
Change log for 1.2.1RC5

21 years agoCopies all Changelog* files now.
tonnesen [Thu, 27 Jun 2002 22:29:03 +0000 (22:29 +0000)]
Copies all Changelog* files now.

21 years agoCouple of bug fixes and a notice about possible mods to httpd.conf required.
tonnesen [Thu, 27 Jun 2002 22:28:44 +0000 (22:28 +0000)]
Couple of bug fixes and a notice about possible mods to httpd.conf required.

21 years agoEthnicity line only shows up if ethnicity data has been entered for the
tonnesen [Thu, 27 Jun 2002 21:06:34 +0000 (21:06 +0000)]
Ethnicity line only shows up if ethnicity data has been entered for the
borrower.

21 years agoEthnicity fields only show up in memberentry if any ethnic groups are entered
tonnesen [Thu, 27 Jun 2002 21:03:03 +0000 (21:03 +0000)]
Ethnicity fields only show up in memberentry if any ethnic groups are entered
into the database.

21 years agoFunctional upgrade script. This script backs up the Koha database as well as
tonnesen [Thu, 27 Jun 2002 20:50:37 +0000 (20:50 +0000)]
Functional upgrade script.  This script backs up the Koha database as well as
all of the intranet and opac scripts and html documents before installing new
scripts and html documents and updating the database.

21 years agoAdding koha.upgrade to list of files copied.
tonnesen [Thu, 27 Jun 2002 20:49:34 +0000 (20:49 +0000)]
Adding koha.upgrade to list of files copied.

21 years agoFixing bug that reported an error if updatedatabase was run twice.
tonnesen [Thu, 27 Jun 2002 20:48:59 +0000 (20:48 +0000)]
Fixing bug that reported an error if updatedatabase was run twice.

21 years agoBeginning of a koha.upgrade script for 1.2.1. We need this if 1.2.1 is
tonnesen [Thu, 27 Jun 2002 19:31:05 +0000 (19:31 +0000)]
Beginning of a koha.upgrade script for 1.2.1.  We need this if 1.2.1 is
intended for production systems.

21 years agoChecks if a previous version of Koha is installed and prompts to run
tonnesen [Thu, 27 Jun 2002 19:07:21 +0000 (19:07 +0000)]
Checks if a previous version of Koha is installed and prompts to run
koha.upgrade if so.  Removed option to specify the location of koha.conf as the
/etc/ location is hardcoded in Database.pm and Output.pm.  Plus, we need to
know where it is when upgrading.  Added opacdir, intranetdir, and kohaversion
settings to koha.conf

21 years ago$deweyinput was always defined (it's an HTML input field). Check against
tonnesen [Thu, 27 Jun 2002 18:35:01 +0000 (18:35 +0000)]
$deweyinput was always defined (it's an HTML input field).  Check against
$bib->{dewey} instead.

21 years agoApplying patch from Matt Kraai to pick F or NF based on presense of a dewey
tonnesen [Thu, 27 Jun 2002 17:41:26 +0000 (17:41 +0000)]
Applying patch from Matt Kraai to pick F or NF based on presense of a dewey
number when adding a book via marcimport.pl

21 years agoRe-enabling the max(barcode) + 1 behaviour. Checks that the last digit is a
tonnesen [Thu, 27 Jun 2002 16:26:52 +0000 (16:26 +0000)]
Re-enabling the max(barcode) + 1 behaviour.  Checks that the last digit is a
number before adding 1.  If the last digit isn't a number, fall back to Roger's
behaviour of using biblionumber as barcode.

21 years agoFixed typo
tonnesen [Thu, 27 Jun 2002 13:30:26 +0000 (13:30 +0000)]
Fixed typo

21 years agoMaking executable.
tonnesen [Thu, 27 Jun 2002 05:28:23 +0000 (05:28 +0000)]
Making executable.

21 years agoChangelog for RC4
tonnesen [Wed, 26 Jun 2002 22:53:49 +0000 (22:53 +0000)]
Changelog for RC4

21 years agoJust adding a -r to the cp statement for the docs folder
rangi [Wed, 26 Jun 2002 22:37:18 +0000 (22:37 +0000)]
Just adding a -r to the cp statement for the docs folder

21 years agoMissing wait() call caused a lot of zombie processes to be left lying around.
tonnesen [Wed, 26 Jun 2002 22:29:23 +0000 (22:29 +0000)]
Missing wait() call caused a lot of zombie processes to be left lying around.

21 years agoWrong capitilization on branchcode "MAIN".
tonnesen [Wed, 26 Jun 2002 22:14:32 +0000 (22:14 +0000)]
Wrong capitilization on branchcode "MAIN".

21 years agoFix to allow non-numeric barcodes.
tonnesen [Wed, 26 Jun 2002 22:13:49 +0000 (22:13 +0000)]
Fix to allow non-numeric barcodes.

21 years agoOkay, so I added the $barcode parameter to a comment. So, sue me. :)
tonnesen [Wed, 26 Jun 2002 21:58:45 +0000 (21:58 +0000)]
Okay, so I added the $barcode parameter to a comment.  So, sue me.  :)

21 years agobuildrelease will check for docs subdirectory in /root/docs/ and copy that to
tonnesen [Wed, 26 Jun 2002 20:59:23 +0000 (20:59 +0000)]
buildrelease will check for docs subdirectory in /root/docs/ and copy that to
the tarball.

21 years agouse warnings breaks on perl 5.005...
tonnesen [Wed, 26 Jun 2002 20:54:31 +0000 (20:54 +0000)]
use warnings breaks on perl 5.005...

21 years agoInserting some changes I made locally a while ago.
tonnesen [Wed, 26 Jun 2002 20:46:48 +0000 (20:46 +0000)]
Inserting some changes I made locally a while ago.

21 years agoHad some biblioitemnumbers that didn't exist.
tonnesen [Wed, 26 Jun 2002 20:42:58 +0000 (20:42 +0000)]
Had some biblioitemnumbers that didn't exist.

21 years agoAdded some sample data for the virtual bookshelf function
tonnesen [Wed, 26 Jun 2002 20:34:48 +0000 (20:34 +0000)]
Added some sample data for the virtual bookshelf function

21 years agoSome udpates that I made here locally a while ago. Still won't be useful, but
tonnesen [Wed, 26 Jun 2002 20:28:15 +0000 (20:28 +0000)]
Some udpates that I made here locally a while ago.  Still won't be useful, but
should be functional

21 years agoadded Debian's /etc/apache-ssl/ config directory
tonnesen [Wed, 26 Jun 2002 20:25:18 +0000 (20:25 +0000)]
added Debian's /etc/apache-ssl/ config directory

21 years agoAdded notification text.
tonnesen [Wed, 26 Jun 2002 20:12:04 +0000 (20:12 +0000)]
Added notification text.

21 years agomoved z3950 scripts to z3950daemon subdir within scripts dir in tarball
tonnesen [Wed, 26 Jun 2002 20:00:19 +0000 (20:00 +0000)]
moved z3950 scripts to z3950daemon subdir within scripts dir in tarball

21 years agoBug fix. Single quotes were causing $KohaZ3950Shell variable to not get
tonnesen [Wed, 26 Jun 2002 19:56:57 +0000 (19:56 +0000)]
Bug fix.  Single quotes were causing $KohaZ3950Shell variable to not get
expanded

21 years agoFixed hard coded directories in z3950 shell scripts, and moved z3950 scripts to
tonnesen [Wed, 26 Jun 2002 18:57:02 +0000 (18:57 +0000)]
Fixed hard coded directories in z3950 shell scripts, and moved z3950 scripts to
scripts directory in tarball.

21 years agoMissing two fields for aqbooksellers.
tonnesen [Wed, 26 Jun 2002 18:19:53 +0000 (18:19 +0000)]
Missing two fields for aqbooksellers.

21 years agoAdded blurb pointing to new HOWTO-testing document, and asking that bugs
tonnesen [Wed, 26 Jun 2002 18:19:06 +0000 (18:19 +0000)]
Added blurb pointing to new HOWTO-testing document, and asking that bugs
be submitted to http://bugs.koha.org/ or koha-devel.