]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
17 years agoadded collision detection to the user editor code to prevent overwiting changes
erickson [Mon, 9 Apr 2007 19:41:45 +0000 (19:41 +0000)]
added collision detection to the user editor code to prevent overwiting changes

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

17 years agoadded sanity check around accepting_usr field since it will not always be available
erickson [Mon, 9 Apr 2007 18:18:19 +0000 (18:18 +0000)]
added sanity check around accepting_usr field since it will not always be available

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

17 years agosend a fleshed patron object to the items_out template so %PATRON_BARCODE% will work
pines [Mon, 9 Apr 2007 18:01:17 +0000 (18:01 +0000)]
send a fleshed patron object to the items_out template so %PATRON_BARCODE% will work

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

17 years agomade backdating smarter by using the circ interval and parsing the backdate
erickson [Mon, 9 Apr 2007 17:09:46 +0000 (17:09 +0000)]
made backdating smarter by using the circ interval and parsing the backdate
as an ISO time so we get timezones and not just YYYY-MM-DD

ported claims-returned and lost code to CStoreEditor, made everything run
inside the same transaction to prevent bugs with leaving transactions closed
when they should be re-opened (among other things)

mark-lost now supports org settings at any level in the tree
new settings are whether to apply default item price on price==0 vs. price==null

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

17 years agoTypo reported by Dan Scott
miker [Tue, 3 Apr 2007 03:49:30 +0000 (03:49 +0000)]
Typo reported by Dan Scott

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

17 years agono auto-select for hold notification list
pines [Sun, 1 Apr 2007 20:00:36 +0000 (20:00 +0000)]
no auto-select for hold notification list

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

17 years agoreverting the previous patch with regard to CLAIMSRETURNED -- those should stay open...
miker [Thu, 29 Mar 2007 21:48:14 +0000 (21:48 +0000)]
reverting the previous patch with regard to CLAIMSRETURNED -- those should stay open until LOST or checked in

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

17 years agoremoved some old code and the unnecessary select-as-sleep calls
erickson [Thu, 29 Mar 2007 20:06:05 +0000 (20:06 +0000)]
removed some old code and the unnecessary select-as-sleep calls

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

17 years agochecking for billing completeness as well as checkin completeness for SC display
miker [Thu, 29 Mar 2007 17:06:21 +0000 (17:06 +0000)]
checking for billing completeness as well as checkin completeness for SC display

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

17 years agoapplied patch from Dan to provide an example usage
erickson [Thu, 29 Mar 2007 14:07:13 +0000 (14:07 +0000)]
applied patch from Dan to provide an example usage

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

17 years agochanged file layout and settings file to support the django multiple-database layout...
erickson [Wed, 28 Mar 2007 21:42:32 +0000 (21:42 +0000)]
changed file layout and settings file to support the django multiple-database layout code.  django tables now go into the (default) sqlite3 database, while the ILS files are still loaded from the (alternate) evergreen postgress database

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

17 years agobug fix (global replace) and better function name for Mike's sanity :)
pines [Wed, 28 Mar 2007 17:40:34 +0000 (17:40 +0000)]
bug fix (global replace) and better function name for Mike's sanity :)

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

17 years agoremoving unnecessary (and un-portable) ps ax command
erickson [Wed, 28 Mar 2007 15:30:03 +0000 (15:30 +0000)]
removing unnecessary (and un-portable) ps ax command

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

17 years agono longer capture stderr (too chatty) for sip server. log files suffice
erickson [Wed, 28 Mar 2007 15:28:35 +0000 (15:28 +0000)]
no longer capture stderr (too chatty) for sip server.  log files suffice

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

17 years agomoved location editing to in-transaction cstore-editor calls
erickson [Wed, 28 Mar 2007 14:49:49 +0000 (14:49 +0000)]
moved location editing to in-transaction cstore-editor calls

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

17 years agoescape characters that would mess up HTML with label printing. Is there a better...
pines [Wed, 28 Mar 2007 14:38:00 +0000 (14:38 +0000)]
escape characters that would mess up HTML with label printing. Is there a better way to do this?  encode, urlencode, etc?

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

17 years agosupporting default searchLang param of "*"
miker [Wed, 28 Mar 2007 13:44:27 +0000 (13:44 +0000)]
supporting default searchLang param of "*"

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

