koha.git
16 years agoWork on adding patron search to patron card generation feature.
Chris Nighswonger [Wed, 26 Mar 2008 10:01:33 +0000 (06:01 -0400)]
Work on adding patron search to patron card generation feature.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweaking the interface of OPAC shelves to more closely match the pattern set by the...
Owen Leonard [Tue, 25 Mar 2008 20:22:56 +0000 (15:22 -0500)]
Tweaking the interface of OPAC shelves to more closely match the pattern set by the staff client. Simplifies and focuses on specific tasks.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNotifying the user when they have selected no items and clicked 'Add to list.'
Owen Leonard [Tue, 25 Mar 2008 20:22:44 +0000 (15:22 -0500)]
Notifying the user when they have selected no items and clicked 'Add to list.'

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoVisual tweaks for login screen.
Owen Leonard [Tue, 25 Mar 2008 20:22:36 +0000 (15:22 -0500)]
Visual tweaks for login screen.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrection to prevent js error when table has no data.
Owen Leonard [Tue, 25 Mar 2008 20:22:29 +0000 (15:22 -0500)]
Correction to prevent js error when table has no data.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChange LateOrders to inclusive <=, s/supplier/vendor , s/parcel/shipment.
Ryan Higgins [Tue, 25 Mar 2008 19:43:32 +0000 (14:43 -0500)]
Change LateOrders to inclusive <=, s/supplier/vendor , s/parcel/shipment.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agostill more rebuild_zebra refactoring
Galen Charlton [Tue, 25 Mar 2008 12:30:43 +0000 (07:30 -0500)]
still more rebuild_zebra refactoring

Merged duplicate code for indexing bibs and
authorities into a single index_records() function.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIMPORTANT: added -z option to rebuild_zebra.pl
Galen Charlton [Tue, 25 Mar 2008 12:30:42 +0000 (07:30 -0500)]
IMPORTANT: added -z option to rebuild_zebra.pl

The -z option, when used in conjunction with -a and/or -b,
selects the records to reindex from the zebraqueue table.
Both record updates and record deletes are handled.

-z is cannot be used with -s or -r: the updated records
must always be freshly exported, and if zebraqueue
is to be processed, it's assumed that you don't want
to drop the Zebra index first.

This means that rebuild_zebra.pl -b -a -x can be
used as a cronjob to update the indexes periodically; it
is believed that this will offer much better indexing
performance on some setups as compared to zebraqueue_daemon.pl,
which uses Z39.50 extended services to send record updates
to Zebra.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorebuild_zebra: exit if both -a and -x specified
Galen Charlton [Tue, 25 Mar 2008 12:30:41 +0000 (07:30 -0500)]
rebuild_zebra: exit if both -a and -x specified

At moment using both -a (index authorities) and
-x (export records as MARC XML) is not allowed -
if the Zebra authority database is using the DOM
filter, zebraidx will not be able to process the
exported records correctly.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore rebuild_zebra.pl refactoring
Galen Charlton [Tue, 25 Mar 2008 12:30:40 +0000 (07:30 -0500)]
more rebuild_zebra.pl refactoring

1. Logic to fix up record IDs, UNIMARC 100 field,
   and record leader now in separate functions.
2. Removed (incorrect) logic to save corrected record
   in database.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorefactor rebuild_zebra: new routine for invoking zebraidx
Galen Charlton [Tue, 25 Mar 2008 12:30:39 +0000 (07:30 -0500)]
refactor rebuild_zebra: new routine for invoking zebraidx

