2005-12-16 |
erickson | limiting authority searches
|
commit | commitdiff | tree |
2005-12-16 |
erickson | more container creation work
|
commit | commitdiff | tree |
2005-12-16 |
erickson | patching up some bugs that popped up
|
commit | commitdiff | tree |
2005-12-15 |
erickson | changed a log line
|
commit | commitdiff | tree |
2005-12-15 |
erickson | break out the org depth selector to share
|
commit | commitdiff | tree |
2005-12-15 |
erickson | more advanced search fun
|
commit | commitdiff | tree |
2005-12-15 |
erickson | added search interface for the advanced search, marc...
|
commit | commitdiff | tree |
2005-12-15 |
erickson | added ROUTE_COPY event and returning it from the hold...
|
commit | commitdiff | tree |
2005-12-15 |
erickson | moving more stuff to event / utility code
|
commit | commitdiff | tree |
2005-12-14 |
erickson | fixed bug in Holds.pm
|
commit | commitdiff | tree |
2005-12-14 |
erickson | reorganizing into logical chunks for ease of maintenance
|
commit | commitdiff | tree |
2005-12-14 |
erickson | fixed a bug caused by the event transition
|
commit | commitdiff | tree |
2005-12-14 |
erickson | fixed some bugs/typos
|
commit | commitdiff | tree |
2005-12-14 |
erickson | escaping embedded %'s so syslog won't barf
|
commit | commitdiff | tree |
2005-12-14 |
erickson | added some more object not found events
|
commit | commitdiff | tree |
2005-12-14 |
erickson | added some NOT_FOUND events for record, copy, and circ...
|
commit | commitdiff | tree |
2005-12-14 |
erickson | these are now defined in OpenILS/src/extras/ils_events.xml
|
commit | commitdiff | tree |
2005-12-13 |
erickson | a few small patchups here and there for handling the...
|
commit | commitdiff | tree |
2005-12-13 |
erickson | adde opac-specific DTD's so we can ship small chunks...
|
commit | commitdiff | tree |
2005-12-13 |
erickson | moved opac over to pure SSI and browser-handled XML...
|
commit | commitdiff | tree |
2005-12-13 |
erickson | With SSI's, these are actually sym-links which point...
|
commit | commitdiff | tree |
2005-12-13 |
erickson | patched up some typos
|
commit | commitdiff | tree |
2005-12-13 |
erickson | gateway now assumes status is OK on a message unless...
|
commit | commitdiff | tree |
2005-12-13 |
erickson | moved some login/perm checks to the new simpler API...
|
commit | commitdiff | tree |
2005-12-13 |
erickson | now comparing login type without regard to string case
|
commit | commitdiff | tree |
2005-12-13 |
erickson | xmlbuilder copies comments over now.
|
commit | commitdiff | tree |
2005-12-12 |
erickson | srfsh reports to stderr when a config file could not...
|
commit | commitdiff | tree |
2005-12-12 |
erickson | loading auth, math, and dbmath as C modules by default now
|
commit | commitdiff | tree |
2005-12-12 |
erickson | more work with containers.
|
commit | commitdiff | tree |
2005-12-12 |
erickson | session.retrieve now returns a NO_SESSION event
|
commit | commitdiff | tree |
2005-12-09 |
erickson | getting authtime from xul
|
commit | commitdiff | tree |
2005-12-09 |
erickson | explicitly returning STATUS_NOTFOUND when a method...
|
commit | commitdiff | tree |
2005-12-09 |
erickson | XUL based holds work. Need to test from within the...
|
commit | commitdiff | tree |
2005-12-09 |
erickson | for some reason, doing "throw $err $err->stringify...
|
commit | commitdiff | tree |
2005-12-09 |
erickson | re-arranged the log code so that VA_LIST_TO_ARGS (which...
|
commit | commitdiff | tree |
2005-12-08 |
erickson | started work on xul-based requestor/recipient holds
|
commit | commitdiff | tree |
2005-12-08 |
erickson | Changed some log levels from INFO to DEBUG since they...
|
commit | commitdiff | tree |
2005-12-08 |
erickson | added a generic bucket retrievel method, handling NO_SESSION...
|
commit | commitdiff | tree |
2005-12-08 |
erickson | Returning NULL on session not found for session.retrieve
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added method to retrieve fleshed bucket by id
|
commit | commitdiff | tree |
2005-12-07 |
erickson | now alerting when the user hits 'cancel' to the expire...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added login session timeout alerts for when the session...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added optional second param to session.retrieve which...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added a NO_SESSION event for when a login session does...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | setting orig location to location if unset
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added an auth timeout url param (this may become a...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | setting the logger app name for debugging
|
commit | commitdiff | tree |
2005-12-07 |
erickson | auth code now returns { authtoken : <t> , authtime...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added auth timeouts to config file
|
commit | commitdiff | tree |
2005-12-07 |
erickson | Auth now looks at orgid passed in, if it has no settings...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | added some utility methods, namely one for grabbing...
|
commit | commitdiff | tree |
2005-12-07 |
erickson | srfsh now takes login commands like so:
|
commit | commitdiff | tree |
2005-12-06 |
erickson | copying events file to var/data/
|
commit | commitdiff | tree |
2005-12-06 |
erickson | updated to work with new auth code
|
commit | commitdiff | tree |
2005-12-06 |
erickson | fixed typo
|
commit | commitdiff | tree |
2005-12-06 |
erickson | added a "restartforce" option to force the code to...
|
commit | commitdiff | tree |
2005-12-06 |
erickson | added some utility functions like permissions checking...
|
commit | commitdiff | tree |
2005-12-06 |
erickson | removing null's from search results
|
commit | commitdiff | tree |
2005-12-06 |
erickson | Added setting file example to config
|
commit | commitdiff | tree |
2005-12-06 |
erickson | Added new C event code for handling the auth login...
|
commit | commitdiff | tree |
2005-12-05 |
erickson | adding new event code
|
commit | commitdiff | tree |
2005-12-05 |
erickson | events xml file
|
commit | commitdiff | tree |
2005-12-05 |
erickson | moved to new perm style { ilsevent => 5000, ilsperm...
|
commit | commitdiff | tree |
2005-12-05 |
erickson | added permission example
|
commit | commitdiff | tree |
2005-12-05 |
erickson | added permission denied text
|
commit | commitdiff | tree |
2005-12-05 |
erickson | added permission error code
|
commit | commitdiff | tree |
2005-12-05 |
erickson | added ilsevents.xml file
|
commit | commitdiff | tree |
2005-12-05 |
erickson | incorporated ilseents.xml file into opac
|
commit | commitdiff | tree |
2005-12-05 |
erickson | added example event
|
commit | commitdiff | tree |
2005-12-05 |
erickson | "status" I think is too generic.
|
commit | commitdiff | tree |
2005-12-05 |
erickson | lists all of the event return codes.
|
commit | commitdiff | tree |
2005-12-02 |
erickson | combined multiple 'class' attributes
|
commit | commitdiff | tree |
2005-12-02 |
erickson | added xul content-type hack until the config options...
|
commit | commitdiff | tree |
2005-12-02 |
erickson | added fleshed versions of the existing methods
|
commit | commitdiff | tree |
2005-12-02 |
erickson | adding initial container code.. many methods to be...
|
commit | commitdiff | tree |
2005-12-02 |
erickson | adding words, updating opac
|
commit | commitdiff | tree |
2005-12-02 |
erickson | adding words, updating opac
|
commit | commitdiff | tree |
2005-12-02 |
erickson | adding words.. updating opac
|
commit | commitdiff | tree |
2005-12-02 |
erickson | added some common stuff
|
commit | commitdiff | tree |
2005-12-02 |
erickson | added content-type back into gateway
|
commit | commitdiff | tree |
2005-12-02 |
erickson | combined staff client entities
|
commit | commitdiff | tree |
2005-12-02 |
erickson | fixed typo
|
commit | commitdiff | tree |
2005-12-01 |
erickson | added qw(:level) to CDBI.pm because we were getting...
|
commit | commitdiff | tree |
2005-12-01 |
erickson | Setting the logging service name to the application...
|
commit | commitdiff | tree |
2005-12-01 |
erickson | short circuit empty objects
|
commit | commitdiff | tree |
2005-12-01 |
erickson | added some log statements, fixed some typos
|
commit | commitdiff | tree |
2005-11-30 |
erickson | patched up to work with new gateway layout
|
commit | commitdiff | tree |
2005-11-30 |
erickson | freeing json response object
|
commit | commitdiff | tree |
2005-11-30 |
erickson | added variable arg to jsonNewObject for formatted strings
|
commit | commitdiff | tree |
2005-11-30 |
erickson | removed these since the C code is now using the unified...
|
commit | commitdiff | tree |
2005-11-30 |
erickson | activity log is now a standalone log target: file or...
|
commit | commitdiff | tree |
2005-11-30 |
erickson | setting log file to just "syslog" (instead of "syslog...
|
commit | commitdiff | tree |
2005-11-30 |
erickson | drastically simplified logger code now supports logging...
|
commit | commitdiff | tree |
2005-11-30 |
erickson | final C code logging patchups
|
commit | commitdiff | tree |
2005-11-29 |
erickson | patching up some more logging stuff
|
commit | commitdiff | tree |
2005-11-29 |
erickson | moved C code to a unified logging framework which currently...
|
commit | commitdiff | tree |
2005-11-28 |
erickson | cleaned up and commented
|
commit | commitdiff | tree |
2005-11-23 |
erickson | shortened URL param names to keep the URL's from getting...
|
commit | commitdiff | tree |
2005-11-22 |
erickson | if client has been bootstrapped and is currently connected...
|
commit | commitdiff | tree |
2005-11-22 |
erickson | adding libs list and lib extractor code for posterity
|
commit | commitdiff | tree |
next |