]>
git.koha-community.org Git - koha.git/log
tonnesen [Fri, 24 Jan 2003 17:17:15 +0000 (17:17 +0000)]
Added koha version number to opac main page.
tonnesen [Fri, 24 Jan 2003 17:14:48 +0000 (17:14 +0000)]
Adds Koha version to opac main page.
tonnesen [Thu, 23 Jan 2003 22:40:49 +0000 (22:40 +0000)]
Increment test counter by 1.
tonnesen [Thu, 23 Jan 2003 22:40:19 +0000 (22:40 +0000)]
Added /usr/local to mysql binary search list.
tonnesen [Thu, 23 Jan 2003 22:38:15 +0000 (22:38 +0000)]
Deletes subtitle, subject, and additionalauthors info when a biblio is deleted.
This kind of defeats the purpose of backing up deleted biblios in the
deletedbiblios table, but having the subjects appear in the next item added is
probably not a good idea.
tonnesen [Fri, 17 Jan 2003 18:18:48 +0000 (18:18 +0000)]
aqbooksellers 'id' field needs to be an auto_increment field, otherwise id is
left NULL when new sellers are added.
tonnesen [Fri, 17 Jan 2003 18:14:41 +0000 (18:14 +0000)]
sub newbiblio returns a two element array, $bibnum and $error.
tonnesen [Fri, 17 Jan 2003 17:55:09 +0000 (17:55 +0000)]
Header labels were wrong (they were the headers from aqbudget.pl)
tonnesen [Fri, 17 Jan 2003 17:21:47 +0000 (17:21 +0000)]
Adds ability to clear the Z39.50 search query list.
tonnesen [Wed, 15 Jan 2003 23:00:27 +0000 (23:00 +0000)]
New installs default to internal authentication instead of apache basic auth.
tonnesen [Wed, 15 Jan 2003 22:12:20 +0000 (22:12 +0000)]
Fixed catalog.t test to check for new confirmation before deleting biblios with
biblioitems.
rangi [Wed, 15 Jan 2003 22:05:16 +0000 (22:05 +0000)]
Fixing the catalogsearch call to itemcount2 removing the hardwired 'intra'
call and passing thru the type. An opac potentially counts items different,
ie at HLT they dont count the lost/cancelled items when presenting results
to the public
tonnesen [Wed, 15 Jan 2003 21:37:19 +0000 (21:37 +0000)]
Fixes dangling biblioitems problem. Will no longer allow you to delete a
biblio without also removing the biblioitems.
tonnesen [Wed, 15 Jan 2003 21:36:40 +0000 (21:36 +0000)]
bug fix
tonnesen [Wed, 15 Jan 2003 18:59:37 +0000 (18:59 +0000)]
Adding note deprecating the koha/koha-tmpl directory in favour of the koha-tmpl
repository.
tonnesen [Wed, 15 Jan 2003 18:39:31 +0000 (18:39 +0000)]
Added extra field for itemtypes table to sample data
tonnesen [Wed, 15 Jan 2003 18:22:57 +0000 (18:22 +0000)]
Fixing opac-reserve.tmpl file for rel-1-2
tonnesen [Wed, 15 Jan 2003 18:20:54 +0000 (18:20 +0000)]
buildrelease now uses template files from the koha-tmpl repository instead of
the koha-tmpl directory in the koha repository
tonnesen [Wed, 15 Jan 2003 16:45:31 +0000 (16:45 +0000)]
Removing warn (makes tests hard to read :)
finlayt [Mon, 13 Jan 2003 22:50:00 +0000 (22:50 +0000)]
the borrowernumber is now not allocated until the last stage. This avoids race conditions. removed the authentification from simpleredirect.pl
rangi [Sat, 28 Dec 2002 02:36:10 +0000 (02:36 +0000)]
Fixing modbibitem so biblioitems can be deleted
tonnesen [Fri, 13 Dec 2002 17:41:13 +0000 (17:41 +0000)]
$dbh->do line wasn't deleting the session when logging out...
finlayt [Wed, 11 Dec 2002 05:39:16 +0000 (05:39 +0000)]
Fixed up the "on order" search properly this time :-)
finlayt [Wed, 11 Dec 2002 03:56:45 +0000 (03:56 +0000)]
Fixed bug in itemcount2 that meant that items on order wernt getting counted.
finlayt [Wed, 11 Dec 2002 02:58:37 +0000 (02:58 +0000)]
put in the categorycode = C if else. This displays the form differently for children.
tonnesen [Tue, 10 Dec 2002 06:22:07 +0000 (06:22 +0000)]
Missed "use C4::Auth;" line required by checkauth routine...
tonnesen [Mon, 9 Dec 2002 23:39:12 +0000 (23:39 +0000)]
bug fix
tonnesen [Mon, 9 Dec 2002 23:37:12 +0000 (23:37 +0000)]
Fixed bug. sub remoteprint was enclosed in the pod documentation
tonnesen [Mon, 9 Dec 2002 21:31:55 +0000 (21:31 +0000)]
Removed "permissions not complete" warning message during install.
tonnesen [Mon, 9 Dec 2002 21:04:53 +0000 (21:04 +0000)]
Added checkauth call to top of all intranet scripts. This will allow
installations to choose to use basic authentication or Auth.pm to protect the
intranet side of Koha. Note that all scripts require superlibrarian access by
default.
tonnesen [Mon, 9 Dec 2002 20:39:38 +0000 (20:39 +0000)]
Cleaned up some unused parts of the logout.pl script
tonnesen [Mon, 9 Dec 2002 17:53:10 +0000 (17:53 +0000)]
Better handling of stuck z39.50 queries
tonnesen [Mon, 9 Dec 2002 17:29:07 +0000 (17:29 +0000)]
Adding missing script for deleting biblioitems. This script refuses to delete
biblioitems which have items attached to it, but doesn't provide any
notification to the user that the biblioitem was not deleted. Otherwise, it is
fully functional. We still need a way to actually display biblioitems that do not have
items attached to them. Right now, the only way is to add an item to the
biblioitem, then delete the item and biblioitem one after another (because
there is no way to get back to the page that shows the "delete biblioitem"
button after the item has been deleted).
tonnesen [Mon, 9 Dec 2002 16:57:19 +0000 (16:57 +0000)]
Installer now works with a blank mysql root password, although it warns that
the password should be set.
Also fixes a bug where branchcodes that didn't contain any uppercase letters
were getting est to blank. It now allows all letters or numbers, and will
default to "DEF" if blank.
rangi [Sat, 7 Dec 2002 08:15:31 +0000 (08:15 +0000)]
Fixing template so that it builds links for the subjects
Can undo steves previous fix for C4/Search now
tonnesen [Sat, 7 Dec 2002 07:07:00 +0000 (07:07 +0000)]
Templates use the 'subject' hash entry for listing the subject headings of a
biblio.
rangi [Sat, 7 Dec 2002 04:16:19 +0000 (04:16 +0000)]
fixing syntax error
tonnesen [Fri, 6 Dec 2002 21:53:06 +0000 (21:53 +0000)]
Added the httpd.conf location for debian's apache-ssl package
tonnesen [Fri, 6 Dec 2002 20:36:03 +0000 (20:36 +0000)]
Next and Previous buttons (and arrows) were also broken.
tonnesen [Fri, 6 Dec 2002 20:24:58 +0000 (20:24 +0000)]
Fixed the numbered page indexes at the top of the search results. They were
calculated assuming 10 results per page, and the default was changed to 20. I
assume this is going to become a configurable parameter at some time (system
default, user preference).
finlayt [Thu, 5 Dec 2002 23:09:22 +0000 (23:09 +0000)]
commiting changes made to these includes and gifs to make the websafe
finlayt [Thu, 5 Dec 2002 23:07:24 +0000 (23:07 +0000)]
Fixed a couple of bigs in bibdata
finlayt [Thu, 5 Dec 2002 21:12:06 +0000 (21:12 +0000)]
fixed bug in the "all" hidden input.
tonnesen [Wed, 4 Dec 2002 17:50:10 +0000 (17:50 +0000)]
Z39.50 queries that take longer than 20 minutes are marked as done. Hack that
should more properly be handled by better error checking when busy z39.50
servers (LOC typically) drop the connection.
tonnesen [Wed, 4 Dec 2002 17:21:04 +0000 (17:21 +0000)]
Added a link to delete uploaded marc records.
finlayt [Wed, 4 Dec 2002 02:42:18 +0000 (02:42 +0000)]
warn taken out :-)
finlayt [Wed, 4 Dec 2002 02:38:33 +0000 (02:38 +0000)]
Auth now checks the defaulton field on the userflags table as well
finlayt [Mon, 2 Dec 2002 01:33:39 +0000 (01:33 +0000)]
fixed a bug in the auth.pm system
rangi [Sat, 30 Nov 2002 03:59:03 +0000 (03:59 +0000)]
Changing password input to be of type password
finlayt [Fri, 29 Nov 2002 03:30:51 +0000 (03:30 +0000)]
fixed nav
finlayt [Fri, 29 Nov 2002 02:41:18 +0000 (02:41 +0000)]
some more navigational changes
finlayt [Fri, 29 Nov 2002 02:38:32 +0000 (02:38 +0000)]
little change on the reserves table
finlayt [Fri, 29 Nov 2002 02:26:38 +0000 (02:26 +0000)]
Fixed fines to date
finlayt [Fri, 29 Nov 2002 02:24:42 +0000 (02:24 +0000)]
fixed fines and charges box
finlayt [Fri, 29 Nov 2002 01:56:04 +0000 (01:56 +0000)]
Added the my accounts page
finlayt [Fri, 29 Nov 2002 01:55:21 +0000 (01:55 +0000)]
added the accounts navigational elements
finlayt [Fri, 29 Nov 2002 01:54:32 +0000 (01:54 +0000)]
added line parities to to account lines
finlayt [Thu, 28 Nov 2002 23:13:18 +0000 (23:13 +0000)]
added renews and fixed bug in loggedin
finlayt [Thu, 28 Nov 2002 23:12:34 +0000 (23:12 +0000)]
added the renew books functionality
finlayt [Thu, 28 Nov 2002 21:46:19 +0000 (21:46 +0000)]
change back
finlayt [Thu, 28 Nov 2002 21:42:05 +0000 (21:42 +0000)]
small change so that the url and inputs come through to the form
finlayt [Thu, 28 Nov 2002 21:40:57 +0000 (21:40 +0000)]
small change so that after loggin in you go back to the same page
finlayt [Thu, 28 Nov 2002 21:34:03 +0000 (21:34 +0000)]
provides a dynamic login prompt in the sidebar
finlayt [Thu, 28 Nov 2002 21:30:43 +0000 (21:30 +0000)]
sidebar login prompt
finlayt [Thu, 28 Nov 2002 11:27:07 +0000 (11:27 +0000)]
more bug fixes
finlayt [Thu, 28 Nov 2002 11:10:32 +0000 (11:10 +0000)]
the opac reserve page
finlayt [Thu, 28 Nov 2002 10:56:42 +0000 (10:56 +0000)]
small fixes in the links
finlayt [Thu, 28 Nov 2002 10:53:38 +0000 (10:53 +0000)]
Some small changes to handle to new opac
finlayt [Thu, 28 Nov 2002 10:52:35 +0000 (10:52 +0000)]
Lots of fixing
finlayt [Thu, 28 Nov 2002 10:51:52 +0000 (10:51 +0000)]
more fixes for the templates
finlayt [Thu, 28 Nov 2002 01:09:40 +0000 (01:09 +0000)]
*** empty log message ***
finlayt [Thu, 28 Nov 2002 01:02:10 +0000 (01:02 +0000)]
*** empty log message ***
finlayt [Wed, 27 Nov 2002 23:48:22 +0000 (23:48 +0000)]
Bug fix in calc_charges for hlt
finlayt [Wed, 27 Nov 2002 23:43:00 +0000 (23:43 +0000)]
:
finlayt [Wed, 27 Nov 2002 23:37:31 +0000 (23:37 +0000)]
more fixes
finlayt [Wed, 27 Nov 2002 23:33:38 +0000 (23:33 +0000)]
fixing up some more aspects of the membership navigation
finlayt [Wed, 27 Nov 2002 22:27:00 +0000 (22:27 +0000)]
bug fix
finlayt [Wed, 27 Nov 2002 21:01:04 +0000 (21:01 +0000)]
added the opac-membership.tmpl template and changed nav links
finlayt [Wed, 27 Nov 2002 20:55:35 +0000 (20:55 +0000)]
added opac-membership.pl and working on opac-reserve.pl
finlayt [Wed, 27 Nov 2002 11:29:00 +0000 (11:29 +0000)]
added the subject search results table
finlayt [Wed, 27 Nov 2002 11:17:38 +0000 (11:17 +0000)]
*** empty log message ***
finlayt [Wed, 27 Nov 2002 11:03:18 +0000 (11:03 +0000)]
removing C4::Context, wasnt needed
finlayt [Wed, 27 Nov 2002 10:54:57 +0000 (10:54 +0000)]
changed back to C4::Database from C4::Context
finlayt [Wed, 27 Nov 2002 10:12:05 +0000 (10:12 +0000)]
fixed typo
finlayt [Wed, 27 Nov 2002 02:29:57 +0000 (02:29 +0000)]
more hlt opac stuff
finlayt [Wed, 27 Nov 2002 01:48:53 +0000 (01:48 +0000)]
added the publictype field to the output from ItemInfo routine
finlayt [Wed, 27 Nov 2002 01:47:43 +0000 (01:47 +0000)]
took out some crude
finlayt [Wed, 27 Nov 2002 01:46:54 +0000 (01:46 +0000)]
more improovements for the hlt opac
finlayt [Wed, 27 Nov 2002 01:45:49 +0000 (01:45 +0000)]
more templates and includes for the hlt opac
finlayt [Wed, 27 Nov 2002 00:03:07 +0000 (00:03 +0000)]
Fixed a bug in the Auth.pm
finlayt [Tue, 26 Nov 2002 04:45:03 +0000 (04:45 +0000)]
Some small changes to enable the new hlt opac
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.
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.
finlayt [Tue, 26 Nov 2002 04:37:05 +0000 (04:37 +0000)]
Lots more opac templates, includes and images for hlt
tonnesen [Mon, 25 Nov 2002 20:45:20 +0000 (20:45 +0000)]
Quoting mysqld password in command line calls.
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.
finlayt [Thu, 14 Nov 2002 23:30:17 +0000 (23:30 +0000)]
tinkering
finlayt [Thu, 14 Nov 2002 23:12:34 +0000 (23:12 +0000)]
adding includes to hlt theme
finlayt [Thu, 14 Nov 2002 22:29:32 +0000 (22:29 +0000)]
Added all the files for the new hlt theme
finlayt [Thu, 14 Nov 2002 22:19:59 +0000 (22:19 +0000)]
adding hlt theme images