17 years agocorrection for the marctype parameter from Dan Scott
miker [Wed, 28 Mar 2007 02:08:29 +0000 (02:08 +0000)]
correction for the marctype parameter from Dan Scott

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

17 years agoremote auto_select for transit list and offline xact manager..robustify xact manager...
pines [Tue, 27 Mar 2007 01:48:40 +0000 (01:48 +0000)]
remote auto_select for transit list and offline xact manager..robustify xact manager for when CGI component is busted

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

17 years agodirectional check for overlap recursion check
miker [Mon, 26 Mar 2007 20:52:10 +0000 (20:52 +0000)]
directional check for overlap recursion check

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

17 years agoforcing int on timeout values in process and timed_read
erickson [Mon, 26 Mar 2007 17:41:51 +0000 (17:41 +0000)]
forcing int on timeout values in process and timed_read

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

17 years agoadded an info log line to log the called method
erickson [Mon, 26 Mar 2007 17:25:48 +0000 (17:25 +0000)]
added an info log line to log the called method

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

17 years agoThis was experimental code.. reverting back to a stable version. Need to start using...
pines [Sat, 24 Mar 2007 09:44:03 +0000 (09:44 +0000)]
This was experimental code.. reverting back to a stable version.  Need to start using branches instead of HEAD for experiments

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

17 years agoappend server name to prefs file for copy browser, and default to ws_ou if no start_o...
pines [Sat, 24 Mar 2007 05:48:40 +0000 (05:48 +0000)]
append server name to prefs file for copy browser, and default to ws_ou if no start_ou pref has been set for the copy browser

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

17 years agoSHORTNAME macro instead of PINES_CODE for receipt tempaltes
pines [Sat, 24 Mar 2007 02:04:45 +0000 (02:04 +0000)]
SHORTNAME macro instead of PINES_CODE for receipt tempaltes

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

17 years agoadding support for a --marctype flag, useful for supplying a MARCXML stream instead...
miker [Fri, 23 Mar 2007 22:17:35 +0000 (22:17 +0000)]
adding support for a --marctype flag, useful for supplying a MARCXML stream instead of a MARC21 file

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

17 years agoremoving install of deprecated files
erickson [Fri, 23 Mar 2007 14:12:46 +0000 (14:12 +0000)]
removing install of deprecated files

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

17 years agoremoving deprecated files
erickson [Fri, 23 Mar 2007 02:16:36 +0000 (02:16 +0000)]
removing deprecated files

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

17 years agoremoved the deprecated rest_gateway config; added comment on router name changes
erickson [Fri, 23 Mar 2007 02:13:02 +0000 (02:13 +0000)]
removed the deprecated rest_gateway config; added comment on router name changes

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

17 years agoenabling LoC Z server by default
erickson [Thu, 22 Mar 2007 20:13:43 +0000 (20:13 +0000)]
enabling LoC Z server by default

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

17 years agoadded "use Net::Domain" in the package that calls hostfqdn()
erickson [Thu, 22 Mar 2007 19:49:08 +0000 (19:49 +0000)]
added "use Net::Domain" in the package that calls hostfqdn()

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

17 years agospacing adjustment
miker [Thu, 22 Mar 2007 00:06:21 +0000 (00:06 +0000)]
spacing adjustment

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

17 years agoadjusting comment in example config re bug #518
miker [Thu, 22 Mar 2007 00:04:56 +0000 (00:04 +0000)]
adjusting comment in example config re bug #518

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

17 years agochange wording for user speedbump
pines [Wed, 21 Mar 2007 21:56:49 +0000 (21:56 +0000)]
change wording for user speedbump

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

17 years agoupdated some comments, removed some unused configs for the C apps
erickson [Wed, 21 Mar 2007 13:59:40 +0000 (13:59 +0000)]
updated some comments, removed some unused configs for the C apps

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

17 years agorobustification suggested by Scott McKellar -- early exit on transactional errors...
miker [Tue, 20 Mar 2007 05:22:30 +0000 (05:22 +0000)]
robustification suggested by Scott McKellar -- early exit on transactional errors, minor memory leak plugging, casting bug that affects portability

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

17 years agodisplay prefix/suffix with names.. should probably refactor this into some utility...
pines [Tue, 20 Mar 2007 00:55:48 +0000 (00:55 +0000)]
display prefix/suffix with names.. should probably refactor this into some utility code

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

