koha.git
14 years agoCan only add column reservesallowed to issuingrules once
Colin Campbell [Mon, 25 Jan 2010 09:26:07 +0000 (09:26 +0000)]
Can only add column reservesallowed to issuingrules once

14 years agoRemove an invalid db update
Colin Campbell [Fri, 22 Jan 2010 16:04:47 +0000 (16:04 +0000)]
Remove an invalid db update

Update tries to drop two fk constraints which
don't appear to exist

14 years agocolumn was added in two separate updates
Colin Campbell [Fri, 22 Jan 2010 15:33:13 +0000 (15:33 +0000)]
column was added in two separate updates

3.01.00.068 duplicates the operations of 3.01.00.065
Because one column has already been created, populated and dropped
the rest of the update fails

14 years agoremove duplicate column add
Colin Campbell [Fri, 22 Jan 2010 13:40:09 +0000 (13:40 +0000)]
remove duplicate column add

Change 3.01.00.089 duplicated 3.01.00.070

14 years ago102 needs to be an update not an insert
Colin Campbell [Fri, 22 Jan 2010 13:35:40 +0000 (13:35 +0000)]
102 needs to be an update not an insert

14 years agoremove duplicate addition of casAutherntication preference
Colin Campbell [Fri, 22 Jan 2010 13:18:14 +0000 (13:18 +0000)]
remove duplicate addition of casAutherntication preference

14 years agoBug 4057 Fix spacing in XSLT OPAC display for 245 subfield f
Jane Wagner [Fri, 22 Jan 2010 16:59:48 +0000 (11:59 -0500)]
Bug 4057 Fix spacing in XSLT OPAC display for 245 subfield f

If a 245 has a subfield f (or any of the displayed fgknps subfields after a, b,
or h) there is no spacing and the display runs together.  This happens in both
the XSLT results list and the XSLT individual title display.  I've added a
space between the a, b, h displays and the beginning of the fgknps set.

14 years agoBug 4056: Fixes invalid xhtml in opac-messaging.tmpl if SMS is disabled.
Garry Collum [Fri, 22 Jan 2010 02:57:44 +0000 (21:57 -0500)]
Bug 4056: Fixes invalid xhtml in opac-messaging.tmpl if SMS is disabled.

There is a </td> tag which is outside of the block of code which defines checks to see if SMS is enabled.  If SMS is disabled it causes several extra </td> tags.

14 years agoBug 3294 Use cn_sort field to sort inventory list output
Jane Wagner [Thu, 21 Jan 2010 20:33:23 +0000 (15:33 -0500)]
Bug 3294 Use cn_sort field to sort inventory list output

The inventory tool was using itemcallnumber, title to sort; modified
Items.pm to use cn_sort, itemcallnumber, title so that call numbers
sorted on the padded sort field instead.

14 years agoImprove behavior of manual history checkbox behavior.
Owen Leonard [Thu, 21 Jan 2010 14:27:40 +0000 (09:27 -0500)]
Improve behavior of manual history checkbox behavior.

14 years agoFix for Bug 3908, Edit subscription page shows manual history block by default
Owen Leonard [Thu, 21 Jan 2010 15:17:52 +0000 (10:17 -0500)]
Fix for Bug 3908, Edit subscription page shows manual history block by default

Changing template check for "history" var to check for "manualhistory."

14 years agoRevised for biblibre/3.2_community: Fix for Bug 3939, Issuing rules clone button...
Owen Leonard [Thu, 21 Jan 2010 13:58:43 +0000 (08:58 -0500)]
Revised for biblibre/3.2_community: Fix for Bug 3939, Issuing rules clone button looks like a submit

This patch incorporates a drop-down for choosing the "clone to" library
directly from issuing-rules.pl. This eliminates the extra step of choosing
the library after submitting the "clone" action and clarifies the purpose
of the two different controls.

14 years agoMerge branch 'patroncards-wip' of git://git.foundations.edu/koha into community
Henri-Damien LAURENT [Wed, 20 Jan 2010 22:16:34 +0000 (23:16 +0100)]
Merge branch 'patroncards-wip' of git://git.foundations.edu/koha into community

