koha.git
16 years agoRefining navigation in MARC Framework pages; Fixing unfinished YUI-based toolbar...
Owen Leonard [Tue, 9 Oct 2007 21:46:51 +0000 (16:46 -0500)]
Refining navigation in MARC Framework pages; Fixing unfinished YUI-based toolbar on catalogue detail page: functional now, with some tweaks yet to be done.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug Fixing : 217 (Suivi.paulpoulain.com : use ecost for actual cost rather than repla...
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:50 +0000 (16:46 -0500)]
Bug Fixing : 217 (Suivi.paulpoulain.com : use ecost for actual cost rather than replacement price)

+ another bug fixing.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoskipping wrong XMLs when rebuilding nozebra indexes
Paul POULAIN [Tue, 9 Oct 2007 21:46:49 +0000 (16:46 -0500)]
skipping wrong XMLs when rebuilding nozebra indexes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago(minor) bugfixing topissues (no limit query)
Paul POULAIN [Tue, 9 Oct 2007 21:46:48 +0000 (16:46 -0500)]
(minor) bugfixing topissues (no limit query)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBumping to 3.00.00.008 : adding biblio.datecreated
Paul POULAIN [Tue, 9 Oct 2007 21:46:47 +0000 (16:46 -0500)]
Bumping to 3.00.00.008 : adding biblio.datecreated

The top issue was based on a timestamp field, that was updated everytime a biblio is modified

This commit add a datecreated field, that is filled only when a biblio is ADDED
it is used by opac-topissues & can be useful at other places i'm sure

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPORTANT : biblioitems.editionresponsibility field was sometimes spelled with a 'a'
Paul POULAIN [Tue, 9 Oct 2007 21:46:46 +0000 (16:46 -0500)]
IMPORTANT : biblioitems.editionresponsibility field was sometimes spelled with a 'a'

editionserponsability.
This commit fixes all editionresponsAbibility. However, that won't change the biblioitems
column name if you have a wrong one in your DB (if you install a new one, or try a migration from 2.2, that should be OK)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing some french files for installer
Paul POULAIN [Tue, 9 Oct 2007 21:46:45 +0000 (16:46 -0500)]
fixing some french files for installer

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding a new option to rebuildzebra : noxml
Paul POULAIN [Tue, 9 Oct 2007 21:46:44 +0000 (16:46 -0500)]
Adding a new option to rebuildzebra : noxml

This option uses the iso2709 version of the MARC record instead of the XML one
(biblioitems.marc vs biblioitems.marcxml)
No change if the parameter is not set.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugFix in MARCdetail.pl : getauthorisedvaluedesc contained itemtype. + Rewriting...
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:43 +0000 (16:46 -0500)]
BugFix in MARCdetail.pl : getauthorisedvaluedesc contained itemtype. + Rewriting ModBiblios (now can take in itemnumbers or biblionumbers + allow modification for tags <010)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFrench installation files
Paul POULAIN [Tue, 9 Oct 2007 21:46:42 +0000 (16:46 -0500)]
French installation files

- removing old & useless files
- renaming directories
- adding some Public & Research specific files

(copying some LibLime ideas)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoThe kohafield in authorities can't be NOT NULL (as it is always null in fact...)
Paul POULAIN [Tue, 9 Oct 2007 21:46:41 +0000 (16:46 -0500)]
The kohafield in authorities can't be NOT NULL (as it is always null in fact...)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving comment
Paul POULAIN [Tue, 9 Oct 2007 21:46:40 +0000 (16:46 -0500)]
removing comment

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSorting the install directory
Paul POULAIN [Tue, 9 Oct 2007 21:46:39 +0000 (16:46 -0500)]
Sorting the install directory

previously, the order was "random". With this patch, you can choose the order
of the file that are shown for adding during install.
Just name the directories: for example 1-Mandatory, 2-Optional, 3-whateveryouwant

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1444: Porting marcEditor to authorities (tab management)
Paul POULAIN [Tue, 9 Oct 2007 21:46:38 +0000 (16:46 -0500)]
#1444: Porting marcEditor to authorities (tab management)

