koha.git
16 years agoCorrected marc_subfield_structure.seealso to varchar(1100)
Chris Nighswonger [Thu, 8 Nov 2007 21:26:49 +0000 (15:26 -0600)]
Corrected marc_subfield_structure.seealso to varchar(1100)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrected marc_subfield_structure.seealso to varchar(600)
Chris Nighswonger [Thu, 8 Nov 2007 21:26:48 +0000 (15:26 -0600)]
Corrected marc_subfield_structure.seealso to varchar(600)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoved references to disused value_builders
Galen Charlton [Thu, 8 Nov 2007 20:53:03 +0000 (14:53 -0600)]
removed references to disused value_builders

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding extra MARC frameworks development comments and SQL statements for MARC fields...
thd [Thu, 8 Nov 2007 20:53:02 +0000 (14:53 -0600)]
Adding extra MARC frameworks development comments and SQL statements for MARC fields with letters to misc/installer_devel_notes/data/en/marcflavour .

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding English UNIMARC frameworks.
thd [Thu, 8 Nov 2007 20:53:01 +0000 (14:53 -0600)]
Adding English UNIMARC frameworks.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChaning MARC 21 bibliographic frameworks. Removing plugins which have yet to be writt...
thd [Thu, 8 Nov 2007 20:53:00 +0000 (14:53 -0600)]
Chaning MARC 21 bibliographic frameworks. Removing plugins which have yet to be written. Adding missing biblioitems.cn_prefix column link. Translating Recommandation 995 to English. Removing some development comments and SQL statements for MARC 21 field names with letters.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMoving simple MARC 21 bibliographic frameworks to installer/data/en/marcflavour/marc2...
thd [Thu, 8 Nov 2007 20:52:59 +0000 (14:52 -0600)]
Moving simple MARC 21 bibliographic frameworks to installer/data/en/marcflavour/marc21/optional .

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMARC 21 frameworks changes. Moving bibliographic frameworks field names with letters...
thd [Thu, 8 Nov 2007 20:52:58 +0000 (14:52 -0600)]
MARC 21 frameworks changes. Moving bibliographic frameworks field names with letters and many development comments, and removing use of unwritten plugins, Changing authority frameworks syntax.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix: prevent multiple addition of the same authorised value in a category
Galen Charlton [Thu, 8 Nov 2007 19:00:24 +0000 (13:00 -0600)]
bugfix: prevent multiple addition of the same authorised value in a category

Also put the prev/next page buttons in the same place relative to the
action links

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBUMP to 022 : items.damaged added
Paul POULAIN [Thu, 8 Nov 2007 19:00:26 +0000 (13:00 -0600)]
BUMP to 022 : items.damaged added

It was declared in kohastructure, but forgotten in updater. libraries upgrading from 2.2 will have problem...

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodealing with >=, <= and date stuff in NoZebra
Paul POULAIN [Thu, 8 Nov 2007 19:00:25 +0000 (13:00 -0600)]
dealing with >=, <= and date stuff in NoZebra

- if the user search on >= or <=, fix a bug removing the < and >
- if the user search on a numeric value (mainly for dates search), retrieve only numeric results

Example : previously Date >=2005 returned "printed in 1976", as "printed" was > than 2005
now it don't.
note that Date >=1900 returns "printed in 1976" as NZ search is a always wrdl search (and, as you know 1976 > 1900 ;-) )

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded missing admin menu to two templates
Galen Charlton [Thu, 8 Nov 2007 19:00:23 +0000 (13:00 -0600)]
added missing admin menu to two templates

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNZOrder Broken
Henri-Damien LAURENT [Thu, 8 Nov 2007 18:22:13 +0000 (12:22 -0600)]
NZOrder Broken

