dbs [Fri, 1 May 2009 06:14:55 +0000 (06:14 +0000)]
Just add a single record to the SRU results without a collection wrapper
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13030
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 1 May 2009 06:06:59 +0000 (06:06 +0000)]
Proof of concept holdings-in-SRU results
Based on what seems to be the best holdings option of a poor lot from
http://vdxipedia.oclc.org/index.php/Holdings_Parsing - apparently
standard MFHD doesn't exist, despite http://www.loc.gov/marc/holdings/hd852.html
As miker says, code from this should be factored out
from a few different places, and this needs to be much
more configurable, and holdings values need to be escaped...
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13029
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 1 May 2009 04:12:01 +0000 (04:12 +0000)]
Add a basic holdings retrieval format - more flexible than the XML holdings, but less detailed
Should be enough info to flesh out Z39.50 holdings, at least
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13028
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 1 May 2009 01:24:49 +0000 (01:24 +0000)]
removing namspace prefixes on holdings extentions
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13027
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 1 May 2009 00:30:44 +0000 (00:30 +0000)]
Enable org_unit-scoped SRU searches
http://example.com/opac/extras/sru/SHORTNAME will set a search scope
of SHORTNAME if the search string does not already contain a site:
parameter
Combined with simple2zoom configuration, this gives us the ability to
surface different Z39.50 "databases" that correspond to various org_units.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13026
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 30 Apr 2009 20:47:35 +0000 (20:47 +0000)]
more correct permission handling for registering workstations..builds the library drop-down based on work orgs. But was also done because I was getting a weird -1 result on the admin user from open-ils.actor.user.perm.highest_org
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13025
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 30 Apr 2009 20:44:08 +0000 (20:44 +0000)]
we need a local attr def for price out of the box
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13024
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 30 Apr 2009 19:32:00 +0000 (19:32 +0000)]
Enforce the requirement that the ORDER BY clause be represented
by a JSON_HASH. The old code would often silently ignore a
malformed ORDER BY clause.
(Note: the output of diff makes this change look spectacularly
more complicated than it really is. Because I increased the
level of indentation of a large chunk of code, diff made a lot
of spurious matches.)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13023
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 30 Apr 2009 14:42:40 +0000 (14:42 +0000)]
field array position is determined by position in the IDL. dynamically generate isnew/ischanged/isdeleted fields and push them onto the end of the list of fields. For now, if isnew/ischanged/isdeleted fields exist in the IDL, they are ignored
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13022
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 30 Apr 2009 00:14:25 +0000 (00:14 +0000)]
add example Subjects extention based on openils.BibTemplate
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13021
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 29 Apr 2009 20:05:31 +0000 (20:05 +0000)]
big re-work of the provider config page
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13020
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 29 Apr 2009 18:08:55 +0000 (18:08 +0000)]
For style guides and other materials specific to the production of Evergreen documentation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13019
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 29 Apr 2009 17:41:04 +0000 (17:41 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13018
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 29 Apr 2009 17:40:41 +0000 (17:40 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13017
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 29 Apr 2009 17:38:57 +0000 (17:38 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13016
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 29 Apr 2009 16:06:00 +0000 (16:06 +0000)]
When loading the IDL code in C or Perl: generate the array_positions
based on the sequence in which the fields appear in the IDL file
(rather than from attributes in the <field> elements).
In most cases this change will make no difference, because the
fields appear in sequence. However for classes "brn" and "mvr" the
sequences of fields in the IDL are scrambled. For those classes,
this change will effectively renumber the fields.
This commit does not affect the corresponding Python or Java code.
So don't go editing the IDL yet to remove the array_position
attributes.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13015
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 29 Apr 2009 14:34:10 +0000 (14:34 +0000)]
added access points to picklist and PO view UI for creating brief records
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13014
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Wed, 29 Apr 2009 13:45:11 +0000 (13:45 +0000)]
Fix the links in the Fieldmapper, which were borked whenever a
class had only one link.
This fix entailed a complete rewrite of the code that builds the
fieldmapper structure, using XML::LibXML instead of XML::Simple.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13013
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 29 Apr 2009 01:08:21 +0000 (01:08 +0000)]
experiment-turned-feature: openils.BibTemplate dojo module, with an example in result_summary.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13012
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 29 Apr 2009 00:48:57 +0000 (00:48 +0000)]
replace, do not extend, the innerHTML of the slot
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13011
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 29 Apr 2009 00:35:40 +0000 (00:35 +0000)]
adding dojo class for parsing and rendering opac/slot-data extentions
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13010
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 28 Apr 2009 21:07:41 +0000 (21:07 +0000)]
added code to build the marc xml from the form, added option to select destination selection list for brief record. added stub for 'finish editing via marc editor' option
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13009
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 28 Apr 2009 03:15:38 +0000 (03:15 +0000)]
better test. New copies were getting the string "undefined" for the creator/owner field values
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13008
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 28 Apr 2009 02:46:54 +0000 (02:46 +0000)]
This is the search interface experiment attached to the record bucket interface. Make it more useful by not capping results to 10 rows
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13007
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 28 Apr 2009 02:26:43 +0000 (02:26 +0000)]
I was incrementing the counter twice in the "count linefeeds" loop. Stop doing that.
Also, use a Unicode-safe algorithm for iterating over characters.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13004
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 21:32:11 +0000 (21:32 +0000)]
begining of brief record entry form, based on defined marc attr defs. just need to determine how to go the opposite direction with the xpath for building marc (IOW, which tag/subfield to use when presented with multiple options in the attr def xpath
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13003
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Mon, 27 Apr 2009 20:50:02 +0000 (20:50 +0000)]
JSON demands double-quoted strings (simplejson is picky about this!)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13002
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 20:21:21 +0000 (20:21 +0000)]
oops, new patron editor link slipped in, rolling that back for now
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13001
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 19:52:06 +0000 (19:52 +0000)]
forward-porting 12847 (hold expire date warning bug), which was missed before
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13000
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 19:48:39 +0000 (19:48 +0000)]
created an Acqusitions menu with a couple of menu entries. experimental, probably will be hidden for 1.6 release
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12999
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 18:21:18 +0000 (18:21 +0000)]
plug in real copy save.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12998
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 16:41:46 +0000 (16:41 +0000)]
started a per-lineitem, batch-barcode updater ui. just need to plug in the save
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12997
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 27 Apr 2009 14:23:44 +0000 (14:23 +0000)]
on second thought, just rely on the existing record details page for editing records that are already in the ILS
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12996
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Sun, 26 Apr 2009 18:22:35 +0000 (18:22 +0000)]
ilsevent may be present, but null, be safer
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12994
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Sun, 26 Apr 2009 17:42:29 +0000 (17:42 +0000)]
don't assume the existence event code number
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12993
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Sun, 26 Apr 2009 15:21:03 +0000 (15:21 +0000)]
Patch from Doug Kyle which allows the caller to specify a user during renewal so that the system can verify the renewed item is checked out to the specified user. Thanks
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12992
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Sun, 26 Apr 2009 12:55:39 +0000 (12:55 +0000)]
MFHD lives in the file OpenILS/Utils/MFHD.pm, but all submodules and code using it, except the new MFHDParser.pm, work in the shorter MFHD namespace (instead of OpenILS::Utils::MFHD). See Fieldmapper as an existing analog
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12990
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 26 Apr 2009 02:46:38 +0000 (02:46 +0000)]
Add some bib and MFHD records for testing out various serials features
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12989
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Sun, 26 Apr 2009 01:49:21 +0000 (01:49 +0000)]
updating badly explained (by me) alternative (untested)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12988
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 26 Apr 2009 01:31:26 +0000 (01:31 +0000)]
Basic support for returning MFHD for display purposes
Interim measure, while there is a direct linkage between sre and bre,
is to invoke the bib_to_mfhd_hash method at record display time;
probably should return a structure including a count of parsed MFHD
records to shortcut cycling through all the arrays, but baby steps
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12987
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 26 Apr 2009 01:25:48 +0000 (01:25 +0000)]
Improve the ID-matching regex
Normalize to composed Unicode characters
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12986
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 26 Apr 2009 01:25:08 +0000 (01:25 +0000)]
Normalize to composed Unicode characters
Some browsers (like Firefox) do a better job of displaying composed Unicode characters
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12985
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sun, 26 Apr 2009 01:22:57 +0000 (01:22 +0000)]
Put MFHD in the OpenILS::Utils:: package space
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12984
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Sat, 25 Apr 2009 03:01:32 +0000 (03:01 +0000)]
Move a particularly noticeable colour feature from layout to colors.css
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12983
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 24 Apr 2009 19:45:09 +0000 (19:45 +0000)]
use custom textarea widget
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12982
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 24 Apr 2009 19:44:53 +0000 (19:44 +0000)]
can't get dijit textarea to honor spaces/tabs. this custom textarea widget (much simpler) works nicely
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12981
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 24 Apr 2009 12:58:00 +0000 (12:58 +0000)]
added provider holding_tag
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12980
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 23 Apr 2009 17:57:24 +0000 (17:57 +0000)]
added template callback for getting user fines summary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12979
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 23 Apr 2009 17:37:54 +0000 (17:37 +0000)]
If the "virtual" tag is not present for a field,
default it to "false".
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12978
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 23 Apr 2009 17:04:21 +0000 (17:04 +0000)]
cut-and-paste-o when adding the collections warning penalty calc
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12977
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 23 Apr 2009 16:50:44 +0000 (16:50 +0000)]
Add a definition for the trigger service
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12976
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 23 Apr 2009 16:36:57 +0000 (16:36 +0000)]
added the hold.avaiable hook
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12975
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 23 Apr 2009 16:34:40 +0000 (16:34 +0000)]
plug in the event creation for the hold.available hook. (note, hold.capture is different since transit may be required)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12974
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Thu, 23 Apr 2009 14:28:45 +0000 (14:28 +0000)]
In SELECT():
1. Reduce the scope of order_buf and having_buf, thereby reducing the number
of places where we need to remember to free them.
2. Don't allocate order_buf unless we're going to use it.
3. Return an error if the ORDER BY clause references an invalid class
or column (instead of silently ignoring the reference).
4. Return an error if the ORDER BY clause references a virtual field
(instead of including it like it was a real column, resulting in a
failure later).
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12973
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 23 Apr 2009 14:12:07 +0000 (14:12 +0000)]
missing comma
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12972
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 23 Apr 2009 00:50:03 +0000 (00:50 +0000)]
allow groups of circ modifiers for the max-per-circ-mod test
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12971
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 22 Apr 2009 20:13:20 +0000 (20:13 +0000)]
ordering events by run_time and then add_time to tie-break
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12970
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 18:49:23 +0000 (18:49 +0000)]
split wants a regex pattern to split on
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12969
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 22 Apr 2009 18:34:41 +0000 (18:34 +0000)]
Patch from Ben Ostrowsky adding many labels to the IDL and fixing several typos; some minor re-flowing as well
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12968
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 22 Apr 2009 18:23:16 +0000 (18:23 +0000)]
need to define the <description> element
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12967
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 17:10:04 +0000 (17:10 +0000)]
added event def label string
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12966
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 17:09:37 +0000 (17:09 +0000)]
use new event_def name field. added delete buttons for more event_def grids
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12965
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 17:07:50 +0000 (17:07 +0000)]
prevent erroneous error message on xact begin when an exact already exists
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12964
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 22 Apr 2009 16:46:56 +0000 (16:46 +0000)]
teach the batch processor to ignore targets with existing events (pending for active, any for passive) for the def in question
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12963
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 16:36:05 +0000 (16:36 +0000)]
just in case any cstore connections linger, force disconnect after we're done with them
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12962
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 15:56:23 +0000 (15:56 +0000)]
when only one cstore clause is passed to an editor query, no need for containing array
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12961
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 15:49:20 +0000 (15:49 +0000)]
use string comparator
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12960
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 22 Apr 2009 14:04:27 +0000 (14:04 +0000)]
tell the IDL about the new name column on event_definition
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12959
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Wed, 22 Apr 2009 13:54:23 +0000 (13:54 +0000)]
add an explict name column to event definitions, unique on owner
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12958
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 13:20:50 +0000 (13:20 +0000)]
building the grid cell widget forces server fetches, which cause grid display to act wonky. disabling for now until I can put together some pre-draw fetching logic
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12957
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 22 Apr 2009 13:03:30 +0000 (13:03 +0000)]
$pen is an object in this case, not a hash
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12956
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 22 Apr 2009 03:26:53 +0000 (03:26 +0000)]
Typo fix
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12955
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 20:24:01 +0000 (20:24 +0000)]
by default, load the most recently accessed 'local' purchase orders. made filters non-required, horizonatalized filter layout. ported to autogrid
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12952
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 20:22:59 +0000 (20:22 +0000)]
import stuff before using it
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12951
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 20:22:28 +0000 (20:22 +0000)]
permacrud entries for purchase order
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12950
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 19:37:53 +0000 (19:37 +0000)]
create events after the commit to prevent any possible race condition. also, no need for the manual activity log entry
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12949
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 21 Apr 2009 19:29:55 +0000 (19:29 +0000)]
Added create_time columns to acq.fund_debit and acq.fund_allocation.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12948
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 21 Apr 2009 18:49:41 +0000 (18:49 +0000)]
Add <field> entries for two new create_time columns,
in acq.fund_debit and acq.fund_allocation.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12947
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 17:13:03 +0000 (17:13 +0000)]
plugged in au.create and au.update hook event creation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12946
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 21 Apr 2009 16:23:16 +0000 (16:23 +0000)]
Patch from James Fournie fixing regression of copy display in deep hierarchies which was introduced by a partial fixed in r12470
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12943
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 16:08:48 +0000 (16:08 +0000)]
when isXUL, load the linked bib record in the usual opac details wrapper tab, so we can access holdings maintenance, etc.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12942
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 16:01:59 +0000 (16:01 +0000)]
function to get the XUL build id
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12941
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 16:01:03 +0000 (16:01 +0000)]
pass in the build ID and urls map to embedded browsers
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12940
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 21 Apr 2009 15:54:28 +0000 (15:54 +0000)]
force UTF-8 encoding of records when so requested (they already are UTF-8, just forcing the flag)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12939
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 21 Apr 2009 15:44:31 +0000 (15:44 +0000)]
adding support for the <description> element under <class> and <field>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12938
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 15:22:43 +0000 (15:22 +0000)]
added func to turn on UniversalXPConnect and offer a friendly error when it fails
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12937
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 21 Apr 2009 15:13:18 +0000 (15:13 +0000)]
adding Dojo build profile (v1) for the OPAC (all thanks go to lmcfarland!)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12936
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 14:17:58 +0000 (14:17 +0000)]
for a given lineitem, give each lid that does not have a callnumber label defined the same callnumber
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12935
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 14:05:37 +0000 (14:05 +0000)]
don't create dummy barcodes and callnumbers until it's absolutely necessary (i.e. at asset import time)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12934
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 21 Apr 2009 13:58:04 +0000 (13:58 +0000)]
clean up the lineitem notes handling. clean up actions dropdown
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12933
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:51:48 +0000 (20:51 +0000)]
wrap the ils-marc edit button in a perm
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12932
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:42:14 +0000 (20:42 +0000)]
use the smart lineitem price updater to handle exising fund debits
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12931
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:36:41 +0000 (20:36 +0000)]
if the bibs and holdings have already been loaded into the ILS, the marc from the order record is no longer of much use. by default, let's show the live marc record and give a link to open the marc editor for the live marc record from the lineitem info page
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12930
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:35:30 +0000 (20:35 +0000)]
slight wording change
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12929
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:31:37 +0000 (20:31 +0000)]
clear away the li notes if necessary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12928
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:06:00 +0000 (20:06 +0000)]
simplify progress dialog. pass true to show to make it indeterminate
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12927
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 20:04:11 +0000 (20:04 +0000)]
oops, gotta commit
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12926
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 19:35:02 +0000 (19:35 +0000)]
only one progress dialog
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12925
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 19:34:45 +0000 (19:34 +0000)]
moved picklist delete into order.pm. code re-use
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12924
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 20 Apr 2009 19:34:05 +0000 (19:34 +0000)]
strange things happen when you have to progress dialogs.. the page strethes out, not sure why. make it so a given dialog can be either indeterminate or not for reuse
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12923
dcc99617-32d9-48b4-a31d-
7c20da2025e4