Conflicts solved:
Makefile.PL
installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl

14 years agoRevised for biblibre/3.2_community: Fix for Bug 3780, various OPAC pages have no...
Owen Leonard [Wed, 20 Jan 2010 20:59:09 +0000 (15:59 -0500)]
Revised for biblibre/3.2_community: Fix for Bug 3780, various OPAC pages have no unique <body> id

14 years agoOpacAddMastheadLibraryPulldown
Kyle M Hall [Wed, 20 Jan 2010 14:04:27 +0000 (14:04 +0000)]
OpacAddMastheadLibraryPulldown

In the current OPAC, there is no easy way to search a particular library.
By default, a user searches all libraries, or with SearcMyLibraryFirst turn on,
the user's home library. In dev_week, a library pulldown menu existed in the search masthead.

This commit adds the option to bring that pulldown menu back
by turning on the system preference OpacAddMastheadLibraryPulldown

14 years agoRotating Collection > DB upgrade to 102
Frédéric Demians [Tue, 19 Jan 2010 22:22:03 +0000 (23:22 +0100)]
Rotating Collection > DB upgrade to 102

14 years agoRotating Collections
Frédéric Demians [Tue, 19 Jan 2010 22:22:02 +0000 (23:22 +0100)]
Rotating Collections

This feature is designed to manage collections of items that move
from library to library periodically. Koha can already track who *has*
and item, and who *owns* and item, but not who *should have* an item.
That is the issue this feature addresses.

It allows a persion to create a collection, and add any number of items
to that collection. The collection can then be transferred from library
to library. If an item shows up at a library that does not currently
'hold' that collection, Koha will ask you to transfer it to the library
that does currently 'hold it. In that way, one can even transfer
collections where some of the items are currently checked out. As soon
as they make it back to a library, they will get transferred to the
current library holding that collection.

The feature consists of 4 main pages.
'Home' Page: The landing page, lists collections and provides access to
the rest of the tools.
  Access is via the Tools page.
Edit Collections: Add/Delete new rotating collections
Add/Remove Items: Add/Remove items from a given collection
Transfer Collection: Set the current 'holder' of a given collection.

Librarian access is controlled by 'CAN_user_tools_rotating_collections'

14 years agoRevised for biblibre/3.2_community: Reformat of suggestions management interface...
Owen Leonard [Wed, 20 Jan 2010 21:21:17 +0000 (16:21 -0500)]
Revised for biblibre/3.2_community: Reformat of suggestions management interface (Bug 3844)

Changes and fixes include:

- Moving filters forms into left-hand sidebar
- Making filter forms collapsed by default (click to show)
- Converting "check all" to text link to match similar controls on other pages
- Correcting case of tab labels
- Fixing display of custom reason field
- Converting radio buttons to drop-down for more compact display
- Table-sorter column exclusions
- Markup corrections

14 years agoRevised for biblibre/3.2_community: Putting CSV export sections into tabs
Owen Leonard [Wed, 20 Jan 2010 20:53:28 +0000 (15:53 -0500)]
Revised for biblibre/3.2_community: Putting CSV export sections into tabs

14 years agoFix for Bugs 3998, 3968. Includes other markup corrections and reformats
Owen Leonard [Wed, 20 Jan 2010 20:43:52 +0000 (15:43 -0500)]
Fix for Bugs 3998, 3968. Includes other markup corrections and reformats

Bug 3998: Confusing warning on budget add page
Bug 3968: Empty Blue Box Pop Up

- Removed warning, made budget amount a required field.
- Added conditional logic to prevent display of tooltip when there is no content
- Moved filter form into sidebar
- Changed Budgets.pm to pass an ID to a form field
- Improvements to breadcrumbs and title tags
- Restructured budgets admin toolbar to match existing toolbar patterns:
  "new," "edit," etc.

