]> git.koha-community.org Git - koha.git/log
koha.git
21 years agochange bookfundid to primary key in aqbookfund
tonnesen [Tue, 12 Nov 2002 17:30:35 +0000 (17:30 +0000)]
change bookfundid to primary key in aqbookfund

21 years agoadded link to Overdue items report
dragon28 [Sun, 10 Nov 2002 03:50:50 +0000 (03:50 +0000)]
added link to Overdue items report

21 years agofixed background image link
dragon28 [Sun, 10 Nov 2002 03:44:44 +0000 (03:44 +0000)]
fixed background image link

21 years agoFixes bugs with characters in search strings that require escaping in the URL
tonnesen [Fri, 8 Nov 2002 20:15:39 +0000 (20:15 +0000)]
Fixes bugs with characters in search strings that require escaping in the URL
(space, =, &, etc.).  Also uses the same set up as the opac search results
templates now.  ie the FORMINPUTS template variable is sent as variable and
value pairs so that the value can be url escaped by HTML::Template

21 years agoHack to allow apostrophe in subject searches
tonnesen [Fri, 8 Nov 2002 20:12:33 +0000 (20:12 +0000)]
Hack to allow apostrophe in subject searches

21 years agoLog out was linking to logout.pl instead of opac-logout.pl
tonnesen [Fri, 8 Nov 2002 20:12:07 +0000 (20:12 +0000)]
Log out was linking to logout.pl instead of opac-logout.pl

21 years agoRemoved all of the <TMPL_IF name="opac"> junk that is no longer needed. OPAC
tonnesen [Fri, 8 Nov 2002 18:45:35 +0000 (18:45 +0000)]
Removed all of the <TMPL_IF name="opac"> junk that is no longer needed.  OPAC
now has its own templates.

21 years agofixed typo to align bottom menu
dragon28 [Thu, 7 Nov 2002 17:30:29 +0000 (17:30 +0000)]
fixed typo to align bottom menu

21 years agofixed typo on home image
dragon28 [Thu, 7 Nov 2002 16:59:51 +0000 (16:59 +0000)]
fixed typo on home image

21 years agoupdated to use reports template
dragon28 [Thu, 7 Nov 2002 10:27:49 +0000 (10:27 +0000)]
updated to use reports template

21 years agoBug in hidden branch element (set to bib instead of branch)
tonnesen [Wed, 6 Nov 2002 00:32:27 +0000 (00:32 +0000)]
Bug in hidden branch element (set to bib instead of branch)

21 years agoAdded support for setting a required_date and an expiry_date on reserves.
tonnesen [Tue, 5 Nov 2002 23:26:25 +0000 (23:26 +0000)]
Added support for setting a required_date and an expiry_date on reserves.
Note that reserves system doesn't pay any attention to these dates, and the
librarian interface doesn't support setting these dates yet.

21 years agoRemoved set_date (reservedate already provides that functionality).
tonnesen [Tue, 5 Nov 2002 22:53:28 +0000 (22:53 +0000)]
Removed set_date (reservedate already provides that functionality).

21 years agoAdded numerical id keys to reserves and reserveconstraints.
tonnesen [Tue, 5 Nov 2002 22:38:12 +0000 (22:38 +0000)]
Added numerical id keys to reserves and reserveconstraints.
Added set_date,required_date,expires_date fields to reserves.

21 years agoModified opac search script to use itemtypesearchgroups table to generate class
tonnesen [Tue, 5 Nov 2002 19:54:43 +0000 (19:54 +0000)]
Modified opac search script to use itemtypesearchgroups table to generate class
list.

21 years agoUses new itemtypesearchgroups table to generate the class drop down.
tonnesen [Tue, 5 Nov 2002 19:50:40 +0000 (19:50 +0000)]
Uses new itemtypesearchgroups table to generate the class drop down.

21 years agoAdding an admin script for setting up the 'class' list in the advanced search
tonnesen [Tue, 5 Nov 2002 19:47:11 +0000 (19:47 +0000)]
Adding an admin script for setting up the 'class' list in the advanced search
pages.

