koha.git
22 years agoDBI bound parameters
amillar [Tue, 28 May 2002 20:43:14 +0000 (20:43 +0000)]
DBI bound parameters

22 years agoChange DBI execut on some queries to bound parameters, to eliminate
amillar [Tue, 28 May 2002 20:39:40 +0000 (20:39 +0000)]
Change DBI execut on some queries to bound parameters, to eliminate
run-time errors on empty variables

22 years agoAdd biblio using C4::Acquisitions newbiblio
amillar [Tue, 28 May 2002 14:45:20 +0000 (14:45 +0000)]
Add biblio using C4::Acquisitions newbiblio

22 years agoAdd item using newitem() from C4::Acquisitions
amillar [Tue, 28 May 2002 14:43:45 +0000 (14:43 +0000)]
Add item using newitem() from C4::Acquisitions

22 years agofixed typo
dragon28 [Mon, 27 May 2002 08:14:04 +0000 (08:14 +0000)]
fixed typo

22 years agoSome code cleanup. Created subroutines for ISBN checksum,
amillar [Mon, 27 May 2002 04:33:05 +0000 (04:33 +0000)]
Some code cleanup.  Created subroutines for ISBN checksum,
z3950 queue insert, and table-based form option selects
for item type and branch code (branch code select no longer
hard-coded).

22 years agofixed typo's
dragon28 [Sun, 26 May 2002 10:25:22 +0000 (10:25 +0000)]
fixed typo's

22 years agoinstaller now changes ownership of the koha.conf file for better security
dragon28 [Sun, 26 May 2002 10:21:09 +0000 (10:21 +0000)]
installer now changes ownership of the koha.conf file for better security

22 years agoTidying up more warnings.
rangi [Sun, 26 May 2002 09:13:45 +0000 (09:13 +0000)]
Tidying up more warnings.

22 years agoRemoving hardcoded ethnicity and category lists.
rangi [Thu, 23 May 2002 10:05:11 +0000 (10:05 +0000)]
Removing hardcoded ethnicity and category lists.
Fetched from the database instead.
Need to do the same for area

22 years agoGetting rid of a couple of non fatal warnings
rangi [Thu, 23 May 2002 09:25:39 +0000 (09:25 +0000)]
Getting rid of a couple of non fatal warnings

22 years agoFixing up a whole pile of warnings
rangi [Sat, 18 May 2002 10:21:51 +0000 (10:21 +0000)]
Fixing up a whole pile of warnings

22 years agoShifting ethnicity into a table in the database. Making fixEthnicity fetch
rangi [Sat, 18 May 2002 09:53:40 +0000 (09:53 +0000)]
Shifting ethnicity into a table in the database. Making fixEthnicity fetch
the data from the db

22 years agoreplaced includes question with installation path
dragon28 [Fri, 17 May 2002 07:59:59 +0000 (07:59 +0000)]
replaced includes question with installation path

22 years agoadded the includes directive
dragon28 [Fri, 17 May 2002 07:42:02 +0000 (07:42 +0000)]
added the includes directive

22 years agoinstaller now updated the apache conf file
dragon28 [Thu, 16 May 2002 07:32:34 +0000 (07:32 +0000)]
installer now updated the apache conf file

22 years agoadded Mikes tests
pate [Wed, 15 May 2002 13:32:11 +0000 (13:32 +0000)]
added Mikes tests

22 years agoUpdate of systempreferences table structure and admin script. Contains now a "help...
tipaul [Wed, 15 May 2002 12:17:35 +0000 (12:17 +0000)]
Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know :

INSERT INTO systempreferences VALUES ('template', 'french', 'Template default name. Not used for instance');
INSERT INTO systempreferences VALUES ('autoBarcode', '', '1 or else. If 1, Barcode is auto-calculated');
INSERT INTO systempreferences VALUES ('acquisitions', 'normal', 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition');

22 years agoDeletedbiblio updated (abstract field added)
tipaul [Tue, 14 May 2002 12:01:48 +0000 (12:01 +0000)]
Deletedbiblio updated (abstract field added)
to have the same structure as biblio.

UPDATE YOUR BASE, or deletion of biblio won't work properly.
================

22 years agoadded indexes to aqorders SPEEEEEEEEEEEEEDs up in acquisition module. I'm quite proud...
tipaul [Sat, 11 May 2002 12:15:17 +0000 (12:15 +0000)]
added indexes to aqorders SPEEEEEEEEEEEEEDs up in acquisition module. I'm quite proud of the result of this 2 lines patch...

22 years agoCleaned out unwanted comments.
dragon28 [Sat, 11 May 2002 05:22:22 +0000 (05:22 +0000)]
Cleaned out unwanted comments.

22 years agoNow will create koha.conf from scratch.
dragon28 [Sat, 11 May 2002 05:20:38 +0000 (05:20 +0000)]
Now will create koha.conf from scratch.

22 years agoTable optimisation : aqorders. SPEEEEEEEEEEEEEEEDs up receive.pl. try to add indexes...
tipaul [Fri, 10 May 2002 16:04:39 +0000 (16:04 +0000)]
Table optimisation : aqorders. SPEEEEEEEEEEEEEEEDs up receive.pl. try to add indexes on production tables, and you will see... Quite proud of this 2 lines patch ;-)