14 years agoMarkup tweaks to better style the patron search filter
Owen Leonard [Wed, 20 Jan 2010 15:50:45 +0000 (10:50 -0500)]
Markup tweaks to better style the patron search filter

14 years agoAdding Extended Attributes management to Auth_with_LDAP
Henri-Damien LAURENT [Tue, 29 Sep 2009 10:37:31 +0000 (12:37 +0200)]
Adding Extended Attributes management to Auth_with_LDAP

14 years agoBugfix: Various Label Creator bugs
Chris Nighswonger [Tue, 19 Jan 2010 19:43:41 +0000 (14:43 -0500)]
Bugfix: Various Label Creator bugs

This fixes:

* A bug which caused the label template editor to throw
an error when saving when no previous profile was applied.

* A typo which caused a 'fetch without execute' error in Labels.pm

It also comments out several useless warns

14 years agoFixes for Bug 3376, Serials Display in OPAC
Owen Leonard [Tue, 19 Jan 2010 20:46:47 +0000 (15:46 -0500)]
Fixes for Bug 3376, Serials Display in OPAC

- Formatting links to different subscription views as tabs like the links to MARC view, ISBD, etc.
- Styling display of brief subscription view for better clarity
- Moving filter form on full subscription view to sidebar
- jQuery-fying some full subscription view scripts
- Adding branch name to output of full subscription information
- Styling year links for visibility and clarity (I'm not styling them as standard tabs because
  they wouldn't wrap well with many many years' worth of subscriptions)

14 years agoFix for Bug 3951, Menu a mess in WebKit browsers
Owen Leonard [Tue, 19 Jan 2010 15:06:31 +0000 (10:06 -0500)]
Fix for Bug 3951, Menu a mess in WebKit browsers

