]> git.evergreen-ils.org Git - working/Evergreen.git/log
working/Evergreen.git
15 years agouse built-in edit dialog
erickson [Wed, 4 Feb 2009 18:41:44 +0000 (18:41 +0000)]
use built-in edit dialog

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

15 years agoIn SELECT(): simplify and clarify the logic for building a default
scottmk [Wed, 4 Feb 2009 16:48:49 +0000 (16:48 +0000)]
In SELECT(): simplify and clarify the logic for building a default
select list.  Also, for a minor performance boost: don't look up the
core fields unless we're actually going to use them.

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

15 years agoauto-grid now has the ability to pop up an edit dialog for the given fieldmapper...
erickson [Wed, 4 Feb 2009 16:43:03 +0000 (16:43 +0000)]
auto-grid now has the ability to pop up an edit dialog for the given fieldmapper object

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

15 years agoadded pcrud as controller for asva
erickson [Wed, 4 Feb 2009 16:12:52 +0000 (16:12 +0000)]
added pcrud as controller for asva

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

15 years agoadded pending column to represent pending approval from staff.
erickson [Wed, 4 Feb 2009 15:41:15 +0000 (15:41 +0000)]
added pending column to represent pending approval from staff.

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

15 years agoadded some rough exchange rate editing code using auto widgets. essentially function...
erickson [Wed, 4 Feb 2009 04:49:23 +0000 (04:49 +0000)]
added some rough exchange rate editing code using auto widgets.  essentially functions, but more later

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

15 years agobetter handle case where grid structure may exist but just have no columns yet defined
erickson [Wed, 4 Feb 2009 04:47:38 +0000 (04:47 +0000)]
better handle case where grid structure may exist but just have no columns yet defined

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

15 years agoallow caller to pass additional onpostapply and oncancel handlers
erickson [Wed, 4 Feb 2009 04:46:55 +0000 (04:46 +0000)]
allow caller to pass additional onpostapply and oncancel handlers

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

15 years agoAnd now make old-school gateway requests behave in the OPAC.
dbs [Wed, 4 Feb 2009 04:37:46 +0000 (04:37 +0000)]
And now make old-school gateway requests behave in the OPAC.

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

15 years agoThis update tweaks the SELECT function, at the point commented
scottmk [Wed, 4 Feb 2009 01:43:25 +0000 (01:43 +0000)]
This update tweaks the SELECT function, at the point commented
"make sure the target relation is in the join tree".

The new logic should be equivalent to the old, except that
the old code potentially invokes undefined behavior by
reading through a null pointer.

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

15 years agoMinor tweaks to the SELECT function:
scottmk [Tue, 3 Feb 2009 22:44:48 +0000 (22:44 +0000)]
Minor tweaks to the SELECT function:

1. Narrowed the scope of the idlClass variable.

2. Made cname const,

3. In the loop for building the column list: eliminated an IDL lookup
for the class name, because we already have it.  The IDL stores it
redundantly in two different places, and we don't need to find both.

4. Renamed __column and __alias to _column and _alias.  Identifiers
beginning with two underscores are reserved.

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

15 years agoDojo wants locales in xx-yy format, not xx-YY.
dbs [Tue, 3 Feb 2009 20:54:03 +0000 (20:54 +0000)]
Dojo wants locales in xx-yy format, not xx-YY.
Avoids #39 + 1.

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

15 years agoDojo wants locales passed to it in xx-yy format, not xx-YY.
dbs [Tue, 3 Feb 2009 20:49:54 +0000 (20:49 +0000)]
Dojo wants locales passed to it in xx-yy format, not xx-YY.
Closes #39.

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

15 years agoadded pcrud entries for exchange_rate
erickson [Tue, 3 Feb 2009 19:24:16 +0000 (19:24 +0000)]
added pcrud entries for exchange_rate

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

15 years agoMake pcrud a publicly available service, just like permacrud
dbs [Tue, 3 Feb 2009 18:12:43 +0000 (18:12 +0000)]
Make pcrud a publicly available service, just like permacrud

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

