]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
15 years agoUpdate translatable files to reflect .key -> .accesskey fixups
dbs [Wed, 10 Dec 2008 03:52:27 +0000 (03:52 +0000)]
Update translatable files to reflect .key -> .accesskey fixups

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

15 years agoNeed to use accesskey / label pairs for best translate toolkit i18n support
dbs [Wed, 10 Dec 2008 03:35:21 +0000 (03:35 +0000)]
Need to use accesskey / label pairs for best translate toolkit i18n support

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

15 years agorolled back partial attempt at trimming the resulting penalty threshold list to only...
erickson [Tue, 9 Dec 2008 23:31:22 +0000 (23:31 +0000)]
rolled back partial attempt at trimming the resulting penalty threshold list to only show the most appropriate for the context

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

15 years agomoved to 1.2-style dojo grid
erickson [Tue, 9 Dec 2008 23:07:48 +0000 (23:07 +0000)]
moved to 1.2-style dojo grid

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

15 years agoonly test the block_list member if it is set
miker [Tue, 9 Dec 2008 22:04:18 +0000 (22:04 +0000)]
only test the block_list member if it is set

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

15 years agoadded org settings for controlling recs are auto-deleted or staff is alerted when...
erickson [Tue, 9 Dec 2008 20:33:46 +0000 (20:33 +0000)]
added org settings for controlling recs are auto-deleted or staff is alerted when last item from a bib is deleted

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

15 years agoshort-circuit unnecessary rollbacs and commits to prevent erroneous error messages
erickson [Tue, 9 Dec 2008 19:48:01 +0000 (19:48 +0000)]
short-circuit unnecessary rollbacs and commits to prevent erroneous error messages

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

15 years agoAdd locales to chrome.manifest
dbs [Tue, 9 Dec 2008 18:53:41 +0000 (18:53 +0000)]
Add locales to chrome.manifest
Force overwrite of protected files in build directory (mostly for trunk convenience)
Shut the build up

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

15 years agoConcatenate, don't overwrite, local.conf on CentOS
dbs [Tue, 9 Dec 2008 18:14:28 +0000 (18:14 +0000)]
Concatenate, don't overwrite, local.conf on CentOS

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

15 years agonow updating grid dynamically with writestore for initial drawing, additions, and...
erickson [Tue, 9 Dec 2008 17:15:29 +0000 (17:15 +0000)]
now updating grid dynamically with writestore for initial drawing, additions, and deletiong

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

15 years agomoved picklist grid to new-style (dojo 1.2) markup grid
erickson [Tue, 9 Dec 2008 16:10:40 +0000 (16:10 +0000)]
moved picklist grid to new-style (dojo 1.2) markup grid

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

15 years agoreorder the now-moved 999 file
miker [Tue, 9 Dec 2008 13:50:01 +0000 (13:50 +0000)]
reorder the now-moved 999 file

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

15 years agoMoving to the end, it points at acq and other later bits
miker [Tue, 9 Dec 2008 13:49:04 +0000 (13:49 +0000)]
Moving to the end, it points at acq and other later bits

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

15 years agodisable the remove button by default, but always show it
miker [Tue, 9 Dec 2008 06:01:30 +0000 (06:01 +0000)]
disable the remove button by default, but always show it

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

15 years agoonly show the remove button on non-system penalties
miker [Tue, 9 Dec 2008 05:53:13 +0000 (05:53 +0000)]
only show the remove button on non-system penalties

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

15 years agoEnable simple customization of server XUL:
dbs [Tue, 9 Dec 2008 05:22:20 +0000 (05:22 +0000)]
Enable simple customization of server XUL:
  * create a *_custom.css file per CSS file in server/skin that is protected on upgrades
  * use the !important attribute to override properties in the parent CSS file
Update the Makefile to generate *_custom.css stubs if they do not already exist
Remove * {font-size: large;} property from patron_summary.css

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

15 years agoactually use the grid properly
miker [Tue, 9 Dec 2008 04:06:59 +0000 (04:06 +0000)]
actually use the grid properly

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

15 years agouse grid instead of hbox
miker [Tue, 9 Dec 2008 04:01:11 +0000 (04:01 +0000)]
use grid instead of hbox

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

15 years agounhide the standing box if there are penalties
miker [Tue, 9 Dec 2008 03:52:35 +0000 (03:52 +0000)]
unhide the standing box if there are penalties

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

15 years agomore penalty type display
miker [Tue, 9 Dec 2008 03:40:00 +0000 (03:40 +0000)]
more penalty type display

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

