koha.git
16 years agoType on the reference to the NISO standard for holdings,
kados [Thu, 5 Jul 2007 17:35:08 +0000 (17:35 +0000)]
Type on the reference to the NISO standard for holdings,
it's Z39.71 not Z39.77

Thanks Jaron for pointing it out

16 years agoreserves => holds, some language cleanup
kados [Tue, 3 Jul 2007 18:36:14 +0000 (18:36 +0000)]
reserves => holds, some language cleanup

16 years agomore instances of branches => libraries
kados [Tue, 3 Jul 2007 18:33:35 +0000 (18:33 +0000)]
more instances of branches => libraries

16 years agoreplacing SUPER with NO_LIBRARY_SET for login information
kados [Tue, 3 Jul 2007 18:29:37 +0000 (18:29 +0000)]
replacing SUPER with NO_LIBRARY_SET for login information

16 years agomore language improvements
kados [Tue, 3 Jul 2007 18:27:18 +0000 (18:27 +0000)]
more language improvements

16 years agoDefault use the pretty CSS, not the programmer one ... programmers can
kados [Tue, 3 Jul 2007 18:22:02 +0000 (18:22 +0000)]
Default use the pretty CSS, not the programmer one ... programmers can
switch back for ease of programming

16 years agoThis is a language commit. I've gone through most of the templates and
kados [Tue, 3 Jul 2007 18:19:49 +0000 (18:19 +0000)]
This is a language commit. I've gone through most of the templates and
based on user feedback I've made the following changes:

Borrower, Member => Patron
Debarred => Restricted
Issues => Checkouts
Reserves => Holds

16 years agofix for bug 1369: sql-datas dir, pick a naming convention, remove the rest
kados [Tue, 3 Jul 2007 16:20:02 +0000 (16:20 +0000)]
fix for bug 1369: sql-datas dir, pick a naming convention, remove the rest
Removing 'french' and 'english' directories as they're unnecessary

16 years agowarning the user about the redirect after the install has completed,
kados [Tue, 3 Jul 2007 16:17:54 +0000 (16:17 +0000)]
warning the user about the redirect after the install has completed,
giveing them the option to click directly

16 years agoTurn off foreign key check for the installation
kados [Tue, 3 Jul 2007 15:58:29 +0000 (15:58 +0000)]
Turn off foreign key check for the installation

