koha-ffzg.git
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>
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>