+ reindenting some code

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoParenthesis mistakenly removed.
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:35 +0000 (16:46 -0500)]
Parenthesis mistakenly removed.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanging innerjoin to left join for mysql5
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:33 +0000 (16:46 -0500)]
Changing innerjoin to left join for mysql5

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugFixing unimarc_field_210c.pl was badly broken. It allows searches.
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:32 +0000 (16:46 -0500)]
BugFixing unimarc_field_210c.pl was badly broken. It allows searches.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoModifying ModMember so that if there were a flag parameter on page it would not write...
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:31 +0000 (16:46 -0500)]
Modifying ModMember so that if there were a flag parameter on page it would not write borrower flags

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding dates for display to circulation.pl Minor bug fixes.
Paul POULAIN [Tue, 9 Oct 2007 21:46:30 +0000 (16:46 -0500)]
Adding dates for display to circulation.pl Minor bug fixes.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench templates
Paul POULAIN [Fri, 5 Oct 2007 07:33:34 +0000 (09:33 +0200)]
french templates

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOne can search on only one limit (for instance : Get ALL Documents from ONE branch)
Henri-Damien LAURENT [Tue, 9 Oct 2007 21:46:29 +0000 (16:46 -0500)]
One can search on only one limit (for instance : Get ALL Documents from ONE branch)