21 years agoadded newline at end of file
dragon28 [Sat, 2 Nov 2002 09:43:43 +0000 (09:43 +0000)]
added newline at end of file

21 years agoupdated the requirement tests
dragon28 [Sat, 2 Nov 2002 09:38:22 +0000 (09:38 +0000)]
updated the requirement tests

21 years agoPut stripping '-' back in. Technically, an ISBN isn't necessarily unique
tonnesen [Fri, 1 Nov 2002 18:15:29 +0000 (18:15 +0000)]
Put stripping '-' back in.  Technically, an ISBN isn't necessarily unique
without the hyphens, but it makes searching a lot more difficult (because the
hyphens have to be in place to do the searches then...)

21 years agoNo longer removes - or X characters from ISBNs.
tonnesen [Fri, 1 Nov 2002 18:13:46 +0000 (18:13 +0000)]
No longer removes - or X characters from ISBNs.

21 years agoFix for broken author search...
tonnesen [Fri, 1 Nov 2002 06:48:33 +0000 (06:48 +0000)]
Fix for broken author search...

21 years agoSearch.pm was ignoring searches less than 3 characters. This broke any
tonnesen [Fri, 1 Nov 2002 03:55:03 +0000 (03:55 +0000)]
Search.pm was ignoring searches less than 3 characters.  This broke any
searches like "class=JF".

21 years agoChanged the date on the reserves print slip to show the mday not mday+1
finlayt [Thu, 31 Oct 2002 22:10:02 +0000 (22:10 +0000)]
Changed the date on the reserves print slip to show the mday not mday+1

21 years agoModified number of tests. R_1-2-3RC23
tonnesen [Wed, 30 Oct 2002 23:01:09 +0000 (23:01 +0000)]
Modified number of tests.

21 years agoRemoved warn line
tonnesen [Wed, 30 Oct 2002 23:00:21 +0000 (23:00 +0000)]
Removed warn line

21 years agoAdded opacthemes and opaclanguages system preferences to list of hints
tonnesen [Wed, 30 Oct 2002 22:55:19 +0000 (22:55 +0000)]
Added opacthemes and opaclanguages system preferences to list of hints

21 years agoUpgrade script preserves templates now.
tonnesen [Wed, 30 Oct 2002 22:49:21 +0000 (22:49 +0000)]
Upgrade script preserves templates now.

21 years agoAdded some more acquisitions tests
tonnesen [Wed, 30 Oct 2002 19:21:27 +0000 (19:21 +0000)]
Added some more acquisitions tests

21 years agoPrepends ' default' to $themes and ' en' to $lang so that themes will still
tonnesen [Wed, 30 Oct 2002 17:05:23 +0000 (17:05 +0000)]
Prepends ' default' to $themes and ' en' to $lang so that themes will still
work even if one of the opacthemes or opaclanguages system preferences is not
explicity set.  If you est opaclanguages to 'fr' but dont' set opacthemes,
theme will still default to 'default'.

21 years agoAdded ability to modify replacement price on items.
tonnesen [Wed, 30 Oct 2002 06:39:22 +0000 (06:39 +0000)]
Added ability to modify replacement price on items.

21 years agoTest harness for simple acquisitions started
tonnesen [Wed, 30 Oct 2002 06:38:29 +0000 (06:38 +0000)]
Test harness for simple acquisitions started

21 years agoFormatting dollar outputs ($8.50 instead of 8.5) R_1-2-3RC22
tonnesen [Tue, 29 Oct 2002 22:53:28 +0000 (22:53 +0000)]
Formatting dollar outputs ($8.50 instead of 8.5)

21 years agobuildrelease now puts the test scripts in $intranetdir/scripts/t/ R_1-2-3RC21
tonnesen [Tue, 29 Oct 2002 20:22:32 +0000 (20:22 +0000)]
buildrelease now puts the test scripts in $intranetdir/scripts/t/

