]> git.evergreen-ils.org Git - working/Evergreen.git/log
working/Evergreen.git
15 years agobump template version to reflect new join choice functionality
miker [Sat, 14 Mar 2009 04:41:28 +0000 (04:41 +0000)]
bump template version to reflect new join choice functionality

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

15 years agoFix two bugs that I introduced into the Google Preview support code
dbs [Sat, 14 Mar 2009 04:05:43 +0000 (04:05 +0000)]
Fix two bugs that I introduced into the Google Preview support code

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

15 years agoapply proper I18N-ification to new template builder functionality
miker [Sat, 14 Mar 2009 02:56:11 +0000 (02:56 +0000)]
apply proper I18N-ification to new template builder functionality

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

15 years agoPure whitespace, nothing more
dbs [Sat, 14 Mar 2009 02:31:48 +0000 (02:31 +0000)]
Pure whitespace, nothing more

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

15 years agoTypo: Anscestor -> Ancestor
dbs [Sat, 14 Mar 2009 02:21:50 +0000 (02:21 +0000)]
Typo: Anscestor -> Ancestor

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

15 years agoRemove generated POT files to avoid confusion
dbs [Sat, 14 Mar 2009 02:09:15 +0000 (02:09 +0000)]
Remove generated POT files to avoid confusion

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

15 years agoadding "Enable nullability selection" switch to allow complete control over join...
miker [Fri, 13 Mar 2009 21:40:01 +0000 (21:40 +0000)]
adding "Enable nullability selection" switch to allow complete control over join types in templates

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

15 years agoFurther tightened input validation. In all cases where we call
scottmk [Fri, 13 Mar 2009 12:27:40 +0000 (12:27 +0000)]
Further tightened input validation.  In all cases where we call
searchWHERE(), we now respond to a NULL return by propagating
the error up the calling chain (instead of generating
defective SQL).

Also: replaced one call to jsonObjectToSimpleString() with a
call to jsonObjectGetString(), avoiding a malloc and free.

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

15 years agoTightened the input validation in searchWHERE(). It now complains
scottmk [Fri, 13 Mar 2009 04:00:33 +0000 (04:00 +0000)]
Tightened the input validation in searchWHERE().  It now complains
about an empty JSON object or empty JSON array, instead of
constructing a doomed WHERE clause.

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

15 years agoteach parallel_pg_loader.pl to set the sequence on non-auto tables after loading...
miker [Fri, 13 Mar 2009 02:19:45 +0000 (02:19 +0000)]
teach parallel_pg_loader.pl to set the sequence on non-auto tables after loading data into them

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

15 years agoRedo MFHD, MFHD::Holding, and MFHD::Caption so that they are enhanced MARC::Record...
djfiander [Thu, 12 Mar 2009 20:11:29 +0000 (20:11 +0000)]
Redo MFHD, MFHD::Holding, and MFHD::Caption so that they are enhanced MARC::Record (for MFHD) and MARC::Field (for the other two) objects.

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

15 years agoIn searchWHERE(): plugged a security hole that invited SQL injection.
scottmk [Thu, 12 Mar 2009 18:35:05 +0000 (18:35 +0000)]
In searchWHERE(): plugged a security hole that invited SQL injection.

The use of a leading plus sign was originally intended to allow
references to boolean columns in a WHERE clause, without requiring
an explicit comparison to true or false.  E.g. "WHERE col" instead
of the more prosaic "WHERE col = TRUE".

However the old code worked by simply concatenating unsanitized
strings, leaving the door open for SQL injection.

The new code attempts to verify that the last string to be appended
looks like an SQL identifier, with no extra SQL syntax.

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

15 years agofix PATRON_BARCODE macro in bills_main_view template by sending fleshed usr
phasefx [Thu, 12 Mar 2009 16:53:29 +0000 (16:53 +0000)]
fix PATRON_BARCODE macro in bills_main_view template by sending fleshed usr

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

15 years agofix for Cancel in patron editor for existing patron
phasefx [Thu, 12 Mar 2009 16:18:34 +0000 (16:18 +0000)]
fix for Cancel in patron editor for existing patron

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

15 years agoEnable slimpac and dynamic OPAC to have localized org trees
dbs [Thu, 12 Mar 2009 15:57:37 +0000 (15:57 +0000)]
Enable slimpac and dynamic OPAC to have localized org trees

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

