koha.git
16 years agoAssigning bug 1835 : change password would never log password change.
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:14 +0000 (10:11 -0500)]
Assigning bug 1835 : change password would never log password change.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUsing old_issues table
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:13 +0000 (10:11 -0500)]
Using old_issues table

need some testing on data since I donot have valid data in my fresh created database.

Note : Shouldnot updatedatabase also cope with data "moving"
when a table is created and that some data should go from one table to another ?

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCleanBorrowers fixing.
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:12 +0000 (10:11 -0500)]
CleanBorrowers fixing.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdatedatabase UPDATE For more_subfields_xml to be added to deleteditems at the same...
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:11 +0000 (10:11 -0500)]
Updatedatabase UPDATE For more_subfields_xml to be added to deleteditems at the same time as it is to items.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoborr_issues_top : adapting to old_issues changes
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:10 +0000 (10:11 -0500)]
borr_issues_top : adapting to old_issues changes

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug Fix : 1898 Replaces the previous commit : More fixes.
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:09 +0000 (10:11 -0500)]
Bug Fix : 1898 Replaces the previous commit : More fixes.

A) Fixing queries which were mysql old style
B) Fixing output.

+ Fixing queries the same way for bor_issues_top catalogue_out and issues_avg_stats

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing item-level_itype =ON imageurl in opac-detail.pl
Joshua Ferraro [Wed, 19 Mar 2008 11:27:28 +0000 (07:27 -0400)]
fixing item-level_itype =ON imageurl in opac-detail.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorefactor C4::Log::logaction
Galen Charlton [Tue, 18 Mar 2008 22:49:34 +0000 (17:49 -0500)]
refactor C4::Log::logaction

This fix should resolve in whole or in part several bugs
characterized by the error message 'Can't use string ("0")
as a HASH ref while "strict refs" in use', including
bugs 1101, 1899, and 1910.

There are some possibilities for future work:

[1] Dealing with an operator override, e.g., where
    a circ operator needs to get a supervisor
    to enter a login and password and escalate
    the original operator's privileges for a
    transaction, e.g., to forgive a fine.  This
    is an enhancement, of course.
[2] Creating a dummy operator to represent
    batch job runs; or alternatively, give
    each batch job an option to log its work
    under a specified user ID.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCleanup of z39.50 search form, addition of checkall js. Addition of tablesorter js...
Owen Leonard [Tue, 18 Mar 2008 20:03:28 +0000 (15:03 -0500)]
Cleanup of z39.50 search form, addition of checkall js. Addition of tablesorter js to z39.50 results.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed create table statement for patroncards
Galen Charlton [Tue, 18 Mar 2008 21:35:55 +0000 (16:35 -0500)]
fixed create table statement for patroncards

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding tablesorter
Owen Leonard [Tue, 18 Mar 2008 20:04:27 +0000 (15:04 -0500)]
Adding tablesorter

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugfix for table sorting
Owen Leonard [Tue, 18 Mar 2008 20:04:18 +0000 (15:04 -0500)]
Bugfix for table sorting

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding tablesorter
Owen Leonard [Tue, 18 Mar 2008 20:04:11 +0000 (15:04 -0500)]
Adding tablesorter

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoPartial fix for Bug 1949, Bibliographic Address isn't properly displayed on OPAC...
Owen Leonard [Tue, 18 Mar 2008 20:04:01 +0000 (15:04 -0500)]
Partial fix for Bug 1949, Bibliographic Address isn't properly displayed on OPAC result page. Changes will have to be made to script to prevent display of pipes between subfield repeitions.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for Bug 1951, OPACURLOpenInNewWindow doesn't do anything.
Owen Leonard [Tue, 18 Mar 2008 20:03:48 +0000 (15:03 -0500)]
Fix for Bug 1951, OPACURLOpenInNewWindow doesn't do anything.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFormatting and adding additional info to display of editions in the OPAC and the...
Owen Leonard [Tue, 18 Mar 2008 20:03:42 +0000 (15:03 -0500)]
Formatting and adding additional info to display of editions in the OPAC and the staff client.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweak to table-sorter css.
Owen Leonard [Tue, 18 Mar 2008 20:03:35 +0000 (15:03 -0500)]
Tweak to table-sorter css.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugfix to correct date format in query used in GetLogs()
Chris Nighswonger [Tue, 18 Mar 2008 14:43:35 +0000 (10:43 -0400)]
Bugfix to correct date format in query used in GetLogs()

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrecting Logging on ModMember function so that the query is logged in the 'info...
Chris Nighswonger [Tue, 18 Mar 2008 13:22:45 +0000 (09:22 -0400)]
Correcting Logging on ModMember function so that the query is logged in the 'info' field.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanging default value for yuipath to local rather than http
Henri-Damien LAURENT [Sat, 15 Mar 2008 23:10:59 +0000 (00:10 +0100)]
Changing default value for yuipath to local rather than http