15 years agoAdded a couple of sanity checks to SELECT(). Return NULL if
scottmk [Tue, 3 Feb 2009 17:53:48 +0000 (17:53 +0000)]
Added a couple of sanity checks to SELECT().  Return NULL if
(1) the input jsonObject for the join tree is neither a hash,
nor an array, nor a string; or (2) it's a hash with more than
one element.

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

15 years agofixed streaming vs. non-streaming logic error in currency_type retrieve. took oppor...
erickson [Tue, 3 Feb 2009 17:33:51 +0000 (17:33 +0000)]
fixed streaming vs. non-streaming logic error in currency_type retrieve.   took opportunity to port to pcrud

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

15 years agoInitial attempt to add acquisitions to default configuration
dbs [Tue, 3 Feb 2009 16:42:14 +0000 (16:42 +0000)]
Initial attempt to add acquisitions to default configuration

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

15 years agoadded a cascading survey delete operation.
erickson [Tue, 3 Feb 2009 16:26:58 +0000 (16:26 +0000)]
added a cascading survey delete operation.

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

15 years agoThis kind of typo might cause headaches
dbs [Mon, 2 Feb 2009 20:12:10 +0000 (20:12 +0000)]
This kind of typo might cause headaches

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

15 years agoIt's important to mark this as application/octet-stream
dbs [Mon, 2 Feb 2009 07:02:04 +0000 (07:02 +0000)]
It's important to mark this as application/octet-stream

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

15 years agoAdd 98 Nepali MARC records to the test datasets
dbs [Mon, 2 Feb 2009 06:53:55 +0000 (06:53 +0000)]
Add 98 Nepali MARC records to the test datasets

On a stock OpenSRF 1.0.3 / Evergreen 1.4.0.1 machine, only 20 of these
records are successfully added using the standard marc2bre / direct_ingest /
pg_loader toolchain. Looks like errors decoding JSON containing exotic
characters; also some strange fingerprints.

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

15 years agokeys is more efficient than map, since we already have the id list as the hash keys
miker [Sun, 1 Feb 2009 21:35:44 +0000 (21:35 +0000)]
keys is more efficient than map, since we already have the id list as the hash keys

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

15 years agoneed the full hook, not just idlist
miker [Sun, 1 Feb 2009 21:34:34 +0000 (21:34 +0000)]
need the full hook, not just idlist

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

15 years agoReplaced all occurrences of the macro OSRF_METHOD_VERIFY_CONTEXT
scottmk [Sun, 1 Feb 2009 21:26:36 +0000 (21:26 +0000)]
Replaced all occurrences of the macro OSRF_METHOD_VERIFY_CONTEXT
with equivalent calls to the function osrfMethodVerifyContext().

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

15 years agoRearranged a bit for clarity.
scottmk [Sun, 1 Feb 2009 19:03:30 +0000 (19:03 +0000)]
Rearranged a bit for clarity.

1. In doRetrieve: don't declare obj until we're ready to build it.

2. In doFieldmapperSearch(): reversed an "if" test to clarify what's
an early return and what's mainline logic.  Also: don't declare or
create res_list until we know we're going to return it.

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

15 years agoadding event group support
miker [Sun, 1 Feb 2009 04:42:59 +0000 (04:42 +0000)]
adding event group support

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

15 years agonon-grouped event firing, event locating and grouping
miker [Sat, 31 Jan 2009 22:04:33 +0000 (22:04 +0000)]
non-grouped event firing, event locating and grouping

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

15 years agoadding jump attr to the xsd; adding jump to asva
miker [Sat, 31 Jan 2009 20:50:17 +0000 (20:50 +0000)]
adding jump attr to the xsd; adding jump to asva

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

15 years agoteaching the pcrud personallity of cstore how to use the jump attr in permacrud actio...
miker [Fri, 30 Jan 2009 23:02:18 +0000 (23:02 +0000)]
teaching the pcrud personallity of cstore how to use the jump attr in permacrud action context elements

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

15 years agoasva needs the jump attribute to from question to survey to owner
miker [Fri, 30 Jan 2009 21:38:47 +0000 (21:38 +0000)]
asva needs the jump attribute to from question to survey to owner

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

