]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src
logic error on due_date check
[working/Evergreen.git] / Open-ILS / src /
2009-03-04 ericksonlogic error on due_date check
2009-03-04 ericksonstub for mark-item-lost reactor
2009-03-04 mikerdo not look for transaction summaries if there are...
2009-03-04 phasefxneeded an extra argument for oils_i18n_gettext
2009-03-04 mikerproperly adjust max_cn and max_uri; tabs to spaces...
2009-03-04 dbsCommit Z39.50 attributes for ‡biblios.net as well ...
2009-03-04 dbsAdd ‡biblios.net as one of the default Z39.50 targets
2009-03-04 mikerindent cleanup and guarding against the no-URI-cns...
2009-03-04 mikertypo -- must have hit "x" at the wrong time
2009-03-03 scottmkWhen fetching "primitive" and "datatype" from the IDL:
2009-03-03 ericksonplugged in some template toolkit helpers
2009-03-03 ericksonreturn the atev objects, not the trigger::event objects...
2009-03-03 ericksonpull last updated event from db for timestamp updates
2009-03-03 dbsAdd more copy-status changing methods to open-ils.circ...
2009-03-03 scottmkIn SELECT(): tweak the logic for handling the "aggregat...
2009-03-03 mikerreturn the underlying atev, which was the original...
2009-03-03 ericksonwhen email sending fails, it's usually a template probl...
2009-03-03 mikeradjusting direct ingest for URI support
2009-03-03 mikerfilling more fields in call numbers and URIs
2009-03-03 mikerpass max_uri as well as max_cn
2009-03-03 ericksonprotect against multiple xact_begin's
2009-03-03 mikerget the highest ID
2009-03-03 mikertypo
2009-03-03 mikerprovide a cstore object
2009-03-03 mikergenerate call number IDs for batch ingest, and give...
2009-03-03 mikerfield is owning_lib, not owner
2009-03-03 mikerperl does not appreciate the use of, um, "use" .. chang...
2009-03-03 mikerproper XPath
2009-03-03 mikererrant debuging removed
2009-03-03 mikerparse the document before using XPath against it, doh!
2009-03-02 ericksonrepairing var name typos/thinkos found with use strict
2009-03-02 ericksonadd strict/warnings all around to ease debugging
2009-03-02 ericksonarg, rolling back unintended commit. 12357 was suppose...
2009-03-02 ericksonadded strict/warnings. fixed params, clensing iso...
2009-03-02 mikerleave existing intermediate objects alone in the path...
2009-03-02 mikerinitial addition of Conifer-sponsored electronic serial...
2009-03-02 ericksoninsert overdue validator
2009-03-02 ericksonadded CircIsOverdue validator
2009-03-02 ericksonremove formatting from dumper output in mail error
2009-03-01 mikeradding controller intellegence to Fieldmapper.pm and...
2009-03-01 mikersupport might_have (search-based, single-valued) in...
2009-03-01 mikerfleshing bugs in environment building
2009-03-01 ericksonfix param format for retrieve_
2009-02-28 ericksonpass target object instead of event->target to object_b...
2009-02-28 mikeradding a generic SendEmail reactor (already defined...
2009-02-27 ericksonneed newlines after the header lines
2009-02-27 ericksonadded some required imports
2009-02-27 ericksonTT needs a ref to process an inline string
2009-02-27 ericksonimport logger var
2009-02-27 scottmkEnforce the requirement that the "params" tag carry a
2009-02-27 scottmkAdded some kludgy code to load a database driver, and...
2009-02-27 djfiandertesting testing testing: identified more scenarios...
2009-02-26 scottmkIn SELECT(): Don't allow virtual fields in the SELECT...
2009-02-26 ericksonif no cleanup handler is defined for the given state...
2009-02-25 scottmkIn SELECT(): Use a more efficient algorithm for keeping...
2009-02-25 scottmkEnhance error handling in SELECT(). When a selected...
2009-02-25 scottmkIn SELECT(): Enhanced the validation of JSON queries:
2009-02-25 scottmkEnhance error handling in SELECT(). In two cases,
2009-02-25 mikerplugging in TT; a bit of documentation in the ABOUT...
2009-02-25 ericksonbasic TT processor
2009-02-25 mikerstart of a generic static email test reactor
2009-02-25 djfianderOutline of test cases for MFHD code
2009-02-25 ericksonpostgres doesn't seem to like bare year (%G), pass...
2009-02-25 ericksoncstoreeditor create_ returns the ident (~id) (not the...
2009-02-25 ericksonhook uses 'key'
2009-02-25 ericksonoops, wrong param order
2009-02-25 ericksonautocreate checkout/checkin trigger events
2009-02-24 mikeradding required update_process field; fleshing "quietly...
2009-02-24 ericksonif xact_begin is called after initialization, make...
2009-02-24 scottmkEnhance the error handling in SELECT():
2009-02-24 scottmkPerformance tweaks to SELECT(): eliminated a couple...
2009-02-23 scottmkIn SELECT(): if selhash is not NULL and is not a JSON_HASH,
2009-02-23 scottmkIn the FROM clause: detect and report invalid classes...
2009-02-22 ericksoninsert org-setting perms. added an _ALL perm to overri...
2009-02-22 scottmkIn SELECT(): replaced an osrfStringArray with an osrfHa...
2009-02-21 scottmk1. Added two new functions, oilsIDL_links and oilsIDL_f...
2009-02-19 dbsSmall correction to documentation (password value is...
2009-02-19 scottmkIn searchJOIN(): avoided a segfault that would otherwis...
2009-02-19 scottmkIn searchJOIN: substantially rewrote the code for the...
2009-02-18 scottmksearchJOIN() was segfaulting when the FROM clause was of
2009-02-18 dbsAvoid syntax errors due to mix of multi-valued INSERT...
2009-02-17 scottmkIn searchJOIN(): added a bit of sanity checking, to...
2009-02-17 dbsLet's build test_json_query as part of autotools
2009-02-17 scottmkOpened a window into the innards of oils_cstore.c.
2009-02-16 dbsEnable local administrators to run / view / share repor...
2009-02-15 dbsCast LOWER arguments explicitly to text to deal with...
2009-02-15 scottmk1. in searchJOIN(): fixed a bug in a couple of loops...
2009-02-14 mikercannot use "classname", we have reserved that in the...
2009-02-13 dbsGive the Administrator user an explicit work_ou of...
2009-02-13 dbsAdd VIEW_BILLING_TYPE permission to Staff
2009-02-12 scottmkPass down an osrfMethodContext* where we need one.
2009-02-12 mikeradding IN subquery support
2009-02-11 mikerno, we want that, really
2009-02-11 mikeradd idl field documenation table and accompanying IDL...
2009-02-11 ericksonfixed broken array ref handling
2009-02-11 ericksonuse copy buckets instead (for precats) and verify the...
2009-02-11 scottmk1. Corrected the enforcement of the readonly attribute...
2009-02-11 mikerfix off-by-one on function literal construction (for...
2009-02-11 ericksonplugged in checkout history bucket population to checko...
2009-02-11 scottmk1. Applied a uniform standard to determine whether...
next