Setting this as a Choice parameter.
This may raise not a performance issue.
Since we were told that loading it local could be longer than getting it from yahoo.
But for poor internet connectivity, it would be a better.
For mobile computer, it is a better choice.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodon't include the item itself as an edition
Joshua Ferraro [Tue, 18 Mar 2008 15:38:30 +0000 (11:38 -0400)]
don't include the item itself as an edition

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding a <meta> field to make Koha's OPAC discoverable
Joshua Ferraro [Tue, 18 Mar 2008 13:05:09 +0000 (09:05 -0400)]
adding a <meta> field to make Koha's OPAC discoverable

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing where the 505 subfields are indexed (before the field) in record.abs
Joshua Ferraro [Tue, 18 Mar 2008 12:20:02 +0000 (08:20 -0400)]
fixing where the 505 subfields are indexed (before the field) in record.abs

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing bug 1801
Andrew Moore [Tue, 18 Mar 2008 14:42:40 +0000 (09:42 -0500)]
fixing bug 1801

adding some parameters to the call to opac-auth.tmpl in C4::Auth::checkauth
This displays the additional navigational links in the masthead on the login page to unauthenticated users.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes bug 1924: Language selection lists English only and that several times.
Joshua Ferraro [Tue, 18 Mar 2008 05:10:00 +0000 (01:10 -0400)]
fixes bug 1924: Language selection lists English only and that several times.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopartial fix for bug 1873: virtualshelfcontents dateadded column empty
Joshua Ferraro [Tue, 18 Mar 2008 04:39:45 +0000 (00:39 -0400)]
partial fix for bug 1873: virtualshelfcontents dateadded column empty

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopartial fix for bug 1891
Joshua Ferraro [Tue, 18 Mar 2008 04:18:13 +0000 (00:18 -0400)]
partial fix for bug 1891

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1625: Pass title, subtitle, and author variables to MARC views
Joshua Ferraro [Tue, 18 Mar 2008 03:59:49 +0000 (23:59 -0400)]
fix for bug 1625: Pass title, subtitle, and author variables to MARC views

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1781 for NOZebra=OFF
Joshua Ferraro [Tue, 18 Mar 2008 03:33:44 +0000 (23:33 -0400)]
fix for bug 1781 for NOZebra=OFF

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoonly show item-leve_itypes if syspref is set
Joshua Ferraro [Tue, 18 Mar 2008 03:20:48 +0000 (23:20 -0400)]
only show item-leve_itypes if syspref is set

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing itemtype image where item-level_itypes is OFF
Joshua Ferraro [Tue, 18 Mar 2008 03:17:30 +0000 (23:17 -0400)]
fixing itemtype image where item-level_itypes is OFF

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremove warnings from Languages.pm
Joshua Ferraro [Tue, 18 Mar 2008 02:46:30 +0000 (22:46 -0400)]
remove warnings from Languages.pm

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMod C4::Labels::add_batch to accept an array of items.
Ryan Higgins [Tue, 18 Mar 2008 02:27:41 +0000 (21:27 -0500)]
Mod C4::Labels::add_batch to accept an array of items.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoPartial commit to add Create-Label-Batch-from-Import-Batch
Ryan Higgins [Tue, 18 Mar 2008 02:27:40 +0000 (21:27 -0500)]
Partial commit to add Create-Label-Batch-from-Import-Batch

