]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
16 years agoadding some more lib IP ranges for PINES
erickson [Sun, 26 Aug 2007 23:49:49 +0000 (23:49 +0000)]
adding some more lib IP ranges for PINES

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

16 years agoBug fix for list class, where refresh-row functionality broke the on_all_fleshed...
phasefx [Sun, 26 Aug 2007 05:33:11 +0000 (05:33 +0000)]
Bug fix for list class, where refresh-row functionality broke the on_all_fleshed callback handler.  Since rows in a list can flesh themselves out asynchonously, and some actions want to act on all rows in a list, we have a function that asks the whole list to flesh itself (because unseen rows normally don't), and a way to pass a callback function for when the list has been completely fleshed.  Internally, it keeps a count of total rows and total fleshed rows, and if the two are equal, then the list is considered fleshed.  However, the recent refresh-a-single-row functionality was effectively increasing the total fleshed rows tally without first adjusting it, and you would get fleshed rows > total rows, and the callback would never fire.  So this fixes all of that.

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

16 years agoLet's silence the debug chatter for this...
phasefx [Sun, 26 Aug 2007 05:23:02 +0000 (05:23 +0000)]
Let's silence the debug chatter for this...

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

16 years agofix for row-refresh bug that caused subsequent on_selects to not get data for the...
phasefx [Sun, 26 Aug 2007 02:30:58 +0000 (02:30 +0000)]
fix for row-refresh bug that caused subsequent on_selects to not get data for the affected row.  Basically, if you performed an action on an item in the patron Items Out list, you couldn't perform a subsequent action without refreshing the whole list

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

16 years agoThis makes the 'twisties' in the holdings maintenance interface default to a closed...
phasefx [Thu, 23 Aug 2007 17:06:55 +0000 (17:06 +0000)]
This makes the 'twisties' in the holdings maintenance interface default to a closed position (ie. the plus sign), and they'll sync up correctly with rows whether they're expanded or not, but, new bug??, if you toggle these rows open and close rapidly enough with mouseclicks, you can get a 'missed-click' where the toggle does not happen.  I tried tracing the behavior to pinpoint where exactly things go awry, but I'm giving up for now.. seems to be a minor bug, and the other display/render bug is fixed

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

16 years agoadd proximity limiting to hold soft stalling
miker [Tue, 21 Aug 2007 13:24:38 +0000 (13:24 +0000)]
add proximity limiting to hold soft stalling

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

16 years agoAGE was giving strange results, switched to simple addition
miker [Tue, 21 Aug 2007 00:34:00 +0000 (00:34 +0000)]
AGE was giving strange results, switched to simple addition

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

16 years agoadd optional hold age requirement to nearest_hold method
miker [Tue, 21 Aug 2007 00:24:16 +0000 (00:24 +0000)]
add optional hold age requirement to nearest_hold method

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

16 years ago* Big messagecatalog-ization for offline mode (Dan Scott)
miker [Sat, 18 Aug 2007 09:01:23 +0000 (09:01 +0000)]
* Big messagecatalog-ization for offline mode (Dan Scott)
* Inline comment support for messagecatalog properties fields (miker)
* Attempt at replacing escaped characters in getFormattedString() (miker)

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

16 years agoswapping out the reporter proxy for the generic proxy
miker [Sat, 18 Aug 2007 08:14:22 +0000 (08:14 +0000)]
swapping out the reporter proxy for the generic proxy

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

16 years agoadding vhost example for the generic; adding to example startup.pl (and removing...
miker [Fri, 17 Aug 2007 21:19:40 +0000 (21:19 +0000)]
adding vhost example for the generic; adding to example startup.pl (and removing the reporter-specific one)

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

16 years agodebugging
miker [Fri, 17 Aug 2007 21:02:46 +0000 (21:02 +0000)]
debugging

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

16 years agoarg ... ANOTHER typo
miker [Fri, 17 Aug 2007 20:56:14 +0000 (20:56 +0000)]
arg ... ANOTHER typo

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

16 years agoarg ... typo
miker [Fri, 17 Aug 2007 20:51:54 +0000 (20:51 +0000)]
arg ... typo

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

16 years agogeneric auth proxy; sets "ses" cookie and redirects
miker [Fri, 17 Aug 2007 20:44:36 +0000 (20:44 +0000)]
generic auth proxy; sets "ses" cookie and redirects

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

16 years agoremoving control characters from XML with reckless abandon
miker [Fri, 17 Aug 2007 17:37:42 +0000 (17:37 +0000)]
removing control characters from XML with reckless abandon

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

16 years agofixing weird edge case of pushing out the due date after fines start to acrue
miker [Thu, 16 Aug 2007 21:06:21 +0000 (21:06 +0000)]
fixing weird edge case of pushing out the due date after fines start to acrue

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

16 years agoported set_circ_due_date to in-transaction cstore-editor
erickson [Thu, 16 Aug 2007 20:54:25 +0000 (20:54 +0000)]
ported set_circ_due_date to in-transaction cstore-editor

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

16 years agocut out unnecessary call
erickson [Thu, 16 Aug 2007 19:56:39 +0000 (19:56 +0000)]
cut out unnecessary call

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

16 years agoDon't let the menu default to an org that can't have users, regardless of the home_ou...
phasefx [Thu, 16 Aug 2007 19:49:04 +0000 (19:49 +0000)]
Don't let the menu default to an org that can't have users, regardless of the home_ou (soon work_ou) for the staff registering the workstation

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

16 years agorepairing some hold email text
erickson [Thu, 16 Aug 2007 15:22:06 +0000 (15:22 +0000)]
repairing some hold email text

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

16 years agoadded support for the new users_owing_money storage API
erickson [Thu, 16 Aug 2007 14:15:46 +0000 (14:15 +0000)]
added support for the new users_owing_money storage API

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

16 years agocollections API for "users owning me money"
miker [Wed, 15 Aug 2007 20:22:24 +0000 (20:22 +0000)]
collections API for "users owning me money"

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

16 years agoUI for user-org-opt-in feature
phasefx [Wed, 15 Aug 2007 18:04:27 +0000 (18:04 +0000)]
UI for user-org-opt-in feature

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

16 years agoupdated barcode exists method to return the user id instead of the card id
erickson [Wed, 15 Aug 2007 17:45:07 +0000 (17:45 +0000)]
updated barcode exists method to return the user id instead of the card id

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

16 years agofixes bug 569 : shove patron data into bill payment receipts for template use, so...
phasefx [Wed, 15 Aug 2007 16:30:49 +0000 (16:30 +0000)]
fixes bug 569 : shove patron data into bill payment receipts for template use, so %PATRON_BARCODE% works in bill_payment template

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

16 years agoUI for patron search range. Still need to work out some wonkyness with stickyness...
phasefx [Wed, 15 Aug 2007 16:06:54 +0000 (16:06 +0000)]
UI for patron search range.  Still need to work out some wonkyness with stickyness of the dropdown menu

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

16 years agocut-n-paste error; fixing array position
miker [Wed, 15 Aug 2007 15:57:29 +0000 (15:57 +0000)]
cut-n-paste error; fixing array position

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

16 years agofixed object org-opt-in object name typo
erickson [Wed, 15 Aug 2007 15:46:21 +0000 (15:46 +0000)]
fixed object org-opt-in object name typo

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

16 years agoadded support for patron search-by-location-and-depth to patron search api
erickson [Wed, 15 Aug 2007 14:39:25 +0000 (14:39 +0000)]
added support for patron search-by-location-and-depth to patron search api
added support for user_org_unit_opt_in handling
 - checking to see if it's globally enabled
 - checking to see if a patron has opted-in at the current workstation org
 - creating an opt-in record for a patron

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

16 years agouse iterator interface instead of magical array-ref-ness
miker [Wed, 15 Aug 2007 14:10:18 +0000 (14:10 +0000)]
use iterator interface instead of magical array-ref-ness

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

16 years agoHandle a VOLUME_LABEL_EXISTS event. We might want to consider offering a magic item...
phasefx [Wed, 15 Aug 2007 13:59:36 +0000 (13:59 +0000)]
Handle a VOLUME_LABEL_EXISTS event.  We might want to consider offering a magic item transfer or volume merge when this happens.  Dan, I apologize for not using messageCatalog here yet; I'm still tinkering with that.

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

16 years agosettings server controlled opt-in functionallity for non-home_ou transactions
miker [Wed, 15 Aug 2007 13:30:17 +0000 (13:30 +0000)]
settings server controlled opt-in functionallity for non-home_ou transactions

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

16 years ago%s, not %S
phasefx [Tue, 14 Aug 2007 16:44:39 +0000 (16:44 +0000)]
%s, not %S

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

16 years agotweaks to make this other implementation work; but need to re-test the original in...
phasefx [Tue, 14 Aug 2007 16:44:03 +0000 (16:44 +0000)]
tweaks to make this other implementation work; but need to re-test the original in light of the /server/xul/ <-> /xul/server/ mixup

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

16 years agooopsie, bad juxtaposition
phasefx [Tue, 14 Aug 2007 16:31:30 +0000 (16:31 +0000)]
oopsie, bad juxtaposition

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

16 years agoLet's inline a sprintf implementation to get around remote xul restrictions.. also...
phasefx [Tue, 14 Aug 2007 14:57:10 +0000 (14:57 +0000)]
Let's inline a sprintf implementation to get around remote xul restrictions.. also trying out a different sprintf implementation, one with a better license

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

16 years agoescaping xml entities in xhmtl output
miker [Fri, 10 Aug 2007 17:16:17 +0000 (17:16 +0000)]
escaping xml entities in xhmtl output

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

16 years agoLet's give messagecatalog a spin in remote xul and make the bad status/batch delete...
phasefx [Fri, 10 Aug 2007 15:37:57 +0000 (15:37 +0000)]
Let's give messagecatalog a spin in remote xul and make the bad status/batch delete error message friendlier in the process...

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

16 years agothe slippery circ.properties file. Thanks dbs!
phasefx [Thu, 9 Aug 2007 18:46:30 +0000 (18:46 +0000)]
the slippery circ.properties file.  Thanks dbs!

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

16 years agoi18n fixation from Dan Scott and miker
miker [Thu, 9 Aug 2007 18:05:47 +0000 (18:05 +0000)]
i18n fixation from Dan Scott and miker

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

16 years agostamp version for /xul/server/ in .xml files (for xbl binding)
phasefx [Thu, 9 Aug 2007 18:03:38 +0000 (18:03 +0000)]
stamp version for /xul/server/ in .xml files (for xbl binding)

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

16 years agochanging implementation name from remote_stringbundle to messagecatalog and adding...
miker [Thu, 9 Aug 2007 17:04:40 +0000 (17:04 +0000)]
changing implementation name from remote_stringbundle to messagecatalog and adding to the global chrome css

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

16 years agoremote_stringbundle binding for i18n
phasefx [Thu, 9 Aug 2007 16:15:07 +0000 (16:15 +0000)]
remote_stringbundle binding for i18n

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

16 years agorip out the symlink 'conveniences' and make it work when lang.js is not in the repository
phasefx [Thu, 9 Aug 2007 15:31:58 +0000 (15:31 +0000)]
rip out the symlink 'conveniences' and make it work when lang.js is not in the repository

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

16 years agolang.js is a generated file -- removing from the repo
miker [Thu, 9 Aug 2007 15:01:49 +0000 (15:01 +0000)]
lang.js is a generated file -- removing from the repo

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

16 years ago(initial, partly broken) offline stringbundle patch from Dan Scott
miker [Thu, 9 Aug 2007 14:48:38 +0000 (14:48 +0000)]
(initial, partly broken) offline stringbundle patch from Dan Scott

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

16 years agoand finally, set the output type on the uri
miker [Wed, 8 Aug 2007 19:22:28 +0000 (19:22 +0000)]
and finally, set the output type on the uri

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

16 years agouse the full pick_file name, now that the function is outside the big data structure
miker [Wed, 8 Aug 2007 19:19:49 +0000 (19:19 +0000)]
use the full pick_file name, now that the function is outside the big data structure

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

16 years agopass the obj instance in, now that the function is outside the big data structure
miker [Wed, 8 Aug 2007 19:18:46 +0000 (19:18 +0000)]
pass the obj instance in, now that the function is outside the big data structure

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

16 years agoallow children to get events
miker [Wed, 8 Aug 2007 19:13:48 +0000 (19:13 +0000)]
allow children to get events

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

16 years agoallow children to get events
miker [Wed, 8 Aug 2007 19:11:13 +0000 (19:11 +0000)]
allow children to get events

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

16 years agoreserving the string "default" is lame, mozilla
miker [Wed, 8 Aug 2007 19:03:58 +0000 (19:03 +0000)]
reserving the string "default" is lame, mozilla

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

16 years agoreserving the string "default" is lame, mozilla
miker [Wed, 8 Aug 2007 19:02:44 +0000 (19:02 +0000)]
reserving the string "default" is lame, mozilla

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

16 years agotrying out a menu-button
miker [Wed, 8 Aug 2007 18:52:07 +0000 (18:52 +0000)]
trying out a menu-button

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

16 years agotrying out a menu-button
miker [Wed, 8 Aug 2007 18:48:44 +0000 (18:48 +0000)]
trying out a menu-button

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

16 years agotrying out a menu-button
miker [Wed, 8 Aug 2007 18:37:34 +0000 (18:37 +0000)]
trying out a menu-button

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

16 years agoextra debugging info
miker [Wed, 8 Aug 2007 18:15:29 +0000 (18:15 +0000)]
extra debugging info

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

16 years agoand ... actually use the persist interface ... duh
miker [Wed, 8 Aug 2007 18:12:52 +0000 (18:12 +0000)]
and ... actually use the persist interface ... duh

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

16 years agobuilding a better URI
miker [Wed, 8 Aug 2007 18:10:23 +0000 (18:10 +0000)]
building a better URI

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

16 years agouse saveURI to save the export
miker [Wed, 8 Aug 2007 17:50:45 +0000 (17:50 +0000)]
use saveURI to save the export

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

16 years agoFix so that replacing a file with the save file dialog works. Should probably move...
phasefx [Wed, 8 Aug 2007 17:10:09 +0000 (17:10 +0000)]
Fix so that replacing a file with the save file dialog works.  Should probably move this from these files into a shared library

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

16 years agoadding missing command element
miker [Wed, 8 Aug 2007 15:31:52 +0000 (15:31 +0000)]
adding missing command element

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

16 years agofirst attempt at record exporting interface
miker [Wed, 8 Aug 2007 15:28:12 +0000 (15:28 +0000)]
first attempt at record exporting interface

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

16 years agocorrection from Dan Scott for the i18n flurry earlier
miker [Wed, 8 Aug 2007 02:06:25 +0000 (02:06 +0000)]
correction from Dan Scott for the i18n flurry earlier

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

16 years agoshould not have checked in this symlink
miker [Tue, 7 Aug 2007 15:48:56 +0000 (15:48 +0000)]
should not have checked in this symlink

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

16 years agofiles added by previous string-bundle patch from Dan
miker [Tue, 7 Aug 2007 15:43:16 +0000 (15:43 +0000)]
files added by previous string-bundle patch from Dan

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

16 years agoPatch from Dan Scott which starts the process of proper staff client internationaliza...
miker [Tue, 7 Aug 2007 15:36:56 +0000 (15:36 +0000)]
Patch from Dan Scott which starts the process of proper staff client internationalization:

As documented at
http://developer.mozilla.org/en/docs/XUL_Tutorial:Property_Files ,
string bundles are the normal method for holding translatable text
from Javascript files in XULRunner applications. The staff client
currently does not use string bundles; it currently uses a mix of
hardcoded strings, with reliance on some of the strings that are
converted from lang.dtd into the massive hash that is lang.js.

This patch hopes to start changing that, by introducing string bundles
for a few small parts of the staff client -- hopefully paving the way
for conversion of more of the client to stringbundles and i18n glory.

1) We create one .properties file per chrome/content/ subdirectory
that we're converting to string bundles, plus a common.properties file
for common strings like error messages. In this patch, I address the
chrome/content/admin/ and chrome/content/cat/ directories; therefore,
I add:
 * Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties
 * Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties
 * Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties

2) Note that the files are being added to a directory that does not
currently exist in the Subversion repository. It doesn't make sense to
serve the properties files remotely from the web/locale/en-US/
directory, as their real home is the chrome. So that's where I've
stuck them. Accordingly, the xul/staff_client/Makefile has been
modified to no longer make this directory.

