]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src
Clear up some muddlement in the design of query.from_relation.
[working/Evergreen.git] / Open-ILS / src /
2010-03-24 scottmkClear up some muddlement in the design of query.from_re...
2010-03-24 ericksonprovided a batch mode for open-ils.actor.container...
2010-03-24 ericksonfor added security, allow for the configuration of...
2010-03-24 ericksonanonymous cache service for web caching
2010-03-23 mikerswitching to the query parser ... truncation support!
2010-03-23 mikertypos in reservation logic
2010-03-23 senatorAcq: optionally mark POs as prepayment_required; show...
2010-03-23 scottmkTweak to reflect a better understanding of oilsUtilsQui...
2010-03-22 dbsForward-port r15933 from rel_1_6_0: Default to "true...
2010-03-22 scottmkAdd the const qualifier to one variable. Tidy up white...
2010-03-22 scottmkApplied the const qualifier to a couple of variables.
2010-03-22 mikerprotect ingest against < in the data -- subfield codes...
2010-03-22 mikermove the rule to /after/ we create the referenced schem...
2010-03-22 scottmkFixing blooper in the version number of an upgrade...
2010-03-22 mikerprovide valid xml for the magical -1 precat record...
2010-03-21 mikerQueryParser-based stored proc, and adjustments to calli...
2010-03-21 mikermake #metabib an alias for #metarecord
2010-03-21 mikerremove OFFSET/LIMIT -- do that inside the stored proc...
2010-03-21 mikeradd phrase cross-checking
2010-03-19 mikerinitial perl-side implementation of QueryParser-based...
2010-03-19 mikeradd support for pub date filters; add superpage-related...
2010-03-19 mikerpull the query parser implementation in at startup
2010-03-18 scottmkPerformance tweak to oilsAuthComplete().
2010-03-18 mikersupport * as a truncation operator in FTS. NOTE: this...
2010-03-18 mikerreturn mapped legacy events from in-db circ, so that...
2010-03-18 mikerneed to pass the $client to transactional methods
2010-03-18 mikermake sure these selects run against the master db by...
2010-03-18 ericksonupdated copyright
2010-03-18 mikeraccounting for a difference between the behaviour of...
2010-03-18 mikercut-n-paste-o
2010-03-18 mikerescape &s in xml nodes (not sure why XPATH does not...
2010-03-18 ericksonupdated docs to match new/altered option; changed...
2010-03-18 ericksonadded option to import records by record list in additi...
2010-03-18 ericksonCorrect constructor call, and added logger line
2010-03-18 ericksonMissing ->new constructor
2010-03-18 ericksonqueue is an integer option
2010-03-18 ericksonImplement tempdir, tempfile option.
2010-03-18 ericksonAdding new methodolgoy, robust docs, new options
2010-03-18 ericksonTrivial doc change
2010-03-18 ericksonMake GetOpts::Long and Cronscript get along
2010-03-18 ericksonallow oils_logout to take a specific argument, optionally
2010-03-18 ericksonMid-refactor move data processing into sub
2010-03-18 ericksonMid-overhaul, perldoc added
2010-03-18 ericksonDefault config file for marc_stream_importer (Net:...
2010-03-17 scottmkTweaked oilsAuthVerifyPassword(), mostly for clarity:
2010-03-17 phasefxmake this use a transaction or replication lag can...
2010-03-17 mikerdelete the metarecord link for "deleted" records
2010-03-17 mikersyntax error in fkey cascade
2010-03-17 scottmkAdd four tables in acq schema: claim, claim_type, claim...
2010-03-16 mikertypo spotted by Steve Callender and Dan Scott
2010-03-16 scottmkAdded doxygen-style comments to several functions.
2010-03-16 mikerImproved patch from Galen Charlton: removes empty XML...
2010-03-16 mikerPatch from Galen Charlton: removes empty controlfield...
2010-03-16 mikeruse logical date math to avoid problems with DST boundary
2010-03-16 ericksonrepaired key names in json query response
2010-03-16 scottmkTidying up white space. No substantive changes.
2010-03-16 scottmkSupport multiple languages in the lookup for event...
2010-03-15 mikertypo spotted by gmcharlt; upgrade script is ok. Insert...
2010-03-15 mikeradd a (hidden, db-internal) flag table; restrict MR...
2010-03-15 mikerfunction to pull possible tcn values out of a bib xml...
2010-03-15 senatorAcq: for showing related lineitems, do the right thing...
2010-03-15 senatorAcq: cancel POs, lineitems, or individual copies from...
2010-03-15 scottmkTidied up whitespace; added comments; removed comments...
2010-03-12 senatorAcq: from the lineitem details pane, one can view other...
2010-03-12 mikerbug fix for auto-merge short circut mapping on 901c
2010-03-12 ericksonadded a .stream_results version of the spooler that...
2010-03-12 senatorAcq: unified search: big improvement
2010-03-12 mikeradding 901c cross-check to auto-overlay logic to preven...
2010-03-12 mikerreturn the final count of records spooled
2010-03-12 mikerget the new query parser into the repo
2010-03-12 mikerscale the response rate with the number of records...
2010-03-12 mikeradding authority version of the record merging and...
2010-03-12 mikerreturn the correct failpart for precat/noncat items
2010-03-12 ericksontypo in options var
2010-03-12 ericksonadded limit/offset options to response stream of fiscal...
2010-03-12 mikernon-auto merge function, bug fixing (commas ... BAH...
2010-03-11 ericksonadded auto_overlay_exact option to queue import call...
2010-03-11 ericksonadded option to discard streaming results
2010-03-11 senatorAcq: Add PO notes interface and checkbox for vendor_pub...
2010-03-11 ericksonallow marc file attributes to be passed directly to...
2010-03-11 mikerfunctions that allow vandelay to merge records based...
2010-03-11 phasefximportant to commit the transaction :)
2010-03-11 phasefxcreation method for new user requests, and fix to IDL
2010-03-11 scottmk1. Changed search_alias() to an inline function, since...
2010-03-11 mikermake the ses cookie go away when the browser is closed
2010-03-11 ericksoncreate standalone PO activation routine so PO's can...
2010-03-11 phasefxsome extra options for the acq user request retrieval...
2010-03-11 scottmkAdd boolean column prepayment_required to acq.purchase_...
2010-03-11 ericksonupdate PO printout to include vendor-public PO and...
2010-03-11 mikeradd a table to manage vandelay merge profiles
2010-03-11 scottmkAdded boolean column vendor_public to acq.lineitem_note...
2010-03-10 scottmkAdd "ON DELETE CASCADE" clauses to foreign keys pointing to
2010-03-10 scottmk1. Eliminate somed source_definitions from the IDL...
2010-03-10 mikerReworking of a patch from Ben Ostrowsky: add an OILSPro...
2010-03-10 mikersupply a string so that the I18N build process does...
2010-03-10 mikerfunctions for merging MARC records of the same type
2010-03-09 ericksonadded some missing param commas
2010-03-09 erickson* Using lineitem estimated_unit_price to store the...
2010-03-09 mikerteach vandelay.strip_field() how to handle lists of...
2010-03-09 scottmk1. Add estimated_unit_price column to acq.lineitem.
next