Import batch portion herein. Still need to touch Labels.pm .

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing bug 1754: Hide language chooser if only one translation is available
Joshua Ferraro [Tue, 18 Mar 2008 02:27:38 +0000 (22:27 -0400)]
fixing bug 1754: Hide language chooser if only one translation is available

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorepairing faulty updatedatabase syntax
Joshua Ferraro [Tue, 18 Mar 2008 01:45:09 +0000 (21:45 -0400)]
repairing faulty updatedatabase syntax

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBumping DB ver to 065
Chris Nighswonger [Mon, 17 Mar 2008 17:30:02 +0000 (13:30 -0400)]
Bumping DB ver to 065

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoEighth installment Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:58 +0000 (10:43 -0400)]
Eighth installment Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSeventh installment Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:57 +0000 (10:43 -0400)]
Seventh installment Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSixth installment Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:56 +0000 (10:43 -0400)]
Sixth installment Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFifth installment Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:55 +0000 (10:43 -0400)]
Fifth installment Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFourth installment Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:54 +0000 (10:43 -0400)]
Fourth installment Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoThird installment Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:53 +0000 (10:43 -0400)]
Third installment Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSecond Installment: Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:52 +0000 (10:43 -0400)]
Second Installment: Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFirst installment: Patron card generation feature
Chris Nighswonger [Mon, 17 Mar 2008 14:43:51 +0000 (10:43 -0400)]
First installment: Patron card generation feature

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for 1610: Redirect to result when opac search returns only one item
Joshua Ferraro [Tue, 18 Mar 2008 01:39:48 +0000 (21:39 -0400)]
fix for 1610: Redirect to result when opac search returns only one item

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing nomenclature of vshelves
Joshua Ferraro [Tue, 18 Mar 2008 01:29:36 +0000 (21:29 -0400)]
fixing nomenclature of vshelves

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing display of itemtypes and itemtype icons in virtual shelves
Joshua Ferraro [Tue, 18 Mar 2008 01:11:53 +0000 (21:11 -0400)]
fixing display of itemtypes and itemtype icons in virtual shelves

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1855: Language in News
Joshua Ferraro [Mon, 17 Mar 2008 23:58:48 +0000 (19:58 -0400)]
fix for bug 1855: Language in News

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1925: 505 Field Indexing
Joshua Ferraro [Mon, 17 Mar 2008 23:47:10 +0000 (19:47 -0400)]
fix for bug 1925: 505 Field Indexing

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd MARC preview to Z39.50 search.
Ryan Higgins [Tue, 18 Mar 2008 00:16:39 +0000 (19:16 -0500)]
Add MARC preview to Z39.50 search.

Also, add title string to MARC editor.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemove Z3950 mandatory fields from MARC editor.
Ryan Higgins [Tue, 18 Mar 2008 00:16:38 +0000 (19:16 -0500)]
Remove Z3950 mandatory fields from MARC editor.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd z39.50 search form distinct from MARC editor
Ryan Higgins [Tue, 18 Mar 2008 00:16:37 +0000 (19:16 -0500)]
Add z39.50 search form distinct from MARC editor

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agowrapping dates in amazon ratings with format_date()
Joshua Ferraro [Mon, 17 Mar 2008 22:46:51 +0000 (18:46 -0400)]
wrapping dates in amazon ratings with format_date()

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1593: Fix item type image handling in OPAC
Joshua Ferraro [Mon, 17 Mar 2008 22:32:27 +0000 (18:32 -0400)]
Fix for bug 1593: Fix item type image handling in OPAC