3) chrome/content/cat/opac.xul has been converted to a fully i18n-ized
file, by adding XML entities to web/opac/locale/en-US/lang.dtd and
converting hardcoded strings in the Javascript to stringbundle calls
that pull in the properties defined in cat.properties and
common.properties.

4) chrome/content/admin/survey* have also been given the entity &
stringbundle treatment.

I have tested the opac and survey screens in the client and nothing
seems to be going wrong, so I'm taking that as a good sign :)

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

16 years agoPatch from Dan Scott to bring the staff client application.ini into modern times
miker [Tue, 7 Aug 2007 15:31:22 +0000 (15:31 +0000)]
Patch from Dan Scott to bring the staff client application.ini into modern times

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

16 years agoRe-application of the main/ i18n patch from Dan Scott
miker [Tue, 7 Aug 2007 15:24:38 +0000 (15:24 +0000)]
Re-application of the main/ i18n patch from Dan Scott

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

16 years agoPatch from Dan Scott to robustify current JS localization code
miker [Tue, 7 Aug 2007 15:22:52 +0000 (15:22 +0000)]
Patch from Dan Scott to robustify current JS localization code

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

16 years agoPatch from Dan Scott to provide better default configuration examples for Evergreen
miker [Tue, 7 Aug 2007 15:17:42 +0000 (15:17 +0000)]
Patch from Dan Scott to provide better default configuration examples for Evergreen

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