15 years agoadding Scott's dump_idl utility, and adding jump support; makefile support for dump_idl
miker [Fri, 30 Jan 2009 21:37:59 +0000 (21:37 +0000)]
adding Scott's dump_idl utility, and adding jump support; makefile support for dump_idl

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

15 years agoadding support for jump attribute, for remote indirection; fixing incorrect comment
miker [Fri, 30 Jan 2009 21:36:44 +0000 (21:36 +0000)]
adding support for jump attribute, for remote indirection; fixing incorrect comment

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

15 years agogood-ify the output xml
miker [Thu, 29 Jan 2009 20:05:29 +0000 (20:05 +0000)]
good-ify the output xml

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

15 years agooutput the deleted column from fast-extract; use said column in marc_add_ids
miker [Thu, 29 Jan 2009 20:02:17 +0000 (20:02 +0000)]
output the deleted column from fast-extract; use said column in marc_add_ids

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

15 years agothis file doesn't follow the convention used elsewhere.. so wrong path to this object
phasefx [Thu, 29 Jan 2009 19:11:55 +0000 (19:11 +0000)]
this file doesn't follow the convention used elsewhere.. so wrong path to this object

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

15 years agoalways assume disconnect succeeds ... for now
miker [Thu, 29 Jan 2009 15:27:50 +0000 (15:27 +0000)]
always assume disconnect succeeds ... for now

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