21 years agoAdded check for environment variable 'nonproductioneserver' before running
tonnesen [Tue, 29 Oct 2002 20:05:44 +0000 (20:05 +0000)]
Added check for environment variable 'nonproductioneserver' before running
these tests.

21 years ago3 more circ tests.
tonnesen [Tue, 29 Oct 2002 19:59:05 +0000 (19:59 +0000)]
3 more circ tests.

21 years agoNew test script for circulation module.
tonnesen [Tue, 29 Oct 2002 19:47:57 +0000 (19:47 +0000)]
New test script for circulation module.

21 years agoRemoved "warn" line.
tonnesen [Tue, 29 Oct 2002 19:46:05 +0000 (19:46 +0000)]
Removed "warn" line.

21 years agoAdded some more tests to catalog.t
tonnesen [Tue, 29 Oct 2002 19:26:27 +0000 (19:26 +0000)]
Added some more tests to catalog.t

21 years agoAdded some more cataloging tests.
tonnesen [Tue, 29 Oct 2002 18:05:09 +0000 (18:05 +0000)]
Added some more cataloging tests.

21 years agoBug fixes... some found through new catalog.t test!
tonnesen [Tue, 29 Oct 2002 16:48:51 +0000 (16:48 +0000)]
Bug fixes... some found through new catalog.t test!

21 years agoTest script for testing actual web scripts. This test will require Koha to be
tonnesen [Tue, 29 Oct 2002 16:47:35 +0000 (16:47 +0000)]
Test script for testing actual web scripts.  This test will require Koha to be
installed with the sample data.  It will run the web scripts with sample form
input data and check for strings in the resulting web page (ie biblionumbers in
search results).

21 years agobuildrelease now supports 1.2 and 1.3 branches automatically
tonnesen [Mon, 28 Oct 2002 22:59:46 +0000 (22:59 +0000)]
buildrelease now supports 1.2 and 1.3 branches automatically

21 years agoRemoving file
tonnesen [Mon, 28 Oct 2002 22:07:49 +0000 (22:07 +0000)]
Removing file

21 years agoMerging new files from trunk to rel-1-2
tonnesen [Mon, 28 Oct 2002 22:06:48 +0000 (22:06 +0000)]
Merging new files from trunk to rel-1-2

21 years agoMoving member templates to member subdir to match location in trunk
tonnesen [Mon, 28 Oct 2002 22:05:55 +0000 (22:05 +0000)]
Moving member templates to member subdir to match location in trunk

21 years agoAdded hint for KohaAdminEmailAddress
tonnesen [Mon, 28 Oct 2002 21:00:24 +0000 (21:00 +0000)]
Added hint for KohaAdminEmailAddress

21 years agoMade patron update request email address into a system preference: KohaAdminEmailAddress.
tonnesen [Mon, 28 Oct 2002 20:54:33 +0000 (20:54 +0000)]
Made patron update request email address into a system preference: KohaAdminEmailAddress.

21 years agoMerging from trunk to rel-1-2
tonnesen [Mon, 28 Oct 2002 19:56:01 +0000 (19:56 +0000)]
Merging from trunk to rel-1-2

21 years agoWas loading 'printcirculationslips' parameter from config file instead of
tonnesen [Mon, 28 Oct 2002 18:24:23 +0000 (18:24 +0000)]
Was loading 'printcirculationslips' parameter from config file instead of
system preferences.  Switched to using Context.pm to load system prefs.

21 years agoBug broke illustrator searching.
tonnesen [Mon, 28 Oct 2002 18:01:48 +0000 (18:01 +0000)]
Bug broke illustrator searching.

21 years agoMerging from trunk to rel-1-2
tonnesen [Mon, 28 Oct 2002 17:45:14 +0000 (17:45 +0000)]
Merging from trunk to rel-1-2