15 years agoEnable get_org_tree to return an org tree with a locale based on a locale code,
dbs [Thu, 12 Mar 2009 15:55:45 +0000 (15:55 +0000)]
Enable get_org_tree to return an org tree with a locale based on a locale code,
rather than a reference to a variable :)

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

15 years agoteach clark how to use a separate state_store db connection for recording report...
miker [Thu, 12 Mar 2009 01:13:42 +0000 (01:13 +0000)]
teach clark how to use a separate state_store db connection for recording report metadata

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

15 years agoWhen inserting a literal value into a SELECT statement:
scottmk [Wed, 11 Mar 2009 18:57:16 +0000 (18:57 +0000)]
When inserting a literal value into a SELECT statement:
whenever possible, leave the value unquoted if it is known to be
numeric, i.e. it is carried as a JSON_NUMBER, regardless of the
datatype as inferred from the associated column.  Reason: so that
the test_json_query utility (which currently doesn't look up the
datatypes of the columns) can generate the correct SQL most of
the time.  This approach should also be slightly faster, since it
bypasses some hashed lookups.

2. As part of the implementation of the change described above:
combine searchSimplePredicate() and searchWriteSimplePredicate()
into a single function, so that the JSON type is known when it's
time do decide whether to add quotes.  This change is benign because
the latter function was called only by the former anyway.

3. Several minor rearrangements and optimizations.

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

15 years agoforgot to decrement a counter for the chunk size.. since performance was pretty spiff...
phasefx [Wed, 11 Mar 2009 05:06:32 +0000 (05:06 +0000)]
forgot to decrement a counter for the chunk size.. since performance was pretty spiffy with the bug, this probably argues for using larger chunk sizes

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

15 years agoFast single item add from within marc editor. Good for home users, but all cataloger...
phasefx [Tue, 10 Mar 2009 16:46:11 +0000 (16:46 +0000)]
Fast single item add from within marc editor.  Good for home users, but all catalogers might like this too.  Only working in z39.50 and New MARC interfaces, though I want to enable it when editing
existing bib records (code placement issues with JSAN and remote vs chrome, bleh :)

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

15 years agootherwise this bad boy keeps growing and growing
phasefx [Tue, 10 Mar 2009 16:05:20 +0000 (16:05 +0000)]
otherwise this bad boy keeps growing and growing

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

15 years agouse oncommand rather onclick here for keyboard access. But interestingly, the timing...
phasefx [Tue, 10 Mar 2009 13:39:32 +0000 (13:39 +0000)]
use oncommand rather onclick here for keyboard access.  But interestingly, the timing for DOM updates appears to happen differently between oncommand and onclick, so the element's .checked (and @checked) get updated after the oncommand but before the onclick.  So I threw a negation in front of the .checked test

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

15 years agoFix Holdings Maintenance for >3-tier hierarchies. We force every parent org to be...
phasefx [Tue, 10 Mar 2009 04:52:52 +0000 (04:52 +0000)]
Fix Holdings Maintenance for >3-tier hierarchies.  We force every parent org to be rendered as open, but the most drastic change is the global function array that gets consumed by a setInterval.  This was to fix some timing issues that came from multiple setTimeout function chains; notably, the SL1 stock library was rendering twice if Show Volumes was selected.

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

15 years agoCorrect a typo noticed by Betty Ing - thanks!
dbs [Tue, 10 Mar 2009 02:31:06 +0000 (02:31 +0000)]
Correct a typo noticed by Betty Ing - thanks!

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

15 years agodefault to BKS if no valid record type can be gleaned from the fixed fields
miker [Tue, 10 Mar 2009 01:14:51 +0000 (01:14 +0000)]
default to BKS if no valid record type can be gleaned from the fixed fields

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

15 years agoAfter introducing 2-space indents for Google Book Preview stuff, standardize on tabs...
dbs [Mon, 9 Mar 2009 21:29:04 +0000 (21:29 +0000)]
After introducing 2-space indents for Google Book Preview stuff, standardize on tabs for rdetail.js. Sorry about that.

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

15 years agoMake the variable names for Google Book Preview code nice and unique. Part of #50
dbs [Mon, 9 Mar 2009 21:17:41 +0000 (21:17 +0000)]
Make the variable names for Google Book Preview code nice and unique. Part of #50

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