Sorting Operands changed : Adapting NZOrder to these changes
Removing < > from string deletion.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1565, added close link.
Mason James [Thu, 8 Nov 2007 18:03:53 +0000 (12:03 -0600)]
bug 1565, added close link.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug-1565, added close , and search-again links
Mason James [Thu, 8 Nov 2007 18:03:52 +0000 (12:03 -0600)]
bug-1565, added close , and search-again links

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoextended missed branchcode columns to 10 chars
Mason James [Thu, 8 Nov 2007 06:42:37 +0000 (00:42 -0600)]
extended missed branchcode columns to 10 chars

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agochanging missed branchcode columns from varchar(4) to 10
Mason James [Thu, 8 Nov 2007 06:42:36 +0000 (00:42 -0600)]
changing missed branchcode columns from varchar(4) to 10

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding "Loading" overlay for addbiblio and add authority pages. Adding YUI button...
Owen Leonard [Wed, 7 Nov 2007 21:46:28 +0000 (15:46 -0600)]
Adding "Loading" overlay for addbiblio and add authority pages. Adding YUI button to authorites.tmpl.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoLots of work to standardize elements like Save/Cancel buttons and delete confirmation...
Owen Leonard [Wed, 7 Nov 2007 21:46:27 +0000 (15:46 -0600)]
Lots of work to standardize elements like Save/Cancel buttons and delete confirmations. A couple of changes to auth_subfields_structure.pl in order to enable display of tagfield and tagsubfield without outputting hidden form field at the same time (for breadcrumbs).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosmall fix for a variable out of scope
Paul POULAIN [Wed, 7 Nov 2007 21:46:23 +0000 (15:46 -0600)]
small fix for a variable out of scope

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1546 REPLACE statements (continued)
Paul POULAIN [Fri, 2 Nov 2007 14:26:07 +0000 (15:26 +0100)]
#1546 REPLACE statements (continued)

- biblio framework
- marc tag
- auth tag

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfixes to config files for zebra 2.0.18
Paul POULAIN [Tue, 23 Oct 2007 08:16:16 +0000 (10:16 +0200)]
bugfixes to config files for zebra 2.0.18

those 2 lines are invalid

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosmall change in french translation
Paul POULAIN [Wed, 7 Nov 2007 21:46:25 +0000 (15:46 -0600)]
small change in french translation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding Class::Factory::Util dep
Paul POULAIN [Wed, 7 Nov 2007 21:46:24 +0000 (15:46 -0600)]
Adding Class::Factory::Util dep

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremove facets header if there is no facets to show
Paul POULAIN [Wed, 7 Nov 2007 21:46:22 +0000 (15:46 -0600)]
remove facets header if there is no facets to show

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore corrects to MARC21 leader editing templates
Galen Charlton [Wed, 7 Nov 2007 21:46:21 +0000 (15:46 -0600)]
more corrects to MARC21 leader editing templates

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoved kohaspsuggest preference to OPAC features tab
Galen Charlton [Wed, 7 Nov 2007 21:46:20 +0000 (15:46 -0600)]
moved kohaspsuggest preference to OPAC features tab

Was in 'Catalogue', but this feature is not related to
cataloguing but OPAC search logging.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed typo that caused MARC21 leader form to emit 25 characters instead of 24
Galen Charlton [Wed, 7 Nov 2007 21:46:19 +0000 (15:46 -0600)]
fixed typo that caused MARC21 leader form to emit 25 characters instead of 24

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "leader must be 25 and not 24 char long"
Galen Charlton [Wed, 7 Nov 2007 21:46:18 +0000 (15:46 -0600)]
Revert "leader must be 25 and not 24 char long"

This reverts commit 991ae79bb607b84e8df23023b7eeda11d4ca8ff5.

Note: the MARC21 (and UNIMARC) leader length is *24* characters,
not 25.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix typos on syspref
Ryan Higgins [Wed, 7 Nov 2007 21:46:17 +0000 (15:46 -0600)]
fix typos on syspref

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1526 reserve status not showing on detail.pl
Chris Cormack [Wed, 7 Nov 2007 18:30:10 +0000 (12:30 -0600)]
Fix for bug 1526 reserve status not showing on detail.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofurther item-level itype changes
Ryan Higgins [Wed, 7 Nov 2007 18:12:21 +0000 (12:12 -0600)]
further item-level itype changes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonotforloan from items.ccode->itemtypes.notforloan instead of bi.itemtype
Ryan Higgins [Wed, 7 Nov 2007 18:12:20 +0000 (12:12 -0600)]
notforloan from items.ccode->itemtypes.notforloan instead of bi.itemtype

(by syspref)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdded a step to enable apache2 rewrite module
Chris Nighswonger [Wed, 7 Nov 2007 18:12:19 +0000 (12:12 -0600)]
Added a step to enable apache2 rewrite module

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug Fixing : itemization would create undesirable items
Henri-Damien LAURENT [Wed, 7 Nov 2007 18:12:18 +0000 (12:12 -0600)]
Bug Fixing : itemization would create undesirable items

One item was created for "unexpected" issues if the first issue was received.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving french opac templates
Joshua Ferraro [Thu, 8 Nov 2007 23:05:42 +0000 (17:05 -0600)]
removing french opac templates

16 years agoremoving french staff client templates
Joshua Ferraro [Thu, 8 Nov 2007 23:05:05 +0000 (17:05 -0600)]
removing french staff client templates

