]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/c-apps
MOPAC: Remove fixed height from fines tabs
[working/Evergreen.git] / Open-ILS / src / c-apps /
2010-06-10 scottmkFix a pcrud bug. Create method wasn't working because...
2010-06-09 scottmkRewrote the implementation of the open-ils.qstore.colum...
2010-06-09 scottmkRecognize new "required" and "validate" attributes...
2010-06-08 scottmk1. Support function calls in the FROM clause.
2010-06-07 scottmkAdded a new login type "persist", as a peer of "opac...
2010-06-06 scottmkNew function oilsUtilsIntervalToSeconds() to translate...
2010-06-03 scottmkVarious tweaks:
2010-06-01 scottmkAdd support for GROUP BY.
2010-05-31 scottmkAdd support for BETWEEN conditions.
2010-05-31 scottmk1. Add support for function calls. Note that certain...
2010-05-28 scottmkSupport IN lists.
2010-05-28 scottmkSupport series expressions, i.e. a series of expressions
2010-05-27 scottmkBug fix in verifyObjectPCRUD().
2010-05-26 scottmkBug fixes in verifyObjectPCRUD():
2010-05-25 scottmkPlug some memory leaks, and eliminate some unnecessary
2010-05-25 scottmkVarious changes to verifyObjectPCRUD():
2010-05-21 scottmkSupport IS NULL and IS NOT NULL expressions.
2010-05-20 scottmkImplement new param_list method, which returns a list of
2010-05-19 scottmkImplement open-ils.qstore.bind_param method, which...
2010-05-19 scottmkMake sure that all bind variables have been assigned...
2010-05-19 scottmkAdd partial support for bind variables: load them from the
2010-05-06 scottmk1. Support negation of an expression (except in a few...
2010-05-01 scottmkMoved the datatype lookups from the drones to the liste...
2010-04-30 scottmkUse the oilsConnectDB function to connect to the databa...
2010-04-30 scottmk1. When a class name is available instead of a table...
2010-04-29 scottmk1. Renamed function getRelation to oilsGetRelation.
2010-04-29 scottmkImplement .columns method of qstore server, to return...
2010-04-28 scottmkCreate a reusable function for connecting to the database.
2010-04-28 scottmk1. Implement a messages method to return a list of...
2010-04-28 scottmkEliminated the oilsExecSql function as a relic of an...
2010-04-28 scottmkImplement .execute method of qstore server.
2010-04-25 scottmkImplement the .finish method for the qstore server.
2010-04-20 scottmkImplement the .prepare and .sql methods (except ignoring
2010-04-19 scottmkFleshing out the qstore server a bit:
2010-04-19 scottmkAdd a new service, open-ils.qstore. It is not yet...
2010-04-12 scottmkRestore the ability to set the maximum flesh depth...
2010-04-08 scottmkSplit the cstore servers into several pieces.
2010-04-03 scottmkCreate a separate function for adding datatype information
2010-04-03 scottmkReplace almost all remaining reference to the MODULENAM...
2010-04-02 scottmkReduce dispatchCRUDMethod() to little more than a case...
2010-03-26 mikeradd support for DISTINCT on aggregate function, like...
2010-03-26 scottmkIsolate the "search" and "id_list" methods in their...
2010-03-25 scottmkReduce the use of conditional compilation, by replacing...
2010-03-25 scottmk1. In order to avoid repeated calls to the authenticati...
2010-03-23 scottmkTweak to reflect a better understanding of oilsUtilsQui...
2010-03-22 scottmkApplied the const qualifier to a couple of variables.
2010-03-18 scottmkPerformance tweak to oilsAuthComplete().
2010-03-17 scottmkTweaked oilsAuthVerifyPassword(), mostly for clarity:
2010-03-16 scottmkAdded doxygen-style comments to several functions.
2010-03-16 scottmkTidying up white space. No substantive changes.
2010-03-16 scottmkSupport multiple languages in the lookup for event...
2010-03-15 scottmkTidied up whitespace; added comments; removed comments...
2010-03-11 scottmk1. Changed search_alias() to an inline function, since...
2010-03-09 scottmkFix a NULL pointer problem that, under some circumstanc...
2010-03-07 scottmkAdded comments; tinkered with white space here and...
2010-03-06 scottmkTidied up white space, mostly by changing indentation...
2010-03-05 scottmk1. In verifyObjectClass(): renamed meta to method_meta...
2010-03-04 scottmkSlightly rearranged the treatment of transaction ids...
2010-03-03 scottmkTidied up white space, mainly by indenting with tabs...
2010-03-03 scottmk1. Encapsulated into a few small functions the manageme...
2010-03-02 scottmkTidied up white space; added comments to several functions.
2010-03-02 scottmk1. Renamed getSourceDefinition() to getRelation(),...
2010-03-01 scottmkTidying up whte space, adding comments. No substantive...
2010-03-01 scottmk1. Fixed a bug in osrfAppInitialize(). After loading...
2010-02-18 scottmkIn doUpdate(): check field_object for NULL before deref...
2009-12-21 scottmk1. It's okay for a virtual field not to have a datatype.
2009-12-15 scottmkReplace calls to osrfAppSessionMakeRequest() with
2009-12-08 scottmkAdd idlval.c -- source for a new utility for
2009-11-25 scottmkReplace all calls to the old JSON parser with calls
2009-11-09 scottmkMinor tweak to avoid undefined behavior.
2009-10-21 ericksonrolling back 14518 and 14519. thinko
2009-10-21 ericksonrepaired bug in cstore 'might_have' fleshing which...
2009-10-05 scottmkReplace:
2009-10-02 scottmkApply the const qualifier to a variable so that it...
2009-09-13 scottmkAdded the const qualifier to several variables.
2009-09-13 scottmkIn main: add the const qualifier to the classname variable.
2009-08-18 ericksonfield_type may be null, check it
2009-08-13 scottmkAdd support for UNION, INTERSECT, and EXCEPT.
2009-08-12 scottmkFor create and update methods: accept boolean column...
2009-08-11 scottmkUndo previous change. NULL can be a legitimate value...
2009-08-11 scottmkIn doCreate(): check for a NULL pointer as a field...
2009-08-11 scottmkSegfaulting for json_queries selecting from functions...
2009-08-10 scottmkWhen defining a SELECT list for a given class: an empty
2009-08-07 scottmkFor building a SELECT list for a class: instead of...
2009-08-06 scottmkTightened the rules for defining SELECT clauses for...
2009-08-05 scottmkIn oils_cstore.c, function searchWHERE(): rewrote a...
2009-08-05 scottmkAdded a const qualifier. This change is in preparation...
2009-08-04 scottmkPerformance tweak to oils_cstore.c.
2009-08-03 scottmkPerformance tweak in oils_cstore.c: Recoded two loops...
2009-08-03 scottmkIn the initialization routines of oils_cstore.c: recode...
2009-07-31 scottmkIn oils_cstore.c: accept "is distinct from" and "is...
2009-07-31 scottmkWhen a JSON query refers to a column qualified by a...
2009-07-31 scottmkTightened validation a bit in oils_cstore.c:
2009-07-28 scottmkSupport table aliases other than class names for joined...
2009-07-21 scottmkThis update to oils_cstore.c moves in the direction...
2009-07-18 scottmkIn oils_auth.c: changed the treatment of inactive accounts.
2009-07-17 scottmkIn oils_auth.c: Fixed a bug.
2009-07-15 scottmkIn verifyObjectPCRUD: pull the lookup of the root org_u...
2009-07-14 scottmkFor the id_list methods: build the SELECT clause directly
2009-07-14 scottmkTweaks to oils_cstore.c:
next