]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
18 years agotruncating long log lines that go to syslog, as it kills the perl sprintf for some...
miker [Wed, 14 Dec 2005 06:01:14 +0000 (06:01 +0000)]
truncating long log lines that go to syslog, as it kills the perl sprintf for some reason...

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

18 years agothese are now defined in OpenILS/src/extras/ils_events.xml
erickson [Wed, 14 Dec 2005 00:01:09 +0000 (00:01 +0000)]
these are now defined in OpenILS/src/extras/ils_events.xml

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

18 years agoa few small patchups here and there for handling the new SSI directory structure
erickson [Tue, 13 Dec 2005 23:59:58 +0000 (23:59 +0000)]
a few small patchups here and there for handling the new SSI directory structure
some minor style updates

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

18 years agoadde opac-specific DTD's so we can ship small chunks of entities to the browsers
erickson [Tue, 13 Dec 2005 23:59:02 +0000 (23:59 +0000)]
adde opac-specific DTD's so we can ship small chunks of entities to the browsers
based on which pages are being loaded

common.dtd are the very basic entities shared by the opac and xul
(though xul won't use them until it is weened off of xmlBuilder)

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

18 years agomoved opac over to pure SSI and browser-handled XML entities.
erickson [Tue, 13 Dec 2005 23:57:18 +0000 (23:57 +0000)]
moved opac over to pure SSI and browser-handled XML entities.

index.xml is the starting point for all opac pages.  It determines which sub-chunks to load
the page_* pages are where the logic for each opac page type resides

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

18 years agoWith SSI's, these are actually sym-links which point to index.xml,
erickson [Tue, 13 Dec 2005 23:53:38 +0000 (23:53 +0000)]
With SSI's, these are actually sym-links which point to index.xml,
which handles all the logic

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

18 years agopatched up some typos
erickson [Tue, 13 Dec 2005 23:08:10 +0000 (23:08 +0000)]
patched up some typos

the 'requestor' code now uses the requestor as the target if the target is undefined

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

18 years agogateway now assumes status is OK on a message unless it recieves a message which...
erickson [Tue, 13 Dec 2005 22:20:28 +0000 (22:20 +0000)]
gateway now assumes status is OK on a message unless it recieves a message which proves otherwise

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

18 years agomoved some login/perm checks to the new simpler API / event code
erickson [Tue, 13 Dec 2005 22:19:34 +0000 (22:19 +0000)]
moved some login/perm checks to the new simpler API / event code

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

18 years agonow comparing login type without regard to string case
erickson [Tue, 13 Dec 2005 22:19:00 +0000 (22:19 +0000)]
now comparing login type without regard to string case

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

18 years agoxmlbuilder copies comments over now.
erickson [Tue, 13 Dec 2005 22:18:34 +0000 (22:18 +0000)]
xmlbuilder copies comments over now.
this is necessary for any code that wants to use xmlbuilder and apache SSI's,
which the staff client may want to do at some point (also good for testing)

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

18 years agomake this explicit
phasefx [Tue, 13 Dec 2005 22:13:56 +0000 (22:13 +0000)]
make this explicit

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

18 years agoreduce the overhead of JSONification by removing multiple NF?() calls; make Unicode...
miker [Tue, 13 Dec 2005 06:13:45 +0000 (06:13 +0000)]
reduce the overhead of JSONification by removing multiple NF?() calls; make Unicode JSONifcation more robust by using unicode character regexes

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

18 years agomove network, window, and controller from main to util
phasefx [Tue, 13 Dec 2005 00:52:54 +0000 (00:52 +0000)]
move network, window, and controller from main to util

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

18 years agospawn checkout by default if display gets a patron
phasefx [Tue, 13 Dec 2005 00:42:24 +0000 (00:42 +0000)]
spawn checkout by default if display gets a patron

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

18 years agodif nav bars for patron display/search
phasefx [Mon, 12 Dec 2005 23:13:07 +0000 (23:13 +0000)]
dif nav bars for patron display/search

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

18 years agosrfsh reports to stderr when a config file could not be found
erickson [Mon, 12 Dec 2005 20:36:17 +0000 (20:36 +0000)]
srfsh reports to stderr when a config file could not be found

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

18 years agoloading auth, math, and dbmath as C modules by default now
erickson [Mon, 12 Dec 2005 20:12:17 +0000 (20:12 +0000)]
loading auth, math, and dbmath as C modules by default now

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

18 years agofixing return value for "merge"
miker [Mon, 12 Dec 2005 17:14:50 +0000 (17:14 +0000)]
fixing return value for "merge"

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

18 years agosearch_form.xul can take and make URI query components
phasefx [Mon, 12 Dec 2005 16:56:31 +0000 (16:56 +0000)]
search_form.xul can take and make URI query components

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

18 years agotoward patron search
phasefx [Mon, 12 Dec 2005 16:39:08 +0000 (16:39 +0000)]
toward patron search

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

18 years agomore work with containers.
erickson [Mon, 12 Dec 2005 15:02:29 +0000 (15:02 +0000)]
more work with containers.
finished with the basic container retrieval code using some new
utility methods I added to AppUtils.pm

Made use of some of the new methods in Actor.pm

Untested bucket.create method in Container.pm

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

18 years agosession.retrieve now returns a NO_SESSION event
erickson [Mon, 12 Dec 2005 14:59:39 +0000 (14:59 +0000)]
session.retrieve now returns a NO_SESSION event

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

18 years agono more flex/overflow work till I start testing in Windows again
phasefx [Mon, 12 Dec 2005 14:54:08 +0000 (14:54 +0000)]
no more flex/overflow work till I start testing in Windows again

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

18 years agowant to hide the normal patron nav bar when starting a search
phasefx [Mon, 12 Dec 2005 14:35:38 +0000 (14:35 +0000)]
want to hide the normal patron nav bar when starting a search

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

18 years agoweirdness with overflow, and toward patron search
phasefx [Mon, 12 Dec 2005 06:36:01 +0000 (06:36 +0000)]
weirdness with overflow, and toward patron search

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

18 years agopatron.display sets it up so that circ.checkout can talk to patron.summary
phasefx [Sun, 11 Dec 2005 19:56:23 +0000 (19:56 +0000)]
patron.display sets it up so that circ.checkout can talk to patron.summary

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

18 years agoflex tweak
phasefx [Sun, 11 Dec 2005 19:38:26 +0000 (19:38 +0000)]
flex tweak

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

18 years agorefactoring patron display
phasefx [Sun, 11 Dec 2005 19:29:37 +0000 (19:29 +0000)]
refactoring patron display

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

18 years agobreaking summary out of display
phasefx [Sun, 11 Dec 2005 19:00:12 +0000 (19:00 +0000)]
breaking summary out of display

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

18 years agoremove debugging
phasefx [Sun, 11 Dec 2005 18:50:13 +0000 (18:50 +0000)]
remove debugging

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

18 years agooops
phasefx [Sun, 11 Dec 2005 08:13:20 +0000 (08:13 +0000)]
oops

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

18 years agodon't need filter console anymore. Convert other tools to new framework
phasefx [Sun, 11 Dec 2005 08:04:03 +0000 (08:04 +0000)]
don't need filter console anymore.  Convert other tools to new framework

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

18 years agodev tools
phasefx [Sun, 11 Dec 2005 07:40:48 +0000 (07:40 +0000)]
dev tools

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

18 years agodev tools
phasefx [Sun, 11 Dec 2005 07:33:22 +0000 (07:33 +0000)]
dev tools

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

18 years agomake it easier to test things
phasefx [Sun, 11 Dec 2005 06:48:26 +0000 (06:48 +0000)]
make it easier to test things

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

18 years agopermissions
phasefx [Sun, 11 Dec 2005 06:31:59 +0000 (06:31 +0000)]
permissions

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

18 years agogetting authtime from xul
erickson [Fri, 9 Dec 2005 22:40:34 +0000 (22:40 +0000)]
getting authtime from xul

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

18 years agobug found
phasefx [Fri, 9 Dec 2005 22:06:20 +0000 (22:06 +0000)]
bug found

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

18 years agobug hunt
phasefx [Fri, 9 Dec 2005 21:47:24 +0000 (21:47 +0000)]
bug hunt

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

18 years ago*** empty log message ***
phasefx [Fri, 9 Dec 2005 21:42:22 +0000 (21:42 +0000)]
*** empty log message ***

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

18 years agobug hunt
phasefx [Fri, 9 Dec 2005 21:41:47 +0000 (21:41 +0000)]
bug hunt

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

18 years ago*** empty log message ***
phasefx [Fri, 9 Dec 2005 21:40:15 +0000 (21:40 +0000)]
*** empty log message ***

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

18 years agowhat bug hunt wouldn't introduce bugs?
phasefx [Fri, 9 Dec 2005 21:39:09 +0000 (21:39 +0000)]
what bug hunt wouldn't introduce bugs?

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

18 years agobug hunt
phasefx [Fri, 9 Dec 2005 21:38:14 +0000 (21:38 +0000)]
bug hunt

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

18 years agoerror checking
phasefx [Fri, 9 Dec 2005 21:22:09 +0000 (21:22 +0000)]
error checking

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

18 years agoauthtime
phasefx [Fri, 9 Dec 2005 21:15:50 +0000 (21:15 +0000)]
authtime

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

18 years agostill getting uncaught exceptions, but looks like it's working
phasefx [Fri, 9 Dec 2005 21:03:22 +0000 (21:03 +0000)]
still getting uncaught exceptions, but looks like it's working

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

18 years agoneed to get <browser> working with remote xul
phasefx [Fri, 9 Dec 2005 20:47:28 +0000 (20:47 +0000)]
need to get <browser> working with remote xul

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

18 years agodebug string
phasefx [Fri, 9 Dec 2005 20:08:38 +0000 (20:08 +0000)]
debug string

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

18 years agoyikes, wondered why this didn't break things, then remembered xmlbuilder
phasefx [Fri, 9 Dec 2005 19:42:27 +0000 (19:42 +0000)]
yikes, wondered why this didn't break things, then remembered xmlbuilder

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

18 years agohunting down untrapped permission exceptions
phasefx [Fri, 9 Dec 2005 19:39:53 +0000 (19:39 +0000)]
hunting down untrapped permission exceptions

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

18 years agotoward patron search
phasefx [Fri, 9 Dec 2005 19:39:39 +0000 (19:39 +0000)]
toward patron search

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

18 years agodoh 2
phasefx [Fri, 9 Dec 2005 19:15:16 +0000 (19:15 +0000)]
doh 2

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

18 years agothis not obj
phasefx [Fri, 9 Dec 2005 19:14:01 +0000 (19:14 +0000)]
this not obj

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

18 years agodoh
phasefx [Fri, 9 Dec 2005 19:12:38 +0000 (19:12 +0000)]
doh

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

18 years agoerror checking
phasefx [Fri, 9 Dec 2005 19:11:02 +0000 (19:11 +0000)]
error checking

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

18 years agosome permission errors
phasefx [Fri, 9 Dec 2005 19:04:55 +0000 (19:04 +0000)]
some permission errors

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

18 years agomissing comma
phasefx [Fri, 9 Dec 2005 19:02:55 +0000 (19:02 +0000)]
missing comma

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

18 years agoopac_wrapper
phasefx [Fri, 9 Dec 2005 19:01:06 +0000 (19:01 +0000)]
opac_wrapper

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

18 years agoopac wrapper
phasefx [Fri, 9 Dec 2005 19:00:39 +0000 (19:00 +0000)]
opac wrapper

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

18 years agoconstants
phasefx [Fri, 9 Dec 2005 19:00:18 +0000 (19:00 +0000)]
constants

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

18 years agoexplicitly returning STATUS_NOTFOUND when a method is not found
erickson [Fri, 9 Dec 2005 16:46:46 +0000 (16:46 +0000)]
explicitly returning STATUS_NOTFOUND when a method is not found

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

18 years agoXUL based holds work. Need to test from within the staff client.
erickson [Fri, 9 Dec 2005 16:31:43 +0000 (16:31 +0000)]
XUL based holds work.  Need to test from within the staff client.

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

18 years agorename main.list to util.list
phasefx [Fri, 9 Dec 2005 16:28:22 +0000 (16:28 +0000)]
rename main.list to util.list

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

18 years agofor some reason, doing "throw $err $err->stringify" was causing a generic method
erickson [Fri, 9 Dec 2005 16:09:27 +0000 (16:09 +0000)]
for some reason, doing "throw $err $err->stringify" was causing a generic method
exception to be thrown.  Fixed by doing "throw $err".  This should allow the
/real/ error to be passed to the client, and not "method not found".

Also cleaned up some other debugging info

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

18 years agore-arranged the log code so that VA_LIST_TO_ARGS (which runs vsnprintf)
erickson [Fri, 9 Dec 2005 14:55:43 +0000 (14:55 +0000)]
re-arranged the log code so that VA_LIST_TO_ARGS (which runs vsnprintf)
will only have to be called once per log.  This appears to make vsnprintf
happy with regard to printing embedded %'s
Happily printing the URL's in the gateway now

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

18 years agostarted work on xul-based requestor/recipient holds
erickson [Thu, 8 Dec 2005 23:18:00 +0000 (23:18 +0000)]
started work on xul-based requestor/recipient holds
avoided (but not fixed) bug in the gateway modules where you cannot send
escaped URL params to vsnprintf.  This will need to be fixed.

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

18 years agomore url constants
phasefx [Thu, 8 Dec 2005 22:21:24 +0000 (22:21 +0000)]
more url constants

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

18 years agomissing comma
phasefx [Thu, 8 Dec 2005 22:07:41 +0000 (22:07 +0000)]
missing comma

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

18 years agoDept. of Redundancy Dept.
phasefx [Thu, 8 Dec 2005 22:06:38 +0000 (22:06 +0000)]
Dept. of Redundancy Dept.

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

18 years agomore urls
phasefx [Thu, 8 Dec 2005 22:03:36 +0000 (22:03 +0000)]
more urls

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

18 years agoupdate patron.checkouts() in patron/display when a circ happens in circ/checkout
phasefx [Thu, 8 Dec 2005 21:40:08 +0000 (21:40 +0000)]
update patron.checkouts() in patron/display when a circ happens in circ/checkout

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

18 years agoremove alert
phasefx [Thu, 8 Dec 2005 21:39:19 +0000 (21:39 +0000)]
remove alert

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

18 years agopaste-o
phasefx [Thu, 8 Dec 2005 21:32:20 +0000 (21:32 +0000)]
paste-o

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

18 years agogetting frame.contentWindow with remote xul, for the purpose of callbacks
phasefx [Thu, 8 Dec 2005 20:49:52 +0000 (20:49 +0000)]
getting frame.contentWindow with remote xul, for the purpose of callbacks

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

18 years agowant to apply external callbacks to self-contained xul. debugging
phasefx [Thu, 8 Dec 2005 17:26:55 +0000 (17:26 +0000)]
want to apply external callbacks to self-contained xul.  debugging

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

18 years agoremove literal
phasefx [Thu, 8 Dec 2005 17:25:43 +0000 (17:25 +0000)]
remove literal

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

18 years agosyntax
phasefx [Thu, 8 Dec 2005 16:17:56 +0000 (16:17 +0000)]
syntax

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

18 years agofor the future
phasefx [Thu, 8 Dec 2005 16:16:08 +0000 (16:16 +0000)]
for the future

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

18 years agoChanged some log levels from INFO to DEBUG since they are highly repetitive
erickson [Thu, 8 Dec 2005 15:52:51 +0000 (15:52 +0000)]
Changed some log levels from INFO to DEBUG since they are highly repetitive

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

18 years agoadded a generic bucket retrievel method, handling NO_SESSION errors more gracefully
erickson [Thu, 8 Dec 2005 15:52:01 +0000 (15:52 +0000)]
added a generic bucket retrievel method, handling NO_SESSION errors more gracefully

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

18 years agoReturning NULL on session not found for session.retrieve
erickson [Thu, 8 Dec 2005 15:51:08 +0000 (15:51 +0000)]
Returning NULL on session not found for session.retrieve

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

18 years agotypo
phasefx [Thu, 8 Dec 2005 15:50:16 +0000 (15:50 +0000)]
typo

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

18 years agotypo
phasefx [Thu, 8 Dec 2005 15:44:43 +0000 (15:44 +0000)]
typo

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

18 years agomissing comma
phasefx [Thu, 8 Dec 2005 15:39:46 +0000 (15:39 +0000)]
missing comma

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

18 years agopull in these constants
phasefx [Thu, 8 Dec 2005 15:36:18 +0000 (15:36 +0000)]
pull in these constants

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

18 years agoconsolidated some url/api names into one location
phasefx [Thu, 8 Dec 2005 15:34:38 +0000 (15:34 +0000)]
consolidated some url/api names into one location

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

18 years agosome abstraction for interface URL's and api method names
phasefx [Thu, 8 Dec 2005 15:33:29 +0000 (15:33 +0000)]
some abstraction for interface URL's and api method names

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

18 years agoadded method to retrieve fleshed bucket by id
erickson [Wed, 7 Dec 2005 23:13:46 +0000 (23:13 +0000)]
added method to retrieve fleshed bucket by id
added method to retrieve all buckets for a given user

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

18 years agooopsie
phasefx [Wed, 7 Dec 2005 22:17:56 +0000 (22:17 +0000)]
oopsie

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

18 years agoa little checkout polish
phasefx [Wed, 7 Dec 2005 22:13:07 +0000 (22:13 +0000)]
a little checkout polish

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

18 years agonow alerting when the user hits 'cancel' to the expire warning and
erickson [Wed, 7 Dec 2005 22:06:25 +0000 (22:06 +0000)]
now alerting when the user hits 'cancel' to the expire warning and
the session has already expired

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

18 years agochanged OpenILS.data. cleaner init, on_error
phasefx [Wed, 7 Dec 2005 21:57:28 +0000 (21:57 +0000)]
changed OpenILS.data.  cleaner init, on_error

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

18 years agoadded login session timeout alerts for when the session is about to expire
erickson [Wed, 7 Dec 2005 21:47:04 +0000 (21:47 +0000)]
added login session timeout alerts for when the session is about to expire
and for when the session has expired

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

18 years agoadded optional second param to session.retrieve which, when it exists, forces the...
erickson [Wed, 7 Dec 2005 20:44:44 +0000 (20:44 +0000)]
added optional second param to session.retrieve which, when it exists, forces the auth
time to be reset when the session is retrieved

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

18 years agoneed session
phasefx [Wed, 7 Dec 2005 20:14:58 +0000 (20:14 +0000)]
need session

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

18 years agooops
phasefx [Wed, 7 Dec 2005 20:12:37 +0000 (20:12 +0000)]
oops

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

18 years agoprobably want to detect the bad barcode sooner. Also need to abstract all the remote...
phasefx [Wed, 7 Dec 2005 20:10:09 +0000 (20:10 +0000)]
probably want to detect the bad barcode sooner.  Also need to abstract all the remote URL's, and probably the opensrf/openils calls

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

18 years agoadded a NO_SESSION event for when a login session does not exist
erickson [Wed, 7 Dec 2005 18:32:24 +0000 (18:32 +0000)]
added a NO_SESSION event for when a login session does not exist
Event.pm now takes arbitrary parameters

added a osrfCacheSetExpire method for manually setting the cache expire
time of an object after the object has already been cached

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