21 years agoAdding Context.pm to rel-1-2 branch to allow more complete merging of scripts
tonnesen [Mon, 28 Oct 2002 17:16:49 +0000 (17:16 +0000)]
Adding Context.pm to rel-1-2 branch to allow more complete merging of scripts
with main trunk, and because it's just too cool to leave out any longer.  :)

21 years agoAdded three new systempreferences hints (dateformat, printcirculationslips, and
tonnesen [Fri, 25 Oct 2002 22:30:18 +0000 (22:30 +0000)]
Added three new systempreferences hints (dateformat, printcirculationslips, and
printreserveslips).

21 years agoFix to form for setting z39.50 server parameters. Sanity checks were broken.
tonnesen [Fri, 25 Oct 2002 22:22:21 +0000 (22:22 +0000)]
Fix to form for setting z39.50 server parameters.  Sanity checks were broken.

21 years agoStrips userid and password parameters off URL parameters list. R_1-2-3RC20
tonnesen [Fri, 25 Oct 2002 21:52:31 +0000 (21:52 +0000)]
Strips userid and password parameters off URL parameters list.

21 years agoFixes form focusing bug in Internet Explorer
tonnesen [Fri, 25 Oct 2002 19:43:33 +0000 (19:43 +0000)]
Fixes form focusing bug in Internet Explorer

21 years agoMoved bulkmracimport.pl to scripts directory (through buildrelease script)
tonnesen [Fri, 25 Oct 2002 18:52:46 +0000 (18:52 +0000)]
Moved bulkmracimport.pl to scripts directory (through buildrelease script)
Made bulkmarcimport.pl and updatedatabase able to run from the command line
without specifying the location of the C4 module directory (determines the
directory from /etc/koha.conf).

21 years agoAdded admin script for editing z39.50 server list.
tonnesen [Fri, 25 Oct 2002 18:28:39 +0000 (18:28 +0000)]
Added admin script for editing z39.50 server list.

21 years agoInitialize the dateformat systempreference variable to 'metric' if it doesn't
tonnesen [Fri, 25 Oct 2002 17:34:33 +0000 (17:34 +0000)]
Initialize the dateformat systempreference variable to 'metric' if it doesn't
exist.

21 years agoNew system preference for setting date format when entering patron birth dates.
tonnesen [Fri, 25 Oct 2002 17:23:41 +0000 (17:23 +0000)]
New system preference for setting date format when entering patron birth dates.
Defaults to non-us if not set.

21 years agoAdded system parameters links to bottom navigation bar and removed HLT links.
tonnesen [Fri, 25 Oct 2002 17:04:00 +0000 (17:04 +0000)]
Added system parameters links to bottom navigation bar and removed HLT links.

21 years agoRemoving Finlay's demo information from login screen.
tonnesen [Fri, 25 Oct 2002 16:40:01 +0000 (16:40 +0000)]
Removing Finlay's demo information from login screen.

21 years agoFixes mysql syntax errors logged to apache log files when performing subject
tonnesen [Fri, 25 Oct 2002 16:36:32 +0000 (16:36 +0000)]
Fixes mysql syntax errors logged to apache log files when performing subject
searches.

21 years agoAdded use C4::Database for configfile() routine
tonnesen [Thu, 24 Oct 2002 20:55:01 +0000 (20:55 +0000)]
Added use C4::Database for configfile() routine

21 years agoRemoving ReserveWaiting from returnbook() pending further discussion.
tonnesen [Thu, 24 Oct 2002 20:10:48 +0000 (20:10 +0000)]
Removing ReserveWaiting from returnbook() pending further discussion.

21 years agoNext and Previous buttons were broken in subject.tmpl
tonnesen [Thu, 24 Oct 2002 19:27:49 +0000 (19:27 +0000)]
Next and Previous buttons were broken in subject.tmpl

21 years agoCall to subsearch() wasn't including the offset and num variables so nothing
tonnesen [Thu, 24 Oct 2002 19:20:12 +0000 (19:20 +0000)]
Call to subsearch() wasn't including the offset and num variables so nothing
was getting returned.

21 years agoMerging files from trunk and rel-1-2, hoping to find some fixes to reserve
tonnesen [Thu, 24 Oct 2002 18:20:29 +0000 (18:20 +0000)]
Merging files from trunk and rel-1-2, hoping to find some fixes to reserve
problems in the trunk code.  Didn't find any.  :(

21 years agoreturnbook() was not marking reserved books as waiting.
tonnesen [Thu, 24 Oct 2002 17:43:00 +0000 (17:43 +0000)]
returnbook() was not marking reserved books as waiting.

21 years agoFixes bug in request.pl output. barcodes() subroutine is returning and array
tonnesen [Thu, 24 Oct 2002 16:30:26 +0000 (16:30 +0000)]
Fixes bug in request.pl output.  barcodes() subroutine is returning and array
of hashes, not an array of barcodes.

21 years agoRemoved warning line...
tonnesen [Thu, 24 Oct 2002 16:22:50 +0000 (16:22 +0000)]
Removed warning line...

21 years agoFix for bug in moremember.pl... calc_charges() in Circ2.pm wasn't returning the
tonnesen [Thu, 24 Oct 2002 16:21:38 +0000 (16:21 +0000)]
Fix for bug in moremember.pl... calc_charges() in Circ2.pm wasn't returning the
itemtype.

21 years agoAdded config checks for printing circulation slips.
tonnesen [Thu, 24 Oct 2002 16:20:40 +0000 (16:20 +0000)]
Added config checks for printing circulation slips.

21 years agoFixed seriestitle bug in detail templates. R_1-2-3RC18
tonnesen [Wed, 23 Oct 2002 20:27:51 +0000 (20:27 +0000)]
Fixed seriestitle bug in detail templates.
Fixed bug in circulation module when there was only one branch/printer or when
the cookie was set to a non-existent branch/printer

21 years agoFix branches.pl admin script so that it sets the IS and CU branchrelations on R_1-2-3RC17
tonnesen [Wed, 23 Oct 2002 17:03:31 +0000 (17:03 +0000)]
Fix branches.pl admin script so that it sets the IS and CU branchrelations on
by default.

21 years agoFixed a couple of bad bugs in installer.pl. New koha.conf.tmp file was causing R_1-2-3RC16
tonnesen [Wed, 23 Oct 2002 16:30:14 +0000 (16:30 +0000)]
Fixed a couple of bad bugs in installer.pl.  New koha.conf.tmp file was causing
problems.  In particular, updatedatabase couldn't work because koha.conf didn't
exist yet when it was run.  This, in turn, broke installing the sample data
because the necessary fields weren't in place in the tables yet.  Also, the
installer was trying to set the apache user's access to directories before it
knew what the apache user was.

21 years agoFixed warning messsage "v-string in use/require non-portable" when using Perl
tonnesen [Wed, 23 Oct 2002 15:38:51 +0000 (15:38 +0000)]
Fixed warning messsage "v-string in use/require non-portable" when using Perl
5.8

21 years agoInstaller script wasn't renaming koha.conf.tmp to koha.conf
tonnesen [Wed, 23 Oct 2002 15:34:11 +0000 (15:34 +0000)]
Installer script wasn't renaming koha.conf.tmp to koha.conf

21 years agoRemoved temporary files in the tmpl subdirectory
tonnesen [Tue, 22 Oct 2002 15:40:55 +0000 (15:40 +0000)]
Removed temporary files in the tmpl subdirectory

21 years agoMoved intranet templated scripts to new template directory structure.
tonnesen [Mon, 21 Oct 2002 20:10:18 +0000 (20:10 +0000)]
Moved intranet templated scripts to new template directory structure.

21 years agoMoved mainpage.pl template to new location
tonnesen [Mon, 21 Oct 2002 19:55:55 +0000 (19:55 +0000)]
Moved mainpage.pl template to new location

21 years agoCVS tagging now defaults to "no" and added koha-tmpl directory R_1-2-3RC15
tonnesen [Mon, 21 Oct 2002 18:38:16 +0000 (18:38 +0000)]
CVS tagging now defaults to "no" and added koha-tmpl directory

21 years agogettemplate() routine will assume htdocs is in $configfile{opacdir}."/htdocs"
tonnesen [Mon, 21 Oct 2002 17:39:42 +0000 (17:39 +0000)]
gettemplate() routine will assume htdocs is in $configfile{opacdir}."/htdocs"
if the opachtdocs variable isn't set in koha.conf

21 years agoAddign koha-tmpl directory to rel-1-2 branch
tonnesen [Mon, 21 Oct 2002 17:05:06 +0000 (17:05 +0000)]
Addign koha-tmpl directory to rel-1-2 branch

21 years agoAdding template files to rel-1-2 branch
tonnesen [Mon, 21 Oct 2002 16:59:22 +0000 (16:59 +0000)]
Adding template files to rel-1-2 branch

21 years agoadded request button, and check to see if it is requestable.
finlayt [Tue, 15 Oct 2002 23:36:01 +0000 (23:36 +0000)]
added request button, and check to see if it is requestable.

21 years agomore fixes according to hlt requests
finlayt [Tue, 15 Oct 2002 04:43:09 +0000 (04:43 +0000)]
more fixes according to hlt requests

21 years agoTotally rewrote CalcReserveCharge. It now gets the reservecharge from the categoryite...
finlayt [Tue, 15 Oct 2002 04:42:16 +0000 (04:42 +0000)]
Totally rewrote CalcReserveCharge. It now gets the reservecharge from the categoryitem table.

21 years agohave added a couple of images for the password and modify user flags links
finlayt [Tue, 15 Oct 2002 02:00:56 +0000 (02:00 +0000)]
have added a couple of images for the password and modify user flags links

21 years agochanged some wording for rosalie
finlayt [Tue, 15 Oct 2002 01:34:21 +0000 (01:34 +0000)]
changed some wording for rosalie

21 years agodisplays the users account record.
finlayt [Mon, 14 Oct 2002 22:48:46 +0000 (22:48 +0000)]
displays the users account record.

21 years agogeneral fixes and tinkering
finlayt [Mon, 14 Oct 2002 22:47:54 +0000 (22:47 +0000)]
general fixes and tinkering

21 years agoadded a flagsrequired line.
finlayt [Mon, 14 Oct 2002 09:39:36 +0000 (09:39 +0000)]
added a flagsrequired line.

21 years agofixed itemcount2 and ItemInfo so that they give the same information about items.
finlayt [Fri, 11 Oct 2002 05:25:12 +0000 (05:25 +0000)]
fixed itemcount2 and ItemInfo so that they give the same information about items.

21 years agofixed so that it displays using itemtypes only
finlayt [Fri, 11 Oct 2002 05:24:26 +0000 (05:24 +0000)]
fixed so that it displays using itemtypes only

21 years agoHave templated this module, uses opac-auth.tmpl at the mo, will probably have to...
finlayt [Thu, 3 Oct 2002 08:24:02 +0000 (08:24 +0000)]
Have templated this module, uses opac-auth.tmpl at the mo, will probably have to fix that later
also it not preserves post and get inputs through the authentification process.

21 years agoadded fix for opac do-it-yourself reserves into rel-1-2
finlayt [Thu, 3 Oct 2002 04:14:04 +0000 (04:14 +0000)]
added fix for opac do-it-yourself reserves into rel-1-2

21 years agoAdded do it yourself reserves feature to the opac
finlayt [Thu, 3 Oct 2002 03:53:06 +0000 (03:53 +0000)]
Added do it yourself reserves feature to the opac

21 years agoLimit the number of page index icons that are displayed to 15 maximum.
tonnesen [Wed, 2 Oct 2002 19:40:53 +0000 (19:40 +0000)]
Limit the number of page index icons that are displayed to 15 maximum.