Created a routine for calling zebraidx, replacing
separate invocations for bibs and authorities.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agorebuild_zebra.pl: removed disused $limit option
Galen Charlton [Tue, 25 Mar 2008 12:30:38 +0000 (07:30 -0500)]
rebuild_zebra.pl: removed disused $limit option

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMarkup corrections. Tweaking holds interface.
Owen Leonard [Mon, 24 Mar 2008 20:20:11 +0000 (15:20 -0500)]
Markup corrections. Tweaking holds interface.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding function to empty cart when user logs out.
Owen Leonard [Mon, 24 Mar 2008 20:20:03 +0000 (15:20 -0500)]
Adding function to empty cart when user logs out.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMarkup correction.
Owen Leonard [Mon, 24 Mar 2008 20:19:56 +0000 (15:19 -0500)]
Markup correction.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving a couple of unused templates
Owen Leonard [Mon, 24 Mar 2008 20:19:50 +0000 (15:19 -0500)]
Removing a couple of unused templates

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving old patronimages js check, adding missing patron image variable to script.
Owen Leonard [Mon, 24 Mar 2008 20:19:39 +0000 (15:19 -0500)]
Removing old patronimages js check, adding missing patron image variable to script.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoReformatting holds list to better match checkouts list
Owen Leonard [Mon, 24 Mar 2008 20:19:31 +0000 (15:19 -0500)]
Reformatting holds list to better match checkouts list

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing bug that caused all items in checked-out list to show up as overdue; Reformatt...
Owen Leonard [Mon, 24 Mar 2008 20:19:24 +0000 (15:19 -0500)]
Fixing bug that caused all items in checked-out list to show up as overdue; Reformatting table and tweaking select all/none behavior.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing bug where language menu footer wouldn't "stick."
Owen Leonard [Mon, 24 Mar 2008 20:19:15 +0000 (15:19 -0500)]
Fixing bug where language menu footer wouldn't "stick."

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBeginning work on Calendar compatibility fixes
Owen Leonard [Mon, 24 Mar 2008 20:19:08 +0000 (15:19 -0500)]
Beginning work on Calendar compatibility fixes

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSend borrower mods to branchemail instead of syspref.
Ryan Higgins [Mon, 24 Mar 2008 09:07:52 +0000 (04:07 -0500)]
Send borrower mods to branchemail instead of syspref.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd print slip to hold confirmation dialog.
Ryan Higgins [Mon, 24 Mar 2008 09:07:51 +0000 (04:07 -0500)]
Add print slip to hold confirmation dialog.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoReport borrower's home library on reserves library mismatch.
Ryan Higgins [Mon, 24 Mar 2008 09:07:50 +0000 (04:07 -0500)]
Report borrower's home library on reserves library mismatch.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agojust some notes for RMs :-)
Joshua Ferraro [Sun, 23 Mar 2008 05:49:25 +0000 (01:49 -0400)]
just some notes for RMs :-)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating installation docs v3.00.00-beta
Joshua Ferraro [Sun, 23 Mar 2008 04:42:11 +0000 (00:42 -0400)]
updating installation docs

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating release notes
Joshua Ferraro [Sun, 23 Mar 2008 04:18:22 +0000 (00:18 -0400)]
updating release notes

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating translations for release
Joshua Ferraro [Sun, 23 Mar 2008 03:34:33 +0000 (23:34 -0400)]
updating translations for release

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTwo utilities to help manage translations
Joshua Ferraro [Sun, 23 Mar 2008 00:51:25 +0000 (20:51 -0400)]
Two utilities to help manage translations

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding some new translations
Joshua Ferraro [Sat, 22 Mar 2008 20:34:17 +0000 (16:34 -0400)]
Adding some new translations

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating translations for release
Joshua Ferraro [Sat, 22 Mar 2008 19:43:35 +0000 (15:43 -0400)]
Updating translations for release

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoExperimental XSLT-based display of results and details pages To enable, create two...
Joshua Ferraro [Sat, 22 Mar 2008 02:32:19 +0000 (22:32 -0400)]
Experimental XSLT-based display of results and details pages To enable, create two new YesNo sysprefs: XSLTDetailsDisplay and XSLTResultsDisplay, and set them to ON. Feature to be expanded in a future version, this experimental code is for proof of concept only and doesn't introduce any changes if sysprefs are not created.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodo not let MARC::Batch open MARC files
Galen Charlton [Fri, 21 Mar 2008 19:37:55 +0000 (14:37 -0500)]
do not let MARC::Batch open MARC files

The version of MARC::Batch->new() distributed with version
2.0.0 of MARC::Record, if given a file name, will
open it using the ':utf8' layer.  This results in an
incorrect character conversion when processing records
in the MARC-8 character encoding.

