]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src
Tweaked oilsAuthVerifyPassword(), mostly for clarity:
[working/Evergreen.git] / Open-ILS / src /
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.
2010-03-09 phasefxAbility to auto-generate barcodes in the Volume/Copy...
2010-03-09 scottmkFix a NULL pointer problem that, under some circumstanc...
2010-03-09 dbsWe like SQL that doesn't contain syntax errors!
2010-03-08 ericksonadded auto_merge_vols option to open-ils.cat.asset...
2010-03-08 phasefxMethods to retrieve lineitems with PO's associated...
2010-03-08 dbsMake permissions for administering triggers more usable...
2010-03-08 scottmkAdd a cancel_reason column to acq.user_request, pointin...
2010-03-08 dbsInstall the action_trigger_runner example config file
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-05 scottmkAdd a new permission, ADMIN_ACQ_CANCEL_CAUSE
2010-03-05 dbsAdd permissions for IMPORT_ALT_TCN and ADMIN_TRIGGER_EV...
2010-03-04 scottmkAdd a cancel_reason column to acq.lineitem_detail,...
2010-03-04 scottmkCreate new table acq.cancel_reason.
2010-03-04 scottmkAdd two columns, both intervals, both nullable:
2010-03-04 mikerforward-porting r15694: preserve time component of...
2010-03-04 scottmkSlightly rearranged the treatment of transaction ids...
2010-03-03 dbsPatch from Galen Charlton <gmc@esilibrary.com> to preve...
2010-03-03 mikerkeep the original due_date time component of day-granul...
2010-03-03 senatorAcq: middle-layer support for unified lineitem/purchase...
2010-03-03 mikerpatch from Jason Stephenson to allow the EVERYTHING...
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 mikerforward-porting r15664: protect mmbxs mat view from...
2010-03-02 dbsAdd ALLOW_ALT_TCN permission to the permission list
2010-03-02 dbsFix bug where diacritics could be corrupted in places...
2010-03-02 dbsApply patch from Galen Charlton to prevent legacy 852...
2010-03-02 dbsNot so fast, tex. The client sorted things, all right...
2010-03-02 dbsSort Z39.50 sources as returned by fetch_service_defs...
2010-03-02 senatorFix syntax error
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 phasefxRetrieval, cancel, and set no hold methods for acq...
2010-03-01 phasefxDon't assume an options parameter was passed, and remov...
2010-03-01 scottmk1. Fixed a bug in osrfAppInitialize(). After loading...
2010-02-27 senatorAcq: View and manage distrib formula applications for...
2010-02-25 scottmkAdded five new views to the acq schema:
2010-02-24 scottmkCreated a new table acq.provider_note, similar to acq...
2010-02-24 phasefxFix the spurious "Item is already checked out." warning...
2010-02-24 senatorAcq: separate LI note creation from LI alert creation...
2010-02-24 scottmkAdd fax number, phone, url, email to certain provider...
2010-02-23 phasefxfix an org setting label mixup
next