15 years agocan not retrieve an object before we create it ... doh! (thanks, Laura, for catching...
miker [Wed, 28 Jan 2009 19:02:01 +0000 (19:02 +0000)]
can not retrieve an object before we create it ... doh! (thanks, Laura, for catching this)

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

15 years agoexample validators; adding noop modules to the schema creation script
miker [Wed, 28 Jan 2009 02:17:38 +0000 (02:17 +0000)]
example validators; adding noop modules to the schema creation script

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

15 years agoremove (now) needless fleshing
miker [Wed, 28 Jan 2009 02:01:24 +0000 (02:01 +0000)]
remove (now) needless fleshing

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

15 years agoallow either fleshed or unfleshed module objects
miker [Wed, 28 Jan 2009 01:59:53 +0000 (01:59 +0000)]
allow either fleshed or unfleshed module objects

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

15 years agoAdd some basic dummy handlers (fourtytwo, NOOP_True and NOOP_False) for each module...
miker [Wed, 28 Jan 2009 01:46:14 +0000 (01:46 +0000)]
Add some basic dummy handlers (fourtytwo, NOOP_True and NOOP_False) for each module type

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

15 years agorefactor the general object layout; use fleshing where possible
miker [Wed, 28 Jan 2009 01:44:48 +0000 (01:44 +0000)]
refactor the general object layout; use fleshing where possible

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

15 years agoadd specialized module namespace overrides
miker [Wed, 28 Jan 2009 01:44:05 +0000 (01:44 +0000)]
add specialized module namespace overrides

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

15 years agoSecond part of fix for viewing reports, related to r11995
dbs [Tue, 27 Jan 2009 13:39:52 +0000 (13:39 +0000)]
Second part of fix for viewing reports, related to r11995

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

15 years agoFix regression that prevents anyone from viewing reports
dbs [Tue, 27 Jan 2009 04:30:46 +0000 (04:30 +0000)]
Fix regression that prevents anyone from viewing reports

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

15 years agoWe need to expose vandelay and permacrud as public services.
dbs [Tue, 27 Jan 2009 03:33:32 +0000 (03:33 +0000)]
We need to expose vandelay and permacrud as public services.
Sort the list of public services so it's easy to skim through.

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

15 years agoAdd a little sample of geospatial data for FGDC/CSDGM transform fun
dbs [Tue, 27 Jan 2009 03:28:14 +0000 (03:28 +0000)]
Add a little sample of geospatial data for FGDC/CSDGM transform fun

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

15 years agofor now use die instead of throw
miker [Tue, 27 Jan 2009 02:23:18 +0000 (02:23 +0000)]
for now use die instead of throw

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

15 years agothrow errors when we cannot update the event state
miker [Tue, 27 Jan 2009 02:21:33 +0000 (02:21 +0000)]
throw errors when we cannot update the event state

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

15 years agomore states available to events
miker [Tue, 27 Jan 2009 02:15:47 +0000 (02:15 +0000)]
more states available to events

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

15 years agoinitial single-event firing module
miker [Tue, 27 Jan 2009 02:15:09 +0000 (02:15 +0000)]
initial single-event firing module

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

15 years agoEliminated all calls to oilsIDLFindPath() in this file.
scottmk [Mon, 26 Jan 2009 20:56:33 +0000 (20:56 +0000)]
Eliminated all calls to oilsIDLFindPath() in this file.

This change eliminates the overhead of parsing path
strings, including the malloc and free that such
parsing entails.

In addition: in most cases we had been calling
oilsIDLFindPath() twice, once to verify that the class
existed, and again to find whatever piece of it we
wanted.  This duplication of effort is now gone.
-This line, and those below, will be ignored--

M    Open-ILS/src/c-apps/oils_idl-core.c

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

15 years agoadded a streaming, batch mvr retrieval method
erickson [Mon, 26 Jan 2009 20:43:27 +0000 (20:43 +0000)]
added a streaming, batch mvr retrieval method

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

15 years agoForward port r11979 from rel_1_4:
dbs [Mon, 26 Jan 2009 20:01:05 +0000 (20:01 +0000)]
Forward port r11979 from rel_1_4:
Use local log files rather than syslog by default.
Set default loglevel to 3 (Info) to avoid filling disk space of unsuspecting users.
Use LOCALSTATEDIR to enable configure to set location of local log files.

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

15 years agoaccomodate metarecord holds from open-ils.circ.holds.retrieve_all_from_title. Thanks...
phasefx [Mon, 26 Jan 2009 19:47:30 +0000 (19:47 +0000)]
accomodate metarecord holds from open-ils.circ.holds.retrieve_all_from_title.  Thanks Bill!

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

15 years agowe've seen sip clients in the field that do not handle unicode very well. until...
erickson [Mon, 26 Jan 2009 19:04:51 +0000 (19:04 +0000)]
we've seen sip clients in the field that do not handle unicode very well.  until we track down the problem, strip the 'wide characters' from the title string

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

15 years agoadded support for returning the metarecord holds in open-ils.circ.holds.retrieve_all_...
erickson [Mon, 26 Jan 2009 18:50:59 +0000 (18:50 +0000)]
added support for returning the metarecord holds in open-ils.circ.holds.retrieve_all_from_title

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

15 years agoadded savepoint support
erickson [Mon, 26 Jan 2009 17:20:39 +0000 (17:20 +0000)]
added savepoint support

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

15 years agoenable direct use of xact_begin/rollback/commit for managing transactions. change...
erickson [Mon, 26 Jan 2009 17:10:10 +0000 (17:10 +0000)]
enable direct use of xact_begin/rollback/commit for managing transactions.  change xact_start to xact_begin for consistency

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

15 years ago1. Gave more descriptive names to a number of variables,
scottmk [Mon, 26 Jan 2009 13:55:54 +0000 (13:55 +0000)]
1. Gave more descriptive names to a number of variables,
sometimes introducing additional names instead of reusing
existing names for multiple unrelated purposes.

2. Rewrote some of the permacrud-related code to
improve clarity.

3. Tweaked some debugging messages so that we wouldn't
try to format them with NULL pointers.

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

15 years agoThe 'error' passed to the unexpected error dialog may be a string
phasefx [Mon, 26 Jan 2009 01:04:13 +0000 (01:04 +0000)]
The 'error' passed to the unexpected error dialog may be a string

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

15 years agomore graceful handling of errors during login sequence
phasefx [Mon, 26 Jan 2009 00:38:50 +0000 (00:38 +0000)]
more graceful handling of errors during login sequence

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

15 years agofix logic error with broken chain (chain is an array of functions that get called...
phasefx [Mon, 26 Jan 2009 00:31:32 +0000 (00:31 +0000)]
fix logic error with broken chain (chain is an array of functions that get called sequentially and are tied together via repeated setTimeout calls, in order to give the UI chances to update)

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

15 years agodrop-down menu of all servers in ws_info
phasefx [Mon, 26 Jan 2009 00:06:04 +0000 (00:06 +0000)]
drop-down menu of all servers in ws_info

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

15 years agohandle null's in the start-up sequence (we have a pcrud call in there now and it...
phasefx [Sun, 25 Jan 2009 23:16:53 +0000 (23:16 +0000)]
handle null's in the start-up sequence (we have a pcrud call in there now and it returns null instead of empty arrays if the data it's looking for doesn't exist)

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

15 years agoextra parens
phasefx [Sun, 25 Jan 2009 22:09:50 +0000 (22:09 +0000)]
extra parens

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

15 years agoadd marc_add_ids and fast-extract to the base script install
miker [Sun, 25 Jan 2009 19:32:36 +0000 (19:32 +0000)]
add marc_add_ids and fast-extract to the base script install

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

15 years agorestriction on non-real IDs
miker [Sun, 25 Jan 2009 17:17:41 +0000 (17:17 +0000)]
restriction on non-real IDs

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

15 years agoremove debug warnings
miker [Sun, 25 Jan 2009 16:54:02 +0000 (16:54 +0000)]
remove debug warnings

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

15 years agoanother typo
miker [Sun, 25 Jan 2009 16:52:26 +0000 (16:52 +0000)]
another typo

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

15 years agoallow different delimiters; typo
miker [Sun, 25 Jan 2009 16:51:38 +0000 (16:51 +0000)]
allow different delimiters; typo

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

15 years agocreate count field before using it
miker [Sun, 25 Jan 2009 16:49:52 +0000 (16:49 +0000)]
create count field before using it

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

15 years agoscript to dump records based on edit_date in a format that marc_add_ids can ingest
miker [Sun, 25 Jan 2009 16:40:58 +0000 (16:40 +0000)]
script to dump records based on edit_date in a format that marc_add_ids can ingest

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

15 years agoadd MARCXML cleanup, quiet mode, current count output and newline stripping for marc...
miker [Sun, 25 Jan 2009 15:53:08 +0000 (15:53 +0000)]
add MARCXML cleanup, quiet mode, current count output and newline stripping for marc output

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

15 years agoadd pcrud support to eg_db_config.pl
phasefx [Sun, 25 Jan 2009 03:03:10 +0000 (03:03 +0000)]
add pcrud support to eg_db_config.pl

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

15 years agostart of the event firing code -- build the environment for validators, reactors...
miker [Sat, 24 Jan 2009 01:49:28 +0000 (01:49 +0000)]
start of the event firing code -- build the environment for validators, reactors and cleanup modules

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

15 years agoadd links to the fm class structure
miker [Sat, 24 Jan 2009 01:48:41 +0000 (01:48 +0000)]
add links to the fm class structure

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

15 years agoadded a default gettier for common fieldmapper datatypes
erickson [Fri, 23 Jan 2009 23:33:07 +0000 (23:33 +0000)]
added a default gettier for common fieldmapper datatypes

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

15 years agorearranging some classes around for better re-use. added an initial auto-grid, need...
erickson [Fri, 23 Jan 2009 22:20:49 +0000 (22:20 +0000)]
rearranging some classes around for better re-use.  added an initial auto-grid, need to add some default data formatting depending on datatype

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

15 years agoinitial cut of some scaffolding which will load and run Collector, Validator, Reactor...
miker [Fri, 23 Jan 2009 21:06:27 +0000 (21:06 +0000)]
initial cut of some scaffolding which will load and run Collector, Validator, Reactor and Cleanup handlers

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

15 years ago-set_as_deleted param for setting Leader/05 to "d". This is to support XC's OAIToolkit.
phasefx [Fri, 23 Jan 2009 20:09:35 +0000 (20:09 +0000)]
-set_as_deleted param for setting Leader/05 to "d".  This is to support XC's OAIToolkit.

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

15 years agoallow config settings to be passed in via args object to constructor
erickson [Fri, 23 Jan 2009 17:10:07 +0000 (17:10 +0000)]
allow config settings to be passed in via args object to constructor

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

15 years agoplugged in option to build cancel and 'apply' buttons. next steps are 1. i18n for...
erickson [Fri, 23 Jan 2009 16:40:58 +0000 (16:40 +0000)]
plugged in option to build cancel and 'apply' buttons.  next steps are 1. i18n for buttons, 2. use widget template instead of manual element creation

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

15 years agominor cleanup
erickson [Fri, 23 Jan 2009 15:57:47 +0000 (15:57 +0000)]
minor cleanup

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

15 years agobetter support for org tree widgets
erickson [Fri, 23 Jan 2009 15:57:12 +0000 (15:57 +0000)]
better support for org tree widgets

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

15 years agodon't forget the forests
erickson [Fri, 23 Jan 2009 15:56:34 +0000 (15:56 +0000)]
don't forget the forests

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

15 years agoNot sure why, but this version of FilteringTreeSelect uses the correct field when...
erickson [Fri, 23 Jan 2009 15:26:02 +0000 (15:26 +0000)]
Not sure why, but this version of FilteringTreeSelect uses the correct field when calculating the value of a stored item

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

15 years agoForward port r11921 from rel_1_4 - saner default level of logging for Apache
dbs [Thu, 22 Jan 2009 21:38:01 +0000 (21:38 +0000)]
Forward port r11921 from rel_1_4 - saner default level of logging for Apache

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

15 years agoBring trunk README into line with reality (version number, PostgreSQL versions)
dbs [Thu, 22 Jan 2009 21:37:04 +0000 (21:37 +0000)]
Bring trunk README into line with reality (version number, PostgreSQL versions)

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

15 years agoThe fielder service needs to be publicly available; it only exposes objects that...
dbs [Thu, 22 Jan 2009 21:18:42 +0000 (21:18 +0000)]
The fielder service needs to be publicly available; it only exposes objects that are publicly visible.
Thanks berick!

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

15 years agorefactor checkin to fix audibles coming after dialogs instead of before. The checkin...
phasefx [Thu, 22 Jan 2009 20:51:57 +0000 (20:51 +0000)]
refactor checkin to fix audibles coming after dialogs instead of before.  The checkin code for the main checkin interface was effectively asynchronous; sound and dialogs appear to misbehave when in asynchronous callbacks

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

15 years agotreat a list like a list here, just to be safer
phasefx [Thu, 22 Jan 2009 20:48:07 +0000 (20:48 +0000)]
treat a list like a list here, just to be safer

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

15 years agofinish adding pcrud to the example config
phasefx [Thu, 22 Jan 2009 19:57:34 +0000 (19:57 +0000)]
finish adding pcrud to the example config

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

15 years agoQuiet the complaint if action_trigger schema has never been created before
dbs [Thu, 22 Jan 2009 19:55:29 +0000 (19:55 +0000)]
Quiet the complaint if action_trigger schema has never been created before

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

15 years agoverify date string exists before telling dojo to parse it, otherwise, errors
erickson [Thu, 22 Jan 2009 18:52:39 +0000 (18:52 +0000)]
verify date string exists before telling dojo to parse it, otherwise, errors

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

15 years ago-set_001_003 param to set 001 to record id and 003 to repository code (specified...
phasefx [Thu, 22 Jan 2009 18:10:22 +0000 (18:10 +0000)]
-set_001_003 param to set 001 to record id and 003 to repository code (specified by -repository_code param, defaults to Evergreen).  This is to support XC's OAIToolkit.  Also show specific errors on failed records.

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

15 years agobetter support for handling detachment of last address
erickson [Thu, 22 Jan 2009 15:04:42 +0000 (15:04 +0000)]
better support for handling detachment of last address

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

15 years agoMake fkey types compatible for PostgreSQL 8.3
dbs [Thu, 22 Jan 2009 13:49:05 +0000 (13:49 +0000)]
Make fkey types compatible for PostgreSQL 8.3

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

15 years agosyntax issues and typos spotted by Dan
miker [Thu, 22 Jan 2009 13:26:05 +0000 (13:26 +0000)]
syntax issues and typos spotted by Dan

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