15 years agoevents-by-target method
miker [Mon, 9 Mar 2009 20:37:28 +0000 (20:37 +0000)]
events-by-target method

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

15 years agowe need to test in the other direction, descendency
miker [Sun, 8 Mar 2009 18:18:16 +0000 (18:18 +0000)]
we need to test in the other direction, descendency

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

15 years agoCraftsman needs class="tundra" for Dojo and init() has been moved into dojo.addOnLoad().
dbs [Sun, 8 Mar 2009 17:32:15 +0000 (17:32 +0000)]
Craftsman needs class="tundra" for Dojo and init() has been moved into dojo.addOnLoad().

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

15 years agoApply the fixes required by craftsman for integrated Google Book Preview. Part of #50
dbs [Sun, 8 Mar 2009 17:04:34 +0000 (17:04 +0000)]
Apply the fixes required by craftsman for integrated Google Book Preview. Part of #50

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

15 years agoStop trampling on added content "Excerpt" tab and create a new "Preview" tab (which...
dbs [Sun, 8 Mar 2009 15:10:28 +0000 (15:10 +0000)]
Stop trampling on added content "Excerpt" tab and create a new "Preview" tab (which also follows GBS branding requirements). Part of #50

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

15 years agoMake existing Google Book Search link functions and IDs less generic; part of #50
dbs [Sun, 8 Mar 2009 14:34:47 +0000 (14:34 +0000)]
Make existing Google Book Search link functions and IDs less generic; part of #50

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

15 years agoCherry-pick the "integrate Google Book Preview into record detail" feature based...
dbs [Sun, 8 Mar 2009 05:48:08 +0000 (05:48 +0000)]
Cherry-pick the "integrate Google Book Preview into record detail" feature based on a patch by Alexander O'Neill <aoneill@upei.ca> from http://vre.upei.ca/dev/node/422

I integrated the code directly into rdetail.js and edited it to remove unnecessary helper functions.

Tested with Firefox 3 (Linux), Internet Explorer 7, Google Chrome, and Safari 3.2.1 (Windows).

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

15 years agoUpgrade to MODS 3.3 for ingest and ModsParser.pm; use an explicit format for config...
dbs [Sat, 7 Mar 2009 21:34:43 +0000 (21:34 +0000)]
Upgrade to MODS 3.3 for ingest and ModsParser.pm; use an explicit format for config.metabib_field in seed data

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

15 years agoAdd MODS 3.3 as a supported format to SuperCat. Baby steps.
dbs [Sat, 7 Mar 2009 19:47:23 +0000 (19:47 +0000)]
Add MODS 3.3 as a supported format to SuperCat. Baby steps.

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

15 years agoholding pen for dojo functions that we need to backport from dojo trunk
miker [Sat, 7 Mar 2009 03:25:20 +0000 (03:25 +0000)]
holding pen for dojo functions that we need to backport from dojo trunk

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

15 years agoAdd support for returning records in Federal Geographic Data Committee (FGDC) Content...
dbs [Sat, 7 Mar 2009 01:57:15 +0000 (01:57 +0000)]
Add support for returning records in Federal Geographic Data Committee (FGDC) Content Standard for Digital Geospatial Metadata (CSDGM) format.

MARC21slim2FGDC.xsl was retrieved from http://oregonstate.edu/~reeset/marcedit/xslt/MARC21slim2FGDC.xsl and (as the comments in the stylesheet indicate) is available under a CC0 license.

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

15 years agooption to checkin items before marking them damaged. Need to make these prettier :)
phasefx [Fri, 6 Mar 2009 23:42:07 +0000 (23:42 +0000)]
option to checkin items before marking them damaged.  Need to make these prettier :)

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

15 years agonoop checkin if during checkout.. no more having to fight transits and hold captures
phasefx [Fri, 6 Mar 2009 22:18:29 +0000 (22:18 +0000)]
noop checkin if during checkout.. no more having to fight transits and hold captures

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

15 years agoshow checkin time in charge patron for damaged item prompt
phasefx [Fri, 6 Mar 2009 22:10:14 +0000 (22:10 +0000)]
show checkin time in charge patron for damaged item prompt

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

