koha.git
21 years agoAdding some files that are included in the release tarballs R_1-2-1RC6
tonnesen [Mon, 24 Jun 2002 20:18:16 +0000]
Adding some files that are included in the release tarballs

21 years agoCheck that OPAC and INTRANET directories are different.
tonnesen [Mon, 24 Jun 2002 19:42:55 +0000]
Check that OPAC and INTRANET directories are different.
Removed "common" from TransferLog directive
Tries to get an absolute apache log directory pathname from an ErrorLog
directive in httpd.conf

21 years agoSwitched from "Add New Members" to "Add New" graphic.
tonnesen [Mon, 24 Jun 2002 18:38:36 +0000]
Switched from "Add New Members" to "Add New" graphic.

21 years agoAdded create_priv and drop_priv to koha's mysql user (needed for updating the
tonnesen [Mon, 24 Jun 2002 18:04:26 +0000]
Added create_priv and drop_priv to koha's mysql user (needed for updating the
database), and checked for error when connecting to mysql server.

21 years agomkdir now checks for existence of parent directories and creates them as well.
tonnesen [Mon, 24 Jun 2002 16:58:52 +0000]
mkdir now checks for existence of parent directories and creates them as well.
Parent directories, if created, will have 0775 permissions, $kohadir and
$opacdir will have 0770.

21 years agoRemoved "use warnings;" as it does not work with perl 5.005
tonnesen [Mon, 24 Jun 2002 16:15:00 +0000]
Removed "use warnings;" as it does not work with perl 5.005
If we need warnings, put '-w' in the #! line of the scripts instead.

21 years agochanges ownership of directories to root.$httpduser recursively. I don't know
tonnesen [Mon, 24 Jun 2002 16:11:36 +0000]
changes ownership of directories to root.$httpduser recursively.  I don't know
if using system() is a problem, but how else can we do this recursively?  In my
installation, I ended up with the cgi-bin, htdocs, and modules directories
being readable only by root.

21 years agoMissing '/' after cgi-bin in intranet virtual host section caused scripts
tonnesen [Mon, 24 Jun 2002 15:53:20 +0000]
Missing '/' after cgi-bin in intranet virtual host section caused scripts
to load as /cgi-binloadmodules.pl.

21 years agomerging rel-1-2 and main branches
tipaul [Mon, 24 Jun 2002 15:00:43 +0000]
merging rel-1-2 and main branches

21 years agomerge of rel-1-2 and main branch
tipaul [Mon, 24 Jun 2002 14:15:14 +0000]
merge of rel-1-2 and main branch

21 years agoPerl 5.005 doesn't like the -I after the script name.
tonnesen [Mon, 24 Jun 2002 13:18:19 +0000]
Perl 5.005 doesn't like the -I after the script name.

21 years agoFixes bug in adding branch... branchcode parameter is called 'searchfield'
tonnesen [Sun, 23 Jun 2002 21:18:56 +0000]
Fixes bug in adding branch... branchcode parameter is called 'searchfield'

21 years agoBug fix. Changed acquisitions link to /acquisitions
tonnesen [Sat, 22 Jun 2002 17:05:37 +0000]
Bug fix.  Changed acquisitions link to /acquisitions

21 years agoCheck for existence of apache init script before running.
tonnesen [Sat, 22 Jun 2002 05:43:53 +0000]
Check for existence of apache init script before running.

21 years agoBug fixes. More remaining.
tonnesen [Sat, 22 Jun 2002 05:38:52 +0000]
Bug fixes.  More remaining.

21 years agoUncommented "use CDK;" line
tonnesen [Fri, 21 Jun 2002 18:26:28 +0000]
Uncommented "use CDK;" line

21 years agomerging branches 1.2 and main.
tipaul [Fri, 21 Jun 2002 13:15:06 +0000]
merging branches 1.2 and main.

