]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13018 dcc99617-32d9-48b4-a31d-7c20da2025e4
[Evergreen.git] / Open-ILS / src /
2009-04-29 scottmkWhen loading the IDL code in C or Perl: generate the...
2009-04-29 scottmkFix the links in the Fieldmapper, which were borked...
2009-04-26 ericksonilsevent may be present, but null, be safer
2009-04-26 ericksondon't assume the existence event code number
2009-04-26 ericksonPatch from Doug Kyle which allows the caller to specify...
2009-04-26 mikerMFHD lives in the file OpenILS/Utils/MFHD.pm, but all...
2009-04-26 mikerupdating badly explained (by me) alternative (untested)
2009-04-26 dbsBasic support for returning MFHD for display purposes
2009-04-26 dbsImprove the ID-matching regex
2009-04-26 dbsNormalize to composed Unicode characters
2009-04-26 dbsPut MFHD in the OpenILS::Utils:: package space
2009-04-23 ericksonadded template callback for getting user fines summary
2009-04-23 scottmkIf the "virtual" tag is not present for a field,
2009-04-23 mikercut-and-paste-o when adding the collections warning...
2009-04-23 ericksonadded the hold.avaiable hook
2009-04-23 ericksonplug in the event creation for the hold.available hook...
2009-04-23 scottmkIn SELECT():
2009-04-23 ericksonmissing comma
2009-04-23 mikerallow groups of circ modifiers for the max-per-circ...
2009-04-22 mikerordering events by run_time and then add_time to tie...
2009-04-22 ericksonsplit wants a regex pattern to split on
2009-04-22 ericksonprevent erroneous error message on xact begin when...
2009-04-22 mikerteach the batch processor to ignore targets with existi...
2009-04-22 ericksonjust in case any cstore connections linger, force disco...
2009-04-22 ericksonwhen only one cstore clause is passed to an editor...
2009-04-22 ericksonuse string comparator
2009-04-22 mikeradd an explict name column to event definitions, unique...
2009-04-22 erickson$pen is an object in this case, not a hash
2009-04-21 ericksoncreate events after the commit to prevent any possible...
2009-04-21 scottmkAdded create_time columns to acq.fund_debit and acq...
2009-04-21 ericksonplugged in au.create and au.update hook event creation
2009-04-21 mikerforce UTF-8 encoding of records when so requested ...
2009-04-21 ericksonfor a given lineitem, give each lid that does not have...
2009-04-21 ericksondon't create dummy barcodes and callnumbers until it...
2009-04-20 ericksonclear away the li notes if necessary
2009-04-20 ericksonoops, gotta commit
2009-04-20 ericksonmoved picklist delete into order.pm. code re-use
2009-04-20 ericksonfetch lineitems in substream since they are so large
2009-04-20 ericksonrespond after li update, may not be any lid's
2009-04-20 ericksondon't update li on each li detail update, let the calli...
2009-04-20 ericksonadded selection list merge and clone plus some minor...
2009-04-20 ericksonadded option to flesh total spent/encumbered for a PO
2009-04-19 ericksonmore enhanced lineitem price setting. updates existing...
2009-04-19 dbsRemove variables that aren't actually used anywhere...
2009-04-17 mikerprovide a non-emtpy default for the site portion of...
2009-04-17 scottmkAdd CREATE TABLE statements, and the associated IDL...
2009-04-17 mikeradding item-age axis to the browse interface
2009-04-17 mikeradding explicit feed support for MODS 3.2 and 3.3,...
2009-04-17 dbsMODS33 introduced some annoying changes to the way...
2009-04-17 ericksonthinko
2009-04-16 ericksonfixed logic error in check lineitem received. don...
2009-04-16 scottmkIn oils_cstore.c, tightened validation for partial...
2009-04-16 ericksonlogic bug
2009-04-16 ericksonML lineitem note CUD method
2009-04-16 ericksoninitial support for lineitem notes
2009-04-16 ericksonimplemented PO receive rollback and api's for li and...
2009-04-16 dbsBalance out connect() and disconnect() in _extract_856_uri
2009-04-16 ericksonmove po/lid receive process into order.pm. added recei...
2009-04-16 scottmkIn oils_cstore.c: fix autojoin, i.e. the facility for...
2009-04-15 ericksonmoved li_detail CUD into order. removed old lid code
2009-04-15 ericksonprovide option to leave lineitem_details when purging...
2009-04-15 ericksonmoved po create into order.pm. some other refactoring...
2009-04-15 ericksonif we keep the li around, reset some other fields
2009-04-15 ericksondon't remove the lineitem and attrs if it points to...
2009-04-15 dbspgsql-server-dev is not a client requirement
2009-04-15 mikermove the duplicate TCN test to /after/ the final attemp...
2009-04-15 dbsEnable field transforms to be named with a schema;...
2009-04-15 mikeryet untested method for calling the in-db merge stored...
2009-04-15 mikerhave the merge proc delete the source record after...
2009-04-15 mikerteaching record merge function how to copy over 856...
2009-04-14 ericksonsql function to remove all traces of a PO. This is...
2009-04-14 ericksondo the queued ingest dance like vandelay. create asset...
2009-04-14 scottmk1. In searchFieldTransform(): make sure that the functi...
2009-04-14 phasefxsyntax
2009-04-13 ericksonmoved generic po bib/cn/copy creation api into order...
2009-04-13 dbsClean up another minor typo (not referenced anywhere...
2009-04-13 ericksonfixed status update variable for picklist / purchase...
2009-04-13 dbscontext_org_list is an array, and PostgreSQL 8.3 wants...
2009-04-10 ericksonadded support for choosing to create bib/copy/callnumbe...
2009-04-10 ericksonset copy location on li detail on import
2009-04-10 ericksonplugged in debit creation
2009-04-09 dbsAvoid a warning about testing against an undefined...
2009-04-09 ericksongo ahead and sort ancestor list by depth so that tree...
2009-04-09 dbsA long time ago, miker said we could correct typos...
2009-04-09 ericksonlet's go ahead and import the new order.pm even though...
2009-04-09 ericksonoops, result in true
2009-04-09 ericksoncontinuing to slog through the import process
2009-04-09 scottmk1. In osrfAppChildInit(): reduce the scope of the attr...
2009-04-08 ericksonmore import work, more to come
2009-04-08 mikeradding note and circ_modifier to acq.lineitem_detail...
2009-04-08 dbsFix open-ils.ingest.full.biblio.record_list by passing...
2009-04-07 ericksonmoved marc upload into Order.pm
2009-04-07 ericksonporting some more functionality over to the common...
2009-04-07 ericksontrying to bring some coherence to the basic components...
2009-04-07 dbsReverting the unique index on bre.id; it's a primary...
2009-04-07 dbsAdd a unique index on biblio.record_entry.id
2009-04-07 scottmkIn oils_cstore.c:
2009-04-07 scottmkUse the new JSON parser
2009-04-07 mikerteach acq to extract holding-related data from a named...
2009-04-07 djfianderStart getting ready to handle more complex publication...
next