To avoid this, batch jobs that use MARC::Batch now
open the file themselves, then pass the file handle
to MARC::Batch->new().

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremove some unneeded use statements
Galen Charlton [Fri, 21 Mar 2008 19:37:54 +0000 (14:37 -0500)]
remove some unneeded use statements

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing branch select onChange() function, hopefully fixes Bug 1957, Holiday Calendar...
Owen Leonard [Fri, 21 Mar 2008 13:20:04 +0000 (08:20 -0500)]
Fixing branch select onChange() function, hopefully fixes Bug 1957, Holiday Calendar broken in Internet Explorer

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopartial fix for bug 1417
Galen Charlton [Thu, 20 Mar 2008 22:32:14 +0000 (17:32 -0500)]
partial fix for bug 1417

The Notes field should now be displayed correctly
when editing an order - the query in GetOrder
was modified to have aqorder's notes column
appear last, which means that it is the one
selected for the data hash (instead of biblio.notes
or biblioitems.notes).

This is an ugly fix - GetOrder needs to be
refactored so that it doesn't depend on
selecting all columns from several different
tables.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug: 1953. cleaning up Acquisition::NewOrder just a little bit.
Andrew Moore [Thu, 20 Mar 2008 22:32:13 +0000 (17:32 -0500)]
bug: 1953. cleaning up Acquisition::NewOrder just a little bit.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug: 1953. using placeholders in C4::Acquisition::NewOrder.
Andrew Moore [Thu, 20 Mar 2008 22:32:12 +0000 (17:32 -0500)]
bug: 1953. using placeholders in C4::Acquisition::NewOrder.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1953: using placeholders in C4::Acquisition::GetParcel
Andrew Moore [Thu, 20 Mar 2008 22:32:11 +0000 (17:32 -0500)]
bug 1953: using placeholders in C4::Acquisition::GetParcel

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1953: using placeholders in C4::Acquisition::GetParcel
Andrew Moore [Thu, 20 Mar 2008 22:32:10 +0000 (17:32 -0500)]
bug 1953: using placeholders in C4::Acquisition::GetParcel

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome reworking of suggestions management interface in preparation for tackling hdl...
Owen Leonard [Thu, 20 Mar 2008 19:25:15 +0000 (14:25 -0500)]
Some reworking of suggestions management interface in preparation for tackling hdl's proposal of wider scope. Includes change to Suggestions.pm to enable passing of borrowernumber to the template.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug fix : 1804 : Now empty authorities and empty search return results.
Henri-Damien LAURENT [Thu, 20 Mar 2008 16:31:11 +0000 (17:31 +0100)]
bug fix : 1804 : Now empty authorities and empty search return results.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug fixing : 1746 : password was not escaped.
Henri-Damien LAURENT [Thu, 20 Mar 2008 15:08:34 +0000 (16:08 +0100)]
Bug fixing : 1746 : password was not escaped.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSome Bugfixing for Acquisitions : ModOrderReceive would create 2 lines in baskets...
Henri-Damien LAURENT [Thu, 20 Mar 2008 15:08:33 +0000 (16:08 +0100)]
Some Bugfixing for Acquisitions : ModOrderReceive would create 2 lines in baskets And titles were displayed twice in parcel.tmpl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug fixing : when closing a basket, supplier was searched by name, not by id.
Henri-Damien LAURENT [Thu, 20 Mar 2008 10:36:53 +0000 (11:36 +0100)]
bug fixing : when closing a basket, supplier was searched by name, not by id.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodon't display the name of the library in singleBranchMode
Joshua Ferraro [Thu, 20 Mar 2008 14:12:21 +0000 (10:12 -0400)]
don't display the name of the library in singleBranchMode

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing singlebranchmode display issues
Joshua Ferraro [Thu, 20 Mar 2008 13:58:52 +0000 (09:58 -0400)]
fixing singlebranchmode display issues

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding OPACShelfbrowse to OPAC tab
Joshua Ferraro [Thu, 20 Mar 2008 13:39:33 +0000 (09:39 -0400)]
adding OPACShelfbrowse to OPAC tab

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing availability limit
Joshua Ferraro [Thu, 20 Mar 2008 13:38:54 +0000 (09:38 -0400)]
fixing availability limit

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding title indexes for 780
Joshua Ferraro [Thu, 20 Mar 2008 12:54:49 +0000 (08:54 -0400)]
adding title indexes for 780

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodon't show library facet if singleBranchMode is ON
Joshua Ferraro [Wed, 19 Mar 2008 21:46:26 +0000 (17:46 -0400)]
don't show library facet if singleBranchMode is ON

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding a couple benchmark scripts
Joshua Ferraro [Wed, 19 Mar 2008 19:33:36 +0000 (15:33 -0400)]
Adding a couple benchmark scripts

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoobey opaclanguagesdisplay syspref
Joshua Ferraro [Wed, 19 Mar 2008 13:46:39 +0000 (09:46 -0400)]
obey opaclanguagesdisplay syspref

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug 1953: use bind variables in C4::Acquisition::GetPendingOrders
Andrew Moore [Wed, 19 Mar 2008 20:26:35 +0000 (15:26 -0500)]
bug 1953: use bind variables in C4::Acquisition::GetPendingOrders

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agouse bind variables in C4::Acquisition::GetPendingOrders
Andrew Moore [Wed, 19 Mar 2008 20:26:34 +0000 (15:26 -0500)]
use bind variables in C4::Acquisition::GetPendingOrders