22 years agoFixed a couple of typos.
dragon28 [Fri, 10 May 2002 11:09:00 +0000 (11:09 +0000)]
Fixed a couple of typos.

22 years agogeneral cleanup, now tests for existance of koha.conf, still a number of issues to...
dragon28 [Fri, 10 May 2002 08:50:17 +0000 (08:50 +0000)]
general cleanup, now tests for existance of koha.conf, still a number of issues to fix.

22 years agoAdded testing for Perl and dependancies
dragon28 [Thu, 9 May 2002 09:26:47 +0000 (09:26 +0000)]
Added testing for Perl and dependancies

22 years agoCombined this with the old Changelog file, so it has the history since the
rangi [Tue, 7 May 2002 02:32:58 +0000 (02:32 +0000)]
Combined this with the old Changelog file, so it has the history since the
1.0 release

Will tar up and put up a new rc1 that contains the changelog and hints file.

22 years agoInstallation documents
rangi [Fri, 3 May 2002 21:34:49 +0000 (21:34 +0000)]
Installation documents

22 years agoCommiting the uncrufted Database module into the stable branch
rangi [Tue, 30 Apr 2002 09:30:52 +0000 (09:30 +0000)]
Commiting the uncrufted Database module into the stable branch

22 years agomore markup of spots to look at
pate [Fri, 26 Apr 2002 14:47:17 +0000 (14:47 +0000)]
more markup of spots to look at

22 years agorestructured tests into a separate directory
pate [Fri, 26 Apr 2002 01:29:29 +0000 (01:29 +0000)]
restructured tests into a separate directory

22 years agofound a cleaner way to do &mkformnotable, and refactored tests to allow it.
pate [Thu, 25 Apr 2002 23:35:17 +0000 (23:35 +0000)]
found a cleaner way to do &mkformnotable, and refactored tests to allow it.

22 years agocleaned out boilerplate and fixed some speeling erorz
pate [Thu, 25 Apr 2002 21:59:55 +0000 (21:59 +0000)]
cleaned out boilerplate and fixed some speeling erorz

22 years agostarted adding tests for C4::Format
pate [Thu, 25 Apr 2002 21:51:09 +0000 (21:51 +0000)]
started adding tests for C4::Format

22 years agorefactored &mkformnotable to use foreach and ifels instead of while and many ifs
pate [Thu, 25 Apr 2002 20:16:50 +0000 (20:16 +0000)]
refactored &mkformnotable to use foreach and ifels instead of while and many ifs

22 years agomore tests, &mkformnotable has reasonable coverage now
pate [Thu, 25 Apr 2002 20:15:32 +0000 (20:15 +0000)]
more tests, &mkformnotable has reasonable coverage now

22 years agofound (and fixed) an error in &mkformnotable while adding tests
pate [Thu, 25 Apr 2002 19:45:46 +0000 (19:45 +0000)]
found (and fixed) an error in &mkformnotable while adding tests

22 years agomore tests
pate [Thu, 25 Apr 2002 19:45:01 +0000 (19:45 +0000)]
more tests

22 years agooops, forgot extra linefeeds in pod section
pate [Thu, 25 Apr 2002 17:33:16 +0000 (17:33 +0000)]
oops, forgot extra linefeeds in pod section

22 years agoadded a simple POD style comment to &bold to show how it can be done.
pate [Thu, 25 Apr 2002 17:30:03 +0000 (17:30 +0000)]
added a simple POD style comment to &bold to show how it can be done.

22 years agoadded recent updates
pate [Thu, 25 Apr 2002 16:15:52 +0000 (16:15 +0000)]
added recent updates