17 years agoremoved redundant (and non-portable) call to gpasswd
erickson [Tue, 20 Mar 2007 00:54:59 +0000 (00:54 +0000)]
removed redundant (and non-portable) call to gpasswd

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

17 years agono auto-select for patron search
pines [Tue, 20 Mar 2007 00:54:25 +0000 (00:54 +0000)]
no auto-select for patron search

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

17 years agousing Net::Domain instead of the shell to get the fqdn of the current host
miker [Tue, 20 Mar 2007 00:47:54 +0000 (00:47 +0000)]
using Net::Domain instead of the shell to get the fqdn of the current host

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

17 years agoadded more portable (perl) hostname fetching to pass to the C code, updated docs
erickson [Mon, 19 Mar 2007 22:04:57 +0000 (22:04 +0000)]
added more portable (perl) hostname fetching to pass to the C code, updated docs

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

17 years agolowered some logging
erickson [Thu, 15 Mar 2007 23:49:14 +0000 (23:49 +0000)]
lowered some logging

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

17 years agoworkstation registration layout tweak and properly sorted my_org tree
pines [Thu, 15 Mar 2007 04:56:37 +0000 (04:56 +0000)]
workstation registration layout tweak and properly sorted my_org tree

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

17 years agostretching table to full width
erickson [Thu, 15 Mar 2007 03:14:30 +0000 (03:14 +0000)]
stretching table to full width

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

17 years agohandle PATRON_CARD_INACTIVE event in case checkout interface does not get disabled
pines [Wed, 14 Mar 2007 19:07:47 +0000 (19:07 +0000)]
handle PATRON_CARD_INACTIVE event in case checkout interface does not get disabled

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

17 years agonot doing connect to prevent stranded cstore backends
erickson [Wed, 14 Mar 2007 17:09:08 +0000 (17:09 +0000)]
not doing connect to prevent stranded cstore backends

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

17 years agoadding "available" filter to main search methods
miker [Wed, 14 Mar 2007 07:16:50 +0000 (07:16 +0000)]
adding "available" filter to main search methods

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

17 years agoadded a method to search up the org tree for ancestor org settings until the first...
erickson [Mon, 12 Mar 2007 22:07:21 +0000 (22:07 +0000)]
added a method to search up the org tree for ancestor org settings until the first match is found

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

17 years agoadded timeout example for added content
erickson [Mon, 12 Mar 2007 19:54:02 +0000 (19:54 +0000)]
added timeout example for added content

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

17 years agoAdded timeout option to the the HTTP calls. set in the config section for the added...
erickson [Mon, 12 Mar 2007 19:51:48 +0000 (19:51 +0000)]
Added timeout option to the the HTTP calls.  set in the config section for the added content handlers.

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

17 years agoinput filter for money fields in copy editor, and convert empty strings to nulls...
pines [Mon, 12 Mar 2007 14:22:45 +0000 (14:22 +0000)]
input filter for money fields in copy editor, and convert empty strings to nulls, and for display, show nulls as <Unset>

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

17 years agoforcing removal of org tree from the cache before fetching the (potentially) updated...
erickson [Mon, 12 Mar 2007 13:27:07 +0000 (13:27 +0000)]
forcing removal of org tree from the cache before fetching the (potentially) updated org tree

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

17 years agochanged org setting display sort order
erickson [Mon, 12 Mar 2007 00:37:12 +0000 (00:37 +0000)]
changed org setting display sort order

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

17 years agosimplified the Evergreen part of the install process
erickson [Mon, 12 Mar 2007 00:36:35 +0000 (00:36 +0000)]
simplified the Evergreen part of the install process

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

17 years agoadded the logo-copying logic
erickson [Mon, 12 Mar 2007 00:36:04 +0000 (00:36 +0000)]
added the logo-copying logic

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

17 years agousing the Evergreen logo as the default logo
erickson [Mon, 12 Mar 2007 00:35:09 +0000 (00:35 +0000)]
using the Evergreen logo as the default logo

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

17 years agomoving pines logos into the Evergreen tree
erickson [Mon, 12 Mar 2007 00:33:50 +0000 (00:33 +0000)]
moving pines logos into the Evergreen tree

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

17 years agoremoved some unused circ scripts
erickson [Mon, 12 Mar 2007 00:21:26 +0000 (00:21 +0000)]
removed some unused circ scripts
made these circ scripts more generic and simple for default installations

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