16 years agoPatch from Dan Scott to provide better default configuration examples for Evergreen
miker [Tue, 7 Aug 2007 15:17:19 +0000 (15:17 +0000)]
Patch from Dan Scott to provide better default configuration examples for Evergreen

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

16 years agoadded a method to return a list of workstations objects by owning lib
erickson [Mon, 6 Aug 2007 23:30:26 +0000 (23:30 +0000)]
added a method to return a list of workstations objects by owning lib

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

16 years agowhen someone wants to reuse a workstation, we no longer delete the
erickson [Mon, 6 Aug 2007 22:51:22 +0000 (22:51 +0000)]
when someone wants to reuse a workstation, we no longer delete the
exsiting workstation with the same name.  If necessary (and with appropriate
UPDATE_WORKSTATION perms), we change the owning_lib of the workstation.  If
not necessary, we just return the ID of the existing workstation.

removed some deprecated code.

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

16 years agothrowing real exception now when cstore connection times out
erickson [Mon, 6 Aug 2007 22:10:48 +0000 (22:10 +0000)]
throwing real exception now when cstore connection times out

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

16 years agoInspired by Don Hamilton, added a --quiet|-q switch to the import-related scripts
miker [Thu, 2 Aug 2007 17:26:40 +0000 (17:26 +0000)]
Inspired by Don Hamilton, added a --quiet|-q switch to the import-related scripts

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