22 years agomore prototypes in Output.pm
pate [Thu, 25 Apr 2002 16:12:45 +0000 (16:12 +0000)]
more prototypes in Output.pm

22 years agomore tests in output.t and a cleanup for testKoha.pl
pate [Thu, 25 Apr 2002 16:11:50 +0000 (16:11 +0000)]
more tests in output.t and a cleanup for testKoha.pl

22 years agofixed an unitialized variable error in &mktablerow
pate [Thu, 25 Apr 2002 15:51:33 +0000 (15:51 +0000)]
fixed an unitialized variable error in &mktablerow

22 years agoadding prototypes, and fixing compiler warnings
pate [Thu, 25 Apr 2002 14:50:16 +0000 (14:50 +0000)]
adding prototypes, and fixing compiler warnings

22 years agostarted building tests for C4::Output
pate [Thu, 25 Apr 2002 14:49:32 +0000 (14:49 +0000)]
started building tests for C4::Output

22 years agoquick fixup to tests
pate [Thu, 25 Apr 2002 14:48:12 +0000 (14:48 +0000)]
quick fixup to tests

22 years ago*** empty log message ***
pate [Thu, 25 Apr 2002 13:59:37 +0000 (13:59 +0000)]
*** empty log message ***

22 years agoadded fixEthnicity tests
pate [Thu, 25 Apr 2002 13:58:09 +0000 (13:58 +0000)]
added fixEthnicity tests

22 years agotesting the branch
pate [Wed, 24 Apr 2002 22:08:10 +0000 (22:08 +0000)]
testing the branch

22 years agoFixed typo
finlayt [Tue, 23 Apr 2002 00:34:16 +0000 (00:34 +0000)]
Fixed typo

22 years agofixed typo
finlayt [Mon, 22 Apr 2002 22:47:09 +0000 (22:47 +0000)]
fixed typo

22 years agoFixing bug reported by Steve,
rangi [Sun, 21 Apr 2002 06:33:32 +0000 (06:33 +0000)]
Fixing bug reported by Steve,
Couldnt remove an additional Author when modifying a biblio

22 years agoCorrect spelling - aquisitions to acquisitions
saas [Sun, 21 Apr 2002 04:45:21 +0000 (04:45 +0000)]
Correct spelling - aquisitions to acquisitions

22 years agogeneral cleanups
pate [Sun, 21 Apr 2002 01:58:26 +0000 (01:58 +0000)]
general cleanups

22 years agoinitial version of the Changelog -- used cvs2cl to generate it.
pate [Sat, 20 Apr 2002 03:39:30 +0000 (03:39 +0000)]
initial version of the Changelog -- used cvs2cl to generate it.

22 years agostarting to move ethnicity stuff out of programs and into modules
pate [Wed, 17 Apr 2002 21:35:53 +0000 (21:35 +0000)]
starting to move ethnicity stuff out of programs and into modules

22 years agoSubmitting on behalf of Nicholas
rangi [Wed, 17 Apr 2002 20:28:47 +0000 (20:28 +0000)]
Submitting on behalf of Nicholas
First cut (not functional yet) of an installer script

22 years agoAdded some comments detailing how MARC fields are mapped to Koha data
tonnesen [Tue, 16 Apr 2002 19:49:15 +0000 (19:49 +0000)]
Added some comments detailing how MARC fields are mapped to Koha data

22 years agoFixed typo
tonnesen [Tue, 16 Apr 2002 18:00:39 +0000 (18:00 +0000)]
Fixed typo

22 years agoThis is my bulk MARC record importing tool. Feel free to test it out, but DO
tonnesen [Tue, 16 Apr 2002 17:37:19 +0000 (17:37 +0000)]
This is my bulk MARC record importing tool.  Feel free to test it out, but DO
NOT use it on a production system yet!  It needs to be more adaptable to
different MARC implementations.

Note that the script will spit out a plain text copy of the records being
imported to STDOUT, so you will probably want to redirect to a file, or pipe to
less.

22 years agomoved ethnicity fixups into C4::Koha, eventually to be replaced with a better
pate [Mon, 15 Apr 2002 16:17:21 +0000 (16:17 +0000)]
moved ethnicity fixups into C4::Koha, eventually to be replaced with a better
(non-NZ specific) solution.