15 years agoflesh card on the user
erickson [Fri, 6 Mar 2009 21:53:31 +0000 (21:53 +0000)]
flesh card on the user

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

15 years agoplugged in lost event creation
erickson [Fri, 6 Mar 2009 21:49:21 +0000 (21:49 +0000)]
plugged in lost event creation

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

15 years agomake org unit name and shortname unique, to avoid mistakes
miker [Fri, 6 Mar 2009 21:44:25 +0000 (21:44 +0000)]
make org unit name and shortname unique, to avoid mistakes

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

15 years agoreturn fleshed circ object in damaged event
erickson [Fri, 6 Mar 2009 21:07:19 +0000 (21:07 +0000)]
return fleshed circ object in damaged event

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

15 years agocharge patron prompt for mark item damaged. Still need to plugin code to handle...
phasefx [Fri, 6 Mar 2009 20:50:29 +0000 (20:50 +0000)]
charge patron prompt for mark item damaged.  Still need to plugin code to handle checkin of the item

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

15 years agocopy_price expects an editor, pass one in
erickson [Fri, 6 Mar 2009 20:44:16 +0000 (20:44 +0000)]
copy_price expects an editor, pass one in

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

15 years agoupdate ids to match the remaining valid events
erickson [Fri, 6 Mar 2009 20:43:56 +0000 (20:43 +0000)]
update ids to match the remaining valid events

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

15 years agodon't double-up arrays on might_have retrievals. handle the case where the final...
erickson [Fri, 6 Mar 2009 20:43:27 +0000 (20:43 +0000)]
don't double-up arrays on might_have retrievals.  handle the case where the final object in the path is a might_have

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

15 years agochange log level warning for non-ID retrieval
erickson [Fri, 6 Mar 2009 20:41:50 +0000 (20:41 +0000)]
change log level warning for non-ID retrieval

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

15 years agoput event args in payload to stick with convention
erickson [Fri, 6 Mar 2009 19:48:48 +0000 (19:48 +0000)]
put event args in payload to stick with convention

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

15 years agorepaired damage charge event creation
erickson [Fri, 6 Mar 2009 19:40:35 +0000 (19:40 +0000)]
repaired damage charge event creation

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

15 years agono need for array access on retrieve
erickson [Fri, 6 Mar 2009 19:26:17 +0000 (19:26 +0000)]
no need for array access on retrieve

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

