]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/c-apps
Stamped upgrade script for "lp 823496: do not fail to index personal names that have...
[Evergreen.git] / Open-ILS / src / c-apps /
2011-07-18 Lebbeous Fogle-WeekleyMerge remote branch 'working/collab/phasefx/unified_vol...
2011-07-11 Lebbeous Fogle-WeekleyMerge branch 'authority-control-sets-squashed_for_master'
2011-07-11 Mike Rylanderadd a special startwith op for use with transformed...
2011-05-20 Dan WellsMerge branch 'master' of git.evergreen-ils.org:Evergreen
2011-05-18 Galen Charltonprovide hint to sysadmin if memcached issue is preventi...
2011-04-15 mikerProtect pcrud-ish retrieve from an empty result set
2011-03-18 mikerAllow the "result_field" to be used as the default...
2011-03-01 ericksonwhen using the force-reload option to reset timeout...
2011-02-16 ericksonadded option to open-ils.auth.session.retrieve to retur...
2011-01-13 gmctrivial typo fixes FTW!
2011-01-10 dbsClean up c-apps Makefile.am and make everything load...
2011-01-10 dbsSet explicit library versioning for Evergreen 2.0 to...
2010-12-23 mikerPatch from Nathanael Schilling protecting cstore/pcrud...
2010-12-06 ericksonrefresh cached user during auth session reset
2010-11-10 mikerImproved permission checking speed for PCRUD mode.
2010-10-13 scottmkChanges to the treatment of ORDER BY:
2010-10-12 mikernow that we are working again, hush the warnings (osrfL...
2010-10-12 mikerand ... use a function name that exists
2010-10-12 mikerrearrangement for variable existance
2010-10-12 mikerskip unknown order_by entries instead of erroring
2010-10-11 scottmkPull out into a separate function: the code in SELECT...
2010-10-08 scottmkTidied up buildSELECT() a bit:
2010-08-15 scottmkPedantic changes for const-correctness:
2010-08-15 scottmkPedantic change for const-correctness: replaced two...
2010-08-15 scottmkPedantic change for const-correctness: replaced a call to
2010-08-14 scottmkPedantic change for const-correctness: changed three...
2010-08-12 scottmkComplain when a sequence name is not qualified by a...
2010-08-11 scottmkPlug some memory leaks.
2010-08-06 scottmkRefine the way we detect loss of the database connection.
2010-07-14 scottmkWhen returning a list of bind variables: If a default_...
2010-07-13 scottmkQstore: support LIMIT and OFFSET clauses.
2010-07-08 scottmkStreamline pcrud a bit.
2010-07-08 scottmkFix a bug in pcrud.
2010-07-06 scottmkAdd new program test_qstore, a command-line utility...
2010-07-01 scottmkSupport the following built-in functions with peculiar...
2010-07-01 scottmk1. Support the peculiar syntax of EXTRACT().
2010-06-30 scottmk1. Degrade gracefully when the database connection...
2010-06-28 scottmkSupport function calls with subfields, e.g. (func(args...
2010-06-24 scottmk1. Degrade (relatively) gracefully when the database...
2010-06-24 dbsFix compile error due to undefined LONG_MAX constant...
2010-06-24 scottmkWhenever a database call fails -- i.e. whenever dbi_con...
2010-06-22 scottmk1. In oils_sql.c: make the functions is_identifier...
2010-06-17 scottmk1. Disable fleshing for PCRUD. Otherwise fleshing...
2010-06-17 scottmkSupport CAST expressions, taking care to avoid SQL...
2010-06-13 scottmkIn qstore: support CASE expressions.
2010-06-10 scottmkWhen looking up a bind variable by name: escape any...
2010-06-10 scottmkWhen building string literals in SQL: escape special...
2010-06-10 scottmkChange the return type of the open-ils.qstore.prepare...
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...
next