16 years agoimproving installer : now the database Version is compared to the Koha version (defin...
tipaul [Tue, 3 Jul 2007 13:50:20 +0000 (13:50 +0000)]
improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer...

16 years agofixing some display bugs (itemtype not properly returned and a html table bug that...
tipaul [Tue, 3 Jul 2007 13:47:44 +0000 (13:47 +0000)]
fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely

16 years agoadding volume and volumeddesc field in the result list. Kados, pls check that it...
tipaul [Tue, 3 Jul 2007 10:12:34 +0000 (10:12 +0000)]
adding volume and volumeddesc field in the result list. Kados, pls check that it is interesting for you as well (sounds interesting for serials or volumed publications, where the title will be the same on every volume, like an encyclopedia

16 years agoreturn itemtype description properly
tipaul [Tue, 3 Jul 2007 09:40:58 +0000 (09:40 +0000)]
return itemtype description properly

16 years agoif you just replace su by a space in subjects, you'll replace jesus by je s, which...
tipaul [Tue, 3 Jul 2007 09:33:05 +0000 (09:33 +0000)]
if you just replace su by a space in subjects, you'll replace jesus by je s, which is strange for users. this fix solves the problem and introduces authoritysep systempref as separator of subfields, for a better identification of where the authority starts and end

16 years agodo not use REPLACE in SQL statements : it is not standard SQL, and don't work with...
tipaul [Tue, 3 Jul 2007 08:48:14 +0000 (08:48 +0000)]
do not use REPLACE in SQL statements : it is not standard SQL, and don't work with integrity contraints : it's a delete/insert, not an UPDATE if the row exist. fixes the problem for borrower categories

16 years agoadding a warn to log why we're redirecting to installer
kados [Tue, 3 Jul 2007 04:39:03 +0000 (04:39 +0000)]
adding a warn to log why we're redirecting to installer

16 years agoReverting to previous version, kohastructure.sql file didn't work for me, I got an...
kados [Tue, 3 Jul 2007 03:45:00 +0000 (03:45 +0000)]
Reverting to previous version, kohastructure.sql file didn't work for me, I got an error:
[Mon Jul 02 20:37:14 2007] [error] [client 71.171.181.120] DBD::mysql::db do failed: Query was empty at /koha/production/intranet/cgi-bin/installer/install.pl line 340, <INPUT> line 1775., referer: http://intranet/cgi-bin/koha/installer/install.pl?step=3

16 years agoleader length checking bugfix : 25 and not 24
tipaul [Mon, 2 Jul 2007 09:51:28 +0000 (09:51 +0000)]
leader length checking bugfix : 25 and not 24

16 years agounimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML...
tipaul [Mon, 2 Jul 2007 09:50:03 +0000 (09:50 +0000)]
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong

16 years agofix to avoid an error when removing an authority
tipaul [Mon, 2 Jul 2007 09:49:40 +0000 (09:49 +0000)]
fix to avoid an error when removing an authority

16 years agofrench translations
tipaul [Mon, 2 Jul 2007 09:15:40 +0000 (09:15 +0000)]
french translations

16 years agominor template changes
tipaul [Mon, 2 Jul 2007 09:14:52 +0000 (09:14 +0000)]
minor template changes

16 years agominor code rewritte
tipaul [Mon, 2 Jul 2007 09:14:09 +0000 (09:14 +0000)]
minor code rewritte

16 years agounimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML...
tipaul [Mon, 2 Jul 2007 09:13:22 +0000 (09:13 +0000)]
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong

16 years agodon t display the 1 in location column if there is only 1 item : it's useless & confu...
tipaul [Mon, 2 Jul 2007 08:50:56 +0000 (08:50 +0000)]
don t display the 1 in location column if there is only 1 item : it's useless & confusing for users

16 years agoFix for bug 1296, making surnames uppercase a systems preference
rangi [Mon, 2 Jul 2007 02:30:15 +0000 (02:30 +0000)]
Fix for bug 1296, making surnames uppercase a systems preference

16 years agoFix for bug 1314 manual credits broken
rangi [Mon, 2 Jul 2007 00:44:25 +0000 (00:44 +0000)]
Fix for bug 1314 manual credits broken

16 years agoFix for bug 1365
rangi [Mon, 2 Jul 2007 00:38:17 +0000 (00:38 +0000)]
Fix for bug 1365

16 years agoFix for layout problem with css
rangi [Mon, 2 Jul 2007 00:24:37 +0000 (00:24 +0000)]
Fix for layout problem with css

16 years agoMaking transferbook update the last seen date of the item transfered
rangi [Sun, 1 Jul 2007 23:56:43 +0000 (23:56 +0000)]
Making transferbook update the last seen date of the item transfered

16 years agoUse DBI not mysql command-line to load the database tables
slef [Sun, 1 Jul 2007 18:43:57 +0000 (18:43 +0000)]
Use DBI not mysql command-line to load the database tables

16 years agoserials-home.tmpl
hdl [Sat, 30 Jun 2007 06:25:06 +0000 (06:25 +0000)]
serials-home.tmpl
Display information provided serials-edit modifications.

16 years agoserials-edit.pl
hdl [Sat, 30 Jun 2007 06:23:10 +0000 (06:23 +0000)]
serials-edit.pl
Changing redirection to serials-home.pl
serials-home.pl
Adding some parameters to serials-home script to display information passed by serials-edit.pl
Preparing information for display.
(template to get committed)

16 years agoChanging GetSerials2 to take more than one status in parameter.
hdl [Sat, 30 Jun 2007 05:26:25 +0000 (05:26 +0000)]
Changing GetSerials2 to take more than one status in parameter.
status=1,3
will display all the serials late and waited.

16 years agoReceive serials now display both late AND waited serials
hdl [Sat, 30 Jun 2007 05:24:23 +0000 (05:24 +0000)]
Receive serials now display  both late AND waited serials

16 years agoAdding hierarchy for hierarchy showing in opac-authoritiesdetail.pl
hdl [Thu, 28 Jun 2007 12:57:22 +0000 (12:57 +0000)]
Adding hierarchy for hierarchy showing in opac-authoritiesdetail.pl

16 years agoBug Fixing :
hdl [Thu, 28 Jun 2007 12:34:12 +0000 (12:34 +0000)]
Bug Fixing :
Authorities display hierarchies is now OK (provided hierarchy.css is in includes)
link with biblios OK.

16 years agoAdding link to moremember to directly email members.
hdl [Thu, 28 Jun 2007 07:59:42 +0000 (07:59 +0000)]
Adding link to moremember to directly email members.
This could be considered as unsafe since emails are plain text and may be used by spam robots.
BUT : Authentication required to get to these pages may help securing those data.

16 years agoRemoving some Warnings.
hdl [Wed, 27 Jun 2007 22:09:15 +0000 (22:09 +0000)]
Removing some Warnings.

16 years agoBug Fixing.
hdl [Wed, 27 Jun 2007 22:08:00 +0000 (22:08 +0000)]
Bug Fixing.
Problem in number calculation.

BEWARE... For old serial number calculation, the numbering_pattern should be set to None of the above, that is 7 and not 1 or 2...

16 years agoBug Fixing.
hdl [Wed, 27 Jun 2007 15:10:44 +0000 (15:10 +0000)]
Bug Fixing.
An inconsistency in function signature caused a shift between date received and publication date.

16 years agoBug Fixing.
hdl [Wed, 27 Jun 2007 14:55:46 +0000 (14:55 +0000)]
Bug Fixing.
subscription-renew lead to internal server error.

16 years agoBug Fixing.
hdl [Wed, 27 Jun 2007 14:54:55 +0000 (14:54 +0000)]
Bug Fixing.
IndependantBranches would lead to void information in GetSubscription because select was for "''" and not ""

16 years agomoving the _s() javascript function, that is used by getext for translation purposes...
tipaul [Wed, 27 Jun 2007 13:01:36 +0000 (13:01 +0000)]
moving the _s() javascript function, that is used by getext for translation purposes to doc-head-clos to avoid having to create it everywhere

16 years agoremoving '-' in isbn to allow amazon content.
toins [Tue, 26 Jun 2007 15:43:55 +0000 (15:43 +0000)]
removing '-' in isbn to allow amazon content.

16 years agoupdating web installer : going to step1 if needed and fixing sql
tipaul [Tue, 26 Jun 2007 14:30:22 +0000 (14:30 +0000)]
updating web installer : going to step1 if needed and fixing sql

16 years agoremoving some useless tables from updatedatabase
tipaul [Tue, 26 Jun 2007 13:25:37 +0000 (13:25 +0000)]
removing some useless tables from updatedatabase

16 years agoremoving koha.mysql. the DB structure is now in $KOHA/installer/kohastructure.sql
tipaul [Tue, 26 Jun 2007 13:25:13 +0000 (13:25 +0000)]
removing koha.mysql. the DB structure is now in $KOHA/installer/kohastructure.sql

16 years agouptodate SQL structure
tipaul [Tue, 26 Jun 2007 13:24:03 +0000 (13:24 +0000)]
uptodate SQL structure

16 years agoimproving OpacBrowser systempref explanation
tipaul [Tue, 26 Jun 2007 09:23:26 +0000 (09:23 +0000)]
improving OpacBrowser systempref explanation

16 years agoadding location sql field to location column, with branch & callnumber
tipaul [Tue, 26 Jun 2007 09:23:02 +0000 (09:23 +0000)]
adding location sql field to location column, with branch & callnumber

16 years agowhy was title ordering on 1=36 ? in ccl.properties, it s 1=4. (1=36 being for title...
tipaul [Tue, 26 Jun 2007 09:20:21 +0000 (09:20 +0000)]
why was title ordering on 1=36 ? in ccl.properties, it s 1=4. (1=36 being for title-cover)
thus, the title sorting was not working. This commit fixes the problem.
LIBLIME : verify I am right in the analysis and in the fix, it is a part mostly written by joshua

16 years agobugfix on adding a subfield
tipaul [Tue, 26 Jun 2007 09:17:56 +0000 (09:17 +0000)]
bugfix on adding a subfield

16 years agoKoha-Auth-Number declaration was missing : jumping from biblio to authority was not...
tipaul [Tue, 26 Jun 2007 09:17:17 +0000 (09:17 +0000)]
Koha-Auth-Number declaration was missing : jumping from biblio to authority was not working

16 years agodecoding correctly z3950 biblios
tipaul [Mon, 25 Jun 2007 15:06:28 +0000 (15:06 +0000)]
decoding correctly z3950 biblios

16 years agojust reindent
tipaul [Mon, 25 Jun 2007 15:05:18 +0000 (15:05 +0000)]
just reindent

16 years agofrench updated
tipaul [Mon, 25 Jun 2007 15:03:03 +0000 (15:03 +0000)]
french updated

16 years agomissing field declaration
tipaul [Mon, 25 Jun 2007 15:02:31 +0000 (15:02 +0000)]
missing field declaration

16 years agosome graphic changes (minor)
tipaul [Mon, 25 Jun 2007 15:02:15 +0000 (15:02 +0000)]
some graphic changes (minor)

16 years agobugfixes on unimarc 100 handling (the field used for encoding)
tipaul [Mon, 25 Jun 2007 15:01:45 +0000 (15:01 +0000)]
bugfixes on unimarc 100 handling (the field used for encoding)

16 years agodon't escape '-' in regexp.
toins [Mon, 25 Jun 2007 09:37:26 +0000 (09:37 +0000)]
don't escape '-' in regexp.

16 years agoAdding more tests, it now tests the exported functions
rangi [Sun, 24 Jun 2007 22:48:50 +0000 (22:48 +0000)]
Adding more tests, it now tests the exported functions

16 years agoadd zipcode list
hpassini [Thu, 21 Jun 2007 15:49:25 +0000 (15:49 +0000)]
add zipcode list

16 years agoadd zipcode list and bsort1 list
hpassini [Thu, 21 Jun 2007 15:43:39 +0000 (15:43 +0000)]
add zipcode list and bsort1 list

16 years agosynch fr & en
toins [Thu, 21 Jun 2007 13:11:27 +0000 (13:11 +0000)]
synch fr & en

16 years agobug fixing :make possible to create a tag in biblio framework
btoumi [Thu, 21 Jun 2007 12:43:57 +0000 (12:43 +0000)]
bug fixing :make possible to create a tag  in biblio framework

16 years agomissing comma :-/
toins [Wed, 20 Jun 2007 09:45:09 +0000 (09:45 +0000)]
missing comma :-/

16 years agooups... It can be more than one ISBN.... fixed now.
toins [Tue, 19 Jun 2007 15:58:23 +0000 (15:58 +0000)]
oups... It can be more than one ISBN.... fixed now.

16 years agowriting charset explicitly.
toins [Tue, 19 Jun 2007 15:14:08 +0000 (15:14 +0000)]
writing charset explicitly.

16 years agoNew script:
toins [Mon, 18 Jun 2007 13:29:38 +0000 (13:29 +0000)]
New script:
This script allows you to update your database/records after a bulkmarckimport integration.
Currectly it reformats biblioitems.isbn and bibliotitems.marcxml on deleting any '-' on isbn.

16 years agodon't display notes on result and fix wrong link.
toins [Mon, 18 Jun 2007 12:59:14 +0000 (12:59 +0000)]
don't display notes on result and fix wrong link.

16 years agofrench templates, updated
tipaul [Mon, 18 Jun 2007 07:56:03 +0000 (07:56 +0000)]
french templates, updated

16 years agoMissed test
rangi [Mon, 18 Jun 2007 07:28:58 +0000 (07:28 +0000)]
Missed test

16 years agoRemoving tes for deprecated function, of course there are a ton more
rangi [Mon, 18 Jun 2007 03:26:54 +0000 (03:26 +0000)]
Removing tes for deprecated function, of course there are a ton more
functions in here that need tests written for them

16 years agoFinishing up the last of the tests
rangi [Mon, 18 Jun 2007 03:20:19 +0000 (03:20 +0000)]
Finishing up the last of the tests

16 years agoContinuing on my tests mission
rangi [Mon, 18 Jun 2007 01:58:24 +0000 (01:58 +0000)]
Continuing on my tests mission

16 years agoMore test files
rangi [Mon, 18 Jun 2007 01:34:50 +0000 (01:34 +0000)]
More test files

16 years agoContinuing to add tests
rangi [Mon, 18 Jun 2007 00:51:10 +0000 (00:51 +0000)]
Continuing to add tests

16 years agoSimple compile only test for C4::Amazon
rangi [Sun, 17 Jun 2007 23:44:04 +0000 (23:44 +0000)]
Simple compile only test for C4::Amazon
Needs tests written for the 2 functions in it.

16 years agoWorking on unit tests
rangi [Sun, 17 Jun 2007 23:35:36 +0000 (23:35 +0000)]
Working on unit tests

16 years agos/opac-botton.inc/intranet-botton.inc/
toins [Fri, 15 Jun 2007 16:34:35 +0000 (16:34 +0000)]
s/opac-botton.inc/intranet-botton.inc/

16 years agosync with english template.
toins [Fri, 15 Jun 2007 16:33:55 +0000 (16:33 +0000)]
sync with english template.

16 years agoenable to search on subject with nozebra
toins [Fri, 15 Jun 2007 16:32:44 +0000 (16:32 +0000)]
enable to search on subject with nozebra

16 years agoremoving notes from the results
toins [Fri, 15 Jun 2007 16:31:58 +0000 (16:31 +0000)]
removing notes from the results

16 years agosome fixes (and only fixes)
tipaul [Fri, 15 Jun 2007 13:44:44 +0000 (13:44 +0000)]
some fixes (and only fixes)

16 years agobugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be double(8,6).
toins [Fri, 15 Jun 2007 13:09:08 +0000 (13:09 +0000)]
bugfix : bibliotitems.dewey & deletedbiblioitems.dewey mustn't be double(8,6).

16 years agodo not get $3 $4 and $5 on GetMarcSubjects GetMarcAuthors on unimarc flavour.
toins [Fri, 15 Jun 2007 09:40:06 +0000 (09:40 +0000)]
do not get $3 $4 and $5 on GetMarcSubjects GetMarcAuthors on unimarc flavour.

16 years agoremove hardcoded link.
toins [Fri, 15 Jun 2007 08:52:36 +0000 (08:52 +0000)]
remove hardcoded link.

16 years agobug fixing : variable name CGICatCode instead of CGIcatCode
hpassini [Thu, 14 Jun 2007 15:37:50 +0000 (15:37 +0000)]
bug fixing : variable name CGICatCode instead of CGIcatCode

16 years agoadding a link to opac-detail and removing link to itself.
toins [Wed, 13 Jun 2007 13:06:07 +0000 (13:06 +0000)]
adding a link to opac-detail and removing link to itself.

16 years agoremoving warn compilation.
toins [Wed, 13 Jun 2007 13:03:34 +0000 (13:03 +0000)]
removing warn compilation.

16 years agonext if there is an error getting the biblio.
toins [Mon, 11 Jun 2007 15:22:59 +0000 (15:22 +0000)]
next if there is an error getting the biblio.

16 years agofix a french error.
toins [Mon, 11 Jun 2007 15:22:15 +0000 (15:22 +0000)]
fix a french error.

16 years agothis template is for intranet not for opac... including the good footer.
toins [Mon, 11 Jun 2007 15:21:19 +0000 (15:21 +0000)]
this template is for intranet not for opac... including the good footer.

16 years agoremoving template->param already writed on Auth.pm
toins [Mon, 11 Jun 2007 15:19:46 +0000 (15:19 +0000)]
removing template->param already writed on Auth.pm

16 years agoadding flagrequired
toins [Fri, 8 Jun 2007 15:34:54 +0000 (15:34 +0000)]
adding flagrequired

16 years agowriting absolute path.
toins [Fri, 8 Jun 2007 15:20:16 +0000 (15:20 +0000)]
writing absolute path.

16 years agore-indent + little bugfix : '' instead of undef.
toins [Fri, 8 Jun 2007 09:42:18 +0000 (09:42 +0000)]
re-indent + little bugfix : '' instead of undef.

16 years agoit's faster to 'truncate' instead of using 'delete from'...
toins [Fri, 8 Jun 2007 09:41:14 +0000 (09:41 +0000)]
it's faster to 'truncate' instead of using 'delete from'...