]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
19 years agomoving to Biblio
erickson [Fri, 1 Apr 2005 19:42:10 +0000 (19:42 +0000)]
moving to Biblio

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

19 years agomoved copy count out to its own function
erickson [Fri, 1 Apr 2005 17:16:26 +0000 (17:16 +0000)]
moved copy count out to its own function

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

19 years agoadded handling for jabber errors
erickson [Fri, 1 Apr 2005 17:03:56 +0000 (17:03 +0000)]
added handling for jabber errors

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

19 years agoremoved some unused lines
erickson [Fri, 1 Apr 2005 14:21:40 +0000 (14:21 +0000)]
removed some unused lines

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

19 years agoadded basic search caching
erickson [Fri, 1 Apr 2005 02:21:21 +0000 (02:21 +0000)]
added basic search caching

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

19 years agoremoved some debugging stuff
erickson [Thu, 31 Mar 2005 21:30:32 +0000 (21:30 +0000)]
removed some debugging stuff

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

19 years agoon connect, we only connect if we're not already connected
erickson [Thu, 31 Mar 2005 21:17:19 +0000 (21:17 +0000)]
on connect, we only connect if we're not already connected

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

19 years agowe now have session caching.
erickson [Thu, 31 Mar 2005 21:16:56 +0000 (21:16 +0000)]
we now have session caching.
sessions only disconnect on every 20 requests

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

19 years agofixed bug where session id's were always coming up the same
erickson [Thu, 31 Mar 2005 21:01:42 +0000 (21:01 +0000)]
fixed bug where session id's were always coming up the same
added some debugging

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

19 years agochecking for != null instead of ! true
erickson [Thu, 31 Mar 2005 19:57:55 +0000 (19:57 +0000)]
checking for != null instead of ! true

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

19 years agonow returning the object at index 0 if there is only one object
erickson [Thu, 31 Mar 2005 19:27:50 +0000 (19:27 +0000)]
now returning the object at index 0 if there is only one object

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

19 years agofor ease of use
erickson [Thu, 31 Mar 2005 19:18:52 +0000 (19:18 +0000)]
for ease of use

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

19 years agochanged to fit fieldmapper stuff
erickson [Thu, 31 Mar 2005 19:12:18 +0000 (19:12 +0000)]
changed to fit fieldmapper stuff
magic casting and to_stringing

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

19 years agomorphing into shape
erickson [Thu, 31 Mar 2005 19:11:40 +0000 (19:11 +0000)]
morphing into shape

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

19 years agomass_delete and copy_create
miker [Thu, 31 Mar 2005 17:52:08 +0000 (17:52 +0000)]
mass_delete and copy_create

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

19 years agoadded a field on each object called classname to return the object hint
erickson [Thu, 31 Mar 2005 17:39:03 +0000 (17:39 +0000)]
added a field on each object called classname to return the object hint

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

19 years agoremoved unused variable
erickson [Thu, 31 Mar 2005 16:54:38 +0000 (16:54 +0000)]
removed unused variable
moved to the C based gateway
went back to POST

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

19 years agoremoved some log lines, finishing request and not killing session
erickson [Thu, 31 Mar 2005 16:18:16 +0000 (16:18 +0000)]
removed some log lines, finishing request and not killing session

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

19 years agousing our log stuff instead of stderr
erickson [Thu, 31 Mar 2005 15:56:22 +0000 (15:56 +0000)]
using our log stuff instead of stderr

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

19 years agoupdated to newest code, made my usual usability changes.
erickson [Thu, 31 Mar 2005 00:16:31 +0000 (00:16 +0000)]
updated to newest code, made my usual usability changes.

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

19 years agoadded a field to store the original JSON string received from a request
erickson [Thu, 31 Mar 2005 00:15:29 +0000 (00:15 +0000)]
added a field to store the original JSON string received from a request

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

19 years agoadded some exception handling
erickson [Thu, 31 Mar 2005 00:14:25 +0000 (00:14 +0000)]
added some exception handling

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

19 years agoadded debug (and abuilit to turn it off)
erickson [Thu, 31 Mar 2005 00:13:59 +0000 (00:13 +0000)]
added debug (and abuilit to turn it off)

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

19 years agoC apache gateway.
erickson [Thu, 31 Mar 2005 00:11:15 +0000 (00:11 +0000)]
C apache gateway.

needs:

cleaning and refactoring to break up the function
memory checking
*cached sessions so reconnect is not necessary on every call

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

19 years agorecently added to json by maintainer
erickson [Wed, 30 Mar 2005 21:57:01 +0000 (21:57 +0000)]
recently added to json by maintainer

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