22 years agomoved ethnicity fixing out of moremember.pl into a function,
pate [Mon, 15 Apr 2002 16:15:38 +0000 (16:15 +0000)]
moved ethnicity fixing out of moremember.pl into a function,
eventually to replace with a more configurable version (non-NZ specific)

22 years agoAcquisitions::newbiblioitem updated to be usable for new acqui.simple
truth_nz [Mon, 15 Apr 2002 05:33:33 +0000 (05:33 +0000)]
Acquisitions::newbiblioitem updated to be usable for new acqui.simple
addorder.pl and updatebibitem.pl modified to use new newbiblioitem

22 years agoFixing the subject search i broke ;)
rangi [Wed, 10 Apr 2002 09:55:17 +0000 (09:55 +0000)]
Fixing the subject search i broke ;)

22 years agoWorking on a fix to speed up title and author searches
rangi [Wed, 10 Apr 2002 07:59:28 +0000 (07:59 +0000)]
Working on a fix to speed up title and author searches

22 years agoAltered newbiblio to be more generic - so can use with new acui.simple
truth_nz [Wed, 10 Apr 2002 05:49:17 +0000 (05:49 +0000)]
Altered newbiblio to be more generic - so can use with new acui.simple
scripts (which are not finished yet).

22 years agoUpdates to use changed newbiblio sub in C4/Acquisitions.pm
truth_nz [Wed, 10 Apr 2002 05:47:07 +0000 (05:47 +0000)]
Updates to use changed newbiblio sub in C4/Acquisitions.pm

22 years agowhacked a couple of bits that Chris marked as okay to delete.
pate [Wed, 10 Apr 2002 00:02:59 +0000 (00:02 +0000)]
whacked a couple of bits that Chris marked as okay to delete.

22 years agoJust added some comments for Pat
rangi [Tue, 9 Apr 2002 23:30:48 +0000 (23:30 +0000)]
Just added some comments for Pat
(Is this a good way of doing it? if not let me know)

22 years agorefactoring, marking spots for further refactoring
pate [Tue, 9 Apr 2002 22:08:15 +0000 (22:08 +0000)]
refactoring, marking spots for further refactoring

22 years agoLittle typo, missing t in systemprefs
rangi [Tue, 9 Apr 2002 00:16:52 +0000 (00:16 +0000)]
Little typo, missing t in systemprefs
Apart from that, all the patch files seem to be running happily on
hlt.katipo.co.nz

22 years agoJust a quick little fix the sql to update a borrower was setting the postal
rangi [Tue, 9 Apr 2002 00:04:39 +0000 (00:04 +0000)]
Just a quick little fix the sql to update a borrower was setting the postal
address twice, instead of the postal, then the physical address. My little
fix got overwrote by pat's fix so im updating now before i forget :)

22 years agorefactored slashifyDate function out of inline code, created C4/Koha.pm
pate [Mon, 8 Apr 2002 23:44:43 +0000 (23:44 +0000)]
refactored slashifyDate function out of inline code, created C4/Koha.pm
to hold it and wrote tests for it, started marking other places for
potential refactoring.

22 years agoScript wasnt setting street address correctly
rangi [Mon, 8 Apr 2002 22:47:18 +0000 (22:47 +0000)]
Script wasnt setting street address correctly

22 years agoHave realised misc/fines2.pl is the real fines script, this one can be
rangi [Fri, 5 Apr 2002 03:13:21 +0000 (03:13 +0000)]
Have realised misc/fines2.pl is the real fines script, this one can be
removed so as to remove one more source of confusion

22 years agoFixing up the query to pickup budget
rangi [Fri, 5 Apr 2002 03:09:18 +0000 (03:09 +0000)]
Fixing up the query to pickup budget

22 years agoActually lives in telnet/
rangi [Wed, 3 Apr 2002 08:58:36 +0000 (08:58 +0000)]
Actually lives in telnet/

22 years agoMore work on the addbooks scripts, committing on behalf of Roger
rangi [Wed, 3 Apr 2002 08:44:23 +0000 (08:44 +0000)]
More work on the addbooks scripts, committing on behalf of Roger

Need testing before use in a production environment

22 years agoFixed the holding branch insertion code. It was inserting the correct
rangi [Sun, 31 Mar 2002 06:50:08 +0000 (06:50 +0000)]
Fixed the holding branch insertion code. It was inserting the correct
homebranch but was still inserting the wrong home branch

22 years agoFixing branches
rangi [Sun, 31 Mar 2002 02:48:18 +0000 (02:48 +0000)]
Fixing branches