I improved the tests a bit for this module so that they at least skip
if there's not enough data in the database to test with.
I was unable to test the actual execution path through the change I actually made.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMarkup correction.
Owen Leonard [Wed, 19 Mar 2008 20:19:02 +0000 (15:19 -0500)]
Markup correction.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix to enable OPACUserCSS preference (allows user to add CSS globally in the OPAC...
Owen Leonard [Wed, 19 Mar 2008 20:18:53 +0000 (15:18 -0500)]
Fix to enable OPACUserCSS preference (allows user to add CSS globally in the OPAC via an embedded style block)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore changes to properly implement opacuserlogin preference.
Owen Leonard [Wed, 19 Mar 2008 20:18:41 +0000 (15:18 -0500)]
More changes to properly implement opacuserlogin preference.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanges to properly implement opacuserlogin preference.
Owen Leonard [Wed, 19 Mar 2008 20:18:34 +0000 (15:18 -0500)]
Changes to properly implement opacuserlogin preference.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanges to allow highlighting of current tab on user pages.
Owen Leonard [Wed, 19 Mar 2008 20:18:27 +0000 (15:18 -0500)]
Changes to allow highlighting of current tab on user pages.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdates to tweak the way suggestions and suggestions links display when various sugge...
Owen Leonard [Wed, 19 Mar 2008 20:18:20 +0000 (15:18 -0500)]
Updates to tweak the way suggestions and suggestions links display when various suggestions-related prefs are on or off.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCommenting out unused call to get_batches.
Chris Nighswonger [Wed, 19 Mar 2008 12:05:33 +0000 (08:05 -0400)]
Commenting out unused call to get_batches.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoModifications to viewlog.pl to keep it in the context from which it was called.
Chris Nighswonger [Wed, 19 Mar 2008 11:29:27 +0000 (07:29 -0400)]
Modifications to viewlog.pl to keep it in the context from which it was called.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCorrecting warn concerning kohaversion.
Chris Nighswonger [Wed, 19 Mar 2008 11:20:08 +0000 (07:20 -0400)]
Correcting warn concerning kohaversion.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating patronimages syspref to reflect current sysprefs.sql
Chris Nighswonger [Wed, 19 Mar 2008 11:10:01 +0000 (07:10 -0400)]
Updating patronimages syspref to reflect current sysprefs.sql

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agouse bind variables in GetBorrowersWhoHaveNotBorrowedSince query
Galen Charlton [Wed, 19 Mar 2008 15:11:18 +0000 (10:11 -0500)]
use bind variables in GetBorrowersWhoHaveNotBorrowedSince query

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore old_issues SQL cleanup
Galen Charlton [Wed, 19 Mar 2008 15:11:17 +0000 (10:11 -0500)]
more old_issues SQL cleanup

* no need to test for 'returndate is null' in queries
  on old_issues
* added more stylistic corrections

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

This reverts commit eaac37aa6ea8c4f2b79adaa4186bc08a9ac9efd4.

Rev 052 in updatedatabase.pl already adds more_subfields_xml
to deleteditems - the reverted patch would attempt to add
more_subfields_xml to deleteditems twice for anybody
upgrading from < 048.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore problems with old_issues.
Henri-Damien LAURENT [Wed, 19 Mar 2008 15:11:15 +0000 (10:11 -0500)]
More problems with old_issues.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>