koha.git
16 years agoEnabling AutoComplete on resident circ search form. Putting dependent YUI files into...
Owen Leonard [Sun, 4 Nov 2007 22:23:47 +0000 (16:23 -0600)]
Enabling AutoComplete on resident circ search form. Putting dependent YUI files into doc-head-close.inc along with button/menu-related YUI js and css. Moving menu.css, button.css, and dependent graphics into lib/yui. Removing "yui-skin-sam" class from body tags and altering css accordingly.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore interface changes for circulation: Further tweaking of circ warning dialog,...
Owen Leonard [Sun, 4 Nov 2007 22:23:46 +0000 (16:23 -0600)]
More interface changes for circulation: Further tweaking of circ warning dialog, formatting patron selection form, adding 'focus' class to patron selection select list.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrections to links (usually hidden by javascript)
Owen Leonard [Sun, 4 Nov 2007 22:23:45 +0000 (16:23 -0600)]
Corrections to links (usually hidden by javascript)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing layout broken by addition of guided reports link
Owen Leonard [Sun, 4 Nov 2007 22:23:44 +0000 (16:23 -0600)]
Fixing layout broken by addition of guided reports link

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrections to enable tabs, YUI toolbar
Owen Leonard [Sun, 4 Nov 2007 22:23:43 +0000 (16:23 -0600)]
Corrections to enable tabs, YUI toolbar

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoitem-level itemtypes issuingrules require some testing.
Ryan Higgins [Sun, 4 Nov 2007 22:23:42 +0000 (16:23 -0600)]
item-level itemtypes issuingrules require some testing.

based on syspref 'item-level_itypes', add an itype col to items table
for 3.2 itype's type will change from varchar(10) to int to allow
circ type definitions per agency.
Note that updatedatabase doesn't populate items.itype, just creates column.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCouple of minor changes to staff client view on patron.
Ryan Higgins [Sun, 4 Nov 2007 22:23:41 +0000 (16:23 -0600)]
Couple of minor changes to staff client view on patron.

item-level_itypes still need display changes in both opac and staff.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSmall change to begin item-level itypes.
Ryan Higgins [Sun, 4 Nov 2007 22:23:40 +0000 (16:23 -0600)]
Small change to begin item-level itypes.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoManaging Independant branches.
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:39 +0000 (16:23 -0600)]
Managing Independant branches.

librarian can edit only subscriptions on branches of his or subscription with no branch now.
cannotedit is a calculated value in Mysql and transfered for process.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving Date::Manip
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:38 +0000 (16:23 -0600)]
Removing Date::Manip

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIf no serialsadditems, choosing status arrived would cause a js error.
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:37 +0000 (16:23 -0600)]
If no serialsadditems, choosing status arrived would cause a js error.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocall to plugins didnot work.
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:36 +0000 (16:23 -0600)]
call to plugins didnot work.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBUG fixing : suivi.paulpoulain.com : 257
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:35 +0000 (16:23 -0600)]
BUG fixing : suivi.paulpoulain.com : 257

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBiblionumber information was not acurate.
Henri-Damien LAURENT [Sun, 4 Nov 2007 22:23:34 +0000 (16:23 -0600)]
Biblionumber information was not acurate.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoPrint.pm: Dates.pm integration and cleanup.
Joe Atzberger [Fri, 2 Nov 2007 01:36:05 +0000 (20:36 -0500)]
Print.pm: Dates.pm integration and cleanup.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAuth_with_ldap: work in progress.
Joe Atzberger [Fri, 2 Nov 2007 01:36:04 +0000 (20:36 -0500)]
Auth_with_ldap: work in progress.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome formatting and layout chances to acquisitions pages. Taking out table filter...
Owen Leonard [Fri, 2 Nov 2007 01:36:02 +0000 (20:36 -0500)]
Some formatting and layout chances to acquisitions pages. Taking out table filter-style search form on histsearch.pl and replacing it with standard advanced-search style form list.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCosmetic changes to moremember print screens
Owen Leonard [Fri, 2 Nov 2007 01:36:01 +0000 (20:36 -0500)]
Cosmetic changes to moremember print screens

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoset DB rev to 020
Galen Charlton [Thu, 1 Nov 2007 18:38:09 +0000 (13:38 -0500)]
set DB rev to 020

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed typo in 018 DB change
Galen Charlton [Thu, 1 Nov 2007 18:38:08 +0000 (13:38 -0500)]
fixed typo in 018 DB change

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomade key on deleteditems.barcode non-unique
Galen Charlton [Thu, 1 Nov 2007 18:38:07 +0000 (13:38 -0500)]
made key on deleteditems.barcode non-unique

