]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src
Create database support for IS [NOT] NULL expressions
[working/Evergreen.git] / Open-ILS / src /
2010-05-20 scottmkCreate database support for IS [NOT] NULL expressions
2010-05-20 ericksonloosen the restrictions on exporting holdings / price...
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 mikermake the first_word index normalizer return a not-null...
2010-05-19 mikeradd ISBN 10/13 index normalizer (requires ISN postgres...
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-18 scottmkFix a typo in a previous commit to the acq schema....
2010-05-18 mikeridentifier search class, including some (I believe...
2010-05-17 ericksonadded support for redelivery of 'retry' edi_messages...
2010-05-17 scottmkTwo changes to acq.edi_message:
2010-05-16 dbsSpotted minor typos while reading up on the new addition.
2010-05-16 mikerOptional pgmemcache-based caching of permission checks...
2010-05-16 mikerallow multiple 260 tags in summary view
2010-05-13 phasefxfix column name
2010-05-13 phasefxfix syntax
2010-05-13 ericksonuse estimed_unit_price directly on the lineitem in...
2010-05-13 mikerteach the overlay functions about data matching REs...
2010-05-13 ericksonfixed some typos, thinkos in EDI cross-walk
2010-05-13 ericksonmoved to generic acqpo.activate hook instead of the...
2010-05-12 senatorAcq: import file of bib IDs, get paginated LI table...
2010-05-12 scottmkAdd purchase_order column to acq.edi_message.
2010-05-12 ericksonPatch from Galen Charlton: This resolves a performance...
2010-05-12 ericksoncall recv to pull responses off the wire
2010-05-11 scottmkAdd "label" column to query.bind_variable
2010-05-10 ericksonpcrud requires transaction begin/commit for writes...
2010-05-10 scottmkDefine an updatable view query.expr_xbind as those...
2010-05-10 scottmkAdd to query.expression: foreign key bind_variable...
2010-05-10 scottmkAdd table query.bind_variable.
2010-05-08 scottmkRevise the updatable views for the various types of...
2010-05-07 ericksonremoved unused utility function that was calling a...
2010-05-07 ericksonuse direct circ search instead of what-may-be-one-day...
2010-05-07 ericksonpatch from James Fournie to repair some faulty assumpti...
2010-05-06 mikeradd explicit nesting parens in SQL; protect against...
2010-05-06 scottmk1. Support negation of an expression (except in a few...
2010-05-06 senatorAcq: improvements to lineitem + bib search in unified...
2010-05-06 ericksonadded batch lineitem fund updater from lineitem table ui
2010-05-06 scottmk1. Add a boolean "negate" column to query.expression.
2010-05-05 mikersupport 905u (editor by barcode or usrname) in vandelay...
2010-05-05 ericksonprevent trailing funk in po retrieve api call response...
2010-05-04 ericksonuser_transaction_history methods
2010-05-04 mikerrepair SQL generation for ORed queries
2010-05-03 senatorAcq: view vouchers from previously issued claims in...
2010-05-03 ericksonupdated SIP server to pull item config info from the...
2010-05-03 senatorAcq: users can now claim individual copies from the...
2010-05-03 ericksonPatron update docs
2010-05-03 phasefxPaging options for user_transactions and user_transacti...
2010-05-03 ericksonflesh hold notes in the holds retrieve call, being...
2010-05-01 scottmkMoved the datatype lookups from the drones to the liste...
2010-05-01 phasefxOrg unit settings gui.disable_local_save_columns and...
2010-04-30 senatorAcq: Towards a working lineitems + bibs search, but...
2010-04-30 ericksonadded support for update the fund on an LID after the...
2010-04-30 scottmkUse the oilsConnectDB function to connect to the databa...
2010-04-30 ericksonGive event definition a proper id (23)
2010-04-30 ericksonAdded global_flag and support for using the internal...
2010-04-30 ericksonrepaired syntax error in db schema / upgrade script
2010-04-30 mikeradd table and IDL class for global flags/settings....
2010-04-30 scottmk1. When a class name is available instead of a table...
2010-04-29 phasefxThe associated behavior for the cat.bib.delete_on_no_co...
2010-04-29 phasefxorg unit setting for "Delete bib if all copies are...
2010-04-29 ericksonSubsequent EDI patch from Joe Atzberger. In this insta...
2010-04-29 scottmk1. Renamed function getRelation to oilsGetRelation.
2010-04-29 scottmkImplement .columns method of qstore server, to return...
2010-04-29 ericksonadded paging to user picklist retrieval/display
2010-04-29 ericksonafter a record has been successfully imported via vande...
2010-04-29 ericksonGive the stream_results versions of vandelay item spool...
2010-04-28 ericksonadded pcrud entries for po_items, repaired pcrud entrie...
2010-04-28 scottmkAdd po_item column to auditor.acq_invoice_item_history.
2010-04-28 scottmkCreate a reusable function for connecting to the database.
2010-04-28 scottmkAdd a po_item column, pointing to acq.po_item, to acq...
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 ericksonLoosened some restrictions on invoicing. It is now...
2010-04-28 scottmkAdd keep_debits column to acq.cancel_reason.
2010-04-28 scottmkImplement .execute method of qstore server.
2010-04-27 senatorAcq: Find PO from which copy originated
2010-04-27 ericksonAdded support to invoice page for adding extra copies...
2010-04-27 scottmkAdd acq.po_item table.
2010-04-26 senatorAcq: invoices are now printable from search results
2010-04-26 ericksonthinko on using cleared fund debit id
2010-04-26 ericksonin acq, when an LID is canceled, make sure the encumbra...
2010-04-26 ericksonbulked up docs for the record copy-count calls. remove...
2010-04-26 phasefxorg unit settings for formatting displayed date and...
2010-04-26 ericksonAdded API call to return the total hold count for title...
2010-04-26 phasefxDon't rely on the sequence like this, using xact_start...
2010-04-26 ericksonAdded an API call which returns the set of opt-in user...
2010-04-26 ericksonbulked up the API docs for holds queue stats method
2010-04-26 ericksonPatch from Jason Stephenson to silence 'isn't numeric...
2010-04-26 phasefxmiddle layer methods for getting at a 'preceeding'...
2010-04-25 scottmkImplement the .finish method for the qstore server.
2010-04-23 senatorAcq: more work on the claiming UI. It begins to be...
2010-04-21 senatorAcq: added UI controls to attach a claim policy to...
2010-04-20 senatorAcq: large parts of the UI for making claims to a vendo...
2010-04-20 dbsHmm. Not sure how this got doubled up, but it sure...
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-19 dbsForward-port self-serve password reset implementation...
2010-04-19 ericksonAdded a lineitem summary view to describe details about...
next