]> git.evergreen-ils.org Git - working/Evergreen.git/log
working/Evergreen.git
15 years agoadd a little focus style
erickson [Thu, 19 Feb 2009 15:33:59 +0000 (15:33 +0000)]
add a little focus style

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

15 years agoIn searchJOIN: substantially rewrote the code for the condition where
scottmk [Thu, 19 Feb 2009 02:12:46 +0000 (02:12 +0000)]
In searchJOIN: substantially rewrote the code for the condition where
the JSON query specifies neither of the join columns.

1. Corrected an apparent bug whereby we could join in only one
direction, even when a join in the opposite direction was
valid and equivalent.

2. Rewrote the search loops for better performance.

3. When testing for the success of the searches for join columns,
success should mean that we have identified both columns.  Identifying
just one isn't enough.

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

15 years agoCorrect an error in the link specification for class asv.
scottmk [Wed, 18 Feb 2009 21:25:48 +0000 (21:25 +0000)]
Correct an error in the link specification for class asv.
(Class aou doesn't have a "survey" field.)

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

15 years agoadded onchange to copy new barcodes into usrname field
erickson [Wed, 18 Feb 2009 17:15:13 +0000 (17:15 +0000)]
added onchange to copy new barcodes into usrname field

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

15 years agosearchJOIN() was segfaulting when the FROM clause was of
scottmk [Wed, 18 Feb 2009 07:51:39 +0000 (07:51 +0000)]
searchJOIN() was segfaulting when the FROM clause was of
the form "from": { "xxx":"yyy" }.  Reason: we were
freeing freeable_hash prematurely.  Fixed.

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

15 years agoAvoid syntax errors due to mix of multi-valued INSERT clauses and single-valued INSER...
dbs [Wed, 18 Feb 2009 04:55:26 +0000 (04:55 +0000)]
Avoid syntax errors due to mix of multi-valued INSERT clauses and single-valued INSERT clauses
Avoid duplicate key error in that pesky permissions list

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

15 years agoinitial dojo-ified xul glue
erickson [Wed, 18 Feb 2009 04:52:25 +0000 (04:52 +0000)]
initial dojo-ified xul glue

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

15 years agoadded onchange to set expire date based on profile group selected
erickson [Wed, 18 Feb 2009 04:49:20 +0000 (04:49 +0000)]
added onchange to set expire date based on profile group selected

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

15 years agodojo-based interval2seconds
erickson [Wed, 18 Feb 2009 04:48:34 +0000 (04:48 +0000)]
dojo-based interval2seconds

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

15 years agoIn searchJOIN(): added a bit of sanity checking, to prevent
scottmk [Tue, 17 Feb 2009 23:19:16 +0000 (23:19 +0000)]
In searchJOIN(): added a bit of sanity checking, to prevent
segfaults induced by certain kinds of malformed JSOn queries.

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

15 years agoallow for the setting of the page title from the sub-template
erickson [Tue, 17 Feb 2009 22:57:37 +0000 (22:57 +0000)]
allow for the setting of the page title from the sub-template

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

15 years agoplugged in new/delete addr handling
erickson [Tue, 17 Feb 2009 22:50:41 +0000 (22:50 +0000)]
plugged in new/delete addr handling

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

15 years agoadded int/float widgets
erickson [Tue, 17 Feb 2009 22:49:37 +0000 (22:49 +0000)]
added int/float widgets

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

15 years agoexplicitly load Util
erickson [Tue, 17 Feb 2009 18:06:57 +0000 (18:06 +0000)]
explicitly load Util

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

15 years agoadded batch org setting method
erickson [Tue, 17 Feb 2009 18:06:36 +0000 (18:06 +0000)]
added batch org setting method

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

15 years agorepaired org setting calls. added static version so no org-unit reference is required
erickson [Tue, 17 Feb 2009 18:06:13 +0000 (18:06 +0000)]
repaired org setting calls.  added static version so no org-unit reference is required

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

15 years agoLet's build test_json_query as part of autotools
dbs [Tue, 17 Feb 2009 16:42:10 +0000 (16:42 +0000)]
Let's build test_json_query as part of autotools

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

15 years agoplugged in saving of new users
erickson [Tue, 17 Feb 2009 16:12:46 +0000 (16:12 +0000)]
plugged in saving of new users

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

15 years agopcrud entries for ident_type
erickson [Tue, 17 Feb 2009 15:40:53 +0000 (15:40 +0000)]
pcrud entries for ident_type

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

15 years agouse colspan 0 to span the table length
erickson [Tue, 17 Feb 2009 14:20:07 +0000 (14:20 +0000)]
use colspan 0 to span the table length

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

15 years agoOpened a window into the innards of oils_cstore.c.
scottmk [Tue, 17 Feb 2009 14:03:35 +0000 (14:03 +0000)]
Opened a window into the innards of oils_cstore.c.

1. Gave external linkage to the SELECT function.

2. Added a new test_json_query.c, which calls the newly extern
SELECT() to translate a JSON query into SQL.  To be used for
testing, debugging, and troubleshooting.  Note that this
utility calls SELECT() by normal linkage, not by dynamic
loading.

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

15 years agoen-US is better than no MARC editor tooltips at all; but we really need to HEAD the...
dbs [Tue, 17 Feb 2009 04:59:13 +0000 (04:59 +0000)]
en-US is better than no MARC editor tooltips at all; but we really need to HEAD the requested locale

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

15 years agoplugged in surveys
erickson [Tue, 17 Feb 2009 04:10:06 +0000 (04:10 +0000)]
plugged in surveys

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

15 years agostat cat entries plugged in
erickson [Tue, 17 Feb 2009 03:34:13 +0000 (03:34 +0000)]
stat cat entries plugged in

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

15 years agoinitial plugin of staff-cats
erickson [Tue, 17 Feb 2009 02:30:46 +0000 (02:30 +0000)]
initial plugin of staff-cats

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

15 years agoexperimental flattened/idl-aware user editor that takes advantage of auto-widgets...
erickson [Mon, 16 Feb 2009 22:00:06 +0000 (22:00 +0000)]
experimental flattened/idl-aware user editor that takes advantage of auto-widgets and field-docs (i.e. context help)

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

15 years agoplugged in perm group tree builder
erickson [Mon, 16 Feb 2009 21:55:52 +0000 (21:55 +0000)]
plugged in perm group tree builder

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

15 years agoin addition to the field list, provide a name-based hash for faster/simpler runtime...
erickson [Mon, 16 Feb 2009 18:55:09 +0000 (18:55 +0000)]
in addition to the field list, provide a name-based hash for faster/simpler runtime lookup

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

15 years agoEnable local administrators to run / view / share reports by default
dbs [Mon, 16 Feb 2009 02:14:28 +0000 (02:14 +0000)]
Enable local administrators to run / view / share reports by default

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

15 years agogrammar-o. Thanks Trinculo!
phasefx [Sun, 15 Feb 2009 22:30:44 +0000 (22:30 +0000)]
grammar-o.  Thanks Trinculo!

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

15 years agoCast LOWER arguments explicitly to text to deal with LOWER(id) - throws an exception...
dbs [Sun, 15 Feb 2009 18:53:56 +0000 (18:53 +0000)]
Cast LOWER arguments explicitly to text to deal with LOWER(id) - throws an exception on PostgreSQL 8.3

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

15 years agolinked in some more UI's
erickson [Sun, 15 Feb 2009 16:58:57 +0000 (16:58 +0000)]
linked in some more UI's

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

15 years agoadded store reset func
erickson [Sun, 15 Feb 2009 16:41:22 +0000 (16:41 +0000)]
added store reset func

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

15 years agodon't apply on-enter-equals-submit handler, cuz enter is conventiently used in variou...
erickson [Sun, 15 Feb 2009 16:39:19 +0000 (16:39 +0000)]
don't apply on-enter-equals-submit handler, cuz enter is conventiently used in various widgets to select values

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

15 years ago1. in searchJOIN(): fixed a bug in a couple of loops that search for
scottmk [Sun, 15 Feb 2009 02:40:40 +0000 (02:40 +0000)]
1. in searchJOIN(): fixed a bug in a couple of loops that search for
links in the IDL.  We were incrementing the index twice in each
iteration, and thereby examining only ever other entry.

2. Constified a couple of character pointers.

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

15 years agoupdated to match new fm_class field name
erickson [Sat, 14 Feb 2009 17:28:50 +0000 (17:28 +0000)]
updated to match new fm_class field name

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

15 years agocannot use "classname", we have reserved that in the js, and perl uses class_name...
miker [Sat, 14 Feb 2009 01:11:31 +0000 (01:11 +0000)]
cannot use "classname", we have reserved that in the js, and perl uses class_name. so, we will use fm_class

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

15 years agoUI for manging idl_field_doc entries
erickson [Fri, 13 Feb 2009 22:21:34 +0000 (22:21 +0000)]
UI for manging idl_field_doc entries

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

15 years agocan now override any given auto-widget with a locally defined widget
erickson [Fri, 13 Feb 2009 22:10:08 +0000 (22:10 +0000)]
can now override any given auto-widget with a locally defined widget

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

15 years agofixed org unit data type
erickson [Fri, 13 Feb 2009 20:08:30 +0000 (20:08 +0000)]
fixed org unit data type

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

15 years agofixed fkey col name
erickson [Fri, 13 Feb 2009 19:58:24 +0000 (19:58 +0000)]
fixed fkey col name

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

15 years agoGive the Administrator user an explicit work_ou of 1 (Consortium)
dbs [Fri, 13 Feb 2009 17:03:05 +0000 (17:03 +0000)]
Give the Administrator user an explicit work_ou of 1 (Consortium)
Fixes calls to open-ils.actor.user.work_perm.highest_org_set.batch and friends that returned NULL for Administrator user

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

15 years agoUI for managing trigger event_defs, hooks, reactors, and validators -- all auto-gener...
erickson [Fri, 13 Feb 2009 16:17:21 +0000 (16:17 +0000)]
UI for managing trigger event_defs, hooks, reactors, and validators -- all auto-generated at this point, but will need some additions

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

15 years agowhen no field order is defined but fields existin in the markup, start there with...
erickson [Fri, 13 Feb 2009 16:15:58 +0000 (16:15 +0000)]
when no field order is defined but fields existin in the markup, start there with the order

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

15 years agodon't display auto-generated fields in create dialog
erickson [Fri, 13 Feb 2009 16:15:14 +0000 (16:15 +0000)]
don't display auto-generated fields in create dialog

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

15 years agofunc comments, treat "" as null
erickson [Fri, 13 Feb 2009 16:14:40 +0000 (16:14 +0000)]
func comments, treat "" as null

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

15 years agopcrud for action_trigger.cleanup
erickson [Fri, 13 Feb 2009 14:19:03 +0000 (14:19 +0000)]
pcrud for action_trigger.cleanup

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

15 years agoAdd VIEW_BILLING_TYPE permission to Staff
dbs [Fri, 13 Feb 2009 05:15:26 +0000 (05:15 +0000)]
Add VIEW_BILLING_TYPE permission to Staff

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

15 years agono need for a store if there is no tree data (don't attempt to access dataList[0])
erickson [Thu, 12 Feb 2009 22:37:01 +0000 (22:37 +0000)]
no need for a store if there is no tree data (don't attempt to access dataList[0])

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

15 years agorepaired fkey column names
erickson [Thu, 12 Feb 2009 22:22:22 +0000 (22:22 +0000)]
repaired fkey column names

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

15 years agopcrud entries for action_trigger validator and reactor
erickson [Thu, 12 Feb 2009 22:12:54 +0000 (22:12 +0000)]
pcrud entries for action_trigger validator and reactor

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

15 years agoFurther testing suggests that dojox/resources/Grid.css is not needed, and in fact...
dbs [Thu, 12 Feb 2009 20:15:35 +0000 (20:15 +0000)]
Further testing suggests that dojox/resources/Grid.css is not needed, and in fact causes problems

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

15 years agoPass down an osrfMethodContext* where we need one.
scottmk [Thu, 12 Feb 2009 19:25:37 +0000 (19:25 +0000)]
Pass down an osrfMethodContext* where we need one.

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

15 years agoRevert r12071 until we port jubgrid.js over to the Dojo 1.2 DataGrid
dbs [Thu, 12 Feb 2009 17:27:04 +0000 (17:27 +0000)]
Revert r12071 until we port jubgrid.js over to the Dojo 1.2 DataGrid

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

15 years agoadded pcrud entries for trigger event def and hook
erickson [Thu, 12 Feb 2009 17:25:40 +0000 (17:25 +0000)]
added pcrud entries for trigger event def and hook

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

15 years agoslight reformatting for readability
erickson [Thu, 12 Feb 2009 17:01:53 +0000 (17:01 +0000)]
slight reformatting for readability

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

15 years agonew provider ui, based on autogrid and moved into conify (editing static data). ...
erickson [Thu, 12 Feb 2009 17:01:20 +0000 (17:01 +0000)]
new provider ui, based on autogrid and moved into conify (editing static data).  leaving other in place until all functionality is ported over

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

15 years agofixed wiget value accessor/mutator which resulted in values with embedded wiget objec...
erickson [Thu, 12 Feb 2009 16:33:20 +0000 (16:33 +0000)]
fixed wiget value accessor/mutator which resulted in values with embedded wiget objects (resulting in infinite recursion in js2JSON)

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

15 years agoadding IN subquery support
miker [Thu, 12 Feb 2009 06:31:32 +0000 (06:31 +0000)]
adding IN subquery support

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

15 years agono, we want that, really
miker [Wed, 11 Feb 2009 21:33:10 +0000 (21:33 +0000)]
no, we want that, really

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

15 years agoadd idl field documenation table and accompanying IDL entry ... crazy recursive docs
miker [Wed, 11 Feb 2009 21:31:05 +0000 (21:31 +0000)]
add idl field documenation table and accompanying IDL entry ... crazy recursive docs

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

15 years agofixed broken array ref handling
erickson [Wed, 11 Feb 2009 21:18:28 +0000 (21:18 +0000)]
fixed broken array ref handling

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

15 years agouse copy buckets instead (for precats) and verify the copy bucket mechanism is global...
erickson [Wed, 11 Feb 2009 20:43:00 +0000 (20:43 +0000)]
use copy buckets instead (for precats) and verify the copy bucket mechanism is globally configured

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

15 years ago1. Corrected the enforcement of the readonly attribute for classes.
scottmk [Wed, 11 Feb 2009 18:55:11 +0000 (18:55 +0000)]
1. Corrected the enforcement of the readonly attribute for classes.
It was backwards, but harmlessly so because the enforcement is
redundant.

2. Reversed the default for the "virtual" attribute of a field.
Formerly it defaulted to true; now it defaults to false.

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

15 years agofix off-by-one on function literal construction (for function-in-from and literal...
miker [Wed, 11 Feb 2009 17:02:19 +0000 (17:02 +0000)]
fix off-by-one on function literal construction (for function-in-from and literal value transforms); use the function name as the from clause alias, avoiding "(null)" as the alias

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

15 years agoplugged in checkout history bucket population to checkout process
erickson [Wed, 11 Feb 2009 04:33:16 +0000 (04:33 +0000)]
plugged in checkout history bucket population to checkout process

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

15 years agoDoh! slight HTML problem
dbs [Wed, 11 Feb 2009 04:15:19 +0000 (04:15 +0000)]
Doh! slight HTML problem

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

15 years ago1. Applied a uniform standard to determine whether a string represents
scottmk [Wed, 11 Feb 2009 04:12:08 +0000 (04:12 +0000)]
1. Applied a uniform standard to determine whether a string represents
true or false.  A few remaining spots are unchanged for now because
they are dubious on other grounds.

2. In one spot: replaced jsonParseString("true") with jsonNewBoolObject( 1 ).

3. In oilsMakeFieldmapperFromResult(): broke up a confusing "if" test
into two simpler ones.

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

15 years agoinitial support for adding entries to a patron's items-checked-out list
erickson [Tue, 10 Feb 2009 22:44:51 +0000 (22:44 +0000)]
initial support for adding entries to a patron's items-checked-out list

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

15 years agotake advantage of the new billable_transaction_summary table. also, force caller...
erickson [Tue, 10 Feb 2009 21:24:39 +0000 (21:24 +0000)]
take advantage of the new billable_transaction_summary table.  also, force caller to make_mbts to pass an editor in

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

15 years agoallow approval of pending address, even if it does not replace any other address
erickson [Tue, 10 Feb 2009 20:51:55 +0000 (20:51 +0000)]
allow approval of pending address, even if it does not replace any other address

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

15 years agoreturn addr id for consistency
erickson [Tue, 10 Feb 2009 20:49:11 +0000 (20:49 +0000)]
return addr id for consistency

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

15 years agoset pending true on altered addresses
erickson [Tue, 10 Feb 2009 20:46:58 +0000 (20:46 +0000)]
set pending true on altered addresses

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

15 years agoentry for usr address pending flag
erickson [Tue, 10 Feb 2009 20:46:31 +0000 (20:46 +0000)]
entry for usr address pending flag

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

15 years agohandle case where an address is pending but replaces no other address
erickson [Tue, 10 Feb 2009 20:46:08 +0000 (20:46 +0000)]
handle case where an address is pending but replaces no other address

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

15 years agohandle item notes on cascade delete. created item note CUD method. more cstoreditor...
erickson [Tue, 10 Feb 2009 19:41:10 +0000 (19:41 +0000)]
handle item notes on cascade delete.  created item note CUD method.  more cstoreditor-ification

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

15 years agoGet the real org_unit_type depth from aout
dbs [Tue, 10 Feb 2009 19:16:33 +0000 (19:16 +0000)]
Get the real org_unit_type depth from aout

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

15 years agoadded bucket item notes virtual fields
erickson [Tue, 10 Feb 2009 19:08:51 +0000 (19:08 +0000)]
added bucket item notes virtual fields

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

15 years agoflesh item notes on retrieval. refactor retrieval to use cstoreditor
erickson [Tue, 10 Feb 2009 19:06:53 +0000 (19:06 +0000)]
flesh item notes on retrieval.  refactor retrieval to use cstoreditor

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

15 years agoforward port craftsman skin : svn merge -r12127:12130 svn://svn.open-ils.org/ILS...
erickson [Tue, 10 Feb 2009 18:17:32 +0000 (18:17 +0000)]
forward port craftsman skin : svn merge -r12127:12130 svn://svn.open-ils.org/ILS/branches/rel_1_4

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

15 years agosort bucket items by 'pos' field
erickson [Tue, 10 Feb 2009 17:05:53 +0000 (17:05 +0000)]
sort bucket items by 'pos' field

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

15 years agoMiscellaneous tweaks:
scottmk [Tue, 10 Feb 2009 03:46:33 +0000 (03:46 +0000)]
Miscellaneous tweaks:

1. Simplified the logic in searchValueTransform().

2. In a debug message: changed format specification to %p for pointer
values, instead of %d.  Using %d will garble the output if ints and
pointers don't have the same size (and they don't on my laptop).

3. Corrected a typo in another message. The word "non-existant"
is non-existent.

4. For clarity: in several places, reversed the logic of some
if/elses so that we test for a positive condition instead of
a negative condition.

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

15 years agoA bunch of untested code to support serials predictions
djfiander [Tue, 10 Feb 2009 02:52:54 +0000 (02:52 +0000)]
A bunch of untested code to support serials predictions

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

15 years agoby default, don't show sequence columns, which will usually be 'id' columns. configu...
erickson [Mon, 9 Feb 2009 21:54:27 +0000 (21:54 +0000)]
by default, don't show sequence columns, which will usually be 'id' columns.  configurable

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

15 years agocreated read-only version of a single widget and edit pane
erickson [Mon, 9 Feb 2009 21:53:48 +0000 (21:53 +0000)]
created read-only version of a single widget and edit pane

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

15 years agomoved currency type config into conify, using autogrid
erickson [Mon, 9 Feb 2009 18:51:24 +0000 (18:51 +0000)]
moved currency type config into conify, using autogrid

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

15 years agocan now specify post update and create handlers. wrap re-focus in try
erickson [Mon, 9 Feb 2009 18:47:25 +0000 (18:47 +0000)]
can now specify post update and create handlers.  wrap re-focus in try

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

15 years agoremoved some unnecessary console logs
erickson [Mon, 9 Feb 2009 18:09:43 +0000 (18:09 +0000)]
removed some unnecessary console logs

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

15 years agonot sure why views[1] was working before, but it's not now
erickson [Mon, 9 Feb 2009 17:56:49 +0000 (17:56 +0000)]
not sure why views[1] was working before, but it's not now

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

15 years agoteach the IDL about the existence of pkey sequences
erickson [Mon, 9 Feb 2009 17:56:19 +0000 (17:56 +0000)]
teach the IDL about the existence of pkey sequences

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

15 years agofunction to wrap up a xact-base storage request in 1 call
erickson [Mon, 9 Feb 2009 14:12:41 +0000 (14:12 +0000)]
function to wrap up a xact-base storage request in 1 call

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

15 years agoreplace the (very slow) view with the materialized version
miker [Mon, 9 Feb 2009 03:34:48 +0000 (03:34 +0000)]
replace the (very slow) view with the materialized version

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

15 years agoIE does not yet support Array.forEach ... so we fake it with dojo
miker [Mon, 9 Feb 2009 03:34:12 +0000 (03:34 +0000)]
IE does not yet support Array.forEach ... so we fake it with dojo

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

15 years agoinit datalist at startup so each successive instance isn't appending to the same...
erickson [Mon, 9 Feb 2009 01:05:05 +0000 (01:05 +0000)]
init datalist at startup so each successive instance isn't appending to the same array

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

15 years agouse new built-in autogrid fetch & load
erickson [Sun, 8 Feb 2009 16:06:36 +0000 (16:06 +0000)]
use new built-in autogrid fetch & load

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

15 years agoautogrid can now fetch and load all data of a given class
erickson [Sun, 8 Feb 2009 16:05:20 +0000 (16:05 +0000)]
autogrid can now fetch and load all data of a given class

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

15 years agono need to publish provider contacts in reporter-store
erickson [Sun, 8 Feb 2009 14:59:49 +0000 (14:59 +0000)]
no need to publish provider contacts in reporter-store

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

15 years agomore provider data. address, contact, and contact address
erickson [Sun, 8 Feb 2009 14:43:43 +0000 (14:43 +0000)]
more provider data.  address, contact, and contact address

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

15 years agoadd a record bucket type for reading lists
miker [Sun, 8 Feb 2009 02:37:56 +0000 (02:37 +0000)]
add a record bucket type for reading lists

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

15 years agoadding IDL for note tables for all bucket and item tables; adding IDL for pos field...
miker [Sun, 8 Feb 2009 02:33:03 +0000 (02:33 +0000)]
adding IDL for note tables for all bucket and item tables; adding IDL for pos field for optional ordering of items within a bucket

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