Also cleans up dates in a couple places

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore tweaks to shelf browse and similar items.
Owen Leonard [Mon, 17 Mar 2008 20:07:44 +0000 (15:07 -0500)]
More tweaks to shelf browse and similar items.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWorking on styling browse features, similar items.
Owen Leonard [Mon, 17 Mar 2008 20:07:36 +0000 (15:07 -0500)]
Working on styling browse features, similar items.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for Bug 1939, OpacMainUserBlock not displaying with news.
Owen Leonard [Mon, 17 Mar 2008 20:07:28 +0000 (15:07 -0500)]
Fix for Bug 1939, OpacMainUserBlock not displaying with news.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoLink correction in similar items block.
Owen Leonard [Mon, 17 Mar 2008 20:07:21 +0000 (15:07 -0500)]
Link correction in similar items block.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore js-based table sorting
Owen Leonard [Mon, 17 Mar 2008 20:07:14 +0000 (15:07 -0500)]
More js-based table sorting

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRefining table sort
Owen Leonard [Mon, 17 Mar 2008 20:07:05 +0000 (15:07 -0500)]
Refining table sort

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTesting jquery table sorting plugin
Owen Leonard [Mon, 17 Mar 2008 20:06:58 +0000 (15:06 -0500)]
Testing jquery table sorting plugin

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDisplaying borrowernumber under 'Library Use' heading with label 'Patron ID.' Partial...
Owen Leonard [Mon, 17 Mar 2008 18:59:15 +0000 (13:59 -0500)]
Displaying borrowernumber under 'Library Use' heading with label 'Patron ID.' Partial fix for Bug 1944, Borrownumber needs to display for librarians.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving second instance of deleteditems.copynumber
Chris Nighswonger [Mon, 17 Mar 2008 10:20:09 +0000 (06:20 -0400)]
Removing second instance of deleteditems.copynumber

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for Bug 1927
Chris Nighswonger [Mon, 17 Mar 2008 10:07:36 +0000 (06:07 -0400)]
Fix for Bug 1927

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing itemtype icon display for item-level_itype = OFF
Joshua Ferraro [Mon, 17 Mar 2008 11:21:25 +0000 (07:21 -0400)]
fixing itemtype icon display for item-level_itype = OFF

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for syntax error with experimental shelf browser
Joshua Ferraro [Mon, 17 Mar 2008 04:45:36 +0000 (00:45 -0400)]
fix for syntax error with experimental shelf browser

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding experimental OPACShelfBrowser feature -- to try, create a new syspref called...
Joshua Ferraro [Mon, 17 Mar 2008 01:25:46 +0000 (21:25 -0400)]
Adding experimental OPACShelfBrowser feature -- to try, create a new syspref called OPACShelfBrowser, and set it to 1

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPORTANT: Upgrading to Amazon.com Associates Web Service 4.0
Joshua Ferraro [Sun, 16 Mar 2008 17:26:50 +0000 (13:26 -0400)]
IMPORTANT: Upgrading to Amazon.com Associates Web Service 4.0

As announced this past February, Amazon.com will no longer be
accepting web services requests to Amazon E-Commerce Service
(Amazon ECS) version 3.0 beginning on March 31, 2008.

This patch upgrades to Amazon.com's Associates Web Service 4.0
for the following components:

1. Amazon.com Locale support for: Canada, Germany, France, Japan,
   UK, and US (see the new syspref called AmazonLocale)
2. Jacket Covers
3. Editorial Reviews
4. Customer Reviews
5. Amazon.com Similar Items

The following changes MUST be made to continue using Amazon.com
content:

1. Delete the system preference: AmazonDevKey (AmazonDevKeys used
   with AmazonECS 3.0 are no longer valid)
2. Add the system preferences: AmazonLocale, AWSAccessKeyID
   NOTE: steps 1, 2 are done by the web installer
3. Verify your AWSAccessKeyID:
   You may already have an Access Key ID. You can access your Access
   Key ID by going to http://aws.amazon.com, pointing to Your Web
   Services Account, then clicking View Access Key Identifiers.
   Depending on when you signed up for ECS 3.0, you may need to
   re-register for an AWS account, which includes an Access Key ID.
4. Enter your AWSAccessKeyID in the Koha syspref called
AWSAccessKeyID

For complete details on the changes in Amazon.com Associates Web
Service 4.0, and the migration process, please see: http://tinyurl.com/ysorqy

Other changes with this patch:
 * added $tabsysprefs{PatronsPerPage}="Patrons";
 * Moved OPAC Features to OPAC in sysprefs
 * removed experimental OPACXISBNAmazonSimilarItems and XISBNAmazonSimilarItems features

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPORTANT: Upgrading to Amazon.com Associates Web Service 4.0
Joshua Ferraro [Sun, 16 Mar 2008 17:09:48 +0000 (13:09 -0400)]
IMPORTANT: Upgrading to Amazon.com Associates Web Service 4.0

As announced this past February, Amazon.com will no longer be
accepting web services requests to Amazon E-Commerce Service
(Amazon ECS) version 3.0 beginning on March 31, 2008.

This patch upgrades to Amazon.com's Associates Web Service 4.0
for the following components:

1. Amazon.com Locale support for: Canada, Germany, France, Japan,
   UK, and US (see the new syspref called AmazonLocale)
2. Jacket Covers
3. Editorial Reviews
4. Customer Reviews
5. Amazon.com Similar Items

The following changes MUST be made to continue using Amazon.com
content:

1. Delete the system preference: AmazonDevKey (AmazonDevKeys used
   with AmazonECS 3.0 are no longer valid)
2. Add the system preferences: AmazonLocale, AWSAccessKeyID
   NOTE: steps 1, 2 are done by the web installer
3. Verify your AWSAccessKeyID:
   You may already have an Access Key ID. You can access your Access
   Key ID by going to http://aws.amazon.com, pointing to Your Web
   Services Account, then clicking View Access Key Identifiers.
   Depending on when you signed up for ECS 3.0, you may need to
   re-register for an AWS account, which includes an Access Key ID.
4. Enter your AWSAccessKeyID in the Koha syspref called
AWSAccessKeyID

For complete details on the changes in Amazon.com Associates Web
Service 4.0, and the migration process, please see: http://tinyurl.com/ysorqy

Other changes with this patch:
 * added $tabsysprefs{PatronsPerPage}="Patrons";
 * Moved OPAC Features to OPAC in sysprefs
 * removed experimental OPACXISBNAmazonSimilarItems and XISBNAmazonSimilarItems features

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agos/Catalogue/Search/
Joshua Ferraro [Tue, 11 Mar 2008 11:29:49 +0000 (07:29 -0400)]
s/Catalogue/Search/

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSearch.pm - minor cleanup
Joe Atzberger [Mon, 10 Mar 2008 18:39:19 +0000 (13:39 -0500)]
Search.pm - minor cleanup

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoopac-results.tmpl - Show publication year in results list, failing over to copyright...
Joe Atzberger [Mon, 10 Mar 2008 18:39:18 +0000 (13:39 -0500)]
opac-results.tmpl - Show publication year in results list, failing over to copyright date (MARC21).

The better fix for this would be for C4::Search to return the date in the same field
regardless of framework or other configurations, but this is good for now.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoC4::Search - vastly reduced calls to preference and repeatedly stepping through the...
Joe Atzberger [Mon, 10 Mar 2008 18:39:17 +0000 (13:39 -0500)]
C4::Search - vastly reduced calls to preference and repeatedly stepping through the same hashrefs to build keys

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoC4::Debug - should resolve conflict w/ CGI upload. Debug no longer uses CGI.
Joe Atzberger [Mon, 10 Mar 2008 18:39:16 +0000 (13:39 -0500)]
C4::Debug - should resolve conflict w/ CGI upload. Debug no longer uses CGI.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding acqui-home to breadcrumbs. Hopefully that satisfies Bug 1894
Owen Leonard [Fri, 14 Mar 2008 16:46:50 +0000 (11:46 -0500)]
Adding acqui-home to breadcrumbs. Hopefully that satisfies Bug 1894