21 years agoMERGE 1-2 and main branches
tipaul [Fri, 21 Jun 2002 08:56:46 +0000]
MERGE 1-2 and main branches
Still a few diffs :
311,320c311,312
<   categoryname text,
<   codedescription text,
<   PRIMARY KEY (categorycode)
< );
<
< # Table structure for table 'branchrelations'
< #
< CREATE TABLE branchrelations (
<   branchcode varchar(4) DEFAULT '' NOT NULL,
<   categorycode varchar(4) DEFAULT '' NOT NULL
---
>   branchcode char(4) DEFAULT '' NOT NULL,
>   branchholding int(11)
344c336
<   datesent datetime DEFAULT '0000-00-00' NOT NULL,
---
>   datesent date DEFAULT '0000-00-00' NOT NULL,
346c338
<   datearrived datetime,
---
>   datearrived date,
553a546
>

21 years agoMaking the changes suggested by Shane Williams version-1-2-1
rangi [Fri, 21 Jun 2002 01:30:56 +0000]
Making the changes suggested by Shane Williams

21 years agoFixing broken mklink call
rangi [Fri, 21 Jun 2002 01:29:37 +0000]
Fixing broken mklink call

21 years agobug fix : 2001=07-01 instead of 2001-07-01
tipaul [Thu, 20 Jun 2002 21:05:17 +0000]
bug fix : 2001=07-01 instead of 2001-07-01
Note i think this condition is useless in the query. If someone cant check...

21 years agoMissed an exclamation point!!!
tonnesen [Thu, 20 Jun 2002 20:42:35 +0000]
Missed an exclamation point!!!

21 years agoCosmetic changes. Now identical to copy in main.
tonnesen [Thu, 20 Jun 2002 20:30:06 +0000]
Cosmetic changes.  Now identical to copy in main.

21 years agocosmetic
tonnesen [Thu, 20 Jun 2002 18:57:15 +0000]
cosmetic

21 years agoMust have been cosmetic changes...
tonnesen [Thu, 20 Jun 2002 18:33:56 +0000]
Must have been cosmetic changes...

21 years agomerges
tonnesen [Thu, 20 Jun 2002 17:56:18 +0000]
merges

21 years agoBranch Merges.
tonnesen [Thu, 20 Jun 2002 17:45:55 +0000]
Branch Merges.

21 years agoMerging changes in main into rel-1-2 branch
tonnesen [Thu, 20 Jun 2002 17:23:40 +0000]
Merging changes in main into rel-1-2 branch

21 years agoTest valid ISBN numbers in Input.pm
amillar [Thu, 20 Jun 2002 15:19:33 +0000]
Test valid ISBN numbers in Input.pm

21 years agoAdd table ethnicity
amillar [Thu, 20 Jun 2002 15:07:08 +0000]
Add table ethnicity

21 years agofixed koha.conf typo
dragon28 [Mon, 17 Jun 2002 06:52:45 +0000]
fixed koha.conf typo

21 years agoFixed so it adds the two missing marc tables (if they are missing)
rangi [Sat, 15 Jun 2002 02:20:37 +0000]
Fixed so it adds the two missing marc tables (if they are missing)

21 years agoTable definition for the 2 missing marc tables
rangi [Sat, 15 Jun 2002 02:07:05 +0000]
Table definition for the 2 missing marc tables

21 years agoSplit biblio functions in Acquisitions.pm out to new Biblio.pm
amillar [Fri, 14 Jun 2002 21:20:26 +0000]
Split biblio functions in Acquisitions.pm out to new Biblio.pm

21 years agoAdding ScriptAlias line to the sample conf
rangi [Fri, 14 Jun 2002 11:57:35 +0000]
Adding ScriptAlias line to the sample conf

21 years agoRemoving duplicate line
rangi [Fri, 14 Jun 2002 11:45:49 +0000]
Removing duplicate line

21 years agoSet the mysqldir to default to /usr if no other mysql dir is found, this version-1-2-0
rangi [Fri, 14 Jun 2002 10:47:29 +0000]
Set the mysqldir to default to /usr if no other mysql dir is found, this
means /usr/bin/mysql etc will work

21 years agoMove checkvalidisbn subroutine to Input.pm
amillar [Fri, 14 Jun 2002 06:28:14 +0000]
Move checkvalidisbn subroutine to Input.pm

21 years agoParameter check routine for DBI handle
amillar [Fri, 14 Jun 2002 06:13:59 +0000]
Parameter check routine for DBI handle

21 years agoVery close to being ready, has some issues with the path to call mysql,
rangi [Fri, 14 Jun 2002 05:07:37 +0000]
Very close to being ready, has some issues with the path to call mysql,
ill fix this after dinner.

21 years agoChanging the order, as he update database script looks for the koha.conf file
rangi [Thu, 13 Jun 2002 04:28:35 +0000]
Changing the order, as he update database script looks for the koha.conf file
So needs to be run after that is edited

21 years agofix array handling bug in Marc formatted display
amillar [Wed, 12 Jun 2002 22:33:59 +0000]
fix array handling bug in Marc formatted display

21 years agoStreamline z3950 search results
amillar [Wed, 12 Jun 2002 22:11:14 +0000]
Streamline z3950 search results

21 years agofix bug in arrayed subfields
amillar [Wed, 12 Jun 2002 20:25:35 +0000]
fix bug in arrayed subfields

21 years agofixed typos
dragon28 [Wed, 12 Jun 2002 08:58:04 +0000]
fixed typos

21 years agoCommitted on behalf of Mike
rangi [Tue, 11 Jun 2002 11:25:50 +0000]
Committed on behalf of Mike

Installer that can run without needing superuser privileges

21 years agoList of new features and bugfixes since 1.1.1 (simplified list i should say)
rangi [Tue, 11 Jun 2002 11:04:34 +0000]
List of new features and bugfixes since 1.1.1 (simplified list i should say)

21 years agoLittle fix adding in the path to the updatedatabase script
rangi [Tue, 11 Jun 2002 11:02:28 +0000]
Little fix adding in the path to the updatedatabase script

21 years agoScripts for Z39.50 search daemon
amillar [Tue, 11 Jun 2002 06:26:57 +0000]
Scripts for Z39.50 search daemon

21 years agoimproved table-driven Marc mapping
amillar [Mon, 10 Jun 2002 06:47:17 +0000]
improved table-driven Marc mapping

21 years agoMinor cleanups and comments
amillar [Sun, 9 Jun 2002 20:40:59 +0000]
Minor cleanups and comments

21 years agoSync biblioitems fields between acqui, acqui.simple, and updatedatabase
amillar [Sun, 9 Jun 2002 05:28:25 +0000]
Sync biblioitems fields between acqui, acqui.simple, and updatedatabase

21 years agoChanged field additions to data-driven structure. Add abstract
amillar [Thu, 6 Jun 2002 19:51:22 +0000]
Changed field additions to data-driven structure.  Add abstract
column to biblio.  Make deletedbiblio and deletedbiblioitems
consistent with biblio and biblioitems

21 years agominor comments and cosmetics
amillar [Thu, 6 Jun 2002 19:18:01 +0000]
minor comments and cosmetics

21 years agominor doc tweaks (and two suggestions)
pate [Thu, 6 Jun 2002 14:50:32 +0000]
minor doc tweaks (and two suggestions)

21 years agospelling and indentation fixes (mostly)
pate [Thu, 6 Jun 2002 14:43:40 +0000]
spelling and indentation fixes (mostly)

21 years agoUpdated Changelog, and INSTALL should now reflect the new directory
rangi [Thu, 6 Jun 2002 11:49:06 +0000]
Updated Changelog, and INSTALL should now reflect the new directory
structure of the tarball

21 years agoAll MARC file format decoding isolated to single subroutine.
amillar [Thu, 6 Jun 2002 07:32:20 +0000]
All MARC file format decoding isolated to single subroutine.
Entire script now works correctly with "use strict".

21 years agoFix subject array handling
amillar [Wed, 5 Jun 2002 19:20:10 +0000]
Fix subject array handling

21 years agoAll mapping of MARC tags to Koha db fields isolated to one subroutine
amillar [Wed, 5 Jun 2002 17:19:04 +0000]
All mapping of MARC tags to Koha db fields isolated to one subroutine

21 years agoIsolate MARC tag decoding into common subroutine for Z3950 search
amillar [Mon, 3 Jun 2002 21:02:08 +0000]
Isolate MARC tag decoding into common subroutine for Z3950 search
results and Marc upload list.  List book title in Z3950 search
queue list.

21 years agoSplit z3950 search results into subroutines
amillar [Mon, 3 Jun 2002 19:16:02 +0000]
Split z3950 search results into subroutines

21 years agoClean up z3950 menu
amillar [Sun, 2 Jun 2002 15:16:08 +0000]
Clean up z3950 menu

21 years agoMove more item handling code to subroutines
amillar [Sat, 1 Jun 2002 06:36:27 +0000]
Move more item handling code to subroutines

21 years agoMisc cleanups; move subroutines to end of file
amillar [Sat, 1 Jun 2002 05:20:52 +0000]
Misc cleanups; move subroutines to end of file

21 years agoError handling in biblio/biblioitem addition
amillar [Fri, 31 May 2002 05:33:34 +0000]
Error handling in biblio/biblioitem addition

21 years agoError handling in biblio and biblioitem addition
amillar [Fri, 31 May 2002 05:30:48 +0000]
Error handling in biblio and biblioitem addition

21 years agoBring branch up to date with mainline code, move table creation
amillar [Wed, 29 May 2002 15:14:09 +0000]
Bring branch up to date with mainline code, move table creation
to hash.

21 years agoWeb site maintenance
amillar [Wed, 29 May 2002 15:08:49 +0000]
Web site maintenance

21 years agofixes to catalog maint from mainline rel 1.8
amillar [Wed, 29 May 2002 15:06:16 +0000]
fixes to catalog maint from mainline rel 1.8

21 years agoFix biblioitems columns, minor bugfixes
amillar [Wed, 29 May 2002 14:59:11 +0000]
Fix biblioitems columns, minor bugfixes

21 years agoModifications for new acqui.simple
amillar [Wed, 29 May 2002 14:52:02 +0000]
Modifications for new acqui.simple
Database includes new biblio abstract field and biblioitem url field
acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm

21 years agoMoved addition of Biblioitem to separate subroutine
amillar [Wed, 29 May 2002 14:39:05 +0000]
Moved addition of Biblioitem to separate subroutine

21 years agoFix error in startmenu() : section name 'catalogue'
amillar [Wed, 29 May 2002 14:36:00 +0000]
Fix error in startmenu() : section name 'catalogue'

21 years agoEnable (uncomment) actual deletion
amillar [Wed, 29 May 2002 14:34:31 +0000]
Enable (uncomment) actual deletion

21 years agoDBI bound parameters
amillar [Tue, 28 May 2002 20:43:14 +0000]
DBI bound parameters

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

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

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

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

21 years agoSome code cleanup. Created subroutines for ISBN checksum,
amillar [Mon, 27 May 2002 04:33:05 +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).

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

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

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

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

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

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

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

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

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

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

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

21 years agoUpdate of systempreferences table structure and admin script. Contains now a "help...
tipaul [Wed, 15 May 2002 12:17:35 +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');

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

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

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

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

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

21 years agoTable optimisation : aqorders. SPEEEEEEEEEEEEEEEDs up receive.pl. try to add indexes...
tipaul [Fri, 10 May 2002 16:04:39 +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 ;-)

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

21 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]
general cleanup, now tests for existance of koha.conf, still a number of issues to fix.