]>
git.koha-community.org Git - koha.git/log
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:26 +0000 (01:40 +0200)]
Bug Fixing : Bullet Proofing
Some functions lack testing befor using empty references
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:25 +0000 (01:40 +0200)]
Adding some checking in facet branches
When using search via commandline scripts, branch facets are sometimes
failing badly.
Not a HASH reference at
C4/Search.pm line 557,
This patch prevents this
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:24 +0000 (01:40 +0200)]
Adding Authorities list
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Marc Chantreux [Tue, 25 Aug 2009 23:40:23 +0000 (01:40 +0200)]
honor the DESTDIR environement variable when set
for exemple: when you use
install_misc/environment_Makefile.PL DESTDIR=$HOME by default but koha
is installed in $HOME/koha-dev that is not expected!
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:40:22 +0000 (01:40 +0200)]
Suggestions : Adding default value for STATUS
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:36 +0000 (01:44 +0200)]
(bug #3549) Sorted framework options in the dropdown menu
In addbook.pl, the framwork options are sorted in random order. They should be
sorted in alphabetical order of value or code.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:35 +0000 (01:44 +0200)]
(bug #3512) fix acquisition reports and group by
This fix, just change a grep value that make different way to calculate the table depending on the choosen column and line.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:33 +0000 (01:44 +0200)]
(bug #3505) order collections by alphabetical order
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:32 +0000 (01:44 +0200)]
Auto incremental inventory number plugin
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:31 +0000 (01:44 +0200)]
This is a calatoguing plugin based on auth_finder but specific to one of our customers.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:30 +0000 (01:44 +0200)]
(bug #3453) fix authority search in opac
this just set default values in opac search.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:29 +0000 (01:44 +0200)]
(bug #2812) fix holds cancel in OPAC
This fix the user ability to cancel holds in OPAC.
At the moment, a user can cancel all his holds, but in fact, only items that are not in transfert or waiting to be checked out can be cancelled by the user.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:28 +0000 (01:44 +0200)]
(bug #3411) escape authorities values
The values are not escaped in javascript, so if there is double quotes, the authority cannot be imported because of javascript error. This patch fix this.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nahuel ANGELINETTI [Tue, 25 Aug 2009 23:44:27 +0000 (01:44 +0200)]
(bug #3403) fix circulation.pl reservation list
This delete useless code that introduce the leak of reserved items informations.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Marc Chantreux [Tue, 25 Aug 2009 23:44:26 +0000 (01:44 +0200)]
C4::VirtualShelves::Merge
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:25 +0000 (01:44 +0200)]
tools/letter.tmpl
Improving sustainability : removing duplicate strings
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:24 +0000 (01:44 +0200)]
Bug Fixing: removing HoverIntent from basket.js
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Paul Poulain [Tue, 25 Aug 2009 23:44:23 +0000 (01:44 +0200)]
fix for #2723 : Wrong Description for IntranetNav
Pianohacker, this is probably for you for head, and this patch does not need to be applied.
hdl, it can be applied on 3.0 branch
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jean-André Santoni [Tue, 25 Aug 2009 23:44:22 +0000 (01:44 +0200)]
(bug #3349) Display full borrower address
This patch fixes the truncated address in /circ/circulation.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 23:44:21 +0000 (01:44 +0200)]
Adding some error proof on GetMarcRecord
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:21 +0000 (23:56 +0200)]
Claims management enhancement
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:20 +0000 (23:56 +0200)]
Adding enddate to Subscriptions
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:19 +0000 (23:56 +0200)]
C4::Search :Enhancements
Stemming is now available for more languages
Adding also getDistinctValues which gets distinct values for a zebra index or for a Mysql field
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:18 +0000 (23:56 +0200)]
C4::Output adding getlanguagecookie + other enhancements
required for language stemming management
Adding also some filters for NSB NSE characters
Now, get_template can be used even when query->cookie not set
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:17 +0000 (23:56 +0200)]
Adding updates for Suggestions
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:16 +0000 (23:56 +0200)]
Editing C4::Suggestions.pm
Enhancing C4::SearchSuggestion
And changing its API
Changing C4::Suggestions API taking a hashref for NewSuggestion and ModSuggestion
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:15 +0000 (23:56 +0200)]
defining a value which could be optionnal
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:14 +0000 (23:56 +0200)]
Modifying Members : Add Mod and GetMember
This update the way Member is added and editing so that import and Edition
could be best automatized
GetMember evolves and allow ppl to serach on a hash of data
Adding SQLHelper A new package to deal with INSERT UPDATE and SELECT
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Tue, 25 Aug 2009 21:56:13 +0000 (23:56 +0200)]
Adding Merge of two biblios from a virtualshelf
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:19 +0000 (23:47 +0200)]
Adding download for Cart and Shelf at OPAC
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:18 +0000 (23:47 +0200)]
Adding notices.pl which enables staff to see what notices have been sent to user
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:17 +0000 (23:47 +0200)]
Move Item from one biblio to another
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:16 +0000 (23:47 +0200)]
Delete All items in one click
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 21:47:15 +0000 (23:47 +0200)]
Adding RIS And BibTex Export Followup
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:31 +0000 (22:10 +0200)]
Adding Batch edit for items
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:30 +0000 (22:10 +0200)]
Enhancing Inventory.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:29 +0000 (22:10 +0200)]
Adding RIS and bibtex export
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:28 +0000 (22:10 +0200)]
Adding Some new functions
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:27 +0000 (22:10 +0200)]
Adding GetSupportList and GetSupportName
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:26 +0000 (22:10 +0200)]
Adding OpacSearchHistory system preference
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:25 +0000 (22:10 +0200)]
Adding Opac-SearchHistory feature
Enables ppl to store their search history and delete the whole history
Adding Storable required by Opac-Search-History
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:24 +0000 (22:10 +0200)]
Authorities bulkmarcimport
Adding some new options to bulkmarcimport :
-k idtagsubfield in order to store the id of the file record into another field
-match tagsubfield,index
-a to import authorities
-l logfilename to store logs
Bug Fixing : C4/Charset.pm
Charset was incorrect for UNIMARC Authorities
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:23 +0000 (22:10 +0200)]
Adding management for multiple $9 in MARCSubjects
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:22 +0000 (22:10 +0200)]
UpdateDataBase for smart-rules modification
Members.pm :
Adding IsMemberBlocked
Circulation.pm :
Using IsMemberBlocked in order to implement finedays
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:21 +0000 (22:10 +0200)]
Smart Rules enhancements
Adding finedays and reservesallowed and renewalsallowed management in smart rules
Adding Clone Rules
Adding CanBookBeReserved and CanItemBeReserved in C4::Reserves
Manage Reservesallowed in opac and staff interface
Manage renewalsallowed in C4/Circulation.pm
Update Database follow
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 30 Sep 2009 00:30:17 +0000 (20:30 -0400)]
Merge commit 'koha-public/biblibre-sopac' into to-master
[Merge the ILS-DI web services used for integration with SOPAC]
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Henri-Damien LAURENT [Wed, 23 Sep 2009 15:59:04 +0000 (17:59 +0200)]
Adding one template file missing
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 30 Sep 2009 00:22:11 +0000 (20:22 -0400)]
Merge commit 'origin/master' into bl-sopac
Nahuel ANGELINETTI [Wed, 23 Sep 2009 09:38:51 +0000 (11:38 +0200)]
Delete unused function
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Jane Wagner [Thu, 24 Sep 2009 14:57:40 +0000 (10:57 -0400)]
Bug 3661 XSLT fixes
The XSLT results list (MARC21slim2OPACResults.xsl) did not have any separators between multiple 246 fields, so additional titles all ran together. I added the standard semicolon or period as in other repeating fields.
The display for personal and corporate authors was also confusing. The period after the last personal author (100/700) is very hard to see, so the display looked like the first corporate author only belonged to/was associated with the last personal author, rather than being a separate author entry. I've added a dash at the beginning of any 110/710 entries to set off the corporate authors a bit in the display.
I added the same code to insert a dash before any 111/711 (Meeting author) as well.
This patch also adds missing text labels for text_list_bullets.png
(bibliography) and remote.png (available online).
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 17 Sep 2009 13:44:28 +0000 (08:44 -0500)]
Minor markup tweak and correction
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 16:06:16 +0000 (11:06 -0500)]
Minor interface tweaks and markup corrections.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 16:13:02 +0000 (11:13 -0500)]
Interface tweaks and markup corrections.
Includes JavaScript to automatically change field labels based on which unit of measurement has been chosen.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 18:20:54 +0000 (13:20 -0500)]
Interface tweaks and markup corrections.
Includes JavaScript to automatically change field labels based on which unit of measurement has been chosen.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Thu, 24 Sep 2009 19:54:28 +0000 (14:54 -0500)]
Minor markup and interface tweaks fo "Edit Label Layout"
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Fri, 25 Sep 2009 14:15:30 +0000 (09:15 -0500)]
Markup corrections and other minor changes.
- Clarifying error message
- Hiding batch action buttons when batch is empty
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Fri, 25 Sep 2009 14:25:12 +0000 (09:25 -0500)]
Markup tweaks and corrections for label search window.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Fri, 25 Sep 2009 18:54:11 +0000 (13:54 -0500)]
Corrections to ensure message list appears in the proper box (Bug 3668).
The patch sets a "flagged" variable for displaying the messages correctly, bringing it in line with the way other messages are displayed. The patch also includes some markup tweaks and a change to make display of the "add message" link javascript-dependent.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Kyle M Hall [Mon, 28 Sep 2009 13:45:30 +0000 (09:45 -0400)]
Implementation of OPAC Message formatting
This patch implements the suggestions about the new and old message system made by Owen Leonard.
Includes type fix pointed out by Owen.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Owen Leonard [Tue, 29 Sep 2009 14:44:17 +0000 (09:44 -0500)]
Correcting references in the OPAC to files in intranet-tmpl (Bug 3574).
Adds greybox library to OPAC files, corrects reference to icons in intranet-tmpl.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 22 Sep 2009 14:09:35 +0000 (10:09 -0400)]
Updated help files
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Nicole Engard [Tue, 22 Sep 2009 12:08:24 +0000 (08:08 -0400)]
Updated help files.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
J. David Bavousett [Fri, 18 Sep 2009 13:49:40 +0000 (09:49 -0400)]
Silence extraneous messages when in batch mode on build_browser_and_cloud.pl
The script already has a param -b for batch mode, which should silence informational
messages, but it missed a couple. This patch fixes that.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Mon, 21 Sep 2009 23:27:28 +0000 (19:27 -0400)]
Bug 2505: Enabled warnings in members/messaging.pl and readingrec.pl.
Fixed any warnings that appeared in the logs.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Tue, 22 Sep 2009 23:22:58 +0000 (19:22 -0400)]
Bug 2505: Enabled warnings in members/patronimage.pl and setdebar.pl.
Fixed resulting warnings after warnings was enabled.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Thu, 24 Sep 2009 15:47:17 +0000 (11:47 -0400)]
Bug 2505: Added warnings to members/members-home.pl and members/setstatus.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Thu, 24 Sep 2009 17:18:49 +0000 (13:18 -0400)]
Bug 2505: Enables warnings in members/mancredit.pl and maninvoice.pl
Fixes resulting warnings.
Also corrects a couple of minor typos.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Thu, 24 Sep 2009 20:05:07 +0000 (16:05 -0400)]
Bug 2505: Enables warnings in member-flags.pl, member-password.pl, and member-picupload.pl.
No warnings were generated in testing after warnings were enabled.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Tue, 29 Sep 2009 22:57:43 +0000 (18:57 -0400)]
Merge commit 'workbuffer.org-koha/translation' into to-push
[3.2 translation work]
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Katrin Fischer [Tue, 29 Sep 2009 19:51:45 +0000 (21:51 +0200)]
BUG 3675: Untranslatable strings in opac-basket.tmpl
Makes 'Place Hold' and 'Tag' translatable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Katrin Fischer [Sun, 27 Sep 2009 21:24:22 +0000 (23:24 +0200)]
BUG 3380 Show serial enumeration on opac holds screen
Shows column Vol Info if serial enumeration is used for one of the items.
Replaces first patch.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Chris Cormack [Fri, 25 Sep 2009 21:30:37 +0000 (09:30 +1200)]
German updates
Chris Cormack [Wed, 23 Sep 2009 09:47:55 +0000 (21:47 +1200)]
Fixing typo in MARC21slim2OPACResults.xsl
Chris Cormack [Sun, 20 Sep 2009 18:41:26 +0000 (06:41 +1200)]
German updates for 3.2
Chris Cormack [Sun, 20 Sep 2009 09:29:43 +0000 (21:29 +1200)]
Last of the language updates
Chris Cormack [Sun, 20 Sep 2009 09:14:51 +0000 (21:14 +1200)]
Continuing on with updates
Chris Cormack [Sun, 20 Sep 2009 08:53:42 +0000 (20:53 +1200)]
Continuing updating po files
Chris Cormack [Sun, 20 Sep 2009 08:46:52 +0000 (20:46 +1200)]
Updating po files for 3.2
Chris Cormack [Sun, 20 Sep 2009 08:34:43 +0000 (20:34 +1200)]
More new language files for 3.2
Chris Cormack [Sun, 20 Sep 2009 08:09:18 +0000 (20:09 +1200)]
Getting languages ready for 3.2
Chris Cormack [Sun, 20 Sep 2009 06:19:01 +0000 (18:19 +1200)]
German updates for 3.2
Chris Cormack [Sun, 30 Aug 2009 02:29:39 +0000 (14:29 +1200)]
Updates for 3.2.x - French OPAC
Chris Cormack [Sun, 30 Aug 2009 02:09:24 +0000 (14:09 +1200)]
Maori updated for 3.2.x
Chris Cormack [Sat, 29 Aug 2009 22:05:19 +0000 (10:05 +1200)]
German Opac updates
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Chris Cormack [Sat, 29 Aug 2009 20:56:36 +0000 (08:56 +1200)]
English NZ variant translations for 3.2
Chris Cormack [Sat, 29 Aug 2009 20:45:57 +0000 (08:45 +1200)]
German Intranet template updates
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Chris Cormack [Sat, 29 Aug 2009 20:37:54 +0000 (08:37 +1200)]
German Translations for 3.2 updated
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Chris Cormack [Sun, 16 Aug 2009 10:04:17 +0000 (22:04 +1200)]
Fixing a syntax error in german opac .po file
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Chris Cormack [Sun, 16 Aug 2009 08:19:02 +0000 (20:19 +1200)]
German translation updates
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Jane Wagner [Wed, 16 Sep 2009 15:15:55 +0000 (11:15 -0400)]
Bug-3098-Bug-3108-Bug-3545 revision to XSLT syspref patch
The patch I sent earlier repeated a line having to do with the count of items, which mean the count was now doubling (2 items instead of 1, 4 instead of 2, etc.). This patch removes the first, now superflous line of $xmlrecord =~ s/\<\/record\>/$itemsxml\<\/record\>/;
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sun, 12 Jul 2009 01:33:31 +0000 (21:33 -0400)]
Bug 3416: Fixes filter on parcels.tmpl.
Changes the action of the form on parcels.tmpl from "post" to "get." Otherwise the filter is not functional.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sat, 11 Jul 2009 22:18:49 +0000 (18:18 -0400)]
Bug 3415: Adds highlighting to tables in parcel.tmpl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Garry Collum [Sat, 11 Jul 2009 20:49:11 +0000 (16:49 -0400)]
Bug 3414: Cleanup and xhthml correction of parcels.tmpl
Fixes several xhtml in parcels.tmpl and enables highlighting within its data table. Removes unnecessary variable from parcels.pl.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 16 Sep 2009 11:44:39 +0000 (07:44 -0400)]
bug 3436: tweak cache settings for patron images
Per suggestion by Joe Atzberger.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 16 Sep 2009 11:43:18 +0000 (07:43 -0400)]
DB rev 061: added ShowPatronImageInWebBasedSelfCheck (bug 3436)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 22 Jul 2009 21:43:43 +0000 (16:43 -0500)]
bug 3436: improve error messages in self-check
Improved the error messages displayed to users
by web-based self-checkout when a problem with
a loan occurs.
This changed was sponsored by the Plano Independent
School District.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 22 Jul 2009 21:43:42 +0000 (16:43 -0500)]
bug 3436: enhance sorting of loans (self-check)
[1] Change the default sort order of checked out
items to have the most recent loans displayed
first.
[2] Add the ability (via jQuery tablesorter) for
the user to sort the list of loans.
Also fixed the formatting of the due date.
This change was sponsored by the Plano Independent School
District.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Wed, 22 Jul 2009 21:43:41 +0000 (16:43 -0500)]
bug 3436: add patron images to web self-check
Adds a new system preference, ShowPatronImageInWebBasedSelfCheck;
if this preference is ON, a patron's image is displayed
if available when using web-based self-check.
Note: a patch for updatedatabase.pl will be made when this
change is ready to push.
This change is sponsored by the Plano Independent School
District.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
PTFS [Sat, 25 Jul 2009 09:22:51 +0000 (10:22 +0100)]
Add predefined fee types
Ability in system administration to define additional fee and fine options that appear in dropdown box
on the create manual invoice tab in patron fines.
To use create authorised values with the category MANUAL_INV,
Authorized Value is the description, and Description is the default fee, if any.
This work sponsered by East Brunswick Public Library, East Brunswick, NJ, USA
Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
Colin Campbell [Wed, 16 Sep 2009 11:18:11 +0000 (12:18 +0100)]
Ensure op is defined in serials scripts
Set $op to an empty string if no value passed
otherwise the error-log fills with warnings on comparison