]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps
typos
[Evergreen.git] / Open-ILS / src / c-apps /
2006-09-01 mikerrefactored might_have rels; added tons of missing relat...
2006-08-29 mikerrefactoring in prep for multi-table filtering and the...
2006-08-28 ericksonmore detail logging on login
2006-08-27 ericksonmoved json parsing methods to non-printf style methods...
2006-08-20 ericksonadded authtoken to login success message for easier...
2006-08-18 mikerfixing select clause bug
2006-08-17 mikerremoving some useless logging
2006-08-14 mikerNow I know why "select" did not propogate before ....
2006-08-14 mikerpropogating "select" clause via flesh
2006-08-02 mikerbasic C (non-Pg specific) dataloader
2006-07-31 ericksonreturning event on login when the user is marked inactive
2006-07-31 ericksonreturning PATRON_CARD_INACTIVE when logging in with...
2006-07-29 ericksonmoved some calls to cstore
2006-07-27 ericksonmoved some of the repetitive logs to internal level
2006-07-27 mikeradding last_xact_id support to cstore -- need to valida...
2006-07-19 ericksonreturning bogus seed if there is a space in the usernam...
2006-07-17 mikerfixing short-object bug; rolling back on unexpected...
2006-07-12 mikeradding dataloader to the makefile
2006-07-12 mikeradding "quite" mode to create
2006-07-09 mikerIDL parsing lib
2006-06-29 mikerfixing segfault
2006-06-29 mikerfixing mem leak and runaway loop
2006-06-29 mikerIDL based fieldmapper -- Pg libs are no longer needed...
2006-06-19 mikeroops ... double quoting strings -- fixed
2006-06-19 mikeradding function transform searching
2006-06-16 mikeradding quoting for aliases, to protect things like...
2006-06-16 mikerdirected fleshing; mapped fleshing
2006-06-15 mikeradding primitive override, fixing unknown column breakage
2006-06-14 ericksonadded method to get list of record_descriptor object...
2006-05-31 mikeradding trimming and id_list support
2006-05-27 mikerupdating UPDATE :)
2006-05-27 mikerrefactored and improved search
2006-05-25 mikeradjust argc of transaction methods
2006-05-24 mikerfirst cut at delete
2006-05-24 mikeradded transactions methods, not yet registering them
2006-05-23 mikermake search methods streaming
2006-05-13 mikeradding fleshing axis specifier interface "flesh_fields"
2006-05-13 mikeradding fleshing interface
2006-05-12 mikerallowing non-numeric pkeys for search
2006-05-12 mikertimestamp handling is fixed... I need to send a patch...
2006-05-11 ericksontesting makefile for cstore
2006-05-11 mikerremoving warning
2006-05-11 mikeran ugly hack for date handling
2006-05-10 mikertime mangling
2006-05-10 mikergetting data types for fields (for quoting and such)
2006-05-09 mikerdebuging
2006-05-09 mikerdebuging
2006-05-09 mikerdebuging
2006-05-09 mikerdebuging
2006-05-09 mikerdebuging
2006-05-09 mikerdebuging
2006-05-09 mikerdebuging
2006-05-09 mikerall compiles nicely now
2006-05-09 mikerMakefile update; attempting to remove fieldmapper_looku...
2006-05-09 mikeradding new open-ils.cstore app; moving new IDL generato...
2006-05-04 ericksonadded pid and basic stacktrace to the C event handler
2006-05-03 ericksonadded event description loading. lang currently defaul...
2006-04-12 ericksonexample C/libdbi fetching code
2006-04-03 ericksonchanged login type 'override' to 'temp' for clarity
2006-04-03 ericksonsetting ws_ou to the home_ou of the user when logging...
2006-03-09 ericksonre-arranged login params to take named params so one...
2006-03-06 ericksonwhite space :) added some log lines
2006-03-03 ericksonnow using workstation as the org for auth session timeo...
2006-03-03 ericksonauth now takes a workstation id as an optional 5th...
2006-03-03 ericksonOpen-ILS/src/c-apps/oils_auth.c
2006-02-08 ericksonadded simple request utilty to display fieldmapper...
2006-02-01 ericksonall login sessions now have their session timeouts...
2006-01-30 ericksonAdded additional param to all the osrfLog* calls which...
2006-01-25 ericksonadded override login type for short logins
2005-12-19 ericksonlogging an error when the events file cannot be found
2005-12-13 ericksonnow comparing login type without regard to string case
2005-12-12 ericksonsession.retrieve now returns a NO_SESSION event
2005-12-08 ericksonReturning NULL on session not found for session.retrieve
2005-12-07 ericksonadded optional second param to session.retrieve which...
2005-12-07 ericksonadded a NO_SESSION event for when a login session does...
2005-12-07 ericksonauth code now returns { authtoken : <t> , authtime...
2005-12-07 ericksonAuth now looks at orgid passed in, if it has no setting...
2005-12-07 ericksonadded some utility methods, namely one for grabbing...
2005-12-06 ericksonadded some utility functions like permissions checking...
2005-12-06 ericksonAdded setting file example to config
2005-12-06 ericksonAdded new C event code for handling the auth login...
2005-12-05 ericksonincorporated ilseents.xml file into opac
2005-12-01 ericksonadded some log statements, fixed some typos
2005-11-29 ericksonpatching up some more logging stuff
2005-10-05 ericksonslight C api change, method options are now passed...
2005-10-04 ericksonadded atomic method cabilities
2005-09-15 ericksonmade C auth server