dbs [Tue, 14 Jul 2009 02:24:21 +0000 (02:24 +0000)]
Enhance RefWorks support on a per-skin basis:
* Add the ability to disable it entirely (rdetailEnableRefWorks variable)
* Add the ability to specify a different host for the RefWorks application (rdetailRefWorksHost)
Also, collect the growing list of configuration variables in rdetail.js at the head of the file.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13580
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 13 Jul 2009 19:12:33 +0000 (19:12 +0000)]
added duplicate phone / address searching. added and started using locale strings bundle
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13579
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Mon, 13 Jul 2009 18:03:45 +0000 (18:03 +0000)]
Add two functions to the actor schema:
usr_purge_data: purges rows associated with a given user, by either
deleting them or reassigning them to another user.
usr_delete: logically deletes a user; removes personally identifiable
information, and purges associated rows in other tables.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13578
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 13 Jul 2009 17:29:37 +0000 (17:29 +0000)]
use new dojo-ified patron edit interface by default
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13577
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 13 Jul 2009 16:23:59 +0000 (16:23 +0000)]
Basic fix for reporter as of rel_1_6 and the super-smart cstore
As virtual fields are no longer defined in fm_IDL.xml, the old code that returned
a list of fields filtering on the virtual attribute started returning an empty list.
As a quick fix, we'll just return an array of all field elements.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13574
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 13 Jul 2009 16:22:10 +0000 (16:22 +0000)]
force the staff flag to true for staff-created notes
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13573
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 13 Jul 2009 15:17:51 +0000 (15:17 +0000)]
added 'staff' column to indicate a staff-created hold note
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13572
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 13 Jul 2009 13:31:48 +0000 (13:31 +0000)]
capture the timeout argument to json_query
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13567
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sat, 11 Jul 2009 22:22:47 +0000 (22:22 +0000)]
Plug a couple of memory leaks.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13566
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 11 Jul 2009 04:41:36 +0000 (04:41 +0000)]
Update to latest libyaz; install z39.50 server library out of the box
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13563
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 10 Jul 2009 14:47:23 +0000 (14:47 +0000)]
dtd entity for new usr_summary column in stat cat editor
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13562
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 10 Jul 2009 14:46:30 +0000 (14:46 +0000)]
using new penalty org depth when setting invalid addr penalty. created const for penalty name
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13561
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 10 Jul 2009 14:45:50 +0000 (14:45 +0000)]
added ancestor at depth util function
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13560
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 9 Jul 2009 21:19:04 +0000 (21:19 +0000)]
added support for setting usr_summary column on actor stat cats
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13559
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 9 Jul 2009 20:10:48 +0000 (20:10 +0000)]
added usr_summary column to storage since most of the stat-cat mgmnt code is still using storage
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13558
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 9 Jul 2009 20:10:16 +0000 (20:10 +0000)]
don't force a depth on the call to actor.org_unit_full_path. if no depth is requested, call the no-depth version of the function
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13557
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 9 Jul 2009 18:45:54 +0000 (18:45 +0000)]
Add new column org_depth to config.standing_penalty.
SQL to alter existing table:
alter table config.standing_penalty
add column org_depth integer;
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13556
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 9 Jul 2009 14:31:44 +0000 (14:31 +0000)]
added invalid patron address penalty creation/deletion. need to add penalty org_depth logic
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13555
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 9 Jul 2009 14:28:36 +0000 (14:28 +0000)]
added another user penalty fetcher which just returns the flat list of penalties
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13554
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 9 Jul 2009 03:19:31 +0000 (03:19 +0000)]
The introduction of codecs broke this script. Fun!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13551
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 9 Jul 2009 03:13:15 +0000 (03:13 +0000)]
More codecs conversion for i18n scripts
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13550
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 9 Jul 2009 03:06:20 +0000 (03:06 +0000)]
Bring the magic of codecs to the i18n script masses
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13549
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 9 Jul 2009 02:54:35 +0000 (02:54 +0000)]
Need to generate the opac.js Dojo string file, too
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13546
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 9 Jul 2009 02:13:05 +0000 (02:13 +0000)]
Reproduced miker's problem building i18n on a clean Debian Lenny system. codecs, to the rescue!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13541
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Wed, 8 Jul 2009 21:42:54 +0000 (21:42 +0000)]
Fix calculation of of date correction.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13540
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Wed, 8 Jul 2009 21:40:00 +0000 (21:40 +0000)]
Comment out some debugging statements I checked in by accident.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13539
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 8 Jul 2009 17:27:10 +0000 (17:27 +0000)]
Add a new boolean column usr_summary to actor.stat_cat.
SQL to apply this change to an existing table:
alter table actor.stat_cat
add column usr_summary boolean not null default false;
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13532
dcc99617-32d9-48b4-a31d-
7c20da2025e4
lmcfarland [Wed, 8 Jul 2009 17:21:47 +0000 (17:21 +0000)]
added functionality of searching for patron via barcode or rdbms-given id, changes are inactive by default, setting id_as_barcode to true will enable.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13531
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 8 Jul 2009 15:48:41 +0000 (15:48 +0000)]
if alerting on empty bibs and not overriding, return the alert. if overriding or not alerting, do the delete (if keep on empty if not set)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13526
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 8 Jul 2009 15:45:12 +0000 (15:45 +0000)]
don't fuss if staff do not override TITLE_LAST_COPY here
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13525
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Wed, 8 Jul 2009 15:42:57 +0000 (15:42 +0000)]
TITLE_LAST_COPY override for batch copy delete in bucket interface. Need to test
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13524
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 8 Jul 2009 14:09:34 +0000 (14:09 +0000)]
added invalid addr penalty and org-unit setting to enable use of said penalty
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13523
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 8 Jul 2009 13:50:53 +0000 (13:50 +0000)]
use dynamic bucket item class name for notes fleshing
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13522
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 8 Jul 2009 04:43:03 +0000 (04:43 +0000)]
Add an ON DELETE CASCADE clause to the foreign key pointing
from action.hold_notification to action.hold_request.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13521
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Wed, 8 Jul 2009 02:51:48 +0000 (02:51 +0000)]
Refactor to pass around array refs instead of long lists. Generalize on_or_before()
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13520
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Wed, 8 Jul 2009 00:32:42 +0000 (00:32 +0000)]
Add more evil test cases
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13519
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Wed, 8 Jul 2009 00:32:27 +0000 (00:32 +0000)]
Fix a call to DateTime::clone() that I missed the other day
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13518
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 7 Jul 2009 20:51:28 +0000 (20:51 +0000)]
added an additional status of 5 for holds. if a captured copy is still within the hold-shelf-status-delay interval, return status 5
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13517
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 7 Jul 2009 20:33:13 +0000 (20:33 +0000)]
added the hold-shelf-status-delay setting with description
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13516
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 7 Jul 2009 20:04:09 +0000 (20:04 +0000)]
oops, meant to check pickup-lib, not requesting lib.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13515
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 7 Jul 2009 15:49:33 +0000 (15:49 +0000)]
whitespace, locale, and no chrome skin in remote xul other than chrome:://global/skin
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13514
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 7 Jul 2009 14:32:12 +0000 (14:32 +0000)]
More tinkering with oils_cstore.c:
1. In a couple of spots: replaced jsonObjectClone() with
jsonObjectExtractIndex(), so that we can use an existing
object instead of copying it.
2. In verifyObjectClass(): protected against formatting a NULL
into an error message.
3. In verifyObjectPCRUD(): eliminated a pointless strdup().
4. Rearranged doRetrieve() a bit for clarity, and renamed some
variables for the same reason. Also added a couple of comments.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13513
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Tue, 7 Jul 2009 01:21:39 +0000 (01:21 +0000)]
Add some more complex publication patterns, fix code so they pass.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13512
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Mon, 6 Jul 2009 23:45:15 +0000 (23:45 +0000)]
Don't need DateTime in this file any more, now that there's
MFHD::Date, so don't include it here.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13511
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Mon, 6 Jul 2009 15:06:57 +0000 (15:06 +0000)]
In oils_cstore.c: converted several iterator loops to indexed loops.
doFieldMapperSearch always returns a JSON_ARRAY (or NULL). It is
more efficient to traverse such an array with a subscript than with
a jsonIterator, because a subscript doesn't require a malloc and free.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13510
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 6 Jul 2009 03:09:48 +0000 (03:09 +0000)]
Order copy locations by name by default; useful for shelving location filter in advanced search
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13509
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sun, 5 Jul 2009 21:42:54 +0000 (21:42 +0000)]
More tweaks to oils_cstore.c:
1. In osrfAppInitialize(): reuse the growing_buffer method_name
instead of repeatedly destroying and recreating it. That should
save hundreds of mallocs and frees in the initialization.
2. Also in osrfAppInitialize(): correct an inaccurate debug
message, and rearrange a few lines for clarity.
3. Throughout: replace the dbi_get_* functions, which do lookups
by name, with the corresponding dbi_get_*_idx functions, which
do lookups by index. Lookups by index are faster than lookups
by name, because they don't have to do a search.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13508
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 5 Jul 2009 17:44:55 +0000 (17:44 +0000)]
Unbelievably, not all systems have Python 2.6 yet!
Use the exception handling method supported by previous Python versions
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13503
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sun, 5 Jul 2009 12:47:11 +0000 (12:47 +0000)]
Tweaks to osrfAppInitialize() in oils_cstore.c:
1. Move some invariant tests out of the inner loop.
2. Plugged a memory leak by freeing the array of class names.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13502
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sun, 5 Jul 2009 11:09:14 +0000 (11:09 +0000)]
Several tweaks to oils_cstore.c:
1. Added a utility function single_hash() to create simple WHERE
clauses instead of calling jsonParseStringFmt(). This change
avoids the overhead of creating and then parsing a JSON string.
2. In SELECT(), processing an ORDER BY clause: traverse a
JSON_ARRAY with an index instead of an iterator. This change
avoids some mallocs and frees -- and also plugs a memory leak,
since we weren't freeing the iterator.
3. Also in SELECT(), processing an ORDER BY clause: free the
iterator that we use for traversing the hash of classes.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13501
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 5 Jul 2009 05:28:40 +0000 (05:28 +0000)]
Fix SQL translation script and associated unit tests
It looks like polib became stricter about forcing the line number portion of
filename:line occurrences in the PO to actually be an integer, with the result
of simply concatenating the text "line numbers" that we had been using to
store ID values to the table names.
Now we're using specially formatted translator comments to hold the ID values,
and using the filename:line occurence entries to actually hold the source filename
and line number for occurrences. Fancy that!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13500
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sat, 4 Jul 2009 19:01:35 +0000 (19:01 +0000)]
Change the interface to doFieldMapperSearch(), and reap some performance
gains that this change makes possible.
Instead of passing the query as two jsonObjects wrapped in a JSON_ARRAY,
pass them as separate parameters. This change makes it possible to
avoid the overhead of constructing a single package to bundle them both.
The resulting code is also, to my eyes, easier to read.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13499
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 3 Jul 2009 20:55:31 +0000 (20:55 +0000)]
Remove dangling semicolon from PerlChildInitHandler
Thanks to Jeff Godin for pointing this out!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13494
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 2 Jul 2009 20:30:56 +0000 (20:30 +0000)]
don't throw exception when auth session is not found. just return undef. updated related code
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13493
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 2 Jul 2009 18:14:16 +0000 (18:14 +0000)]
Requests for added content fail all the time; don't pollute the logs with bogus errors
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13492
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 2 Jul 2009 02:06:07 +0000 (02:06 +0000)]
Give unAPI and friends the ability to redirect to an OPAC with a specific locale and skin
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13491
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 30 Jun 2009 14:25:00 +0000 (14:25 +0000)]
In usr_merge(): when merging rows from reporter.*_folder,
change the name in order to avoid collisions with existing
rows belonging to the destination user.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13490
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 30 Jun 2009 13:06:20 +0000 (13:06 +0000)]
In actor.usr_merge(): when transferring rows from vandelay.queue,
change the name in order to avoid collisions with existing rows
belonging to the destination user.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13489
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 30 Jun 2009 02:56:54 +0000 (02:56 +0000)]
Treat SRU queries as UTF8 input.
Resolves a problem whereby any non-ASCII input in SRU queries resulted in searches for corrupted strings (and consequently 0 hits)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13486
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Tue, 30 Jun 2009 01:50:10 +0000 (01:50 +0000)]
add tests for weekly publication, fix bug in code for "day" publication patterns
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13485
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Mon, 29 Jun 2009 23:03:48 +0000 (23:03 +0000)]
In actor.usr_merge(): transfer picklists with changes of the
name column so as to avoid collisions with existing picklists.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13484
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 29 Jun 2009 21:14:29 +0000 (21:14 +0000)]
fetch org setting types from server now. yay.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13483
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 29 Jun 2009 20:10:43 +0000 (20:10 +0000)]
menu entry for org-unit-setting-type editor
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13482
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Mon, 29 Jun 2009 18:53:51 +0000 (18:53 +0000)]
In actor.usr_merge(): For each *_bucket table, transfer the buckets
belonging to the source user into the custody of the destination user.
In order to avoid colliding with an existing bucket owned by the
destination user, append the source user's id (in parenthesese) to the
name. If you still get a collision, add successive spaces to the name
and keep trying until you succeed.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13481
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 29 Jun 2009 17:44:49 +0000 (17:44 +0000)]
force valid org-unit-setting name when updating settings
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13480
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Mon, 29 Jun 2009 15:46:40 +0000 (15:46 +0000)]
Add new table config.org_unit_setting_type to define
valid setting names for actor.org_unit_setting.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13479
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 29 Jun 2009 02:39:55 +0000 (02:39 +0000)]
de-dupe the permission list
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13476
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 26 Jun 2009 19:33:31 +0000 (19:33 +0000)]
returning extra flag in hold possibility check which indicates whether the permitted copy found in the possibility check is both available and lives at the requesting library. also removed a big hunk of old, unused code
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13475
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 26 Jun 2009 16:10:04 +0000 (16:10 +0000)]
org_unit_setting_type management interface. comitted in anticipation of the new org_unit_setting_type table. not yet functional. will add to staff client when it's ready to roll out
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13473
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 26 Jun 2009 15:09:40 +0000 (15:09 +0000)]
open-ils.actor.org_setting.delete is not used. removing to reduce possible org-settings churn as new table is added. use open-ils.actor.org_unit.settings.update instead
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13472
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 25 Jun 2009 13:28:12 +0000 (13:28 +0000)]
adjust the arbitrary print sleep based on the number of items that need printing. this prevents chopping of the data as it's being queued to the printer
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13470
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 25 Jun 2009 03:03:32 +0000 (03:03 +0000)]
when a copy is manually edited and is either deleted or changed into a non-holdable status, reset any holds whose current_copy matches the changed copy
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13464
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 25 Jun 2009 03:02:03 +0000 (03:02 +0000)]
added batch hold reset call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13463
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Thu, 25 Jun 2009 01:50:12 +0000 (01:50 +0000)]
Now supports generating dates of combined issues (eg, "May/June").
More test cases are needed, though.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13462
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 24 Jun 2009 20:40:08 +0000 (20:40 +0000)]
enable title rewriting and subject links via BibTemplate
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13461
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 24 Jun 2009 17:56:59 +0000 (17:56 +0000)]
basic cstore communication via opensrf perl
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13460
dcc99617-32d9-48b4-a31d-
7c20da2025e4
lmcfarland [Wed, 24 Jun 2009 14:10:53 +0000 (14:10 +0000)]
tweaked label on Potential Copies
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13456
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 24 Jun 2009 14:06:11 +0000 (14:06 +0000)]
based hold queue on un-fulfilled holds, not un-captured holds.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13455
dcc99617-32d9-48b4-a31d-
7c20da2025e4
lmcfarland [Wed, 24 Jun 2009 13:54:18 +0000 (13:54 +0000)]
Added functionality to holds menus to include columns for Total Holds Available, Queue Position, Potential Copies, and Estimated Wait
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13454
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 19:45:32 +0000 (19:45 +0000)]
hold queue position starts at 1
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13453
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 19:28:54 +0000 (19:28 +0000)]
removed unnecessary djConfig attr when importing openils_data.js
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13452
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 23 Jun 2009 19:11:28 +0000 (19:11 +0000)]
Simple fix for making home page links work
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13449
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 23 Jun 2009 18:14:11 +0000 (18:14 +0000)]
moving the record-merge stored proc to the end of the schema load, to avoid cross-schema issues
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13446
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 17:17:16 +0000 (17:17 +0000)]
arg, syntax error
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13445
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 14:47:05 +0000 (14:47 +0000)]
added user stage delete. now returning all related objects (addresses, cards, etc.), not just the first one
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13444
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 14:37:41 +0000 (14:37 +0000)]
moved the user stage out to it's own module since there will be a number of support functions. added a retrieve-all-staged-users-by-home-org call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13443
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 14:02:31 +0000 (14:02 +0000)]
added initial staged user creation api (for patron self-registration)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13442
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 14:02:01 +0000 (14:02 +0000)]
added perl uuid deb package. sorry, don't know the centos or gentoo packages
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13441
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 14:01:25 +0000 (14:01 +0000)]
added a shortcut for calling trigger autocreate. added a UUID string generator
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13440
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 23 Jun 2009 13:01:26 +0000 (13:01 +0000)]
provide some basic indication when a patron's address if marked as invalid. fixed some text entities
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13439
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 23 Jun 2009 12:59:20 +0000 (12:59 +0000)]
the middle layer lets staff change the pickup lib of a hold already on the holds shelf if they have the UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF permission. It'll create a new transit. So let the staff client allow it too
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13436
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 22 Jun 2009 20:45:20 +0000 (20:45 +0000)]
Patch from David Christensen to add support for fetching jacket images from Open Library:
Hi folks,
At a suggestion from the #OpenILS-Evergreen IRC channel, I'm putting this out there :-)
This is a patch to /openils/lib/perl5/OpenILS/WWW/AddedContent/Amazon.pm (it probably makes sense if it were to end up as OpenLibrary.pm, or some such) that enables getting book cover images from OpenLibrary (see http://openlibrary.org/dev/docs/api/covers for details on the OpenLibrary API).
A little comment section at the top shows the two changes that need to be made to opensrf.xml as well.
-David
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Signed-off-by: David.A.Christensen@gmail.com
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13435
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 22 Jun 2009 19:10:18 +0000 (19:10 +0000)]
return queue stats from hold details method
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13434
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 22 Jun 2009 18:00:14 +0000 (18:00 +0000)]
define fix_tcn and override parameters before call to biblio_record_replace_marc, because of some unexpected (by me, anyway) handling of =~ in a parameter list
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13433
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 22 Jun 2009 15:52:00 +0000 (15:52 +0000)]
make circ_history btype's match
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13428
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Mon, 22 Jun 2009 00:19:58 +0000 (00:19 +0000)]
Implement subsequent_month() to generate next publication month
based on $yp publication pattern. Somehow I missed this on the
first pass.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13427
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Mon, 22 Jun 2009 00:17:14 +0000 (00:17 +0000)]
Add tests for publication pattern specifying a sequence of
publication months and for a combined issue when there's a
publication pattern given.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13426
dcc99617-32d9-48b4-a31d-
7c20da2025e4
djfiander [Sun, 21 Jun 2009 23:52:34 +0000 (23:52 +0000)]
split out date calculations into separate file to simplify things a bit
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13425
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 19 Jun 2009 21:24:30 +0000 (21:24 +0000)]
Patch from Warren Layton implementing RefWorks export via SuperCat:
"The patch a new transform, MARC21slim2MARCtxt.xsl, which converts MARC
into the MARC-ish plain text format accepted by RefWorks (see [1]).
The patch also adds a new feed to SuperCat, called "marctxt"."
As well as a reworked patch for the default opac skin to expose this
functionality as a link next to the "Place a Hold" link.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13424
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 19 Jun 2009 20:50:33 +0000 (20:50 +0000)]
added auth record number extractor
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13419
dcc99617-32d9-48b4-a31d-
7c20da2025e4