22 years agoDraws list of branches from the branches table now, when adding an item
rangi [Sun, 31 Mar 2002 01:18:36 +0000 (01:18 +0000)]
Draws list of branches from the branches table now, when adding an item

22 years agoShifting writeoff code back into pay.pl (redirecting to writeoff.pl was
rangi [Wed, 27 Mar 2002 00:02:40 +0000 (00:02 +0000)]
Shifting writeoff code back into pay.pl (redirecting to writeoff.pl was
breaking when the borrower owes a lot of fines)

22 years agoadded database patchs to the updater/updatedatabase script
finlayt [Tue, 26 Mar 2002 05:08:52 +0000 (05:08 +0000)]
added database patchs to the updater/updatedatabase script

changes the type of the datesent and datearrived fields in the
branchtransfers table from date to datetime.

completely re-organises the branchcategories table. As this has previously
been unused it shouldnt effect anyone.

22 years agoDoesnt write to an include anymore
rangi [Thu, 21 Mar 2002 21:24:54 +0000 (21:24 +0000)]
Doesnt write to an include anymore

22 years agoScript to apply to sample DB only. It makes a few modifications in the DB (indexes...
tipaul [Tue, 19 Mar 2002 15:39:31 +0000 (15:39 +0000)]
Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop)
Creates a thesaurus table from the bilbiosubject one

22 years agoSample database only for parameters tables
tipaul [Tue, 19 Mar 2002 15:37:15 +0000 (15:37 +0000)]
Sample database only for parameters tables

22 years agoDeals with lost book charges now
rangi [Sun, 17 Mar 2002 02:58:00 +0000 (02:58 +0000)]
Deals with lost book charges now

22 years agotidied up, less hlt specific now
rangi [Sun, 17 Mar 2002 02:31:02 +0000 (02:31 +0000)]
tidied up, less hlt specific now

22 years agoChanged heading to look like the rest of Koha
finlayt [Thu, 14 Mar 2002 01:51:16 +0000 (01:51 +0000)]
Changed heading to look like the rest of Koha

22 years agoAdded a heading to be consistent with rest of Koha
finlayt [Thu, 14 Mar 2002 01:50:17 +0000 (01:50 +0000)]
Added a heading to be consistent with rest of Koha

22 years agoThis is the begining of a process of dividing up circulation.pl R_1-2-2RC4
finlayt [Thu, 14 Mar 2002 01:04:00 +0000 (01:04 +0000)]
This is the begining of a process of dividing up circulation.pl

This script deals with the branch and printer selection stuff

22 years agoAdded a transferbook subroutine that is called from /circ/branchtransfers.pl
finlayt [Wed, 13 Mar 2002 21:13:42 +0000 (21:13 +0000)]
Added a transferbook subroutine that is called from /circ/branchtransfers.pl

It writes a new line in the branchtransfers table and changes the
currentbranch field in items.

22 years agoFixed a small problem in the <form>, not hidden inputs are getting passed
finlayt [Wed, 13 Mar 2002 21:07:41 +0000 (21:07 +0000)]
Fixed a small problem in the <form>, not hidden inputs are getting passed
correctly.

22 years agoRemoving reference to the FrontSearch subroutine as its never called
rangi [Wed, 13 Mar 2002 07:46:43 +0000 (07:46 +0000)]
Removing reference to the FrontSearch subroutine as its never called

22 years agoTidy up, removing deprecated routines
rangi [Wed, 13 Mar 2002 07:36:49 +0000 (07:36 +0000)]
Tidy up, removing deprecated routines

22 years agoDeprecated searching is all handled by search.pl
rangi [Wed, 13 Mar 2002 07:14:27 +0000 (07:14 +0000)]
Deprecated searching is all handled by search.pl

22 years agoGetting Iteminfo in Search to only display correct reserves (mainly used on
rangi [Wed, 13 Mar 2002 03:26:43 +0000 (03:26 +0000)]
Getting Iteminfo in Search to only display correct reserves (mainly used on
detail.pl) and another typo fix in moremember.pl

22 years agoTypo fix (doh!)
rangi [Wed, 13 Mar 2002 02:46:07 +0000 (02:46 +0000)]
Typo fix (doh!)

22 years agoFix so that reserves are only showing for the biblioitem not the biblio on
rangi [Wed, 13 Mar 2002 02:03:56 +0000 (02:03 +0000)]
Fix so that reserves are only showing for the biblioitem not the biblio on
the moremembers screen