15 years agoinitial stab at standing penalty dispaly
miker [Tue, 9 Dec 2008 03:33:00 +0000 (03:33 +0000)]
initial stab at standing penalty dispaly

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

15 years agoAdditional strings contributed by Warren Layton on behalf of NRCan
dbs [Tue, 9 Dec 2008 02:52:24 +0000 (02:52 +0000)]
Additional strings contributed by Warren Layton on behalf of NRCan

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

15 years agoMerge translation of Vandelay contributed by Warren Layton on behalf of NRCan
dbs [Tue, 9 Dec 2008 02:49:50 +0000 (02:49 +0000)]
Merge translation of Vandelay contributed by Warren Layton on behalf of NRCan

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

15 years agofilter out system billing types by id
miker [Tue, 9 Dec 2008 01:35:22 +0000 (01:35 +0000)]
filter out system billing types by id

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

15 years agoadd magic to fall back to the juvenile flag to determine juvenility (?) if no DOB...
erickson [Tue, 9 Dec 2008 00:51:47 +0000 (00:51 +0000)]
add magic to fall back to the juvenile flag to determine juvenility (?) if no DOB is present

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

15 years agouse the org setting for juvenile age threshold if present. only hide the juvenile...
erickson [Tue, 9 Dec 2008 00:15:25 +0000 (00:15 +0000)]
use the org setting for juvenile age threshold if present.  only hide the juvenile note field if the user not a juvenile and there is no data already present in the field

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

15 years agotake advantage of mozilla's unicode support and use arrow glyphs instead of bare...
erickson [Mon, 8 Dec 2008 23:14:38 +0000 (23:14 +0000)]
take advantage of mozilla's unicode support and use arrow glyphs instead of bare << and >>'s

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

15 years agodefine xulG so we can still access the user editor in a browser
erickson [Mon, 8 Dec 2008 23:12:44 +0000 (23:12 +0000)]
define xulG so we can still access the user editor in a browser

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

15 years agomake the org-ancestor-setting proc return SETOF so that returning 0 rows is an option...
erickson [Mon, 8 Dec 2008 22:08:11 +0000 (22:08 +0000)]
make the org-ancestor-setting proc return SETOF so that returning 0 rows is an option.  update the cstore query that calls this proc to use the new-style call and re-use some code

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

15 years agoadded org unit for defining the juvenile age threshold
erickson [Mon, 8 Dec 2008 21:25:01 +0000 (21:25 +0000)]
added org unit for defining the juvenile age threshold

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

15 years agoremove any reference to the old billing_type retrieval method, since it's doing more...
erickson [Mon, 8 Dec 2008 21:07:18 +0000 (21:07 +0000)]
remove any reference to the old billing_type retrieval method, since it's doing more harm than good for out-of-the box installs (throws error on null response since there's no data to retrieve)

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

15 years agothough this may not be the final resting place in the menu for these items, we need...
erickson [Mon, 8 Dec 2008 20:47:46 +0000 (20:47 +0000)]
though this may not be the final resting place in the menu for these items, we need to link to them from somewhere

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

15 years agocan't reference a JS object that isn't there
erickson [Mon, 8 Dec 2008 20:35:50 +0000 (20:35 +0000)]
can't reference a JS object that isn't there

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

15 years agorepaired column name alias -> juvenile
erickson [Mon, 8 Dec 2008 19:56:01 +0000 (19:56 +0000)]
repaired column name alias -> juvenile

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

15 years agolet's assume that the default combined XML notice template is primarily used for...
erickson [Mon, 8 Dec 2008 19:09:36 +0000 (19:09 +0000)]
let's assume that the default combined XML notice template is primarily used for mailing notices, since emails are already handled by the system.  as such, if a user does not have a valid address, do not add them to the notice

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

15 years agoCommit experiments with DocBook 5 (xinclude to pull in constituent parts)
dbs [Mon, 8 Dec 2008 17:52:35 +0000 (17:52 +0000)]
Commit experiments with DocBook 5 (xinclude to pull in constituent parts)

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

15 years agoAvoid a strange case in which there might be a server locale but no chrome locale...
dbs [Mon, 8 Dec 2008 16:58:17 +0000 (16:58 +0000)]
Avoid a strange case in which there might be a server locale but no chrome locale; consistency is key

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

15 years agoRework locale rules so that we don't have to list each installed locale
dbs [Mon, 8 Dec 2008 06:32:22 +0000 (06:32 +0000)]
Rework locale rules so that we don't have to list each installed locale
Relying on Accept-Language as the staff client now specifies one and only one locale
(sorry about your browser)

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

