]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
13 years agoversion bumps and upgrade script for 1.6.0.7 tags/rel_1_6_0_7
miker [Fri, 23 Jul 2010 17:38:16 +0000 (17:38 +0000)]
version bumps and upgrade script for 1.6.0.7

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_1_6_0_7@17029 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoTagging 1.6.0.7
miker [Fri, 23 Jul 2010 17:22:37 +0000 (17:22 +0000)]
Tagging 1.6.0.7

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_1_6_0_7@17028 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoinclude null fields, via .toStoreItem(), when creating a permission map store item
miker [Fri, 23 Jul 2010 17:19:18 +0000 (17:19 +0000)]
include null fields, via .toStoreItem(), when creating a permission map store item

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@17024 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobug #608937: make barcode search from main patron search form case-insensitive
gmc [Thu, 22 Jul 2010 21:48:24 +0000 (21:48 +0000)]
bug #608937: make barcode search from main patron search form case-insensitive

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@17020 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobackport of r17007: retain the indicators on located uri 856 merge during asset merge
miker [Thu, 22 Jul 2010 01:06:59 +0000 (01:06 +0000)]
backport of r17007: retain the indicators on located uri 856 merge during asset merge

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@17011 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoindex which /greatly/ speeds collection of pending active events
miker [Wed, 21 Jul 2010 15:39:06 +0000 (15:39 +0000)]
index which /greatly/ speeds collection of pending active events

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16998 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoBackport of r16987: Patch from John Craig providing a saner timestamp cleansing setup...
miker [Tue, 20 Jul 2010 19:58:48 +0000 (19:58 +0000)]
Backport of r16987: Patch from John Craig providing a saner timestamp cleansing setup for backdated circs, 1.6 edition

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16989 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobackporting r16982: use the correct table and field, caught by Doug Kyle and reported...
miker [Tue, 20 Jul 2010 15:53:23 +0000 (15:53 +0000)]
backporting r16982: use the correct table and field, caught by Doug Kyle and reported via IRC

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16983 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoback-porting action trigger fixes 16953
erickson [Fri, 16 Jul 2010 14:53:02 +0000 (14:53 +0000)]
back-porting action trigger fixes 16953

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16961 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agocomplete backporting fun for conify started around 1.6.0.4
miker [Thu, 15 Jul 2010 20:17:20 +0000 (20:17 +0000)]
complete backporting fun for conify started around 1.6.0.4

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16944 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoPatch from James Fournie to address backdating timestamp format error
miker [Fri, 9 Jul 2010 16:41:11 +0000 (16:41 +0000)]
Patch from James Fournie to address backdating timestamp format error

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16901 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoadd missing event definition required by vandelay authority import
miker [Wed, 7 Jul 2010 17:12:04 +0000 (17:12 +0000)]
add missing event definition required by vandelay authority import

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16867 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobackport r16838 from trunk
gmc [Thu, 1 Jul 2010 02:28:55 +0000 (02:28 +0000)]
backport r16838 from trunk

bug #600021: fix lookup of FIFO holds OU setting

Patch from Anoop Atre that fixes enabling FIFO
holds via the circ.holds_fifo org unit setting.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16840 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoBackport security fix r16747 from trunk
dbs [Fri, 18 Jun 2010 04:48:03 +0000 (04:48 +0000)]
Backport security fix r16747 from trunk

1. Disable fleshing for PCRUD.  Otherwise fleshing would provide a
back door whereby a user could see stuff he has no permission to see.

