]> git.koha-community.org Git - koha.git/log
koha.git
21 years agoadded opac-membership.pl and working on opac-reserve.pl
finlayt [Wed, 27 Nov 2002 20:55:35 +0000 (20:55 +0000)]
added opac-membership.pl and working on opac-reserve.pl

21 years agoadded the subject search results table
finlayt [Wed, 27 Nov 2002 11:29:00 +0000 (11:29 +0000)]
added the subject search results table

21 years ago*** empty log message ***
finlayt [Wed, 27 Nov 2002 11:17:38 +0000 (11:17 +0000)]
*** empty log message ***

21 years agoremoving C4::Context, wasnt needed
finlayt [Wed, 27 Nov 2002 11:03:18 +0000 (11:03 +0000)]
removing C4::Context, wasnt needed

21 years agochanged back to C4::Database from C4::Context
finlayt [Wed, 27 Nov 2002 10:54:57 +0000 (10:54 +0000)]
changed back to C4::Database from C4::Context

21 years agofixed typo
finlayt [Wed, 27 Nov 2002 10:12:05 +0000 (10:12 +0000)]
fixed typo

21 years agomore hlt opac stuff
finlayt [Wed, 27 Nov 2002 02:29:57 +0000 (02:29 +0000)]
more hlt opac stuff

21 years agoadded the publictype field to the output from ItemInfo routine
finlayt [Wed, 27 Nov 2002 01:48:53 +0000 (01:48 +0000)]
added the publictype field to the output from ItemInfo routine

21 years agotook out some crude
finlayt [Wed, 27 Nov 2002 01:47:43 +0000 (01:47 +0000)]
took out some crude

21 years agomore improovements for the hlt opac
finlayt [Wed, 27 Nov 2002 01:46:54 +0000 (01:46 +0000)]
more improovements for the hlt opac

21 years agomore templates and includes for the hlt opac
finlayt [Wed, 27 Nov 2002 01:45:49 +0000 (01:45 +0000)]
more templates and includes for the hlt opac

21 years agoFixed a bug in the Auth.pm
finlayt [Wed, 27 Nov 2002 00:03:07 +0000 (00:03 +0000)]
Fixed a bug in the Auth.pm

21 years agoSome small changes to enable the new hlt opac
finlayt [Tue, 26 Nov 2002 04:45:03 +0000 (04:45 +0000)]
Some small changes to enable the new hlt opac

21 years agoAdded the publictype field to the itemtypes table. This is used in the hlt opac to...
finlayt [Tue, 26 Nov 2002 04:42:33 +0000 (04:42 +0000)]
Added the publictype field to the itemtypes table. This is used in the hlt opac to assign images to each of the types.

21 years agoAdded the reading record and users details scripts. and fixed a few little things...
finlayt [Tue, 26 Nov 2002 04:40:02 +0000 (04:40 +0000)]
Added the reading record and users details scripts. and fixed a few little things in the other two.

21 years agoLots more opac templates, includes and images for hlt
finlayt [Tue, 26 Nov 2002 04:37:05 +0000 (04:37 +0000)]
Lots more opac templates, includes and images for hlt

21 years agoQuoting mysqld password in command line calls.
tonnesen [Mon, 25 Nov 2002 20:45:20 +0000 (20:45 +0000)]
Quoting mysqld password in command line calls.

21 years agoFix for database connection problem when several forks are active at once.
tonnesen [Mon, 18 Nov 2002 21:47:49 +0000 (21:47 +0000)]
Fix for database connection problem when several forks are active at once.
This resulted in queries that appeared to be permanentlyly stalled, but, in
fact, were never getting run.

21 years agotinkering
finlayt [Thu, 14 Nov 2002 23:30:17 +0000 (23:30 +0000)]
tinkering

21 years agoadding includes to hlt theme
finlayt [Thu, 14 Nov 2002 23:12:34 +0000 (23:12 +0000)]
adding includes to hlt theme

21 years agoAdded all the files for the new hlt theme
finlayt [Thu, 14 Nov 2002 22:29:32 +0000 (22:29 +0000)]
Added all the files for the new hlt theme

21 years agoadding hlt theme images
finlayt [Thu, 14 Nov 2002 22:19:59 +0000 (22:19 +0000)]
adding hlt theme images

21 years agoAdded new method to Auth.pm: get_template_and_user to streamline authentification...
finlayt [Thu, 14 Nov 2002 22:17:21 +0000 (22:17 +0000)]
Added new method to Auth.pm: get_template_and_user to streamline authentification and templating
Rewrote most of Auth.pm too :-)

21 years agoincorperated the new get_template_and_user sub that handles authentificationa and...
finlayt [Thu, 14 Nov 2002 22:14:52 +0000 (22:14 +0000)]
incorperated the new get_template_and_user sub that handles authentificationa and the getting of templates

21 years agoresolving some simple conflicts
finlayt [Wed, 13 Nov 2002 03:02:45 +0000 (03:02 +0000)]
resolving some simple conflicts

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