15 years agomore link edits (that don't validate)
kgs [Fri, 6 Mar 2009 19:18:01 +0000 (19:18 +0000)]
more link edits (that don't validate)

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

15 years agomodified one link per http://www.sagehill.net/docbookxsl/Db5Tools.html
kgs [Fri, 6 Mar 2009 19:04:46 +0000 (19:04 +0000)]
modified one link per http://www.sagehill.net/docbookxsl/Db5Tools.html

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

15 years agoadded bool type to charge_on_damaged
erickson [Fri, 6 Mar 2009 19:02:37 +0000 (19:02 +0000)]
added bool type to charge_on_damaged

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

15 years agoAdded author statement.
kgs [Fri, 6 Mar 2009 18:47:03 +0000 (18:47 +0000)]
Added author statement.

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

15 years agoAdding test file, LocalAdmin.xml
kgs [Fri, 6 Mar 2009 17:40:21 +0000 (17:40 +0000)]
Adding test file, LocalAdmin.xml

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

15 years agoadded copy price and org setting helpers. put helper functions into 'helpers' hash...
erickson [Fri, 6 Mar 2009 16:36:34 +0000 (16:36 +0000)]
added copy price and org setting helpers.  put helper functions into 'helpers' hash to reduce global namespace pollution

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

15 years agocreate a link from billable_xact to it's corresponding transaction summary (mbts)
erickson [Fri, 6 Mar 2009 16:19:07 +0000 (16:19 +0000)]
create a link from billable_xact to it's corresponding transaction summary (mbts)

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

15 years agoPatch from Jeff Godin:
miker [Fri, 6 Mar 2009 13:41:49 +0000 (13:41 +0000)]
Patch from Jeff Godin:

The "First 5 characters" transform appears to be broken due to a typo,
patch attached. To fix previously broken templates created using this
transform, clone, re-select the First 5 characters transform on any fields
where you were using it, and save the template.

Also in this patch, change from confirm() to alert() for "Template NAME
was successfully saved." No point in using confirm(), nothing was checking
the return value, etc.

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

15 years agobasic circ/hold matrix config ui
erickson [Thu, 5 Mar 2009 21:30:59 +0000 (21:30 +0000)]
basic circ/hold matrix config ui

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

15 years agodon't assume org unit value is non-null
erickson [Thu, 5 Mar 2009 21:26:10 +0000 (21:26 +0000)]
don't assume org unit value is non-null

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

15 years agopcrud entries for circ matrix matchpoints
erickson [Thu, 5 Mar 2009 21:24:25 +0000 (21:24 +0000)]
pcrud entries for circ matrix matchpoints

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

15 years agopcrud for max and recuring fine rules
erickson [Thu, 5 Mar 2009 20:48:07 +0000 (20:48 +0000)]
pcrud for max and recuring fine rules

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

15 years agoremoved another version of the ingest race condition
miker [Thu, 5 Mar 2009 19:24:30 +0000 (19:24 +0000)]
removed another version of the ingest race condition

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

15 years agoauto-hide summary when navigating through the patron display. We may want an org...
phasefx [Thu, 5 Mar 2009 18:01:26 +0000 (18:01 +0000)]
auto-hide summary when navigating through the patron display.  We may want an org setting for this

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

15 years agofix patron summary toggle. some tweaking with persist, which isn't working
phasefx [Thu, 5 Mar 2009 17:51:40 +0000 (17:51 +0000)]
fix patron summary toggle.  some tweaking with persist, which isn't working

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

15 years agoremove dead code
phasefx [Thu, 5 Mar 2009 17:39:25 +0000 (17:39 +0000)]
remove dead code

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

15 years agomark lost code checks perms, no need to double-check in the published wrapper method
erickson [Thu, 5 Mar 2009 17:34:27 +0000 (17:34 +0000)]
mark lost code checks perms, no need to double-check in the published wrapper method

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

15 years agooops, forgot to commit dtd entries for damaged item configs
erickson [Thu, 5 Mar 2009 16:26:36 +0000 (16:26 +0000)]
oops, forgot to commit dtd entries for damaged item configs

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

15 years agomore int/float handling
erickson [Thu, 5 Mar 2009 16:25:40 +0000 (16:25 +0000)]
more int/float handling

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

15 years agoplugged in XUL handling
erickson [Thu, 5 Mar 2009 16:24:55 +0000 (16:24 +0000)]
plugged in XUL handling

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

15 years agoI had inlined this because it's easier to debug than it would be if JSAN loaded it...
phasefx [Thu, 5 Mar 2009 16:18:31 +0000 (16:18 +0000)]
I had inlined this because it's easier to debug than it would be if JSAN loaded it.  Still need to do this with all the interfaces

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

15 years agowhite background needed for embedded staff interfaces
erickson [Thu, 5 Mar 2009 16:03:14 +0000 (16:03 +0000)]
white background needed for embedded staff interfaces

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

15 years agohandle NaN's
erickson [Thu, 5 Mar 2009 16:01:02 +0000 (16:01 +0000)]
handle NaN's

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

15 years agoremoved NULL constraint from template for events that generate no template output
erickson [Thu, 5 Mar 2009 13:50:00 +0000 (13:50 +0000)]
removed NULL constraint from template for events that generate no template output

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

15 years agoAdd support for testing all Jabber credentials in multi-domain
dbs [Thu, 5 Mar 2009 13:41:59 +0000 (13:41 +0000)]
Add support for testing all Jabber credentials in multi-domain

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

15 years agofix the fix for Dan's Record 0 of 1 pet peeve :) server/cat/opac.js is actually...
phasefx [Thu, 5 Mar 2009 07:25:34 +0000 (07:25 +0000)]
fix the fix for Dan's Record 0 of 1 pet peeve :)  server/cat/opac.js is actually dead code at the moment.. if we use it, we lose the back/forth buttons :(

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

15 years agotrying to get the splitter in the patron displays to persist their positions again...
phasefx [Thu, 5 Mar 2009 07:17:15 +0000 (07:17 +0000)]
trying to get the splitter in the patron displays to persist their positions again, but it's not working :-/

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

15 years agoFix "Record 1 of 0" pet peeve. Not sure why record count is coming in as 0, but we...
dbs [Thu, 5 Mar 2009 06:03:00 +0000 (06:03 +0000)]
Fix "Record 1 of 0" pet peeve. Not sure why record count is coming in as 0, but we'll use a slightly ugly work around for that.

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

15 years agofix active autocreate; add passive autocreate function (accepts optional object filter)
miker [Thu, 5 Mar 2009 04:42:17 +0000 (04:42 +0000)]
fix active autocreate; add passive autocreate function (accepts optional object filter)

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

15 years agore-arrange the button bar in the patron display
phasefx [Thu, 5 Mar 2009 04:39:41 +0000 (04:39 +0000)]
re-arrange the button bar in the patron display

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

15 years agoplugged in charge-on-damaged logic, org settings, and billing type
erickson [Wed, 4 Mar 2009 23:49:25 +0000 (23:49 +0000)]
plugged in charge-on-damaged logic, org settings, and billing type

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

15 years agooops, I brought this back to life by accident
phasefx [Wed, 4 Mar 2009 22:45:57 +0000 (22:45 +0000)]
oops, I brought this back to life by accident

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

15 years agooptional button bar between top-level menu and tabbed interfaces
phasefx [Wed, 4 Mar 2009 22:39:53 +0000 (22:39 +0000)]
optional button bar between top-level menu and tabbed interfaces

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

15 years agoremoved mark-lost-after, that's handled by trigger now. repaired 2 setting names
erickson [Wed, 4 Mar 2009 22:35:28 +0000 (22:35 +0000)]
removed mark-lost-after, that's handled by trigger now.  repaired 2 setting names

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

15 years agoplugged in the actual marking lost part
erickson [Wed, 4 Mar 2009 22:12:04 +0000 (22:12 +0000)]
plugged in the actual marking lost part

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

15 years agomoved mark-lost logic into cat/assetcommon and some transaction mgmt into circ/circco...
erickson [Wed, 4 Mar 2009 22:02:20 +0000 (22:02 +0000)]
moved mark-lost logic into cat/assetcommon and some transaction mgmt into circ/circcommon for non-published, shared access

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

15 years agofixed TT helper func
erickson [Wed, 4 Mar 2009 21:24:29 +0000 (21:24 +0000)]
fixed TT helper func

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

15 years agologic error on due_date check
erickson [Wed, 4 Mar 2009 21:18:14 +0000 (21:18 +0000)]
logic error on due_date check

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

15 years agostub for mark-item-lost reactor
erickson [Wed, 4 Mar 2009 21:17:37 +0000 (21:17 +0000)]
stub for mark-item-lost reactor

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

15 years agoalternative horizontal patron search interface
phasefx [Wed, 4 Mar 2009 18:47:21 +0000 (18:47 +0000)]
alternative horizontal patron search interface

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

15 years agoless noise
phasefx [Wed, 4 Mar 2009 16:30:55 +0000 (16:30 +0000)]
less noise

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

15 years agodo not look for transaction summaries if there are no transactions
miker [Wed, 4 Mar 2009 15:26:40 +0000 (15:26 +0000)]
do not look for transaction summaries if there are no transactions

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

15 years agofix the patron editor and patron embedded hold placement fight. need unique URL...
phasefx [Wed, 4 Mar 2009 15:16:22 +0000 (15:16 +0000)]
fix the patron editor and patron embedded hold placement fight.  need unique URL's when using my deck wrapper

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

15 years agoneeded an extra argument for oils_i18n_gettext
phasefx [Wed, 4 Mar 2009 14:10:48 +0000 (14:10 +0000)]
needed an extra argument for oils_i18n_gettext

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

15 years agorepaired array positions
erickson [Wed, 4 Mar 2009 14:05:22 +0000 (14:05 +0000)]
repaired array positions

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

15 years agoadded some org unit settings that we'll be needing.
erickson [Wed, 4 Mar 2009 03:49:51 +0000 (03:49 +0000)]
added some org unit settings that we'll be needing.

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

15 years agoproperly adjust max_cn and max_uri; tabs to spaces in Ingest.pm; only create callnumb...
miker [Wed, 4 Mar 2009 03:11:02 +0000 (03:11 +0000)]
properly adjust max_cn and max_uri; tabs to spaces in Ingest.pm; only create callnumbers once

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