19 years agoadded request cancelling functionality
erickson [Tue, 29 Mar 2005 21:48:39 +0000 (21:48 +0000)]
added request cancelling functionality

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

19 years agoadded a debug function
erickson [Tue, 29 Mar 2005 21:47:52 +0000 (21:47 +0000)]
added a debug function

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

19 years agoperiodic additions/updates
erickson [Tue, 29 Mar 2005 21:39:18 +0000 (21:39 +0000)]
periodic additions/updates

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

19 years agobringing schema up to date
miker [Tue, 29 Mar 2005 21:12:53 +0000 (21:12 +0000)]
bringing schema up to date

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

19 years agoadding full_request (not sure if we need this) and fixing thinko on disconnect
miker [Tue, 29 Mar 2005 21:12:26 +0000 (21:12 +0000)]
adding full_request (not sure if we need this) and fixing thinko on disconnect

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

19 years agoadding -fPIC to makefiles so they work on amd64
miker [Tue, 29 Mar 2005 21:11:46 +0000 (21:11 +0000)]
adding -fPIC to makefiles so they work on amd64

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

19 years agoupdated Storage server
miker [Tue, 29 Mar 2005 21:10:37 +0000 (21:10 +0000)]
updated Storage server

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

19 years agoupdated import scripts (PINES specific, but a good example)
miker [Tue, 29 Mar 2005 21:10:01 +0000 (21:10 +0000)]
updated import scripts (PINES specific, but a good example)

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

19 years agomoving the worm into storage
miker [Tue, 29 Mar 2005 21:07:50 +0000 (21:07 +0000)]
moving the worm into storage

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

19 years agomoved the mods code to the new Utils/ModsParser package
erickson [Tue, 29 Mar 2005 17:36:58 +0000 (17:36 +0000)]
moved the mods code to the new Utils/ModsParser package

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

19 years agomods utility functions used accross applications
erickson [Tue, 29 Mar 2005 17:36:18 +0000 (17:36 +0000)]
mods utility functions used accross applications

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

19 years agomoved out much of the code to the sub classes
erickson [Tue, 29 Mar 2005 17:33:34 +0000 (17:33 +0000)]
moved out much of the code to the sub classes

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

19 years agobreaking out searches specific to staff client web to their own
erickson [Tue, 29 Mar 2005 17:33:03 +0000 (17:33 +0000)]
breaking out searches specific to staff client web to their own
packages

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

19 years agowe now check the contents of the returned data to see if it's a web method
erickson [Mon, 28 Mar 2005 22:28:33 +0000 (22:28 +0000)]
we now check the contents of the returned data to see if it's a web method
exception.  if so, we throw (currently an EXCommuniction) exception.  the
actual exception thrown will depend on whether we decide to make exceptions
a more important part of the process

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

19 years agouseful stuff. the beginnings of a set of exceptions if necessary.
erickson [Mon, 28 Mar 2005 22:27:28 +0000 (22:27 +0000)]
useful stuff.  the beginnings of a set of exceptions if necessary.

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

19 years agonow pointing to spacely
erickson [Mon, 28 Mar 2005 20:27:57 +0000 (20:27 +0000)]
now pointing to spacely

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

19 years agomodules used for the opac
erickson [Fri, 25 Mar 2005 15:55:47 +0000 (15:55 +0000)]
modules used for the opac

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

19 years agomoved RemoteRequest over here since it's useful for any javascript that requires
erickson [Fri, 25 Mar 2005 15:54:44 +0000 (15:54 +0000)]
moved RemoteRequest over here since it's useful for any javascript that requires
server data.  added fieldmapper.js

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

19 years agoscript to build fieldmapper.js file for using fieldmapper objects in javascript
erickson [Fri, 25 Mar 2005 15:51:46 +0000 (15:51 +0000)]
script to build fieldmapper.js file for using fieldmapper objects in javascript

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

19 years agosome basic html templates for use in wrappers. these will be augmented
erickson [Fri, 25 Mar 2005 15:45:39 +0000 (15:45 +0000)]
some basic html templates for use in wrappers.  these will be augmented
over time

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

19 years agoEvergreen images. These will be sym-linked in by the Open-ILS tree with
erickson [Fri, 25 Mar 2005 15:39:39 +0000 (15:39 +0000)]
Evergreen images.  These will be sym-linked in  by the Open-ILS tree with
generic names.  e.g. big_logo.jpg for bigpinesLogo.jpg, etc.

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

19 years agobasic duration/renewal script
erickson [Fri, 25 Mar 2005 15:37:59 +0000 (15:37 +0000)]
basic duration/renewal script

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