- removing inline image in favor of CSS background (inline image
  is used in the OPAC to better work with cart button css
- adding "display:none" to "more" menu. "visibility:hidden" by
  itself creates unwanted whitespace in WebKit browsers
- adding explicit width to toplevelmenu to correct display
  problem in WebKit browsers

14 years ago(bug #4052) fix mandatory field/subfield deletion
Nahuel ANGELINETTI [Tue, 19 Jan 2010 12:50:37 +0000 (13:50 +0100)]
(bug #4052) fix mandatory field/subfield deletion

this fix the way to delete repeatable mandatory fields, the minus char is now shown only on repeatable fields, even if they are mandatory or not.
If the last field is mandatory it won't be deleted.

14 years agoFixing dbrev 104
Henri-Damien LAURENT [Mon, 18 Jan 2010 00:05:38 +0000 (01:05 +0100)]
Fixing dbrev 104

There was two variable declaration missing

14 years agoBugfix: 4046 Misc SQL Syntax Errors
Chris Nighswonger [Fri, 15 Jan 2010 04:03:02 +0000 (23:03 -0500)]
Bugfix: 4046 Misc SQL Syntax Errors

This patch fixes several SQL syntax errors with the ALTER TABLE pragma

14 years agoFix for Bug 4035: Today's checkouts grouped with previous checkouts
Owen Leonard [Tue, 12 Jan 2010 15:29:47 +0000 (10:29 -0500)]
Fix for Bug 4035: Today's checkouts grouped with previous checkouts

Creating separate variable to be output to the template so that
the original issuedate can be used in date comparison.

14 years agoAdd OverdueNoticeBcc syspref required by overdue_notices.pl
Frédéric Demians [Fri, 8 Jan 2010 22:04:17 +0000 (23:04 +0100)]
Add OverdueNoticeBcc syspref required by overdue_notices.pl

14 years agoFix for Bug 4024, Search history template problems, and other fixes.
Owen Leonard [Thu, 7 Jan 2010 14:51:18 +0000 (09:51 -0500)]
Fix for Bug 4024, Search history template problems, and other fixes.

- Markup corrections
- Removing TMPL EXPR
- Converting delete link to FORM ("destructive" actions shouldn't be links)
- Adding "search history" link to logged-in user's sidebar menu

14 years agoCan now add rental discounts - wr62194
Chris Cormack [Wed, 6 Jan 2010 21:57:32 +0000 (10:57 +1300)]
Can now add rental discounts - wr62194

14 years agoFix for Bug 3589, OpacHighlightedWords sys pref does nothing
Owen Leonard [Fri, 18 Dec 2009 14:23:23 +0000 (09:23 -0500)]
Fix for Bug 3589, OpacHighlightedWords sys pref does nothing

14 years agoadded serials help files
Nicole Engard [Mon, 11 Jan 2010 21:57:30 +0000 (16:57 -0500)]
added serials help files

14 years agoEnhancement: Make web installer log errors to error log
Chris Nighswonger [Wed, 13 Jan 2010 18:33:30 +0000 (13:33 -0500)]
Enhancement: Make web installer log errors to error log

The web installer should log errors to the error log instead of only
dumping them to the browser. This will allow a record of the errors
which may be useful for later debugging.

14 years agoUpdated create_koc_db.pl
Kyle M Hall [Wed, 13 Jan 2010 15:23:46 +0000 (15:23 +0000)]
Updated create_koc_db.pl

A new Koha Offline Circulation client has been written by Kyle M Hall in C++/Qt4.
Unfortunately, it requires an SQLite3 databse, where the PHP/Gtk client needs an SQLite2 database.

This update adds the switches --sqlite2 and --sqlite3 to the script to output either format.

14 years ago(bug #4038) fix birth date filter in borrowers stats
Nahuel ANGELINETTI [Tue, 12 Jan 2010 10:07:44 +0000 (11:07 +0100)]
(bug #4038) fix birth date filter in borrowers stats

this patch format date for SQL if there is non-iso dates.

14 years agoOverdue Notices: Add a Bcc to messages
Frédéric Demians [Fri, 8 Jan 2010 22:04:16 +0000 (23:04 +0100)]
Overdue Notices: Add a Bcc to messages

If a global syspref OverdueNoticeBcc is present, send overdue notices to
this address. This allow a library to track and gather all outgoing
overdue notices.

14 years agooverdue_notices.pl send no email directly to patron
Frédéric Demians [Fri, 8 Jan 2010 22:04:15 +0000 (23:04 +0100)]
overdue_notices.pl send no email directly to patron

Something prevents overdue_notices.pl to send message directly to patron
email.

14 years agooverdue_notices.pl various bugs in HEAD 3.2
Frédéric Demians [Fri, 8 Jan 2010 22:04:14 +0000 (23:04 +0100)]
overdue_notices.pl various bugs in HEAD 3.2

Those bugs must have been introduced by merge?

- Overdue to all libraries with overdue rules doesn't work
- Overdue to a specific library doesn't work also

14 years agoEnhancement: Make web installer log errors to error log
Chris Nighswonger [Wed, 13 Jan 2010 18:30:31 +0000 (13:30 -0500)]
Enhancement: Make web installer log errors to error log

The web installer should log errors to the error log instead of only
dumping them to the browser. This will allow a record of the errors
which may be useful for later debugging.

14 years agoEnhancement: Some JS to remove dialog after 5 sec
Chris Nighswonger [Tue, 12 Jan 2010 14:31:58 +0000 (09:31 -0500)]
Enhancement: Some JS to remove dialog after 5 sec

If JS is disabled, dialog still shows.

14 years agoBugfix: Missing line terminator at the end of an INSERT
Chris Nighswonger [Sat, 12 Dec 2009 19:51:48 +0000 (14:51 -0500)]
Bugfix: Missing line terminator at the end of an INSERT

14 years agoBugfix: Correcting array element reference syntax which caused unnecessary warns
Chris Nighswonger [Thu, 7 Jan 2010 14:34:34 +0000 (09:34 -0500)]
Bugfix: Correcting array element reference syntax which caused unnecessary warns

Also adding conditional to check ENV VAR definition to avoid unnecssary warns.

14 years agoUpdating README file
Chris Nighswonger [Fri, 8 Jan 2010 19:28:04 +0000 (14:28 -0500)]
Updating README file

14 years ago[30/30] Removing depricated files
Chris Nighswonger [Mon, 11 Jan 2010 23:19:09 +0000 (18:19 -0500)]
[30/30] Removing depricated files

14 years ago[29/30] Bumping version number to 3.01.00.101
Chris Nighswonger [Fri, 8 Jan 2010 16:20:09 +0000 (11:20 -0500)]
[29/30] Bumping version number to 3.01.00.101

14 years ago[28/30] Adding sample data for Label and Patron Card Creators
Chris Nighswonger [Thu, 7 Jan 2010 03:53:41 +0000 (22:53 -0500)]
[28/30] Adding sample data for Label and Patron Card Creators

Also removing obsoleted sample labels data.

14 years ago[27/30] Adding a script to migrate from current Label Creator to the new table struct...
Chris Nighswonger [Mon, 4 Jan 2010 21:09:48 +0000 (16:09 -0500)]
[27/30] Adding a script to migrate from current Label Creator to the new table structure for Creator tools in general

14 years ago[26/30] Updating kohastructure.sql to reflect changes introduced in Patron Card Creat...
Chris Nighswonger [Mon, 4 Jan 2010 19:18:01 +0000 (14:18 -0500)]
[26/30] Updating kohastructure.sql to reflect changes introduced in Patron Card Creator work

14 years ago[25/30] Fixing up the installer to check for new optional dependencies
Chris Nighswonger [Mon, 11 Jan 2010 14:34:00 +0000 (09:34 -0500)]
[25/30] Fixing up the installer to check for new optional dependencies

14 years ago[24/30] Adding Graphics::Magick dependency to Makefile.PL
Chris Nighswonger [Fri, 8 Jan 2010 16:27:05 +0000 (11:27 -0500)]
[24/30] Adding Graphics::Magick dependency to Makefile.PL

14 years ago[23/30] Centralizing error message handling for the 'View' in the Patron Card Creator
Chris Nighswonger [Mon, 11 Jan 2010 21:11:49 +0000 (16:11 -0500)]
[23/30] Centralizing error message handling for the 'View' in the Patron Card Creator

All error message handling should be done through this mechanism. This will ensure that
    the error messages are properly translated by the translator.

14 years ago[22/30] Adding a syspref to limit the number of images which can be stored in the...
Chris Nighswonger [Thu, 7 Jan 2010 16:18:47 +0000 (11:18 -0500)]
[22/30] Adding a syspref to limit the number of images which can be stored in the db at any one time by the Patron Card image managera

This will keep the db a sane size. Setting this to NULL will result in no
    limit being enforced.

14 years ago[21/30] Patron Card Creator image management interface and code
Chris Nighswonger [Mon, 11 Jan 2010 20:33:41 +0000 (15:33 -0500)]
[21/30] Patron Card Creator image management interface and code

14 years ago[20/30] Patron Card Creator pdf creation script
Chris Nighswonger [Mon, 11 Jan 2010 19:38:03 +0000 (14:38 -0500)]
[20/30] Patron Card Creator pdf creation script

Script which generations pdf's from card batches, etc.

14 years ago[19/30] Patron Card Creator batch toolbar
Chris Nighswonger [Mon, 11 Jan 2010 18:54:14 +0000 (13:54 -0500)]
[19/30] Patron Card Creator batch toolbar

Code for the toobar which appears at the top of the batch editor interface
    screen within the Patron Card Creator.

14 years ago[18/30] Patron Card Creator toolbar
Chris Nighswonger [Tue, 3 Nov 2009 14:19:38 +0000 (09:19 -0500)]
[18/30] Patron Card Creator toolbar

Code for the toolbar which appears at the top of most screens within the
    Patron Card Creator.

14 years ago[17/30] Patron Card Creator member search interface and code
Chris Nighswonger [Mon, 11 Jan 2010 18:46:30 +0000 (13:46 -0500)]
[17/30] Patron Card Creator member search interface and code

14 years ago[16/30] Patron Card Creator print interface and code
Chris Nighswonger [Thu, 19 Nov 2009 16:53:02 +0000 (11:53 -0500)]
[16/30] Patron Card Creator print interface and code

14 years ago[15/30] Patron Card Creator profile editor interface and code
Chris Nighswonger [Mon, 11 Jan 2010 16:28:29 +0000 (11:28 -0500)]
[15/30] Patron Card Creator profile editor interface and code

14 years ago[14/30] Patron Card Creator card printing interface and code
Chris Nighswonger [Tue, 3 Nov 2009 14:17:46 +0000 (09:17 -0500)]
[14/30] Patron Card Creator card printing interface and code

More cut and paste

14 years ago[13/30] Patron Card Creator management interface and code
Chris Nighswonger [Mon, 11 Jan 2010 16:57:09 +0000 (11:57 -0500)]
[13/30] Patron Card Creator management interface and code

14 years ago[12/30] Patron Card Creator layout editor interface and code
Chris Nighswonger [Mon, 11 Jan 2010 20:49:00 +0000 (15:49 -0500)]
[12/30] Patron Card Creator layout editor interface and code

14 years ago[11/30] Patron Card Creator batch editor interface and code
Chris Nighswonger [Tue, 3 Nov 2009 14:13:21 +0000 (09:13 -0500)]
[11/30] Patron Card Creator batch editor interface and code

14 years ago[10/30] Patron Card Creator home page css
Chris Nighswonger [Mon, 11 Jan 2010 14:35:26 +0000 (09:35 -0500)]
[10/30] Patron Card Creator home page css

14 years ago[9/30] Patron Card Creator home page
Chris Nighswonger [Mon, 11 Jan 2010 23:18:36 +0000 (18:18 -0500)]
[9/30] Patron Card Creator home page

14 years ago[8/30] Patron Card Creator template editor interface and code
Chris Nighswonger [Mon, 11 Jan 2010 19:42:43 +0000 (14:42 -0500)]
[8/30] Patron Card Creator template editor interface and code

14 years ago[7/30] Patron Card Menu
Chris Nighswonger [Mon, 11 Jan 2010 19:41:47 +0000 (14:41 -0500)]
[7/30] Patron Card Menu

Code for the menu which appears at the top of most screens within the
Patron Card Creator.

14 years ago[6/30] C4::Creators module
Chris Nighswonger [Mon, 11 Jan 2010 16:00:25 +0000 (11:00 -0500)]
[6/30] C4::Creators module

Here we consolidate all code common to both Label and Patron Card Creators.

14 years ago[5/30] A rework of Label Creator code
Chris Nighswonger [Mon, 11 Jan 2010 15:18:21 +0000 (10:18 -0500)]
[5/30] A rework of Label Creator code

This rework removes code held in common with the Patron Card Creator
and move is to the new C4::Creators module.

14 years ago[4/30] Modifications to picture upload script to accommodate image sizes up to 200...
Chris Nighswonger [Wed, 23 Sep 2009 14:32:12 +0000 (10:32 -0400)]
[4/30] Modifications to picture upload script to accommodate image sizes up to 200 X 300 pixel dimesions.

This also changes the storage image format to PNG which is lossless (an important factor when using these
images for patroncards).

NOTE: In the end, this script was *not* used for uploading images for patron cards. However, these changes
are left as an improvement upon this script which is used for patron image uploads.

This script could be greatly reduced in size by using Graphics::Magick and working along the same lines
as the upload code found in patroncards/image-manage.pl

14 years ago[3/30] Adding a test script for C4::Patroncards::Patroncard
Chris Nighswonger [Mon, 11 Jan 2010 15:14:29 +0000 (10:14 -0500)]
[3/30] Adding a test script for C4::Patroncards::Patroncard

To be used for development initially and then can be modified for use as a test.

NOTE: This does not work in its present form.

14 years ago[2/30] C4::Patroncards::Lib
Chris Nighswonger [Mon, 11 Jan 2010 23:15:08 +0000 (18:15 -0500)]
[2/30] C4::Patroncards::Lib

14 years ago[1/30] C4::Patroncards::Patroncard Module
Chris Nighswonger [Mon, 11 Jan 2010 21:34:22 +0000 (16:34 -0500)]
[1/30] C4::Patroncards::Patroncard Module

A module for creating patron card objects and manipulating them.

14 years agoAdding inline edit links for additem table. Suggested for Bug 2534
Owen Leonard [Thu, 7 Jan 2010 16:08:55 +0000 (11:08 -0500)]
Adding inline edit links for additem table. Suggested for Bug 2534

14 years agoCorrecting array element reference syntax which caused unnecessary warns
Chris Nighswonger [Thu, 7 Jan 2010 14:41:12 +0000 (09:41 -0500)]
Correcting array element reference syntax which caused unnecessary warns

Also adding conditional to check ENV VAR definition to avoid unnecssary warns.

14 years agoBZ4026 : Fix record's leader when merging records
Matthias Meusburger [Thu, 7 Jan 2010 10:58:15 +0000 (11:58 +0100)]
BZ4026 : Fix record's leader when merging records

14 years agoupdated Tools help files
Nicole Engard [Tue, 5 Jan 2010 14:41:15 +0000 (09:41 -0500)]
updated Tools help files

14 years agoBZ 4028 : OPAC search history available to non-logged-in users
Matthias Meusburger [Wed, 6 Jan 2010 15:43:52 +0000 (16:43 +0100)]
BZ 4028 : OPAC search history available to non-logged-in users

The "search history" link and the "delete history" link are now correctly displayed after the first search.
Moreover, an additional "delete history" link as been added on the "search history" page itself.

14 years agoBug 3945 NULL is not a valid Supplier id
Colin Campbell [Tue, 5 Jan 2010 18:29:18 +0000 (18:29 +0000)]
Bug 3945 NULL is not a valid Supplier id

Get SuppliersWithLateIssues should return a list of suppliers
If you have subscriptions with no supplier it also returned a
invalid supplier with a null id and null name.
This patch ignores the non-supplier supplier

14 years agoBug 766 Remove scrolling list from serials claims
Colin Campbell [Tue, 5 Jan 2010 14:10:29 +0000 (14:10 +0000)]
Bug 766 Remove scrolling list from serials claims

Let templating system do what its designed for
pass an array ref with the suppliers

14 years agoFix some code issues in circulation/returns
Colin Campbell [Tue, 5 Jan 2010 10:13:16 +0000 (10:13 +0000)]
Fix some code issues in circulation/returns

Fix obvious warning generators
 use of string comparison on numeric values
 use of capture variables without testing comparison
 reuse of variable names in same lexical scope
Tidy some layout issues
 remove commented out code
 remove unused variables
 remove tabs from mixed space tab layouts
 rewrite a couple of expressions where code flow obscured

14 years agoBug 3764: Made city/town admin form clear
Nicole Engard [Mon, 4 Jan 2010 07:31:05 +0000 (02:31 -0500)]
Bug 3764: Made city/town admin form clear

14 years agoBug 3654: Resubmit: Fixes issues with authorized values
Nicole Engard [Mon, 4 Jan 2010 07:21:36 +0000 (02:21 -0500)]
Bug 3654: Resubmit: Fixes issues with authorized values

#1 Moves Authorized Values under Basic on the Admin page & menu
 #2 Add defaults for PROC & CART in LOC
 #3 Add MANUAL_INV default
 #4 Add BOR_Notes default
 #5 Fix descriptions and language on authorized values page related
    to these changes

14 years agoInterface corrections and improvements to OPAC lists
Owen Leonard [Thu, 31 Dec 2009 17:45:54 +0000 (12:45 -0500)]
Interface corrections and improvements to OPAC lists

- improving behavior for users with no javascript
- style improvements to list "toolbar"
- adding new toolbar icons
- adding display of subtitle to lists

14 years agoMoving some list functions into the standard toolbar.
Owen Leonard [Thu, 31 Dec 2009 17:43:57 +0000 (12:43 -0500)]
Moving some list functions into the standard toolbar.

- Adding download functions to menu button
- Some markup corrections

14 years agoBZ4019 : Lists Merge Issue
Matthias Meusburger [Thu, 31 Dec 2009 10:42:15 +0000 (11:42 +0100)]
BZ4019 : Lists Merge Issue

Removes deprecated virtualshelves/merge.pl as well as the link to it.
Records merging is done by selecting two records from a list's content.

14 years ago(bug #4018) fix coins support in opac detail and xslt
Nahuel ANGELINETTI [Wed, 30 Dec 2009 10:36:35 +0000 (11:36 +0100)]
(bug #4018) fix coins support in opac detail and xslt

14 years agobug 4017 fixed delete label to read just delete
Nicole Engard [Mon, 28 Dec 2009 10:12:24 +0000 (05:12 -0500)]
bug 4017 fixed delete label to read just delete

14 years agoFix for Bug 4008, footer floating up next to purchase suggestion in OPAC
Owen Leonard [Tue, 29 Dec 2009 16:01:35 +0000 (11:01 -0500)]
Fix for Bug 4008, footer floating up next to purchase suggestion in OPAC

14 years agobug 3765: move road type after address
Nicole Engard [Mon, 28 Dec 2009 04:26:47 +0000 (23:26 -0500)]
bug 3765: move road type after address

I have fixed 2 road type issues.

14 years agochanging title of help back to Circulation Statistics for consistency
Liz Rea [Mon, 28 Dec 2009 19:39:56 +0000 (13:39 -0600)]
changing title of help back to Circulation Statistics for consistency

14 years agoBug 3096: re-adding note field to suggestion management.
Liz Rea [Mon, 28 Dec 2009 17:28:02 +0000 (11:28 -0600)]
Bug 3096: re-adding note field to suggestion management.

14 years agoFix for Bug 4005, Inventory Tool w/ Blank Options
Owen Leonard [Mon, 28 Dec 2009 17:12:40 +0000 (12:12 -0500)]
Fix for Bug 4005, Inventory Tool w/ Blank Options

- Using some TMPL_IF logic to hide empty lines
 - Other markup and layout tweaks

14 years agobug 4011 remove blank row on stats form
Nicole Engard [Mon, 28 Dec 2009 00:59:38 +0000 (19:59 -0500)]
bug 4011 remove blank row on stats form

14 years agobug 4009 & 4010 add required fields
Nicole Engard [Mon, 28 Dec 2009 00:30:08 +0000 (19:30 -0500)]
bug 4009 & 4010 add required fields

Bug 4009: New list w/out title fails silently
  Fixed so Title is required when adding a list

Bug 4010:  Purchase Suggestions Should Require Title
  Fixed text so that it indicates that title is required
  Added check to make sure Title is filled in

For both bugs I added a required style to the CSS

14 years agoFix for Bug 2743, Z39.50, not z39.50
Owen Leonard [Mon, 28 Dec 2009 16:17:38 +0000 (11:17 -0500)]
Fix for Bug 2743, Z39.50, not z39.50

14 years agobug 4006: change categorycode to Patron Category
Nicole Engard [Sun, 27 Dec 2009 22:08:52 +0000 (17:08 -0500)]
bug 4006: change categorycode to Patron Category

For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.

14 years agoFix for Bug 3991, Circulation search submit button wrapping in WebKit browsers
Owen Leonard [Wed, 23 Dec 2009 14:07:25 +0000 (09:07 -0500)]
Fix for Bug 3991, Circulation search submit button wrapping in WebKit browsers

If CircAutocompl is ON, the circ search form has a hidden <div> for use in
displaying live search results. For some reason WebKit browsers (Safari and
Chrome) treat this hidden element as a something that should create a line
break like any other block-level element. Moving the submit button to
before that hidden <div> fixes the problem without disrupting the display
of the live search results.