17 years agomoved the PINES-specific circ rules over to the Evergreen tree
erickson [Mon, 12 Mar 2007 00:20:19 +0000 (00:20 +0000)]
moved the PINES-specific circ rules over to the Evergreen tree

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

17 years agoadded org_unit_setting model. re-tabbed to be more python friendly
erickson [Sun, 11 Mar 2007 23:22:07 +0000 (23:22 +0000)]
added org_unit_setting model.  re-tabbed to be more python friendly

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

17 years agoforce uppercase for shortname on add
miker [Sat, 10 Mar 2007 20:05:49 +0000 (20:05 +0000)]
force uppercase for shortname on add

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

17 years agoauditor schema fixups for the recent logical split
miker [Sat, 10 Mar 2007 18:23:51 +0000 (18:23 +0000)]
auditor schema fixups for the recent logical split

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

17 years agoadded an example lib ips file. removed evergreen_core from the default config since...
erickson [Sat, 10 Mar 2007 17:30:36 +0000 (17:30 +0000)]
added an example lib ips file.  removed evergreen_core from the default config since that target has become the de facto PINES stuff (needs to change, obviously)

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

17 years agoadding OU visiblity restriction to copy count call
miker [Fri, 9 Mar 2007 21:06:16 +0000 (21:06 +0000)]
adding OU visiblity restriction to copy count call

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

17 years agowrong print template for Items Out
pines [Fri, 9 Mar 2007 20:28:59 +0000 (20:28 +0000)]
wrong print template for Items Out

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

17 years agodelay auto-select and call on_select
pines [Thu, 8 Mar 2007 20:11:00 +0000 (20:11 +0000)]
delay auto-select and call on_select

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

17 years agoadding openils_db to the end of the default make target list
miker [Thu, 8 Mar 2007 19:46:13 +0000 (19:46 +0000)]
adding openils_db to the end of the default make target list

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

17 years agomoving xml2 requirement out of the way
miker [Thu, 8 Mar 2007 19:34:31 +0000 (19:34 +0000)]
moving xml2 requirement out of the way

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

17 years agodisable auto-row selection for copy browser
pines [Thu, 8 Mar 2007 19:16:15 +0000 (19:16 +0000)]
disable auto-row selection for copy browser

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

17 years agorefactored the unix::server config handling by getting rid of the old temp config...
erickson [Wed, 7 Mar 2007 21:22:20 +0000 (21:22 +0000)]
refactored the unix::server config handling by getting rid of the old temp config files
and passing config params directly to the net::server run() method

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

17 years agorenameing clashing "search" field to "search_field"
miker [Wed, 7 Mar 2007 18:56:53 +0000 (18:56 +0000)]
renameing clashing "search" field to "search_field"

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