16 years agofixing misplaced apostrophe
Joshua Ferraro [Thu, 8 Nov 2007 14:47:19 +0000 (08:47 -0600)]
fixing misplaced apostrophe

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed typo that caused DefaultClassificationSource pref to not be a drop-down
Galen Charlton [Tue, 6 Nov 2007 22:30:52 +0000 (16:30 -0600)]
fixed typo that caused DefaultClassificationSource pref to not be a drop-down

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing subject link on detail pages and searching API
Joshua Ferraro [Tue, 6 Nov 2007 22:30:51 +0000 (16:30 -0600)]
fixing subject link on detail pages and searching API

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonew batch job to stage a file of MARC biblios for import.
Galen Charlton [Tue, 6 Nov 2007 22:11:33 +0000 (16:11 -0600)]
new batch job to stage a file of MARC biblios for import.

As part of this, modified two routines in C4::ImportBatch
to support a callback for monitor progress of import
processing.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonew batch job to commit a batch of imported bibs
Galen Charlton [Tue, 6 Nov 2007 22:11:32 +0000 (16:11 -0600)]
new batch job to commit a batch of imported bibs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocleaned up POD a bit
Galen Charlton [Tue, 6 Nov 2007 22:11:31 +0000 (16:11 -0600)]
cleaned up POD a bit

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1477, hold dates not displaying in moremember.pl
Chris Cormack [Tue, 6 Nov 2007 21:24:04 +0000 (15:24 -0600)]
Fix for bug 1477, hold dates not displaying in moremember.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for Bug 1564 (couldn't edit patron from patron search results list).
Owen Leonard [Tue, 6 Nov 2007 21:05:21 +0000 (15:05 -0600)]
Fix for Bug 1564 (couldn't edit patron from patron search results list).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFurther markup fixes, adding toolbars for some admin pages
Owen Leonard [Tue, 6 Nov 2007 21:05:20 +0000 (15:05 -0600)]
Further markup fixes, adding toolbars for some admin pages

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweaking layout a little.
Owen Leonard [Tue, 6 Nov 2007 21:05:19 +0000 (15:05 -0600)]
Tweaking layout a little.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding a missing comma. Still doesn't work, though (Bug 1562).
Owen Leonard [Tue, 6 Nov 2007 21:05:18 +0000 (15:05 -0600)]
Adding a missing comma. Still doesn't work, though (Bug 1562).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing zebra-striping of z3950 search results, YUI-ing z3950 search button, tweaking...
Owen Leonard [Tue, 6 Nov 2007 21:05:17 +0000 (15:05 -0600)]
Fixing zebra-striping of z3950 search results, YUI-ing z3950 search button, tweaking layout of z3950 search popup

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug fixing : irregularities were not saved. Nor were innerloops.
Henri-Damien LAURENT [Tue, 6 Nov 2007 20:40:43 +0000 (14:40 -0600)]
Bug fixing : irregularities were not saved. Nor were innerloops.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanging 100$a coded field Only when marcflavour eq UNIMARC.
Henri-Damien LAURENT [Tue, 6 Nov 2007 17:55:46 +0000 (11:55 -0600)]
Changing 100$a coded field Only when marcflavour eq UNIMARC.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBiblioAddsAuthority : First version.
Henri-Damien LAURENT [Tue, 6 Nov 2007 17:55:45 +0000 (11:55 -0600)]
BiblioAddsAuthority : First version.

This links to existing heading exactly matched.
Result search must be unique.
Do nothing if multiple result.
Automaticaly Adds authority if heading donot match.
(there should be a special status for that kind of authority)
(We should look into Rejected forms before adding).

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopatch pour le champ 100 AddAuthority.
Henri-Damien LAURENT [Tue, 6 Nov 2007 17:55:44 +0000 (11:55 -0600)]
patch pour le champ 100 AddAuthority.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agooups, too many parenthesis
Paul POULAIN [Tue, 6 Nov 2007 17:55:42 +0000 (11:55 -0600)]
oups, too many parenthesis

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorebuild_zebra now handle correctly improper authorities records
Paul POULAIN [Tue, 6 Nov 2007 17:55:38 +0000 (11:55 -0600)]
rebuild_zebra now handle correctly improper authorities records

(missing 100 field are automatically added)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving warn
Paul POULAIN [Tue, 6 Nov 2007 17:55:37 +0000 (11:55 -0600)]
removing warn

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1546 fix (removing REPLACE)
Paul POULAIN [Tue, 6 Nov 2007 17:55:36 +0000 (11:55 -0600)]
#1546 fix (removing REPLACE)

+ reindenting the code
+ SQL follow coding guidelines

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing 001 hardcoded field in auth record (001 = authid)
Paul POULAIN [Tue, 6 Nov 2007 17:55:35 +0000 (11:55 -0600)]
fixing 001 hardcoded field in auth record (001 = authid)

+ add 100 field support if needed
+ add 152 (authtypecode) if needed

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodeal with wrong authorities when exporting for zebra
Paul POULAIN [Tue, 6 Nov 2007 17:55:34 +0000 (11:55 -0600)]
deal with wrong authorities when exporting for zebra

(authorities that don't have a 001 field containing authid)

also comment some code when exporting biblios (NOT tested, hdl,pls confirm this commit)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoleader must be 25 and not 24 char long
Paul POULAIN [Tue, 6 Nov 2007 17:55:43 +0000 (11:55 -0600)]
leader must be 25 and not 24 char long

The test was wrong, thus any leader defined by the library was discarded
(chris/kados : check for MARC21 that size should be 25 as in UNIMARC)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome random changes, including search box and toolbar for bookfunds, formatting of...
Owen Leonard [Tue, 6 Nov 2007 21:05:16 +0000 (15:05 -0600)]
Some random changes, including search box and toolbar for bookfunds, formatting of change language block in the footer, fix for delete shelf bug.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRest of the fix for 1402
Chris Cormack [Tue, 6 Nov 2007 20:28:32 +0000 (14:28 -0600)]
Rest of the fix for 1402

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1402, now if a renewal fails, the librarian is aware of it
Chris Cormack [Tue, 6 Nov 2007 20:28:31 +0000 (14:28 -0600)]
Fix for bug 1402, now if a renewal fails, the librarian is aware of it

Another patch to come

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench po files updated
Paul POULAIN [Tue, 6 Nov 2007 17:55:41 +0000 (11:55 -0600)]
french po files updated

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "Auth.pm conflicted merge resolution."
Joshua Ferraro [Tue, 6 Nov 2007 20:03:54 +0000 (14:03 -0600)]
Revert "Auth.pm conflicted merge resolution."
Bugs are being reported for this patch, notably that the userenv
isn't populated correctly. I'm reverting immediately.

This reverts commit e0ddd34a4c819ee186fba0ba5edc5896f915f346.

16 years agoSome improvements on research.
Henri-Damien LAURENT [Mon, 5 Nov 2007 18:17:03 +0000 (12:17 -0600)]
Some improvements on research.

phr or ext should have same status when dealing with stop words
removing use of index in truncation word research.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1538
Chris Cormack [Tue, 6 Nov 2007 00:33:46 +0000 (18:33 -0600)]
Fix for bug 1538

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAuth.pm conflicted merge resolution.
Joe Atzberger [Mon, 5 Nov 2007 23:27:13 +0000 (17:27 -0600)]
Auth.pm conflicted merge resolution.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweaking test
Chris Cormack [Mon, 5 Nov 2007 23:14:08 +0000 (17:14 -0600)]
Tweaking test

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSIP returns (checkin) working now
Chris Cormack [Mon, 5 Nov 2007 23:14:07 +0000 (17:14 -0600)]
SIP returns (checkin) working now

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoYou can return items now BUT we need to get the branch to do this properly
Chris Cormack [Mon, 5 Nov 2007 23:14:06 +0000 (17:14 -0600)]
You can return items now BUT we need to get the branch to do this properly

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCan check an item out now
Chris Cormack [Mon, 5 Nov 2007 23:14:05 +0000 (17:14 -0600)]
Can check an item out now

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWork in progress on the SIP code
Chris Cormack [Mon, 5 Nov 2007 23:14:04 +0000 (17:14 -0600)]
Work in progress on the SIP code

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating test data for Koha system
Ryan Higgins [Mon, 5 Nov 2007 23:14:03 +0000 (17:14 -0600)]
updating test data for Koha system

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore koha and data specific tests.
Ryan Higgins [Mon, 5 Nov 2007 23:14:02 +0000 (17:14 -0600)]
more koha and data specific tests.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agotiny cleanup
Ryan Higgins [Mon, 5 Nov 2007 23:14:01 +0000 (17:14 -0600)]
tiny cleanup

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorm swp
Ryan Higgins [Mon, 5 Nov 2007 23:14:00 +0000 (17:14 -0600)]
rm swp

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocontinue getmember
Ryan Higgins [Mon, 5 Nov 2007 23:13:59 +0000 (17:13 -0600)]
continue getmember

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding koha-specific / data specific test cases
Ryan Higgins [Mon, 5 Nov 2007 23:13:58 +0000 (17:13 -0600)]
adding koha-specific / data specific test cases

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating ILS::Patron for Koha.
Ryan Higgins [Mon, 5 Nov 2007 23:13:57 +0000 (17:13 -0600)]
updating ILS::Patron for Koha.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding openncip / opensip SIP2 service
Ryan Higgins [Mon, 5 Nov 2007 23:13:56 +0000 (17:13 -0600)]
adding openncip / opensip SIP2 service

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome markup fixes
Owen Leonard [Mon, 5 Nov 2007 22:43:33 +0000 (16:43 -0600)]
Some markup fixes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoImprovements to layout, markup, breadcrumbs, search, etc.
Owen Leonard [Mon, 5 Nov 2007 22:43:32 +0000 (16:43 -0600)]
Improvements to layout, markup, breadcrumbs, search, etc.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanging to two-column layout
Owen Leonard [Mon, 5 Nov 2007 22:43:31 +0000 (16:43 -0600)]
Changing to two-column layout

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOne more minor cosmetic change
Owen Leonard [Mon, 5 Nov 2007 22:43:30 +0000 (16:43 -0600)]
One more minor cosmetic change

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBringing error page templates up to date with current layout, adding intranet-main...
Owen Leonard [Mon, 5 Nov 2007 22:43:29 +0000 (16:43 -0600)]
Bringing error page templates up to date with current layout, adding intranet-main-like menu options.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoHighlighting overdues in red, adding accesskey indicator to confirmation dialog
Owen Leonard [Mon, 5 Nov 2007 22:43:28 +0000 (16:43 -0600)]
Highlighting overdues in red, adding accesskey indicator to confirmation dialog

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore enhancements to guided reports markup and layout.
Owen Leonard [Mon, 5 Nov 2007 22:43:27 +0000 (16:43 -0600)]
More enhancements to guided reports markup and layout.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrecting invalid markup in new YUI autocomplete search feature; Correcting and...
Owen Leonard [Mon, 5 Nov 2007 22:43:26 +0000 (16:43 -0600)]
Correcting invalid markup in new YUI autocomplete search feature; Correcting and updating markup in guided reports.

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 [Mon, 5 Nov 2007 22:43:25 +0000 (16:43 -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 agoFixing a hardcoded email address, changing to use the KohaAdminEmailAddress sys pref
Chris Cormack [Mon, 5 Nov 2007 22:38:59 +0000 (16:38 -0600)]
Fixing a hardcoded email address, changing to use the KohaAdminEmailAddress sys pref

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrected Makefile.PL to move kohaversion.pl to cgi-bin/koha
Chris Nighswonger [Mon, 5 Nov 2007 22:23:35 +0000 (16:23 -0600)]
Corrected Makefile.PL to move kohaversion.pl to cgi-bin/koha

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrected CGI copy to include entire 'installer' subdir structure
Chris Nighswonger [Mon, 5 Nov 2007 19:13:47 +0000 (13:13 -0600)]
Corrected CGI copy to include entire 'installer' subdir structure

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agokohastructure_pg.sql for PostgreSQL
Chris Nighswonger [Mon, 5 Nov 2007 18:17:06 +0000 (12:17 -0600)]
kohastructure_pg.sql for PostgreSQL

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocorrected init script name for apache2
root [Mon, 5 Nov 2007 18:17:05 +0000 (12:17 -0600)]
corrected init script name for apache2

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocorrected path to zebra passwd file
Chris Nighswonger [Mon, 5 Nov 2007 18:17:04 +0000 (12:17 -0600)]
corrected path to zebra passwd file

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug FIX : ISBD links to pages should be changed in order to work both at OPAC and...
Henri-Damien LAURENT [Mon, 5 Nov 2007 18:17:02 +0000 (12:17 -0600)]
Bug FIX : ISBD links to pages should be changed in order to work both at OPAC and intranet.

Proposing a quick fix for that.
parsing links to change calls from /cgi-bin/koha/***/function.pl?myvars
to opar-function.pl?myvars

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomerge mason's fix to circulation
Joshua Ferraro [Tue, 6 Nov 2007 12:19:17 +0000 (06:19 -0600)]
merge mason's fix to circulation

16 years agoundeclared @issued_itemtypes_count_loop;
Mason James [Mon, 5 Nov 2007 06:45:14 +0000 (00:45 -0600)]
undeclared @issued_itemtypes_count_loop;

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding back my @issued_itemtypes_count_loop;
Joshua Ferraro [Mon, 5 Nov 2007 14:41:11 +0000 (08:41 -0600)]
adding back my @issued_itemtypes_count_loop;