User could conceivable delete an item, add one with the
same barcode, then delete it again.  If key on
deleteditems.barcode is unique, second deletion
will not populate deleteditems.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomade several PKs be auto_increment columns
Galen Charlton [Thu, 1 Nov 2007 18:38:06 +0000 (13:38 -0500)]
made several PKs be auto_increment columns

* biblio.biblionumber
* biblioitems.biblioitemnumber
* items.itemnumber

These IDs are no longer increment by the Perl code, thus
allowing better concurrency during bib/item editing.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix to rightANDlefttruncation
Joshua Ferraro [Thu, 1 Nov 2007 00:57:34 +0000 (19:57 -0500)]
fix to rightANDlefttruncation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving intranet.css from default sysprefs
Joshua Ferraro [Thu, 1 Nov 2007 00:57:33 +0000 (19:57 -0500)]
removing intranet.css from default sysprefs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug-1494, fixed bookfund modify code
Mason James [Thu, 1 Nov 2007 00:57:32 +0000 (19:57 -0500)]
bug-1494, fixed bookfund modify code

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded mod_validate block to aqbookfund.tmpl
Mason James [Thu, 1 Nov 2007 00:57:31 +0000 (19:57 -0500)]
added mod_validate block to aqbookfund.tmpl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed bookfund modify code
Mason James [Thu, 1 Nov 2007 00:57:30 +0000 (19:57 -0500)]
fixed bookfund modify code

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoModbookfund() now correctly updating all aqbudget.branchcode's linked to mod-ed bookfund
Mason James [Thu, 1 Nov 2007 00:57:29 +0000 (19:57 -0500)]
Modbookfund() now correctly updating all aqbudget.branchcode's linked to mod-ed bookfund

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWorking on fixing bug for acquisition bookfund modifying, work in progress
Mason James [Thu, 1 Nov 2007 00:57:28 +0000 (19:57 -0500)]
Working on fixing bug for acquisition bookfund modifying, work in progress

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore work on circulation dialog. Adding files and styles necessary to do drop-shadow...
Owen Leonard [Wed, 31 Oct 2007 22:56:05 +0000 (17:56 -0500)]
More work on circulation dialog. Adding files and styles necessary to do drop-shadow on divs (alistapart.com/articles/cssdropshadows)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBeginning work on confirmation dialog
Owen Leonard [Wed, 31 Oct 2007 22:56:04 +0000 (17:56 -0500)]
Beginning work on confirmation dialog

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix: bib delete button now working in catalogue bib display
Galen Charlton [Wed, 31 Oct 2007 18:38:06 +0000 (13:38 -0500)]
bugfix: bib delete button now working in catalogue bib display

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed typo in statement for reports_dictionary
Galen Charlton [Wed, 31 Oct 2007 18:38:05 +0000 (13:38 -0500)]
fixed typo in statement for reports_dictionary

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed extra warning during install.pl
Galen Charlton [Wed, 31 Oct 2007 18:38:04 +0000 (13:38 -0500)]
fixed extra warning during install.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosample patron data: removed insert with duplicate PK
Galen Charlton [Wed, 31 Oct 2007 18:38:03 +0000 (13:38 -0500)]
sample patron data: removed insert with duplicate PK

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocomment out version check warn
Galen Charlton [Wed, 31 Oct 2007 18:38:02 +0000 (13:38 -0500)]
comment out version check warn

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix: deletedbiblioitems row now added upon delete of a biblio
Galen Charlton [Wed, 31 Oct 2007 18:38:01 +0000 (13:38 -0500)]
bugfix: deletedbiblioitems row now added upon delete of a biblio

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix transfer of marc_breeding to import_records/import_biblios
Galen Charlton [Wed, 31 Oct 2007 18:38:00 +0000 (13:38 -0500)]
fix transfer of marc_breeding to import_records/import_biblios