16 years agoadding IDLException class. throwing IDLException on parser errors
erickson [Thu, 2 Aug 2007 15:12:02 +0000 (15:12 +0000)]
adding IDLException class.  throwing IDLException on parser errors

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

16 years agotypo found by Bill in an IDL reporting view description
miker [Thu, 2 Aug 2007 15:06:04 +0000 (15:06 +0000)]
typo found by Bill in an IDL reporting view description

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

16 years agoARG! reverting patch from Dan Scott -- the SC chrome has localization issues and...
miker [Wed, 1 Aug 2007 14:13:35 +0000 (14:13 +0000)]
ARG! reverting patch from Dan Scott -- the SC chrome has localization issues and will need to be attacked differently

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

16 years agoPatch from Dan Scott to entity-ize a chunk of the Staff Client interfaces:
miker [Wed, 1 Aug 2007 13:56:56 +0000 (13:56 +0000)]
Patch from Dan Scott to entity-ize a chunk of the Staff Client interfaces:

Taking this one step at a time, I'll move the remaining hard-coded
strings from main/*.xul into lang.dtd.

I've also followed the same ${locale} approach for the remote XUL
files rather than having the en-US hard-coded into the XUL files
themselves -- although at the moment we don't really have a good way
of serving up a different locale anyways. Accordingly, I've included a
modification to eg_vhost.conf.

lang.dtd is getting very big. To try to make it a bit easier to work
with, I've sorted the bulk of the UI entity definitions as seemed to
be the general intent (a few had fallen out of order) so the diffs in
this patch are a little more than absolutely necessary; sorry about
that.

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

16 years agoresult filtering based on copy circ_lib instead of cn owning_lib
miker [Wed, 1 Aug 2007 00:15:04 +0000 (00:15 +0000)]
result filtering based on copy circ_lib instead of cn owning_lib

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

16 years agochanged again to allow spaces in the arbitrary characters after the number, as long...
erickson [Tue, 31 Jul 2007 17:51:03 +0000 (17:51 +0000)]
changed again to allow spaces in the arbitrary characters after the number, as long as there is 1 non-space character

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

16 years agochanged default phone regex to allow arbitrary characters after the number
erickson [Tue, 31 Jul 2007 17:45:58 +0000 (17:45 +0000)]
changed default phone regex to allow arbitrary characters after the number

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

16 years agoadd path_info support for supplying one or more IDs
miker [Fri, 27 Jul 2007 19:12:06 +0000 (19:12 +0000)]
add path_info support for supplying one or more IDs

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

16 years agouse the mod_perl2 syntax
miker [Fri, 27 Jul 2007 18:47:52 +0000 (18:47 +0000)]
use the mod_perl2 syntax

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

16 years agouse the mod_perl2 syntax
miker [Fri, 27 Jul 2007 18:44:53 +0000 (18:44 +0000)]
use the mod_perl2 syntax

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

16 years agouse the mod_perl2 syntax
miker [Fri, 27 Jul 2007 18:37:19 +0000 (18:37 +0000)]
use the mod_perl2 syntax

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

16 years agoallow for alternate user-supplied filename
miker [Fri, 27 Jul 2007 18:34:56 +0000 (18:34 +0000)]
allow for alternate user-supplied filename

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

16 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@7604 dcc99617-32d9-48b4-a31d-7c20da2025e4
miker [Fri, 27 Jul 2007 18:10:28 +0000 (18:10 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7604 dcc99617-32d9-48b4-a31d-7c20da2025e4

16 years agoprinting on demand instead of at the end
miker [Fri, 27 Jul 2007 18:09:01 +0000 (18:09 +0000)]
printing on demand instead of at the end

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

16 years agoprinting on demand instead of at the end
miker [Fri, 27 Jul 2007 18:05:28 +0000 (18:05 +0000)]
printing on demand instead of at the end

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

16 years agoconfiguration support for the exporter service
miker [Fri, 27 Jul 2007 17:58:22 +0000 (17:58 +0000)]
configuration support for the exporter service

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

16 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@7600 dcc99617-32d9-48b4-a31d-7c20da2025e4
miker [Fri, 27 Jul 2007 17:49:00 +0000 (17:49 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7600 dcc99617-32d9-48b4-a31d-7c20da2025e4

16 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@7599 dcc99617-32d9-48b4-a31d-7c20da2025e4
miker [Fri, 27 Jul 2007 17:45:37 +0000 (17:45 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7599 dcc99617-32d9-48b4-a31d-7c20da2025e4

16 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@7598 dcc99617-32d9-48b4-a31d-7c20da2025e4
miker [Fri, 27 Jul 2007 17:41:32 +0000 (17:41 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7598 dcc99617-32d9-48b4-a31d-7c20da2025e4

16 years agoadd support for authority export
miker [Fri, 27 Jul 2007 17:40:17 +0000 (17:40 +0000)]
add support for authority export

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

16 years agouse mod_perl API instead of print
miker [Fri, 27 Jul 2007 17:14:47 +0000 (17:14 +0000)]
use mod_perl API instead of print

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

16 years agoreturning a status
miker [Fri, 27 Jul 2007 16:58:06 +0000 (16:58 +0000)]
returning a status

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

16 years agoremove extra xml declarations
miker [Fri, 27 Jul 2007 16:53:11 +0000 (16:53 +0000)]
remove extra xml declarations

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