(Easy back link needed on suggestion accept/reject page to Acqui).

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanges to cart: Replacing javascript alerts with same kind of popup as when you...
Owen Leonard [Fri, 14 Mar 2008 16:46:27 +0000 (11:46 -0500)]
Changes to cart: Replacing javascript alerts with same kind of popup as when you hover over the cart button.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTrying to fancy up the process of adding items to cart. Unfinished.
Owen Leonard [Fri, 14 Mar 2008 16:45:16 +0000 (11:45 -0500)]
Trying to fancy up the process of adding items to cart. Unfinished.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweaking cart and lists buttons for non-javascript users
Owen Leonard [Fri, 14 Mar 2008 16:45:06 +0000 (11:45 -0500)]
Tweaking cart and lists buttons for non-javascript users

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIncreasing the size of opac and library notes fields in member entry, fixing Bug...
Owen Leonard [Fri, 14 Mar 2008 00:14:25 +0000 (19:14 -0500)]
Increasing the size of opac and library notes fields in member entry, fixing Bug 1932, Need to enlarge the notes field display in the patron record in staff client

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding "Search for this title in..." links to opac detail, with links to WorldCat...
Owen Leonard [Fri, 14 Mar 2008 00:14:14 +0000 (19:14 -0500)]
Adding "Search for this title in..." links to opac detail, with links to WorldCat and Google Scholar.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for Bug 1930 ("Most Circulated Items" report template is broken) as well as other...
Owen Leonard [Fri, 14 Mar 2008 00:14:02 +0000 (19:14 -0500)]
Fix for Bug 1930 ("Most Circulated Items" report template is broken) as well as other markup corrections.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCleaning up label item search and results, fixing Bug 1929 (Navigation issue with...
Owen Leonard [Fri, 14 Mar 2008 00:13:53 +0000 (19:13 -0500)]
Cleaning up label item search and results, fixing Bug 1929 (Navigation issue with label-item-search.tmpl)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixes to enable display and selection of individual items rather than bibs.
Chris Nighswonger [Wed, 12 Mar 2008 14:33:43 +0000 (10:33 -0400)]
Fixes to enable display and selection of individual items rather than bibs.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing bug that causes Volume information not to be displayed.
Chris Nighswonger [Tue, 11 Mar 2008 18:31:04 +0000 (14:31 -0400)]
Fixing bug that causes Volume information not to be displayed.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agotypo fix: "recieve" => "receive"
Galen Charlton [Fri, 14 Mar 2008 21:39:48 +0000 (16:39 -0500)]
typo fix: "recieve" => "receive"

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix errors with using today's date and format_date
Galen Charlton [Fri, 14 Mar 2008 21:39:47 +0000 (16:39 -0500)]
fix errors with using today's date and format_date

This patch should reduce the occurrence of the following
message in the error log:

Illegal Date '2008-3-14' does not match 'iso' format: yyyy-mm-dd

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix initiation of transfer on return of non-issued item
Galen Charlton [Fri, 14 Mar 2008 21:39:46 +0000 (16:39 -0500)]
fix initiation of transfer on return of non-issued item

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoanother patch to display correct item type
Galen Charlton [Fri, 14 Mar 2008 21:39:45 +0000 (16:39 -0500)]
another patch to display correct item type

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agowaiting holds report: respect item-level_itypes setting
Galen Charlton [Fri, 14 Mar 2008 21:39:44 +0000 (16:39 -0500)]
waiting holds report: respect item-level_itypes setting

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1742: don't include items on loan in pending holds report
Galen Charlton [Fri, 14 Mar 2008 21:39:43 +0000 (16:39 -0500)]
bug 1742: don't include items on loan in pending holds report

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix crash when recording payment for lost item
Galen Charlton [Thu, 13 Mar 2008 22:18:18 +0000 (17:18 -0500)]
fix crash when recording payment for lost item

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix crash when writing off fine that is not associated with an item
Galen Charlton [Thu, 13 Mar 2008 22:18:17 +0000 (17:18 -0500)]
fix crash when writing off fine that is not associated with an item

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoafter processing payment, redirect to patron account list
Galen Charlton [Thu, 13 Mar 2008 22:18:16 +0000 (17:18 -0500)]
after processing payment, redirect to patron account list

* redirecting to the account page shows operator that
  payment was recorded
* avoids a jarring transition

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed another non-initialized variable in TMPL_IF EXPR
Galen Charlton [Thu, 13 Mar 2008 22:18:15 +0000 (17:18 -0500)]
fixed another non-initialized variable in TMPL_IF EXPR

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix crash when levying a rental charge
Galen Charlton [Thu, 13 Mar 2008 22:18:14 +0000 (17:18 -0500)]
fix crash when levying a rental charge

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore item-level_itypes fixes
Galen Charlton [Thu, 13 Mar 2008 22:18:13 +0000 (17:18 -0500)]
more item-level_itypes fixes

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocheck on max renewals now respects item-level item types
Galen Charlton [Thu, 13 Mar 2008 22:18:12 +0000 (17:18 -0500)]
check on max renewals now respects item-level item types

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobetter way of fixing "renew all"
Galen Charlton [Thu, 13 Mar 2008 22:18:11 +0000 (17:18 -0500)]
better way of fixing "renew all"

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixed 'renew all' button on patron details page
Galen Charlton [Thu, 13 Mar 2008 22:18:10 +0000 (17:18 -0500)]
fixed 'renew all' button on patron details page

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