19 years agoWe had casting removed for the cat demo. We need to revisit this.
phasefx [Mon, 21 Mar 2005 14:53:06 +0000 (14:53 +0000)]
We had casting removed for the cat demo.  We need to revisit this.

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

19 years agocontinuing
erickson [Fri, 18 Mar 2005 19:24:46 +0000 (19:24 +0000)]
continuing

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

19 years agoadding xsl files
erickson [Fri, 18 Mar 2005 15:54:34 +0000 (15:54 +0000)]
adding xsl files

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

19 years agocommit ;)
erickson [Fri, 18 Mar 2005 08:21:54 +0000 (08:21 +0000)]
commit ;)

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

19 years agoadding deposit_amount
miker [Fri, 18 Mar 2005 06:40:06 +0000 (06:40 +0000)]
adding deposit_amount

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

19 years agoraised command line buffer to accomodate large chunks
erickson [Fri, 18 Mar 2005 06:33:00 +0000 (06:33 +0000)]
raised command line buffer to accomodate large chunks

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

19 years agoSome bugfixes from Bill
phasefx [Fri, 18 Mar 2005 05:46:33 +0000 (05:46 +0000)]
Some bugfixes from Bill

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

19 years agochanged buf size, not sure how it got shrunk
erickson [Fri, 18 Mar 2005 04:36:55 +0000 (04:36 +0000)]
changed buf size, not sure how it got shrunk

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

19 years agorefactored sorting
erickson [Fri, 18 Mar 2005 03:32:03 +0000 (03:32 +0000)]
refactored sorting

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

19 years agotrucking along
erickson [Fri, 18 Mar 2005 03:14:45 +0000 (03:14 +0000)]
trucking along

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

19 years agobug fixes for storage and fieldmapper
miker [Fri, 18 Mar 2005 00:56:32 +0000 (00:56 +0000)]
bug fixes for storage and fieldmapper

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

19 years agosnap (jason..)
miker [Thu, 17 Mar 2005 23:51:34 +0000 (23:51 +0000)]
snap (jason..)

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

19 years agolib dir is added now
erickson [Thu, 17 Mar 2005 23:29:16 +0000 (23:29 +0000)]
lib dir is added now

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

19 years agoreduced login time to 1 hour and login init-complete time to 30 seconds.
erickson [Thu, 17 Mar 2005 20:12:26 +0000 (20:12 +0000)]
reduced login time to 1 hour and login init-complete time to 30 seconds.
this is mainly for the demo and for development where we are constantly
logging on over and over

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

19 years agoadded check to make sure log line didn't kill things
erickson [Thu, 17 Mar 2005 18:32:03 +0000 (18:32 +0000)]
added check to make sure log line didn't kill things

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

19 years agoremoved sig-int handler for now, annoying.
erickson [Thu, 17 Mar 2005 18:15:25 +0000 (18:15 +0000)]
removed sig-int handler for now, annoying.

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

19 years agoadded some sanity checks to make sure we're not sending
erickson [Thu, 17 Mar 2005 18:06:52 +0000 (18:06 +0000)]
added some sanity checks to make sure we're not sending
if we've been killed

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

19 years agotruckin, along
erickson [Thu, 17 Mar 2005 04:15:47 +0000 (04:15 +0000)]
truckin, along

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

19 years agonew protofields
miker [Thu, 17 Mar 2005 00:17:41 +0000 (00:17 +0000)]
new protofields

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

19 years agoarg! added "children" to the correct class
miker [Wed, 16 Mar 2005 23:09:50 +0000 (23:09 +0000)]
arg! added "children" to the correct class

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

19 years agoadding org_unit stuff
miker [Wed, 16 Mar 2005 22:56:53 +0000 (22:56 +0000)]
adding org_unit stuff

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

19 years agoadding more search methods
erickson [Wed, 16 Mar 2005 22:16:27 +0000 (22:16 +0000)]
adding more search methods

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

19 years agomoving forward, added wormizing
erickson [Wed, 16 Mar 2005 16:04:02 +0000 (16:04 +0000)]
moving forward, added wormizing

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

19 years agoincluded stack dependency in makefile
erickson [Wed, 16 Mar 2005 13:43:05 +0000 (13:43 +0000)]
included stack dependency in makefile

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

19 years agojust adjusting tabbing
miker [Wed, 16 Mar 2005 07:11:34 +0000 (07:11 +0000)]
just adjusting tabbing

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

19 years agoautogenrated search interface
miker [Wed, 16 Mar 2005 07:11:00 +0000 (07:11 +0000)]
autogenrated search interface

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

19 years agoexternal secondary worming script
miker [Wed, 16 Mar 2005 07:10:40 +0000 (07:10 +0000)]
external secondary worming script

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