Problem was that z3950random is not a good unique key to use
for linking new import_records and import_biblios rows.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing export tool to export iso2709 correctly
Paul POULAIN [Wed, 31 Oct 2007 18:37:59 +0000 (13:37 -0500)]
fixing export tool to export iso2709 correctly

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobump to 3.00.00.017 : adding columns to zebraqueue
Paul POULAIN [Wed, 31 Oct 2007 18:37:58 +0000 (13:37 -0500)]
bump to 3.00.00.017 : adding columns to zebraqueue

The zebraque_start scripts works, but it not friendly when you try to track what he did
as records are deleted after done.
This commit changes the behaviour : 2 columns are added done & timestamp.
done is set to 1 when a line have been done. And the timestamp contains the timestamp of the last action (either line creation if done=0 or operation if done=1)

should be helpfull to track problem.

the table will grow, but i'll add soon a DELETE FROM zebraqueue WHERE timestamp > 30 days or something like that

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing buildQuery call to new API
Paul POULAIN [Wed, 31 Oct 2007 18:37:57 +0000 (13:37 -0500)]
fixing buildQuery call to new API

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNote was declared twice + XXX :w,:p is illegal, one must write XXX:w,XXX:p
Paul POULAIN [Wed, 31 Oct 2007 18:37:56 +0000 (13:37 -0500)]
Note was declared twice + XXX :w,:p is illegal, one must write XXX:w,XXX:p

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoskip empty records (new GetMarcRecord behaviour that returns empty string and not...
Paul POULAIN [Wed, 31 Oct 2007 18:37:55 +0000 (13:37 -0500)]
skip empty records (new GetMarcRecord behaviour that returns empty string and not empty MARC::Record)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding new line before the main entry
Paul POULAIN [Wed, 31 Oct 2007 18:37:54 +0000 (13:37 -0500)]
adding new line before the main entry

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating install dependancies
Paul POULAIN [Wed, 31 Oct 2007 18:37:53 +0000 (13:37 -0500)]
updating install dependancies

HTML::Template is not necessary anymore (replaced by H::T::Pro)
Net::Z3950, Net::Z3950 and ZOOM are the same. ZOOM being the preffered package name

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugFixing: Suivi.paulpoulain.com Bug 275
Henri-Damien LAURENT [Wed, 31 Oct 2007 18:37:52 +0000 (13:37 -0500)]
BugFixing: Suivi.paulpoulain.com Bug 275

Miscalculation of innerloop bounds
caused a numbering pattern error.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding titles to claimissues letter.
Henri-Damien LAURENT [Wed, 31 Oct 2007 18:12:14 +0000 (13:12 -0500)]
Adding titles to claimissues letter.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodealing with empty XML : return an empty string, and not an empty MARC::Record
Paul POULAIN [Wed, 31 Oct 2007 18:12:13 +0000 (13:12 -0500)]
dealing with empty XML : return an empty string, and not an empty MARC::Record

(Useful for zebraque_start)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving a forgotten js alert
Paul POULAIN [Wed, 31 Oct 2007 18:12:12 +0000 (13:12 -0500)]
removing a forgotten js alert

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding missing dependancies (needed by scheduler & patron import)
Paul POULAIN [Wed, 31 Oct 2007 18:12:11 +0000 (13:12 -0500)]
adding missing dependancies (needed by scheduler & patron import)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1490 : Subscription add, seasonal numbering: no years displayed
Paul POULAIN [Wed, 31 Oct 2007 18:11:32 +0000 (13:11 -0500)]
#1490 : Subscription add, seasonal numbering: no years displayed

Note sure this fix is functionnaly correct : see http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1490

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoescaping @a to avoid updatedatabase failure
Joshua Ferraro [Wed, 31 Oct 2007 13:03:49 +0000 (08:03 -0500)]
escaping @a to avoid updatedatabase failure

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for 1521, boolean test for 'autobarcode' syspref fixed, and test for non-existant...
Mason James [Wed, 31 Oct 2007 08:44:46 +0000 (03:44 -0500)]
fix for 1521, boolean test for 'autobarcode' syspref fixed, and test for non-existant $marc->field before barcode subfield add

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug-1490, fixed seasonal-year drop-box
Mason James [Wed, 31 Oct 2007 02:09:28 +0000 (21:09 -0500)]
bug-1490, fixed seasonal-year drop-box

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing fielded truncation
Joshua Ferraro [Wed, 31 Oct 2007 00:18:07 +0000 (19:18 -0500)]
fixing fielded truncation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobatch import rework: added suport for loading and dropping items
Galen Charlton [Wed, 31 Oct 2007 00:18:06 +0000 (19:18 -0500)]
batch import rework: added suport for loading and dropping items

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoquelled perl -w variable masking warnings
Galen Charlton [Wed, 31 Oct 2007 00:18:05 +0000 (19:18 -0500)]
quelled perl -w variable masking warnings

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocorrect to prior action_logs patch
Galen Charlton [Wed, 31 Oct 2007 00:16:48 +0000 (19:16 -0500)]
correct to prior action_logs patch

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded auto_number column as PK for action_logs
Galen Charlton [Wed, 31 Oct 2007 00:16:47 +0000 (19:16 -0500)]
added auto_number column as PK for action_logs

* prevents PK warnings when logging actions that occur
  faster than once a second (e.g., batch MARC loads) --
  the original PK of timestamp + user not granular enough
* timestamp + user still indexed for log viewing

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBiblio.pm - restored after duplicate application of
Galen Charlton [Wed, 31 Oct 2007 00:07:27 +0000 (19:07 -0500)]
Biblio.pm - restored after duplicate application of

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded missing upgrade message
Galen Charlton [Wed, 31 Oct 2007 00:07:26 +0000 (19:07 -0500)]
added missing upgrade message

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved references to import.pl and breeding.pl, which no longer exist
Galen Charlton [Wed, 31 Oct 2007 00:07:25 +0000 (19:07 -0500)]
removed references to import.pl and breeding.pl, which no longer exist

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes in NoZebra search & indexing
Paul POULAIN [Tue, 30 Oct 2007 18:02:52 +0000 (13:02 -0500)]
fixes in NoZebra search & indexing

- the quotemeta was wrong (and introduced some bugs in diacritics)
- fixing some bugs that appear only sometimes : the union was done including weight, which is wrong & resulted in missing some results (when various weighting)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoreintroducing facets and sorting on OPAC
Paul POULAIN [Tue, 30 Oct 2007 18:02:51 +0000 (13:02 -0500)]
reintroducing facets and sorting on OPAC

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosetting UNIMARC parameter at the right place
Paul POULAIN [Tue, 30 Oct 2007 18:02:50 +0000 (13:02 -0500)]
setting UNIMARC parameter at the right place

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1498 Template variable missing from koha2marclinks.pl
Paul POULAIN [Tue, 30 Oct 2007 18:02:49 +0000 (13:02 -0500)]
#1498 Template variable missing from koha2marclinks.pl

solved by removing the "action" parameter which was useless and hardcoding a text
+ reindenting

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix in MARC editor to deal with clonefield (+) that is an authority
Paul POULAIN [Tue, 30 Oct 2007 18:02:48 +0000 (13:02 -0500)]
bugfix in MARC editor to deal with clonefield (+) that is an authority

the ... were not pointing to the duplicated entry but to the 1st one

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorevert kw,wrdl search (part 2)
Paul POULAIN [Tue, 30 Oct 2007 18:02:47 +0000 (13:02 -0500)]
revert kw,wrdl search (part 2)

kados should commit something better, this is a quick hack.
if I send it mistakenly chris/kados, pls don't validate

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoShow images only if there is one
Paul POULAIN [Tue, 30 Oct 2007 18:02:46 +0000 (13:02 -0500)]
Show images only if there is one

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding a fixed width to MARC editor label
Paul POULAIN [Tue, 30 Oct 2007 18:02:45 +0000 (13:02 -0500)]
adding a fixed width to MARC editor label

to have <input> aligned vertically. The subfield description can be long, so the font is lowered

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoreintroducing Add button in case of authority add
Paul POULAIN [Tue, 30 Oct 2007 18:02:43 +0000 (13:02 -0500)]
reintroducing Add button in case of authority add

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoauthority ordering in cataloguing / search authority
Paul POULAIN [Tue, 30 Oct 2007 18:02:42 +0000 (13:02 -0500)]
authority ordering in cataloguing / search authority

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1492 MARC subfields structure: can't switch to tab with label "@"
Paul POULAIN [Tue, 30 Oct 2007 18:02:41 +0000 (13:02 -0500)]
#1492 MARC subfields structure: can't switch to tab with label "@"

replacing the @ by _ in the template, wich is valid.

I also have changed a little the behaviour : the New button appears only
for >010 fields (<10 have only the data, no real subfield)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonomenclature improvements
Joshua Ferraro [Wed, 31 Oct 2007 10:39:42 +0000 (05:39 -0500)]
nomenclature improvements

16 years ago#1491: Subscription add does not check for all required fields
Paul POULAIN [Tue, 30 Oct 2007 18:02:40 +0000 (13:02 -0500)]
#1491: Subscription add does not check for all required fields

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agospecific plugin for Frantiq cnrs network
Paul POULAIN [Tue, 30 Oct 2007 18:02:39 +0000 (13:02 -0500)]
specific plugin for Frantiq cnrs network

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDO NOT return if SimpleSearch give no result, we need to check reservoir too
Paul POULAIN [Tue, 30 Oct 2007 18:02:38 +0000 (13:02 -0500)]
DO NOT return if SimpleSearch give no result, we need to check reservoir too

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1528, template not translatable
Chris Cormack [Tue, 30 Oct 2007 18:47:19 +0000 (13:47 -0500)]
Fix for bug 1528, template not translatable

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix to make the template translatable, bug 1528, and fix for 1529
Chris Cormack [Tue, 30 Oct 2007 18:47:18 +0000 (13:47 -0500)]
Fix to make the template translatable, bug 1528, and fix for 1529

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding reports_dictionary table
Chris Cormack [Tue, 30 Oct 2007 18:20:20 +0000 (13:20 -0500)]
Adding reports_dictionary table

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1505 Primary Key on borrowernumber
Paul POULAIN [Tue, 30 Oct 2007 18:02:44 +0000 (13:02 -0500)]
#1505 Primary Key on borrowernumber

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix related #1340 (z3950 search for quick cataloguing)
Paul POULAIN [Tue, 30 Oct 2007 18:02:36 +0000 (13:02 -0500)]
fix related #1340 (z3950 search for quick cataloguing)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMinor changes to keep behaviour unchanged if no marcflavour directory.
Henri-Damien LAURENT [Tue, 30 Oct 2007 18:02:35 +0000 (13:02 -0500)]
Minor changes to keep behaviour unchanged if no marcflavour directory.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1527, removing Smart::Comments
Chris Cormack [Tue, 30 Oct 2007 17:53:29 +0000 (12:53 -0500)]
Fix for bug 1527, removing Smart::Comments

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench translation, updated
Paul POULAIN [Sat, 20 Oct 2007 19:06:29 +0000 (21:06 +0200)]
french translation, updated

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoGetting rid of windows chars
Chris Cormack [Tue, 23 Oct 2007 19:03:26 +0000 (14:03 -0500)]
Getting rid of windows chars

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving windows linefeeds \r
Chris Cormack [Tue, 23 Oct 2007 18:42:03 +0000 (13:42 -0500)]
Removing windows linefeeds \r

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding SMS stuff so we don't forget about it
Joshua Ferraro [Tue, 30 Oct 2007 02:13:49 +0000 (21:13 -0500)]
adding SMS stuff so we don't forget about it

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving TMPL_ELSE
Joshua Ferraro [Tue, 30 Oct 2007 02:13:48 +0000 (21:13 -0500)]
removing TMPL_ELSE

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing conflict in updatedatabase
Joshua Ferraro [Tue, 30 Oct 2007 02:13:47 +0000 (21:13 -0500)]
fixing conflict in updatedatabase

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopatch to sysprefs and minor fix to Search.pm that
Joshua Ferraro [Tue, 30 Oct 2007 02:13:46 +0000 (21:13 -0500)]
patch to sysprefs and minor fix to Search.pm that

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to enable truncation to play nicely with
Joshua Ferraro [Mon, 29 Oct 2007 22:42:32 +0000 (17:42 -0500)]
fixes to enable truncation to play nicely with

field weighting, stemming, fuzzy, etc.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomajor cleanup of buildQuery, creating some internal functions
Joshua Ferraro [Mon, 29 Oct 2007 22:42:31 +0000 (17:42 -0500)]
major cleanup of buildQuery, creating some internal functions

to handle stemming, field weighting, truncation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoving unimarc subtypes to an include, adding UNIMARC flag
Joshua Ferraro [Mon, 29 Oct 2007 22:42:30 +0000 (17:42 -0500)]
moving unimarc subtypes to an include, adding UNIMARC flag

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing re-sorting in staff client
Joshua Ferraro [Mon, 29 Oct 2007 22:42:29 +0000 (17:42 -0500)]
fixing re-sorting in staff client

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing branch limits and searchdomain limits
Joshua Ferraro [Mon, 29 Oct 2007 22:42:28 +0000 (17:42 -0500)]
fixing branch limits and searchdomain limits

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to searching:
Joshua Ferraro [Mon, 29 Oct 2007 22:42:27 +0000 (17:42 -0500)]
fixes to searching:

* bringing back facets
* bringing back stemming (syspref controlled)
* bringing back field weighting (syspref controlled)
* bringing back language limits
* bringing back year limits
* fixing 'expanded view'
* improvements to template

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSearching Patch 1: fixing searching in 3.0
Joshua Ferraro [Mon, 29 Oct 2007 22:42:26 +0000 (17:42 -0500)]
Searching Patch 1: fixing searching in 3.0

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanges to install.pl
Henri-Damien LAURENT [Mon, 29 Oct 2007 22:15:40 +0000 (17:15 -0500)]
Changes to install.pl

Changing structure :
adding a marcflavour directory to data/language/
This directory shall have the same subdirectory structure as /data/language
This allows for instance adding optionals CD-Framework or Serials Frameworks
keeping default frameworks mandatory.
install.pl was changed in order to manage those changes.
Could be changed in order to skip marcflavour selection if marcflavour directory is not found.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding manage reviews to tools
Joshua Ferraro [Mon, 29 Oct 2007 22:13:10 +0000 (17:13 -0500)]
adding manage reviews to tools

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