]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps
going back to jsonParseString ... something is still making json_query unhappy
[Evergreen.git] / Open-ILS / src / c-apps /
2007-12-09 mikergoing back to jsonParseString ... something is still...
2007-12-09 mikermoving around itr definitions ... something has made...
2007-12-09 mikerfreeing iterators after use
2007-12-09 mikerfree returned objects in json_query
2007-12-06 mikerfixing i18n infrastructure in the DB
2007-12-03 mikerpatch suggested by Dan Scott to simplify the in-databas...
2007-12-02 mikermoving op_join to the right place ... duh
2007-12-02 mikersplit WHERE and HAVING predicate creation
2007-12-02 mikerThis is a big commit. It started with a patch from...
2007-11-26 mikerBig cleanup of the C auth app from Scott McKellar:
2007-11-25 mikerPatch from Scott McKellar to inject more tasty const...
2007-11-20 mikerPatch from Scott McKellar to apply some const-correctne...
2007-11-14 dbsAvoid tempdir trickery for c-apps and use consistent...
2007-11-14 mikerfixing no-param transform bug -- manifested in slimpac...
2007-11-08 mikeranother missing variable definition
2007-11-08 mikermissing variable definition
2007-11-08 mikerteach json_query in cstore about parameterized transfor...
2007-11-06 dbsApply more correct qualifier to initializer of locale...
2007-11-06 mikerdebugging ability to turn off i18n
2007-11-06 mikerability to turn off i18n
2007-11-06 mikerquote alias for SQL safety
2007-11-06 mikermisnamed parameter
2007-11-06 mikeradd i18n support to json_query
2007-11-06 mikerneed to make sure the resultset field name matches...
2007-11-06 mikerfirst round of i18n magic in cstore
2007-11-04 dbsTypo fix (and add ye olde vim modeline while we're...
2007-11-04 ericksonchanged the majority of the IDL parsing logs from INFO...
2007-10-11 dbsAdd -rpath to hardcode location of oils libraries;
2007-09-30 mikerPatch from Dan Scott to remove bzero in favor of memset...
2007-09-27 mikeradding custom result source support to the report templ...
2007-09-26 mikerrefactoring new custom result source definition selecti...
2007-09-26 mikerdebug logging
2007-09-26 mikeravoid freeing in-hash data (constification in osrfHash...
2007-09-26 mikerdebug logging
2007-09-26 mikerinitial test of in-xml views for reporting
2007-09-20 dbsFix insignificant typos, add more INTERNAL debugging
2007-07-21 ericksonprotecting class name check from objects with NULL...
2007-07-06 mikerproviding for "just flesh as deep as you can" functiona...
2007-07-06 mikerformat tightening for INSERT
2007-07-05 mikercasting goodness, just because
2007-07-05 mikersignedness fixes for libxml2 calls
2007-06-27 mikeradding 1 second delay and retry on db connect failure...
2007-06-22 mikerclarifying searchWHERE operator join type parameter...
2007-06-21 mikerPatch from Dan Scott:
2007-06-12 mikerPatch from Dan Scott to fix up the OpenILS/Evergreen...
2007-05-28 mikerAt Scott McKellar's suggestion, using (long) cast and...
2007-05-28 mikerTypo patch from Dan Scott, correcting the Namespace...
2007-05-09 mikerprintf family format fixup found (har har) and suggeste...
2007-05-03 ericksonlowered log level on user fetch failure, since it is...
2007-03-20 mikerrobustification suggested by Scott McKellar -- early...
2007-02-22 mikerremoving the dependency on liboils_utils
2007-02-22 ericksonincluding oils_utils.h to prevent compiler warnings
2007-02-21 ericksonmoved the idl file fetching logic directly into oils_utils
2007-02-20 mikerdeprecate libfieldmapper by moving to the idl interface...
2007-02-11 mikeradded joined-table column comparisons
2007-02-05 mikeradding aggregate/group-by support to the select blob
2007-02-03 mikersimplify 2-table joins
2007-02-02 mikerrespond "complete" when there are no rows for a JSON...
2007-01-28 mikermaking join logic automatic where possible
2007-01-28 mikersimplifying join support
2007-01-28 mikergeneric hash-based json query support
2007-01-26 mikerchild process exit handler
2007-01-25 mikermaking order_by injection-safe
2007-01-25 mikerreverting behavior of simple-string order_by clauses
2007-01-25 mikerfixing order of params in FieldTransform predicate...
2007-01-16 mikerallow foreign table order-by and dedup search results...
2007-01-15 mikerbugfixes and adding table aliases to where clause
2007-01-15 mikerinitial JOIN, AND/OR and join-filter support
2006-09-25 mikerinstall rstore
2006-09-25 mikerreporter-store based on cstore
2006-09-25 mikerfinishing controller logic, and adding to fm_IDL.xml
2006-09-25 mikermaking cstore "controller" aware
2006-09-21 mikerhandle embeded FM objects during insert/update
2006-09-09 mikerfixing NOT IN queries
2006-09-09 mikerfixing function def for searchINPredicate
2006-09-09 mikeradding NOT IN support
2006-09-09 mikerfailing on non-existant column instead of silently...
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...
next