2. For the id_list method: strip out the "flesh_fields" entry, not
the "flesh_columns" entry (which doesn't exist).  This actually makes
no difference, but if we're going to do something useless, we might
as well do it right.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16749 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoremoved unused method retrieved from method_lookup. apart from being unused, the...
erickson [Mon, 14 Jun 2010 15:43:05 +0000 (15:43 +0000)]
removed unused method retrieved from method_lookup.  apart from being unused, the call was attempting to fetch a nonexistent method ('auth' vs. 'authority') and hilarity ensued

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16706 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoadded a number of info messages to the action/trigger runner and server code. the...
erickson [Fri, 11 Jun 2010 13:49:45 +0000 (13:49 +0000)]
added a number of info messages to the action/trigger runner and server code.  the messages provide summary data about what event defs / hooks are being processed and when/if they complete or timeout.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16675 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoPatch from James Fournie of SITKA:
miker [Thu, 10 Jun 2010 19:16:27 +0000 (19:16 +0000)]
Patch from James Fournie of SITKA:

There was some discussion about problems with holds fulfillment at the
holds roundtable at EG2010.  I am pleased to share this patch with the
community which has been thoroughly tested by the folks at
Thompson-Nicola Regional District Library.  (thanks guys!)

Background:

Evergreen's default out-of-the-box behaviour for holds fulfillment is
a gas-saving method.  Holds are fulfilled by proximity.  In a
multibranch library, holds are fulfilled at the local branch first.
Many libraries, particularly single branch libraries may be ok with
this, but it may be problematic for other libraries.

Imagine a scenario where you have a large central branch and a small
rural branch of the same library system.  At the large branch, there
are many copies of Popular New DVD with lots of holds.   There are no
copies at the rural branch.  Patrons at the small rural branch who
want to pick up Popular New DVD at their home branch may never get
their hold fulfilled because the copies will stay at the large branch
as long as there are holds for pickup there.

This patch adds an org unit setting that changes the opportunistic
check-in so that items checked in will be assigned to holds by request
date first, rather than proximity.   This setting can be applied to
any level of the org tree, so in some situations you may even want to
activate FIFO for large libraries, but leave the original setting for
smaller libraries with less traffic who want to keep their copies more
local.

Also credit to Jeff Godin who thought of the same patch and
contributed the setting name "holds FIFO" for the setting

[ NOTE:  Implications of mixed FIFO and non-FIFO environments that are
not sufficiently segregated by the use of Hard Boundaries for Holds
present a potenial for user confusion.  Beware that mixing FIFO and
non-FIFO settings within a resource-sharing group will likely result in
severe imbalance of hold fulfillment, though further configuration,
development, tuning and testing may be able to mitigate these issues.
 --miker ]

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16661 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoupdated report param editor to handle join types embedded in the field name. this...
erickson [Thu, 10 Jun 2010 18:49:14 +0000 (18:49 +0000)]
updated report param editor to handle join types embedded in the field name.  this bug caused sporadic failed rendering of the report editor params widgets

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16657 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoback-porting: protect against empty results from bib searches caused by search timeou...
erickson [Tue, 8 Jun 2010 19:14:27 +0000 (19:14 +0000)]
back-porting: protect against empty results from bib searches caused by search timeouts.  This allows the API call to log the error and return reasonable results

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16627 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoBackport r16558 from rel_1_6: Avoid schema creation failure by ensuring metabib exist...
dbs [Wed, 2 Jun 2010 18:28:26 +0000 (18:28 +0000)]
Backport r16558 from rel_1_6: Avoid schema creation failure by ensuring metabib exists before referencing rule is created

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16561 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoFix regression in date formatting for purposes other than due dates
dbs [Tue, 1 Jun 2010 19:05:07 +0000 (19:05 +0000)]
Fix regression in date formatting for purposes other than due dates

Thanks to #atheos in IRC for pointing out this problem

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16547 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoPatch from Bill Ott to add missing apostrophe in rdetail.js
erickson [Tue, 25 May 2010 20:52:55 +0000 (20:52 +0000)]
Patch from Bill Ott to add missing apostrophe in rdetail.js

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16499 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoPatch from Dan Wells to fix the bookbag menu not showing up in Craftsman.
miker [Fri, 21 May 2010 16:51:59 +0000 (16:51 +0000)]
Patch from Dan Wells to fix the bookbag menu not showing up in Craftsman.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16476 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoadjust upgrade script in case there is ever a 1.6.0.5Open-ILS/src/sql/Pg/1.6.0.4...
miker [Sun, 16 May 2010 19:09:44 +0000 (19:09 +0000)]
adjust upgrade script in case there is ever a 1.6.0.5Open-ILS/src/sql/Pg/1.6.0.4-1.6.0.5-upgrade-db.sql

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16436 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobackport changesets 16411 and 16393 for authoritative methods
phasefx [Mon, 10 May 2010 18:37:44 +0000 (18:37 +0000)]
backport changesets 16411 and 16393 for authoritative methods

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16412 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobackporting 16376: fixed bug where updating the email address resulted in updating...
erickson [Mon, 3 May 2010 15:37:24 +0000 (15:37 +0000)]
backporting 16376: fixed bug where updating the email address resulted in updating the username instead of the email address on the local copy of the user object in the opac.  this bug likely affected nothing.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16378 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoFix another DML bug in the 1.6.0.3-1.6.0.4 upgrade script.
dbs [Wed, 28 Apr 2010 14:48:05 +0000 (14:48 +0000)]
Fix another DML bug in the 1.6.0.3-1.6.0.4 upgrade script.

Thanks to Anoop Atre for catching this.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16331 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoMerge r16263 from tags/rel_1_6_0_4 into rel_1_6_0
dbs [Wed, 28 Apr 2010 03:36:33 +0000 (03:36 +0000)]
Merge r16263 from tags/rel_1_6_0_4 into rel_1_6_0

Correct "materialized.simple_record" to "reporter.materialized_simple_record"

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16327 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoWe missed r15825 in 1.6.0.4 release; catch it for future releases
dbs [Tue, 27 Apr 2010 17:19:17 +0000 (17:19 +0000)]
We missed r15825 in 1.6.0.4 release; catch it for future releases

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16322 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agobackport changeset 16306: There is no template for printing patron lists. Quick fix...
phasefx [Mon, 26 Apr 2010 20:06:40 +0000 (20:06 +0000)]
backport changeset 16306: There is no template for printing patron lists. Quick fix until we replace those actions with standard List actions

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16314 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoApply Jeff Godin's patch to fix Exporter forwarding to HTTPS
dbs [Thu, 22 Apr 2010 13:37:09 +0000 (13:37 +0000)]
Apply Jeff Godin's patch to fix Exporter forwarding to HTTPS

From https://bugs.launchpad.net/evergreen/+bug/538286

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16287 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackport r16265: addressing LP bug #562553, added content in the slimpac and callnumb...
miker [Sat, 17 Apr 2010 21:11:43 +0000 (21:11 +0000)]
backport r16265: addressing LP bug #562553, added content in the slimpac and callnumber browser

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16267 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years ago1.6.0.4 upgrade script changes
miker [Fri, 16 Apr 2010 17:31:16 +0000 (17:31 +0000)]
1.6.0.4 upgrade script changes

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16255 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoDecode input, encode output. That's what Perl Unicode advice says, and it happens...
dbs [Fri, 16 Apr 2010 15:02:46 +0000 (15:02 +0000)]
Decode input, encode output. That's what Perl Unicode advice says, and it happens to fix a problem for Indiana.

Tested on Conifer production, no problems were introduced.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16250 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r16247 to avoid unwanted marc8_to_utf8 conversion of records with incorrect...
dbs [Fri, 16 Apr 2010 14:34:30 +0000 (14:34 +0000)]
Backport r16247 to avoid unwanted marc8_to_utf8 conversion of records with incorrect leaders

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16249 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackport 16217: verify thaw date exists before attempting to iso-string-ify it, other...
erickson [Mon, 12 Apr 2010 19:15:10 +0000 (19:15 +0000)]
backport 16217: verify thaw date exists before attempting to iso-string-ify it, otherwise dojo dies

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16219 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoUpdate copyright statement to current year; include "and others" to be more accurate
dbs [Mon, 12 Apr 2010 18:22:48 +0000 (18:22 +0000)]
Update copyright statement to current year; include "and others" to be more accurate

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16215 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackporting r16201: w/ in-db circ, if patron permit fails with no_item, continue...
miker [Mon, 12 Apr 2010 15:31:11 +0000 (15:31 +0000)]
Backporting r16201: w/ in-db circ, if patron permit fails with no_item, continue on if this is a noncat checkout

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16209 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackporting r16204: Patch from Galen Charlton. This patch adds additional calls...
miker [Mon, 12 Apr 2010 15:08:18 +0000 (15:08 +0000)]
Backporting r16204: Patch from Galen Charlton.  This patch adds additional calls to escape_xml to handle cases where patron or library data could contain ampersand or other characters that need to be converted to entities. Issue discovered by Bibliomation; patch includes contributions by Ben Ostrowsky.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16206 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackport 13966: protecting against dissapearing grid cells during grid render of...
erickson [Mon, 12 Apr 2010 12:52:34 +0000 (12:52 +0000)]
backport 13966: protecting against dissapearing grid cells during grid render of autowidget

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16198 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoproper support for in-db renewal of precats
miker [Wed, 7 Apr 2010 03:22:06 +0000 (03:22 +0000)]
proper support for in-db renewal of precats

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16146 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd new permission to upgrade script
miker [Sat, 27 Mar 2010 17:46:35 +0000 (17:46 +0000)]
add new permission to upgrade script

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16022 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Dan Wells which allows restriction of renewal when the item in question...
miker [Sat, 27 Mar 2010 17:35:48 +0000 (17:35 +0000)]
Patch from Dan Wells which allows restriction of renewal when the item in question is needed to fulfill a hold.

There was concern initially about whether a patrons own holds should be ignored, but that is not the case in scripted circ rules, so the behavior, as implemented by Dan, is correct.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16020 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agotextbox support for oils_persist (to fix stickiness in the label interface). trunk...
phasefx [Fri, 26 Mar 2010 16:02:24 +0000 (16:02 +0000)]
textbox support for oils_persist (to fix stickiness in the label interface).  trunk already has this but is so drastically different that I'm afraid to backport

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@16007 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoFix warning from comparison with a possibly undef variable
dbs [Thu, 25 Mar 2010 18:58:40 +0000 (18:58 +0000)]
Fix warning from comparison with a possibly undef variable

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15984 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years ago"Active" in this context means "Enabled", not not-passive; let's avoid potential...
dbs [Wed, 24 Mar 2010 16:58:29 +0000 (16:58 +0000)]
"Active" in this context means "Enabled", not not-passive; let's avoid potential confusion

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15950 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoDefault to "true" for email notification of holds in example configuration file
dbs [Mon, 22 Mar 2010 22:07:54 +0000 (22:07 +0000)]
Default to "true" for email notification of holds in example configuration file
Fix minor typos in HoldNotify.pm log messages

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15933 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd Karmic support to the prereqs; looks like I mangled the previous merge attempt.
dbs [Fri, 19 Mar 2010 15:32:54 +0000 (15:32 +0000)]
Add Karmic support to the prereqs; looks like I mangled the previous merge attempt.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15917 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoreturn mapped legacy events from in-db circ, so that precat copies check out properly
miker [Thu, 18 Mar 2010 18:32:47 +0000 (18:32 +0000)]
return mapped legacy events from in-db circ, so that precat copies check out properly

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15912 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoneed to pass the $client to transactional methods
miker [Thu, 18 Mar 2010 14:40:06 +0000 (14:40 +0000)]
need to pass the $client to transactional methods

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15909 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomake sure these selects run against the master db by putting them inside a transaction
miker [Thu, 18 Mar 2010 13:44:42 +0000 (13:44 +0000)]
make sure these selects run against the master db by putting them inside a transaction

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15908 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomake this use a transaction or replication lag can bite us on patron registration
phasefx [Wed, 17 Mar 2010 20:41:09 +0000 (20:41 +0000)]
make this use a transaction or replication lag can bite us on patron registration

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15885 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoupgrade scrip version of r15879: delete the metarecord link for "deleted" records
miker [Wed, 17 Mar 2010 19:14:39 +0000 (19:14 +0000)]
upgrade scrip version of r15879: delete the metarecord link for "deleted" records

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15880 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodelete the metarecord link for "deleted" records
miker [Wed, 17 Mar 2010 19:14:07 +0000 (19:14 +0000)]
delete the metarecord link for "deleted" records

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15879 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomake batch renewal use synchronous calls again to better handle exceptions. The...
phasefx [Tue, 16 Mar 2010 19:56:27 +0000 (19:56 +0000)]
make batch renewal use synchronous calls again to better handle exceptions.  The original push for synchronous calls here was for performance, so we may need to revisit

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15873 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agotypo spotted by Steve Callender and Dan Scott
miker [Tue, 16 Mar 2010 18:55:01 +0000 (18:55 +0000)]
typo spotted by Steve Callender and Dan Scott

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15870 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agothinko spotted by Bill Ott, whereby empty middle name field stops barcode display...
miker [Tue, 16 Mar 2010 15:43:17 +0000 (15:43 +0000)]
thinko spotted by Bill Ott, whereby empty middle name field stops barcode display in brief circ interface

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15865 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoImproved patch from Galen Charlton: removes empty XML elements when ingesting a bib...
miker [Tue, 16 Mar 2010 15:00:20 +0000 (15:00 +0000)]
Improved patch from Galen Charlton: removes empty XML elements when ingesting a bib record

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15864 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Galen Charlton: removes empty controlfield elements, which can be produced...
miker [Tue, 16 Mar 2010 14:17:34 +0000 (14:17 +0000)]
Patch from Galen Charlton: removes empty controlfield elements, which can be produced in a couple different ways during the ingest of slightly invalid MARC records

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15860 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agouse logical date math to avoid problems with DST boundary
miker [Tue, 16 Mar 2010 14:13:26 +0000 (14:13 +0000)]
use logical date math to avoid problems with DST boundary

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15854 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoremove unused (and warning-causing) "use" line
miker [Mon, 15 Mar 2010 15:57:57 +0000 (15:57 +0000)]
remove unused (and warning-causing) "use" line

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15848 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoFix some broken survey handling. The patron editor (legacy, haven't checked newer...
phasefx [Mon, 15 Mar 2010 09:52:49 +0000 (09:52 +0000)]
Fix some broken survey handling.  The patron editor (legacy, haven't checked newer one yet) was only saving the response for the first question in any given survey, and the Info/Other -> Survey display screen was likewise
mishandling survey responses and giving an ugly error for multi-question surveys.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15845 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15830: scale the response rate with the number of records processed so far
miker [Fri, 12 Mar 2010 19:03:43 +0000 (19:03 +0000)]
Backport r15830: scale the response rate with the number of records processed so far

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15832 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoaaaaaaaargh ... the spelling fix! it hurts!
miker [Fri, 12 Mar 2010 17:04:05 +0000 (17:04 +0000)]
aaaaaaaargh ... the spelling fix! it hurts!

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15829 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoreturn the correct failpart for precat/noncat items
miker [Fri, 12 Mar 2010 14:56:41 +0000 (14:56 +0000)]
return the correct failpart for precat/noncat items

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15825 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoMerge the upgraded permission.usr_has_object_perm() function from r15675
dbs [Thu, 11 Mar 2010 22:07:29 +0000 (22:07 +0000)]
Merge the upgraded permission.usr_has_object_perm() function from r15675

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15810 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofix this property thingy
phasefx [Thu, 11 Mar 2010 19:40:40 +0000 (19:40 +0000)]
fix this property thingy

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15805 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackporting r15797: make the ses cookie go away when the browser is closed
miker [Thu, 11 Mar 2010 18:04:55 +0000 (18:04 +0000)]
Backporting r15797: make the ses cookie go away when the browser is closed

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15799 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackport changeset 15162: this should fix some of those set_text on column errors...
phasefx [Thu, 11 Mar 2010 10:11:15 +0000 (10:11 +0000)]
backport changeset 15162: this should fix some of those set_text on column errors in bill Full Details

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15788 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopreserve time component, when appropriate, on edited due dates and backdated circ...
miker [Wed, 10 Mar 2010 20:25:55 +0000 (20:25 +0000)]
preserve time component, when appropriate, on edited due dates and backdated circ checkins

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15779 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoReworking of a patch from Ben Ostrowsky: add an OILSProxyLoginOU Directory config...
miker [Wed, 10 Mar 2010 19:22:00 +0000 (19:22 +0000)]
Reworking of a patch from Ben Ostrowsky: add an OILSProxyLoginOU Directory config option for apache to supply a pinned workstation OU for permission checking

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15777 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosupply a string so that the I18N build process does not lose the event definition
miker [Wed, 10 Mar 2010 14:28:38 +0000 (14:28 +0000)]
supply a string so that the I18N build process does not lose the event definition

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15772 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoFix syntax error in new permissions. How did you sneak in?
dbs [Tue, 9 Mar 2010 16:33:08 +0000 (16:33 +0000)]
Fix syntax error in new permissions. How did you sneak in?

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15763 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoFix syntax error in new permissions. How did you sneak in?
dbs [Tue, 9 Mar 2010 16:31:30 +0000 (16:31 +0000)]
Fix syntax error in new permissions. How did you sneak in?

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15762 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoinclude backport of r15619 in 1.6.0.4 upgrade script
miker [Tue, 9 Mar 2010 15:55:47 +0000 (15:55 +0000)]
include backport of r15619 in 1.6.0.4 upgrade script

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15761 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackporting the relevant portions of r15619, get a matchpoint as early as possible...
miker [Tue, 9 Mar 2010 15:49:57 +0000 (15:49 +0000)]
backporting the relevant portions of r15619, get a matchpoint as early as possible for override purposes

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15759 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15686: Patch from Galen Charlton <gmc@esilibrary.com> to prevent one bad...
dbs [Tue, 9 Mar 2010 12:21:15 +0000 (12:21 +0000)]
Backport r15686: Patch from Galen Charlton <gmc@esilibrary.com> to prevent one bad MARC record from spoiling the rest of the export

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15758 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAlso upgrade the money.materialized_summary_billing_add () function to maintain mmbxs
dbs [Tue, 9 Mar 2010 12:09:06 +0000 (12:09 +0000)]
Also upgrade the money.materialized_summary_billing_add () function to maintain mmbxs

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15756 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15663: Add ALLOW_ALT_TCN to base permissions
dbs [Tue, 9 Mar 2010 12:04:40 +0000 (12:04 +0000)]
Backport r15663: Add ALLOW_ALT_TCN to base permissions

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15755 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15661 from trunk: Apply patch from Galen Charlton to prevent legacy 852...
dbs [Tue, 9 Mar 2010 11:49:02 +0000 (11:49 +0000)]
Backport r15661 from trunk: Apply patch from Galen Charlton to prevent legacy 852 fields from being exported during bib+holdings export
From https://bugs.launchpad.net/evergreen/+bug/528424

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15752 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd the voluminous 1.6.0.3 SQL upgrade script to the repo
dbs [Tue, 9 Mar 2010 03:47:04 +0000 (03:47 +0000)]
Add the voluminous 1.6.0.3 SQL upgrade script to the repo

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15750 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15299 to fix spurious colons after leading articles
dbs [Tue, 9 Mar 2010 03:35:57 +0000 (03:35 +0000)]
Backport r15299 to fix spurious colons after leading articles

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15749 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15662: add encoding support for Etch and Hardy, remove Gutsy
dbs [Tue, 9 Mar 2010 03:19:44 +0000 (03:19 +0000)]
Backport r15662: add encoding support for Etch and Hardy, remove Gutsy

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15747 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport r15735 from trunk to add trigger administration permissions
dbs [Tue, 9 Mar 2010 03:09:04 +0000 (03:09 +0000)]
Backport r15735 from trunk to add trigger administration permissions

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15745 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoUpdate reporter views to more tolerantly match ISSN values
dbs [Mon, 8 Mar 2010 21:37:01 +0000 (21:37 +0000)]
Update reporter views to more tolerantly match ISSN values
Create an initial 1.6.0.3-1.6.0.4 upgrade script
  * Correct reporter views
  * Correct billable transaction summary base view and materialized view upgrade

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15742 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoTrim leading and trailing whitespace from metabib.full_rec values - fixes ISSN quicks...
dbs [Mon, 8 Mar 2010 20:39:57 +0000 (20:39 +0000)]
Trim leading and trailing whitespace from metabib.full_rec values - fixes ISSN quicksearch (thanks for noticing this, Dan Wells!)

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15740 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoInstall the action_trigger_runner example config file
dbs [Mon, 8 Mar 2010 03:18:27 +0000 (03:18 +0000)]
Install the action_trigger_runner example config file

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15729 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPrevent throwing a raw exception due to the manipulation of a non-existent node when...
dbs [Fri, 5 Mar 2010 21:35:34 +0000 (21:35 +0000)]
Prevent throwing a raw exception due to the manipulation of a non-existent node when removing a patron standing penalty

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15723 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoEnsure that incoming ISO8601 dates comply with Dojo's limited ISO8601 compliance...
dbs [Fri, 5 Mar 2010 19:20:10 +0000 (19:20 +0000)]
Ensure that incoming ISO8601 dates comply with Dojo's limited ISO8601 compliance in "My Account"

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15718 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackporting conify fixes from trunk
miker [Fri, 5 Mar 2010 17:08:18 +0000 (17:08 +0000)]
backporting conify fixes from trunk

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15716 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd the ADMIN_TRIGGER_EVENT_DEF permission to the perm_list so folks have a chance...
dbs [Fri, 5 Mar 2010 16:41:45 +0000 (16:41 +0000)]
Add the ADMIN_TRIGGER_EVENT_DEF permission to the perm_list so folks have a chance of administering trigger event definitions

Still need to grant the privilege to a group

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15710 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoBackport Warren Layton's patch for sorting Z39.50 servers from rel_1_6 (r14015)
dbs [Fri, 5 Mar 2010 15:49:39 +0000 (15:49 +0000)]
Backport Warren Layton's patch for sorting Z39.50 servers from rel_1_6 (r14015)

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15709 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoWhen the patron search interface is spawned from the patron registration interface...
phasefx [Thu, 4 Mar 2010 15:28:07 +0000 (15:28 +0000)]
When the patron search interface is spawned from the patron registration interface for listing potential duplicate patrons, correctly handle the horizontal patron summary setting.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15692 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackporting r15676: need to add a space here, in case the term contains a : (parser...
miker [Wed, 3 Mar 2010 17:44:54 +0000 (17:44 +0000)]
backporting r15676: need to add a space here, in case the term contains a : (parser gets confused)

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15678 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackporting r15673: patch from Jason Stephenson to allow the EVERYTHING permission...
miker [Wed, 3 Mar 2010 16:41:38 +0000 (16:41 +0000)]
backporting r15673: patch from Jason Stephenson to allow the EVERYTHING permission in permission.usr_has_perm_at_nd

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15675 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agobackporting r15670: Patch from Warren Layton to remove a debugging alert in the permi...
miker [Wed, 3 Mar 2010 16:24:45 +0000 (16:24 +0000)]
backporting r15670: Patch from Warren Layton to remove a debugging alert in the permission creation interface

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15672 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoprotect mmbxs mat view from NULLs
miker [Tue, 2 Mar 2010 22:31:00 +0000 (22:31 +0000)]
protect mmbxs mat view from NULLs

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15664 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Warren Layton of NRCAN to roll back a bit of typo fixing that is not warre...
miker [Tue, 2 Mar 2010 18:03:18 +0000 (18:03 +0000)]
Patch from Warren Layton of NRCAN to roll back a bit of typo fixing that is not warrented in 1.6.0

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15654 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoDon't require an ident value for offline mode patron registration, since we don't...
phasefx [Wed, 24 Feb 2010 18:03:41 +0000 (18:03 +0000)]
Don't require an ident value for offline mode patron registration, since we don't require it online

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15634 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofix double-listing bug in Actions for this Record -> View Holds
phasefx [Wed, 24 Feb 2010 16:54:11 +0000 (16:54 +0000)]
fix double-listing bug in Actions for this Record -> View Holds

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15628 dcc99617-32d9-48b4-a31d-7c20da2025e4