15 years agoSome hamfisted attempts to fix the current unhappy network.js i18n;
dbs [Sun, 7 Dec 2008 20:34:23 +0000 (20:34 +0000)]
Some hamfisted attempts to fix the current unhappy network.js i18n;
we are now placing a copy of chrome message catalogs on the server for server XUL to eat.

This does resolve the exception that was being thrown at check out.

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

15 years agoFix message parameter
dbs [Sun, 7 Dec 2008 11:24:43 +0000 (11:24 +0000)]
Fix message parameter

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

15 years agoremoving limit, so we get all of the folks:* buckets
erickson [Sat, 6 Dec 2008 15:49:06 +0000 (15:49 +0000)]
removing limit, so we get all of the folks:* buckets

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

15 years agoset btype when building a new billing
miker [Sat, 6 Dec 2008 06:28:42 +0000 (06:28 +0000)]
set btype when building a new billing

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

15 years agoautomatically set the juvenile flag to true under the same conditions as displaying...
miker [Sat, 6 Dec 2008 06:10:08 +0000 (06:10 +0000)]
automatically set the juvenile flag to true under the same conditions as displaying the guardian textbox

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

15 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@11437 dcc99617-32d9-48b4-a31d-7c20da2025e4
dbs [Sat, 6 Dec 2008 06:09:09 +0000 (06:09 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11437 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoquiet a needless but annoying warning
miker [Sat, 6 Dec 2008 04:39:09 +0000 (04:39 +0000)]
quiet a needless but annoying warning

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

15 years agoadding script to set juvenile flag to false
miker [Sat, 6 Dec 2008 04:08:21 +0000 (04:08 +0000)]
adding script to set juvenile flag to false

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

15 years agoadding actor.usr.juvenile as a circ/hold matrix matchpoint criterium
miker [Sat, 6 Dec 2008 03:54:15 +0000 (03:54 +0000)]
adding actor.usr.juvenile as a circ/hold matrix matchpoint criterium

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

15 years agoMake Z39.50 interface more amenable to expanded text
dbs [Sat, 6 Dec 2008 03:48:00 +0000 (03:48 +0000)]
Make Z39.50 interface more amenable to expanded text

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

15 years agoadding the ability to set the juvenile flag on an edited user object
miker [Sat, 6 Dec 2008 03:32:43 +0000 (03:32 +0000)]
adding the ability to set the juvenile flag on an edited user object

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

15 years agodisplay juvenile indicator and modify DOB display based on new juvenile flag on user...
miker [Sat, 6 Dec 2008 03:19:03 +0000 (03:19 +0000)]
display juvenile indicator and modify DOB display based on new juvenile flag on user object

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

15 years agoin addition to the perms granted to my friends, also return the perms my friends...
erickson [Fri, 5 Dec 2008 22:52:48 +0000 (22:52 +0000)]
in addition to the perms granted to my friends, also return the perms my friends have granted to me.  for the sake of density/clarity, return hashes instead of mostly empty linked user objects

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

15 years agoadded confirmed-only option to friend retrieval
erickson [Fri, 5 Dec 2008 22:39:55 +0000 (22:39 +0000)]
added confirmed-only option to friend retrieval

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

15 years agoalso return the permissions applied to linked users on retrieval
erickson [Fri, 5 Dec 2008 22:29:36 +0000 (22:29 +0000)]
also return the permissions applied to linked users on retrieval

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

15 years agoPatch from Brandon Uhlman to repair an Excel sheet name off-by-one bug
miker [Fri, 5 Dec 2008 22:03:55 +0000 (22:03 +0000)]
Patch from Brandon Uhlman to repair an Excel sheet name off-by-one bug

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

15 years agoadded apply-perms method and utility code (untested) to verify a perm is set
erickson [Fri, 5 Dec 2008 21:33:44 +0000 (21:33 +0000)]
added apply-perms method and utility code (untested) to verify a perm is set

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

15 years agoadding overlooked reporting link
miker [Fri, 5 Dec 2008 18:17:34 +0000 (18:17 +0000)]
adding overlooked reporting link

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

15 years agoManually invoke ldconfig to update the library cache
dbs [Fri, 5 Dec 2008 17:20:00 +0000 (17:20 +0000)]
Manually invoke ldconfig to update the library cache

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

15 years agoinitial friend (delegates) management code
erickson [Fri, 5 Dec 2008 17:10:29 +0000 (17:10 +0000)]
initial friend (delegates) management code

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

15 years agoadding juvenile flag to the actor.usr table, defaults to false
miker [Fri, 5 Dec 2008 16:29:20 +0000 (16:29 +0000)]
adding juvenile flag to the actor.usr table, defaults to false

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

15 years agoadded missing namespace prefix
erickson [Thu, 4 Dec 2008 23:08:28 +0000 (23:08 +0000)]
added missing namespace prefix

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

15 years agodo the rollback before we ingest the records so the rollback won't be called against...
erickson [Thu, 4 Dec 2008 21:38:20 +0000 (21:38 +0000)]
do the rollback before we ingest the records so the rollback won't be called against a new cstore backend (since the original one times out after X seconds) resulting in an exception and lack of respond_complete to the UI

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

15 years agotypo in reporter view
miker [Thu, 4 Dec 2008 21:10:15 +0000 (21:10 +0000)]
typo in reporter view

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

15 years agopass imported record ID to ingest instead of queued record id
erickson [Thu, 4 Dec 2008 20:03:51 +0000 (20:03 +0000)]
pass imported record ID to ingest instead of queued record id

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

15 years agoHack to work around occurrence IDs containing colons (which confuse upstream polib)
dbs [Thu, 4 Dec 2008 18:13:54 +0000 (18:13 +0000)]
Hack to work around occurrence IDs containing colons (which confuse upstream polib)

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

15 years agoadding bucket type tables to the Identifier exception list
miker [Thu, 4 Dec 2008 05:48:41 +0000 (05:48 +0000)]
adding bucket type tables to the Identifier exception list

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

15 years agototal thinko
miker [Thu, 4 Dec 2008 05:43:09 +0000 (05:43 +0000)]
total thinko

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

15 years agoqueue up ingest requests in a secondary stream to avoid piling them up and exhausting...
miker [Thu, 4 Dec 2008 05:30:32 +0000 (05:30 +0000)]
queue up ingest requests in a secondary stream to avoid piling them up and exhausting cstore sessions

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

15 years agostarted plugging in some edit options. enabled column re-ordering (mostly to test...
erickson [Wed, 3 Dec 2008 23:03:57 +0000 (23:03 +0000)]
started plugging in some edit options.  enabled column re-ordering (mostly to test).  added (commented out) column picker also to test / for reference

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

15 years agodoing order-by on retrieval instead of client side. using streaming + write store...
erickson [Wed, 3 Dec 2008 23:02:59 +0000 (23:02 +0000)]
doing order-by on retrieval instead of client side.  using streaming + write store to update grid as data arrives

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

15 years agoWhitewash the background for XUL
dbs [Wed, 3 Dec 2008 22:26:30 +0000 (22:26 +0000)]
Whitewash the background for XUL

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

15 years agoi18n-ize the new container types
dbs [Wed, 3 Dec 2008 22:21:40 +0000 (22:21 +0000)]
i18n-ize the new container types
Create billing_types after their owning org_units have been created

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

15 years agoplugged in object sort
erickson [Wed, 3 Dec 2008 21:42:17 +0000 (21:42 +0000)]
plugged in object sort

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

15 years agoadded generic sort routine for objects / fm-objects. defaults to sorting on the...
erickson [Wed, 3 Dec 2008 21:41:10 +0000 (21:41 +0000)]
added generic sort routine for objects / fm-objects.  defaults to sorting on the "id" column

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

15 years agocodify bucket types
miker [Wed, 3 Dec 2008 21:39:47 +0000 (21:39 +0000)]
codify bucket types

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

15 years agoFix the syntax error (thanks phasefx) and get one more string
dbs [Wed, 3 Dec 2008 19:58:16 +0000 (19:58 +0000)]
Fix the syntax error (thanks phasefx) and get one more string

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

15 years agoRookie mistake - quote the parm passed to getString/getFormattedString
dbs [Wed, 3 Dec 2008 19:09:22 +0000 (19:09 +0000)]
Rookie mistake - quote the parm passed to getString/getFormattedString

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

15 years agoi18n-ize new cookie exception, as well as the override dialog that I had not noticed...
dbs [Wed, 3 Dec 2008 18:58:09 +0000 (18:58 +0000)]
i18n-ize new cookie exception, as well as the override dialog that I had not noticed before

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

15 years agoadd in-db billing type support
miker [Wed, 3 Dec 2008 17:04:22 +0000 (17:04 +0000)]
add in-db billing type support

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

15 years agosets a ses cookie on login, operator change, and on re-auth when encountering an...
phasefx [Wed, 3 Dec 2008 16:36:37 +0000 (16:36 +0000)]
sets a ses cookie on login, operator change, and on re-auth when encountering an expired session.  Sorry Dan, didn't i18n-ize the unlikely error message. :(  will come back to it

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

15 years agoproxy and set locale info for the xml files only, not everything under /vandelay
erickson [Wed, 3 Dec 2008 16:21:43 +0000 (16:21 +0000)]
proxy and set locale info for the xml files only, not everything under /vandelay

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

15 years agoPrevent mod_deflate from mysteriously causing problems in interfaces like Conify
dbs [Wed, 3 Dec 2008 04:49:14 +0000 (04:49 +0000)]
Prevent mod_deflate from mysteriously causing problems in interfaces like Conify

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

15 years agoWhite is a much better background colour than grey inside of xulrunner
dbs [Wed, 3 Dec 2008 04:27:09 +0000 (04:27 +0000)]
White is a much better background colour than grey inside of xulrunner

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

15 years agoFix a few more entities found missing by check_entities.py
dbs [Wed, 3 Dec 2008 04:13:23 +0000 (04:13 +0000)]
Fix a few more entities found missing by check_entities.py

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

15 years agoRemove duplicate entities (thanks check_entities.py)
dbs [Wed, 3 Dec 2008 04:05:38 +0000 (04:05 +0000)]
Remove duplicate entities (thanks check_entities.py)

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

15 years agoUpdated translations
dbs [Wed, 3 Dec 2008 03:50:32 +0000 (03:50 +0000)]
Updated translations

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

15 years agoadd Insert Row to the tag context menu
miker [Wed, 3 Dec 2008 01:53:37 +0000 (01:53 +0000)]
add Insert Row to the tag context menu

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

15 years agoadded initial z39 source config interface
erickson [Tue, 2 Dec 2008 23:57:21 +0000 (23:57 +0000)]
added initial z39 source config interface

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

15 years agoadded permacrud entries for z3950 sources
erickson [Tue, 2 Dec 2008 23:56:25 +0000 (23:56 +0000)]
added permacrud entries for z3950 sources

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

15 years agoupdated checkedmultiselect to match dojo-1.2 api. z source retrieval is now async
erickson [Tue, 2 Dec 2008 19:36:39 +0000 (19:36 +0000)]
updated checkedmultiselect to match dojo-1.2 api.  z source retrieval is now async

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

15 years agoadded create functionality
erickson [Mon, 1 Dec 2008 23:42:30 +0000 (23:42 +0000)]
added create functionality

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

15 years agoadded permacrud entries for currency types
erickson [Mon, 1 Dec 2008 23:41:59 +0000 (23:41 +0000)]
added permacrud entries for currency types

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

15 years agoPrevent locations with the same name being generated for the same library
dbs [Mon, 1 Dec 2008 21:18:25 +0000 (21:18 +0000)]
Prevent locations with the same name being generated for the same library

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

15 years agoadd JSON output for programatic table-ification of bad-debt report
miker [Mon, 1 Dec 2008 20:36:48 +0000 (20:36 +0000)]
add JSON output for programatic table-ification of bad-debt report

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

15 years agotypo reate -> Create
erickson [Mon, 1 Dec 2008 20:27:40 +0000 (20:27 +0000)]
typo reate -> Create

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

15 years agoLet's handle the clean Evergreen schema import situation
dbs [Mon, 1 Dec 2008 19:41:31 +0000 (19:41 +0000)]
Let's handle the clean Evergreen schema import situation

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

15 years agodon't bother loading the static circ scripts if legacy circ support is disabled
erickson [Mon, 1 Dec 2008 18:58:25 +0000 (18:58 +0000)]
don't bother loading the static circ scripts if legacy circ support is disabled

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

15 years agoUse a few more packages on Lenny and Intrepid
dbs [Sun, 30 Nov 2008 04:36:14 +0000 (04:36 +0000)]
Use a few more packages on Lenny and Intrepid

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

15 years agoSome cleanup for en-CA
dbs [Sun, 30 Nov 2008 01:17:06 +0000 (01:17 +0000)]
Some cleanup for en-CA

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

15 years agoCatch a possible exception in case of malformed input
dbs [Sat, 29 Nov 2008 22:13:25 +0000 (22:13 +0000)]
Catch a possible exception in case of malformed input

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

15 years agoUpdated en-CA and fr-CA translations from Warren Layton <Warren.Layton@NRCan.gc.ca...
dbs [Fri, 28 Nov 2008 17:59:32 +0000 (17:59 +0000)]
Updated en-CA and fr-CA translations from Warren Layton <Warren.Layton@NRCan.gc.ca> on behalf of NRCan

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