19 years agoasset schema and asset import script
miker [Wed, 16 Mar 2005 07:10:02 +0000 (07:10 +0000)]
asset schema and asset import script

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

19 years agomoved wormizing code to another script
miker [Wed, 16 Mar 2005 07:09:10 +0000 (07:09 +0000)]
moved wormizing code to another script

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

19 years agoasset setup
miker [Wed, 16 Mar 2005 07:08:40 +0000 (07:08 +0000)]
asset setup

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

19 years agocode to remove old version of wormed metabib::full_rec
miker [Wed, 16 Mar 2005 07:08:10 +0000 (07:08 +0000)]
code to remove old version of wormed metabib::full_rec

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

19 years agoadded login functionality to the shell
erickson [Wed, 16 Mar 2005 05:30:07 +0000 (05:30 +0000)]
added login functionality to the shell

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

19 years agoadded an 'introspect' command
erickson [Wed, 16 Mar 2005 03:07:17 +0000 (03:07 +0000)]
added an 'introspect' command

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

19 years agoAddded record_entry metadata search
erickson [Wed, 16 Mar 2005 02:54:35 +0000 (02:54 +0000)]
Addded record_entry metadata search
added session disconnect to tree retrieve

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

19 years agomoved back to non-method_lookup method to test 'original' speed
erickson [Wed, 16 Mar 2005 02:37:14 +0000 (02:37 +0000)]
moved back to non-method_lookup method to test 'original' speed

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

19 years agobootstrap_client now registers a dummy client server_class
miker [Wed, 16 Mar 2005 02:03:09 +0000 (02:03 +0000)]
bootstrap_client now registers a dummy client server_class

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

19 years agofix for embeded $
miker [Wed, 16 Mar 2005 01:59:32 +0000 (01:59 +0000)]
fix for embeded $

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

19 years agostorage server stuff
miker [Wed, 16 Mar 2005 01:58:29 +0000 (01:58 +0000)]
storage server stuff

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

19 years agoadded some cleaner code handling to reduce valgrind errors
erickson [Tue, 15 Mar 2005 22:01:04 +0000 (22:01 +0000)]
added some cleaner code handling to reduce valgrind errors

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

19 years agofound the (i believe) the remaining leaks in the transport code
erickson [Tue, 15 Mar 2005 21:51:03 +0000 (21:51 +0000)]
found the (i believe) the remaining leaks in the transport code

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

19 years agoadded a warn line for debugging purposes
erickson [Tue, 15 Mar 2005 21:33:32 +0000 (21:33 +0000)]
added a warn line for debugging purposes

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

19 years agoadded regex to clean up TCN search
erickson [Tue, 15 Mar 2005 21:14:19 +0000 (21:14 +0000)]
added regex to clean up TCN search

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

19 years agoadded TCN search for cat
erickson [Tue, 15 Mar 2005 21:04:37 +0000 (21:04 +0000)]
added TCN search for cat

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

19 years agofixed some logic errors, change recived from user search
erickson [Tue, 15 Mar 2005 20:18:49 +0000 (20:18 +0000)]
fixed some logic errors, change recived from user search

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

19 years agofixed an exception
erickson [Tue, 15 Mar 2005 20:09:19 +0000 (20:09 +0000)]
fixed an exception

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

19 years agoadded help line
erickson [Tue, 15 Mar 2005 20:05:58 +0000 (20:05 +0000)]
added help line

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

19 years agoNeed to revisit this stuff
phasefx [Tue, 15 Mar 2005 19:52:09 +0000 (19:52 +0000)]
Need to revisit this stuff

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

19 years agojust keeping up to date
erickson [Tue, 15 Mar 2005 18:18:27 +0000 (18:18 +0000)]
just keeping up to date

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

19 years agogoing directly to storage instead of method lookup.
erickson [Tue, 15 Mar 2005 17:21:03 +0000 (17:21 +0000)]
going directly to storage instead of method lookup.

bypassing persist for now

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

19 years agofully bypassing persist if persist isn't true
erickson [Tue, 15 Mar 2005 17:18:13 +0000 (17:18 +0000)]
fully bypassing persist if persist isn't true

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

19 years agomemory leak cleaning, more to come.
erickson [Tue, 15 Mar 2005 14:26:42 +0000 (14:26 +0000)]
memory leak cleaning, more to come.

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

19 years agoworm work
miker [Tue, 15 Mar 2005 01:12:46 +0000 (01:12 +0000)]
worm work

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

19 years agogeneric search interface
erickson [Tue, 15 Mar 2005 00:31:29 +0000 (00:31 +0000)]
generic search interface

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