17 years agological division of some data/schema stuff; adding a pkey to the audit tables (easing...
miker [Wed, 7 Mar 2007 17:38:48 +0000 (17:38 +0000)]
logical division of some data/schema stuff; adding a pkey to the audit tables (easing replication)

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

17 years agogeneral cleanup; search/facet; library hiding
miker [Wed, 7 Mar 2007 16:57:10 +0000 (16:57 +0000)]
general cleanup; search/facet; library hiding

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

17 years agodisabling hold notify checkbox when user has no email and showing message pointing...
erickson [Mon, 5 Mar 2007 22:12:31 +0000 (22:12 +0000)]
disabling hold notify checkbox when user has no email and showing message pointing them to my account

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

17 years agoadded alert message for update successes
erickson [Mon, 5 Mar 2007 22:10:29 +0000 (22:10 +0000)]
added alert message for update successes

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

17 years agoadding xml_transform support. this will require a patched xml2 module.
miker [Mon, 5 Mar 2007 21:48:32 +0000 (21:48 +0000)]
adding xml_transform support.  this will require a patched xml2 module.

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

17 years agounchecking email box if user has no email
erickson [Mon, 5 Mar 2007 21:40:43 +0000 (21:40 +0000)]
unchecking email box if user has no email

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

17 years agoprint export buttons for bucket interfaces
pines [Mon, 5 Mar 2007 20:51:38 +0000 (20:51 +0000)]
print export buttons for bucket interfaces

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

17 years agomoved openils.xml.example opensrf.xml.example
erickson [Mon, 5 Mar 2007 20:47:23 +0000 (20:47 +0000)]
moved openils.xml.example opensrf.xml.example

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

17 years agoapplying spelling fixes and making db names/passwords match accross default config...
erickson [Mon, 5 Mar 2007 20:41:54 +0000 (20:41 +0000)]
applying spelling fixes and making db names/passwords match accross default config files thanks to patch by Dan Scott.  Thanks, Dan!

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

17 years agoadding DBVER to install.sh
miker [Mon, 5 Mar 2007 20:07:15 +0000 (20:07 +0000)]
adding DBVER to install.sh

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

17 years agocheckout lib column and some sanity checking for circ details
pines [Mon, 5 Mar 2007 20:06:33 +0000 (20:06 +0000)]
checkout lib column and some sanity checking for circ details

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

17 years agofixed default value for DBVER
erickson [Mon, 5 Mar 2007 20:04:19 +0000 (20:04 +0000)]
fixed default value for DBVER

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

17 years agosupport different version of Pg
miker [Mon, 5 Mar 2007 19:54:20 +0000 (19:54 +0000)]
support different version of Pg

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

17 years agoprotecting against IE complaints over table display, version 2
erickson [Mon, 5 Mar 2007 18:11:34 +0000 (18:11 +0000)]
protecting against IE complaints over table display, version 2

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

17 years agoprotecting against IE complaints over table display
erickson [Mon, 5 Mar 2007 18:05:09 +0000 (18:05 +0000)]
protecting against IE complaints over table display

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

17 years agochanged batch renewal logic to collect items to renew before the renewal kicks off...
erickson [Mon, 5 Mar 2007 17:33:58 +0000 (17:33 +0000)]
changed batch renewal logic to collect items to renew before the renewal kicks off so that page drawing does not occurr mid-renewal

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

17 years agoadded fix for IE/ssl problems
erickson [Mon, 5 Mar 2007 16:52:43 +0000 (16:52 +0000)]
added fix for IE/ssl problems

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

17 years agoadding support for faceting and searching separately
miker [Sun, 25 Feb 2007 16:55:48 +0000 (16:55 +0000)]
adding support for faceting and searching separately

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

17 years agoadded some user feedback after item create/delete
erickson [Fri, 23 Feb 2007 20:22:14 +0000 (20:22 +0000)]
added some user feedback after item create/delete

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

17 years agoforward-porting jasons object cache fetching code
erickson [Fri, 23 Feb 2007 20:06:43 +0000 (20:06 +0000)]
forward-porting jasons object cache fetching code

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

17 years agoauto-select last added row regardless whether it was appended or prepended
pines [Fri, 23 Feb 2007 19:04:42 +0000 (19:04 +0000)]
auto-select last added row regardless whether it was appended or prepended

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

17 years agoadded model for config.metabib_field
erickson [Fri, 23 Feb 2007 17:43:55 +0000 (17:43 +0000)]
added model for config.metabib_field

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

17 years agoadd a note about hiding all hidden OUs
miker [Fri, 23 Feb 2007 16:43:44 +0000 (16:43 +0000)]
add a note about hiding all hidden OUs

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

17 years agohiding non-opac_visible orgs in public opac
erickson [Fri, 23 Feb 2007 16:37:02 +0000 (16:37 +0000)]
hiding non-opac_visible orgs in public opac

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

17 years agojust belt-and-suspenders on the bool matching
miker [Fri, 23 Feb 2007 16:31:06 +0000 (16:31 +0000)]
just belt-and-suspenders on the bool matching

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

17 years agogive configurable sleep interval and fix failure message output
miker [Fri, 23 Feb 2007 01:06:18 +0000 (01:06 +0000)]
give configurable sleep interval and fix failure message output

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

17 years agodefaulting to false for hold email notices
erickson [Thu, 22 Feb 2007 23:26:56 +0000 (23:26 +0000)]
defaulting to false for hold email notices

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

17 years agograbbing hold object on re-scans of outbound transits so SC staff has ability to...
erickson [Thu, 22 Feb 2007 21:47:51 +0000 (21:47 +0000)]
grabbing hold object on re-scans of outbound transits so SC staff has ability to reprint hold notifications on rescans.  addding logic to prevent email notices on canceled hold transit receives

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

17 years agoauto-select top row on append
pines [Thu, 22 Feb 2007 21:44:42 +0000 (21:44 +0000)]
auto-select top row on append

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