Sorting branches for results.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPROVEMENT (for #1416 : Available items marked waiting as soon as hold is placed)
Paul POULAIN [Tue, 9 Oct 2007 21:46:26 +0000 (16:46 -0500)]
IMPROVEMENT (for #1416 : Available items marked waiting as soon as hold is placed)

In fact, #1416 is not a bug, it's a feature : SAN-OP librarians place the reserve "book in hand", and confirm on phone that it's available
NPL save the reserve, but pick them from the shelves once a day only. So the item must be "to pull"

This commit improves the behaviour :
- document Reserves.pm a little, it was needed !
- add a systempreference ReservesNeedReturns, that let the library choose it's behaviour
- define the systempref in english & french systempreferences files
- add the systempref through the web installer (bumping to 3.00.00.003)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "#1485 saving issuingrules"
Joshua Ferraro [Mon, 8 Oct 2007 21:20:47 +0000 (16:20 -0500)]
Revert "#1485 saving issuingrules"

This reverts commit 31eaffcb04ab1cf2100b3b387b82eb3b1e2ac9e8.

16 years agoNew object-oriented date module to soon replace Date.pm.
Joe Atzberger [Mon, 8 Oct 2007 20:36:11 +0000 (15:36 -0500)]
New object-oriented date module to soon replace Date.pm.

Also included is a traditional perl (t/Dates.t) test script.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1456, automatically suggest user branch as pickup branch
Paul POULAIN [Mon, 8 Oct 2007 19:24:35 +0000 (14:24 -0500)]
#1456, automatically suggest user branch as pickup branch

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix : some column add a wrong size
Paul POULAIN [Mon, 8 Oct 2007 19:24:34 +0000 (14:24 -0500)]
bugfix : some column add a wrong size

In Koha 3.0, most short code have been resized to varchar(10). This includes itemtype, branchcode, patron category
I've found some tables refering to an old-small-size definition

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosplitting updatedatabase in 2 parts
Paul POULAIN [Mon, 8 Oct 2007 19:24:33 +0000 (14:24 -0500)]
splitting updatedatabase in 2 parts

- update 22to30, that does the update from 22 to 3.0 using old mechanism.
- updatedatabase, that just does new updating stuff.

Note that there are fixes on some column size (next commit will contain fixed kohastructure.sql)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1485 saving issuingrules
Paul POULAIN [Mon, 8 Oct 2007 19:24:32 +0000 (14:24 -0500)]
#1485 saving issuingrules

lot of bugs to fix...
- a foreign key on patron category is stupid as we have a wildcard
- having a wildcard on itemtype is useless, removing it in template
- reindenting & removing some commented lines
- fixing some SQL bugs (insert/update lines)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1473: MARCfindbreeding breaks MARC21 records in reservoir
Paul POULAIN [Mon, 8 Oct 2007 19:24:31 +0000 (14:24 -0500)]
#1473: MARCfindbreeding breaks MARC21 records in reservoir

doesn't change anything for UNIMARC (as expected), UNTESTED for MARC21, pls test it

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#668 cancel reserve on checkout does not work
Paul POULAIN [Mon, 8 Oct 2007 19:24:30 +0000 (14:24 -0500)]
#668 cancel reserve on checkout does not work

The reserve was cancelled only under certain circumstances (depending on reserve status)
cancelling everytime.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago1340 (querying 2 z3950 servers merged results)
Paul POULAIN [Mon, 8 Oct 2007 19:24:29 +0000 (14:24 -0500)]
1340 (querying 2 z3950 servers merged results)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1415: typo s/button/submit/
Joshua Ferraro [Sun, 7 Oct 2007 23:13:34 +0000 (18:13 -0500)]
Fix for bug 1415: typo s/button/submit/

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomove the xslt dir to a language-specific dir
Joshua Ferraro [Sun, 7 Oct 2007 02:46:23 +0000 (21:46 -0500)]
move the xslt dir to a language-specific dir

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding barcode index
Joshua Ferraro [Sun, 7 Oct 2007 02:41:34 +0000 (21:41 -0500)]
adding barcode index

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for 1279: Detail page should display error message for invalid biblionumbers
Joshua Ferraro [Sun, 7 Oct 2007 02:41:32 +0000 (21:41 -0500)]
Fix for 1279: Detail page should display error message for invalid biblionumbers

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorefining label printing
Joshua Ferraro [Sun, 7 Oct 2007 02:18:53 +0000 (21:18 -0500)]
refining label printing

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonew auth values for MARC21
Joshua Ferraro [Sun, 7 Oct 2007 02:15:19 +0000 (21:15 -0500)]
new auth values for MARC21

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMissing session->delete on users voluntary logout
Chris Cormack [Sat, 6 Oct 2007 23:08:30 +0000 (18:08 -0500)]
Missing session->delete on users voluntary logout

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to marc21 framework
Joshua Ferraro [Sat, 6 Oct 2007 22:01:44 +0000 (17:01 -0500)]
improvements to marc21 framework

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding session storage to the other place sessions are made
Chris Cormack [Sat, 6 Oct 2007 21:56:27 +0000 (16:56 -0500)]
Adding session storage to the other place sessions are made

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSetting up a system preference to choose whether CGI::Session uses mysql, or
Chris Cormack [Sat, 6 Oct 2007 21:56:26 +0000 (16:56 -0500)]
Setting up a system preference to choose whether CGI::Session uses mysql, or

temporary files
Need to add it to a couple more places in C4::Auth

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopartial 1481: adding back missing updateitem.pl script
Joshua Ferraro [Sat, 6 Oct 2007 21:08:35 +0000 (16:08 -0500)]
partial 1481: adding back missing updateitem.pl script

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to english auth values
Joshua Ferraro [Sat, 6 Oct 2007 21:08:38 +0000 (16:08 -0500)]
improvements to english auth values

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore work on 1481: adding back drop-downs for
Joshua Ferraro [Sat, 6 Oct 2007 21:08:37 +0000 (16:08 -0500)]
more work on 1481: adding back drop-downs for

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopartial 1481: adding to templates, fixing non-display of data
Joshua Ferraro [Sat, 6 Oct 2007 21:08:36 +0000 (16:08 -0500)]
partial 1481: adding to templates, fixing non-display of data

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopartial 1481: adding back missing updateitem.pl script
Joshua Ferraro [Sat, 6 Oct 2007 21:08:35 +0000 (16:08 -0500)]
partial 1481: adding back missing updateitem.pl script

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdates to marc21 default framework
Joshua Ferraro [Sat, 6 Oct 2007 06:19:33 +0000 (01:19 -0500)]
updates to marc21 default framework

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to the english sysprefs
Joshua Ferraro [Sat, 6 Oct 2007 05:42:22 +0000 (00:42 -0500)]
improvements to the english sysprefs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving cvs-specific version statement
Joshua Ferraro [Sat, 6 Oct 2007 05:42:21 +0000 (00:42 -0500)]
removing cvs-specific version statement

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorefining barcode plugin, two new options
Joshua Ferraro [Sat, 6 Oct 2007 05:23:47 +0000 (00:23 -0500)]
refining barcode plugin, two new options

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding dateaccessioned plugin
Joshua Ferraro [Sat, 6 Oct 2007 05:23:46 +0000 (00:23 -0500)]
adding dateaccessioned plugin

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving multivolume,multivolumepart,binding
Joshua Ferraro [Sat, 6 Oct 2007 05:23:45 +0000 (00:23 -0500)]
removing multivolume,multivolumepart,binding

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug #1462 correction.
Frédéric DEMIANS [Sat, 6 Oct 2007 05:23:44 +0000 (00:23 -0500)]
Bug #1462 correction.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding better english stopwords
Joshua Ferraro [Sat, 6 Oct 2007 05:23:43 +0000 (00:23 -0500)]
adding better english stopwords

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAcquisition minor improvements
Paul POULAIN [Fri, 5 Oct 2007 21:37:45 +0000 (16:37 -0500)]
Acquisition minor improvements

Fixing a SQL bug hdl introduced yesterday when updating queries & that I missed when reviewing them.
changing the look of the basket & parcel by adding & moving some link

The goal is to have the same kind of lists & links everywhere. (Will continue on monday)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMARC21 plugins fixed
Paul POULAIN [Fri, 5 Oct 2007 21:37:44 +0000 (16:37 -0500)]
MARC21 plugins fixed

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago1409 empty search term in subscription search biblio
Paul POULAIN [Fri, 5 Oct 2007 21:37:43 +0000 (16:37 -0500)]
1409 empty search term in subscription search biblio

+ removing some useless code

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocommenting a warn
Paul POULAIN [Fri, 5 Oct 2007 21:37:42 +0000 (16:37 -0500)]
commenting a warn

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago1363 (mandatory field break MARC editor)
Paul POULAIN [Fri, 5 Oct 2007 21:37:41 +0000 (16:37 -0500)]
1363 (mandatory field break MARC editor)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing upbutton that has disappeared & fixedfield condition check
Paul POULAIN [Fri, 5 Oct 2007 21:37:40 +0000 (16:37 -0500)]
fixing upbutton that has disappeared & fixedfield condition check

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1452 (Labels for item editor are truncated)
Paul POULAIN [Fri, 5 Oct 2007 21:37:39 +0000 (16:37 -0500)]
#1452 (Labels for item editor are truncated)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBUGFIX: Handle etc/zebradb tree
MJ Ray [Fri, 5 Oct 2007 21:37:38 +0000 (16:37 -0500)]
BUGFIX: Handle etc/zebradb tree

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoVersion bump to match updater/updatedatabase
MJ Ray [Fri, 5 Oct 2007 21:37:37 +0000 (16:37 -0500)]
Version bump to match updater/updatedatabase

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1459 yadc : Yet Another Date::Calc problem...
Paul POULAIN [Fri, 5 Oct 2007 09:39:38 +0000 (04:39 -0500)]
#1459 yadc : Yet Another Date::Calc problem...

if dateexpiry is empty, set issuingimpossible without any calculation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1447 : avoid a SQL message when filling the table
Paul POULAIN [Fri, 5 Oct 2007 09:39:37 +0000 (04:39 -0500)]
#1447 : avoid a SQL message when filling the table

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoving _( function to header
Paul POULAIN [Fri, 5 Oct 2007 09:39:36 +0000 (04:39 -0500)]
moving _( function to header

This function is used to extract strings for translator tool. It must be available everywhere, moving it to head-close.inc
& removing it elsewhere

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBUG FIXING : 210$c is now searching EDITORS
Henri-Damien LAURENT [Fri, 5 Oct 2007 07:50:08 +0000 (02:50 -0500)]
BUG FIXING : 210$c is now searching EDITORS

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench translation .po
Paul POULAIN [Fri, 5 Oct 2007 07:50:07 +0000 (02:50 -0500)]
french translation .po

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosmall html fix (mostly for translator purposes)
Paul POULAIN [Fri, 5 Oct 2007 07:50:06 +0000 (02:50 -0500)]
small html fix (mostly for translator purposes)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimproving alternate (drupal inspired) stylesheet
paul [Fri, 5 Oct 2007 07:50:05 +0000 (02:50 -0500)]
improving alternate (drupal inspired) stylesheet

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago(minor) removing useless template params
paul [Fri, 5 Oct 2007 07:50:04 +0000 (02:50 -0500)]
(minor) removing useless template params

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobump to 3.00.00.006 : issues.issuedate auto fill added on update
paul [Fri, 5 Oct 2007 07:50:03 +0000 (02:50 -0500)]
bump to 3.00.00.006 : issues.issuedate auto fill added on update

In Koha 2.2 there was no field to store the issue date. There was only a timestamp
which is modified every time you do something on the line.
it's fixed in 3.0, but the new issuedate field is empty for 2.2 catalogue migrated to 3.0
This fills the issue date with a value that is probably wrong, but we can't know the correct one.
at least we have something and the stats works (Date::Calc is very unhappy if the field is empty)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Fri, 5 Oct 2007 07:50:02 +0000 (02:50 -0500)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "Adding IndependantBranches Filter + adding some ordering on member list display."
Paul POULAIN [Fri, 5 Oct 2007 07:50:01 +0000 (02:50 -0500)]
Revert "Adding IndependantBranches Filter + adding some ordering on member list display."

This reverts commit 0dee069f30f05f0d63d3b5e5047cdd3986aa373c.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Fri, 5 Oct 2007 07:50:00 +0000 (02:50 -0500)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNo need of wrdl for kw search
Paul POULAIN [Fri, 5 Oct 2007 07:49:59 +0000 (02:49 -0500)]
No need of wrdl for kw search

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating opac searches, same as librarian
Paul POULAIN [Fri, 5 Oct 2007 07:49:58 +0000 (02:49 -0500)]
updating opac searches, same as librarian

(adding explicit wrdl to some queries)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating french translation
Paul POULAIN [Fri, 5 Oct 2007 07:49:57 +0000 (02:49 -0500)]
updating french translation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "fix for bug 1468, but not sure if this is the best"
Joshua Ferraro [Fri, 5 Oct 2007 19:02:44 +0000 (14:02 -0500)]
Revert "fix for bug 1468, but not sure if this is the best"

This reverts commit ae206e86adf8eb281fd1029364c1e705f2ffa197.

16 years agoMerge branches 'master' and 'mymerges'
Joshua Ferraro [Fri, 5 Oct 2007 18:57:49 +0000 (13:57 -0500)]
Merge branches 'master' and 'mymerges'

16 years agoMore work on global resident search, toolbars, and menus.
Owen Leonard [Fri, 5 Oct 2007 07:32:05 +0000 (02:32 -0500)]
More work on global resident search, toolbars, and menus.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMerge branches 'master' and 'mywork'
Joshua Ferraro [Fri, 5 Oct 2007 18:47:02 +0000 (13:47 -0500)]
Merge branches 'master' and 'mywork'

16 years agofix mail -> male
Joshua Ferraro [Fri, 5 Oct 2007 07:32:07 +0000 (02:32 -0500)]
fix mail -> male

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosyntax error in memberentry
Joshua Ferraro [Thu, 4 Oct 2007 18:45:32 +0000 (13:45 -0500)]
syntax error in memberentry

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding support for M and N sex
Joshua Ferraro [Thu, 4 Oct 2007 18:45:31 +0000 (13:45 -0500)]
adding support for M and N sex

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1468, but not sure if this is the best
Joshua Ferraro [Thu, 4 Oct 2007 18:45:30 +0000 (13:45 -0500)]
fix for bug 1468, but not sure if this is the best

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1455 (placing reserve from OPAC)
Paul POULAIN [Wed, 3 Oct 2007 17:01:06 +0000 (19:01 +0200)]
#1455 (placing reserve from OPAC)

SANOP hadn't ported reserve to OPAC yet. that's why opac reserves were no more working.

I've fixed that, but it need more testing...

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Wed, 3 Oct 2007 17:01:05 +0000 (19:01 +0200)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoRevert "Adding IndependantBranches Filter + adding some ordering on member list display."
Paul POULAIN [Wed, 3 Oct 2007 17:01:04 +0000 (19:01 +0200)]
Revert "Adding IndependantBranches Filter + adding some ordering on member list display."

This reverts commit 0dee069f30f05f0d63d3b5e5047cdd3986aa373c.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Wed, 3 Oct 2007 17:01:03 +0000 (19:01 +0200)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBug Fixing : privilege for blinddetailbibliosearch mistakenly was editauthorities
Henri-Damien LAURENT [Wed, 3 Oct 2007 17:01:02 +0000 (19:01 +0200)]
Bug Fixing : privilege for blinddetailbibliosearch mistakenly was editauthorities

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUG FIXING : Using LEFT JOIN in replacement of implicit inner joins. WARN NOT FULLY...
Henri-Damien LAURENT [Wed, 3 Oct 2007 17:01:01 +0000 (19:01 +0200)]
BUG FIXING : Using LEFT JOIN in replacement of implicit inner joins. WARN NOT FULLY TESTED

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoHistory was broken by my correction on SQL for SearchHistory. Corrected.
Henri-Damien LAURENT [Wed, 3 Oct 2007 17:01:00 +0000 (19:01 +0200)]
History was broken by my correction on SQL for SearchHistory. Corrected.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoNo need of wrdl for kw search
Paul POULAIN [Wed, 3 Oct 2007 17:00:59 +0000 (19:00 +0200)]
No need of wrdl for kw search

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoremoving warn
Paul POULAIN [Wed, 3 Oct 2007 17:00:58 +0000 (19:00 +0200)]
removing warn

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoupdating opac searches, same as librarian
Paul POULAIN [Wed, 3 Oct 2007 17:00:57 +0000 (19:00 +0200)]
updating opac searches, same as librarian

(adding explicit wrdl to some queries)

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agobugfix $itemtype => $value
Paul POULAIN [Wed, 3 Oct 2007 17:00:56 +0000 (19:00 +0200)]
bugfix $itemtype => $value

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago#1445 checking that there is an expiry date
Paul POULAIN [Wed, 3 Oct 2007 17:00:55 +0000 (19:00 +0200)]
#1445 checking that there is an expiry date

if there is none, automatically warn the librarian

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago(minor) updating doc & removing warn
Paul POULAIN [Wed, 3 Oct 2007 17:00:54 +0000 (19:00 +0200)]
(minor) updating doc & removing warn

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago#1450 (marc21 plugins)
Paul POULAIN [Wed, 3 Oct 2007 17:00:53 +0000 (19:00 +0200)]
#1450 (marc21 plugins)

dunno why toins missed to report new marc editor changes to marc21 plugins...
(00x & leader.tmpl tested, other not tested, I don't know which field they are for. but it's a copy paste of 1 line, should work anyway)

Signed-off-by: Chris Cormack <crc@liblime.com>