2010-07-20 |
erickson | md5 module is deprecated; move to hashlib |
commit | commitdiff | tree |
2010-07-19 |
miker | use abs() to get page number in either direction |
commit | commitdiff | tree |
2010-07-19 |
miker | use LEFT JOIN to allow a single query to count copies... |
commit | commitdiff | tree |
2010-07-19 |
erickson | updated default estimated hold wait display to handle... |
commit | commitdiff | tree |
2010-07-19 |
erickson | when calculating estimed hold wait time, don't ignore... |
commit | commitdiff | tree |
2010-07-19 |
erickson | repaired sql syntax for upgrade log commit |
commit | commitdiff | tree |
2010-07-18 |
miker | put the null return back, in case that is important... |
commit | commitdiff | tree |
2010-07-18 |
miker | remove ingest service call from authority import thanks... |
commit | commitdiff | tree |
2010-07-17 |
dbs | Teach marc2sre.pl MFHD record ingest script to read... |
commit | commitdiff | tree |
2010-07-17 |
dbs | Switch to ingesting authority records automatically... |
commit | commitdiff | tree |
2010-07-17 |
dbs | Fix schema creation breakage. Damn you dangling commas. |
commit | commitdiff | tree |
2010-07-16 |
gmc | add seed for COPY_NEEDED_FOR_HOLD.override permission |
commit | commitdiff | tree |
2010-07-16 |
dbs | It is important to update the upgrade_log to prevent... |
commit | commitdiff | tree |
2010-07-16 |
erickson | return NULL terminator to indicate successful read... |
commit | commitdiff | tree |
2010-07-16 |
phasefx | get rid of the chrome instantiated sound object so... |
commit | commitdiff | tree |
2010-07-16 |
gmc | make --timeout actually work if setting a timeout ... |
commit | commitdiff | tree |
2010-07-16 |
dbs | serial.record_entry already had an owner column spelled... |
commit | commitdiff | tree |
2010-07-16 |
dbs | Add the new owner column to the are object in the IDL |
commit | commitdiff | tree |
2010-07-16 |
erickson | rearrange while loop to prevent error: Can't 'last... |
commit | commitdiff | tree |
2010-07-16 |
gmc | add --timeout switch to marc_export |
commit | commitdiff | tree |
2010-07-16 |
gmc | whitespace consistency improvements |
commit | commitdiff | tree |
2010-07-16 |
miker | use a left join instead of -not-exists for anti-join... |
commit | commitdiff | tree |
2010-07-15 |
senator | This should have been part of r16946. Now the Translat... |
commit | commitdiff | tree |
2010-07-15 |
phasefx | Have open-ils.circ.circulation.due_date.update return... |
commit | commitdiff | tree |
2010-07-15 |
phasefx | more configuration options for date/timepicker dialog... |
commit | commitdiff | tree |
2010-07-15 |
phasefx | wrong variable; could refresh the wrong rows |
commit | commitdiff | tree |
2010-07-15 |
phasefx | allow open-ils.circ.hold.update.batch to apply nulls... |
commit | commitdiff | tree |
2010-07-15 |
phasefx | add copy circ lib to alternative item details view |
commit | commitdiff | tree |
2010-07-15 |
senator | make openils.widget.TranslatorPopup a little more envir... |
commit | commitdiff | tree |
2010-07-15 |
miker | ARG! Missed a semicolon. Perl, be like JS and make... |
commit | commitdiff | tree |
2010-07-15 |
erickson | return # of imported and failed records to the caller |
commit | commitdiff | tree |
2010-07-15 |
dbs | Protect authority records from real deletion and add... |
commit | commitdiff | tree |
2010-07-15 |
miker | companion to "browse", which drops you into the middle... |
commit | commitdiff | tree |
2010-07-15 |
dbs | Delete links to deleted bib records as part of biblio... |
commit | commitdiff | tree |
2010-07-15 |
gmc | bug 605921: fix bib search hang on queries like "title... |
commit | commitdiff | tree |
2010-07-15 |
gmc | bug 605884: make MARC expert search of control fields... |
commit | commitdiff | tree |
2010-07-15 |
dbs | asset.merge_record_assets() needs auth_link declaration... |
commit | commitdiff | tree |
2010-07-15 |
dbs | On second thought, delete authority links pointing... |
commit | commitdiff | tree |
2010-07-15 |
dbs | Teach assets.merge_record_assets() to also merge author... |
commit | commitdiff | tree |
2010-07-14 |
dbs | Authority records get some fixed-field love in the... |
commit | commitdiff | tree |
2010-07-14 |
dbs | CSS makes things visible, or not. Display the nascent... |
commit | commitdiff | tree |
2010-07-14 |
scottmk | When returning a list of bind variables: If a default_... |
commit | commitdiff | tree |
2010-07-14 |
dbs | Set the 004 of the new MFHD record to the ID of the... |
commit | commitdiff | tree |
2010-07-14 |
dbs | In theory, this would be a step towards MFHD records... |
commit | commitdiff | tree |
2010-07-14 |
dbs | validate.tag.id_list: Return an empty list instead... |
commit | commitdiff | tree |
2010-07-14 |
dbs | Improve auto-authority-control processing script: |
commit | commitdiff | tree |
2010-07-13 |
dbs | Be more relaxed about what we receive in Vandelay ... |
commit | commitdiff | tree |
2010-07-13 |
miker | remove even more namespace prefixes ... take THAT, IE! |
commit | commitdiff | tree |
2010-07-13 |
dbs | Relax bib type parsing a little and allow spaces (like... |
commit | commitdiff | tree |
2010-07-13 |
scottmk | Qstore: support LIMIT and OFFSET clauses. |
commit | commitdiff | tree |
2010-07-13 |
dbs | Make maintain_901() more robust in the presence of... |
commit | commitdiff | tree |
2010-07-13 |
dbs | Stub script for adding authority control to an existing... |
commit | commitdiff | tree |
2010-07-13 |
scottmk | Add limit_count and offset_count columns to query.store... |
commit | commitdiff | tree |
2010-07-13 |
dbs | Add 100$e (relator) and 711$c (Location of meeting... |
commit | commitdiff | tree |
2010-07-12 |
dbs | Whitespace consistency for Vandelay |
commit | commitdiff | tree |
2010-07-12 |
dbs | Prevent MARC batch import from blindly trusting the... |
commit | commitdiff | tree |
2010-07-12 |
senator | Make a translate button available in the name column... |
commit | commitdiff | tree |
2010-07-12 |
phasefx | printable_output() for the patron editor, given that... |
commit | commitdiff | tree |
2010-07-12 |
phasefx | printing the contents of iframes is sometimes problemat... |
commit | commitdiff | tree |
2010-07-12 |
gmc | protect against deletion of serial.unit rows |
commit | commitdiff | tree |
2010-07-12 |
gmc | cache OPAC-visibility of copies and bibs |
commit | commitdiff | tree |
2010-07-12 |
dbs | Several fixes for authority-controlled field and contro... |
commit | commitdiff | tree |
2010-07-12 |
dbs | NFC() needs Unicode::Normalize - strange that this... |
commit | commitdiff | tree |
2010-07-12 |
miker | facet query correction |
commit | commitdiff | tree |
2010-07-11 |
miker | thinko in upgrade script |
commit | commitdiff | tree |
2010-07-11 |
miker | break facets out to a separate table for speed |
commit | commitdiff | tree |
2010-07-09 |
dbs | dojo == elegant; refactor cursor up/down and hide fixed... |
commit | commitdiff | tree |
2010-07-09 |
dbs | New feature: maintain control numbers (001, 003, 035... |
commit | commitdiff | tree |
2010-07-09 |
dbs | Restore whitespace consistency (spaces not tabs) |
commit | commitdiff | tree |
2010-07-09 |
dbs | Initial support for wrapping long subfields in the... |
commit | commitdiff | tree |
2010-07-09 |
miker | add support for switching between xul and textarea... |
commit | commitdiff | tree |
2010-07-09 |
dbs | vandelay.dtd already includes the arrows in the entity... |
commit | commitdiff | tree |
2010-07-09 |
dbs | SuperCat requests for plain marcxml were returning... |
commit | commitdiff | tree |
2010-07-08 |
miker | fix initial subfield detection bug |
commit | commitdiff | tree |
2010-07-08 |
erickson | add sig handler back in for alarm. log error when... |
commit | commitdiff | tree |
2010-07-08 |
dbs | Give the "About" button a legitimate accesskey |
commit | commitdiff | tree |
2010-07-08 |
phasefx | Fixes Mark Claimed Returned. It seems that dojo isn... |
commit | commitdiff | tree |
2010-07-08 |
senator | Acq: try looking up jacket image by UPC if ISBN is... |
commit | commitdiff | tree |
2010-07-08 |
dbs | Reclaim cataloguing real estate by hiding unnecessary... |
commit | commitdiff | tree |
2010-07-08 |
phasefx | record the billing_last and billing_first fields from... |
commit | commitdiff | tree |
2010-07-08 |
senator | Acq: If you go from a catalog record to "View/Place... |
commit | commitdiff | tree |
2010-07-08 |
scottmk | Streamline pcrud a bit. |
commit | commitdiff | tree |
2010-07-08 |
erickson | instead of reading the MARC data directly from the... |
commit | commitdiff | tree |
2010-07-08 |
dbs | Enable plain up-arrow and down-arrow to jump to next... |
commit | commitdiff | tree |
2010-07-08 |
phasefx | column tweaks. If you already ran 0328, see comments... |
commit | commitdiff | tree |
2010-07-08 |
phasefx | adding a cc_name field to money.credit_card_payment... |
commit | commitdiff | tree |
2010-07-08 |
phasefx | hold/transit data in Item Status->Alternate View->Holds... |
commit | commitdiff | tree |
2010-07-08 |
phasefx | populate some fields in Item Status->Alternate View... |
commit | commitdiff | tree |
2010-07-08 |
scottmk | Fix a bug in pcrud. |
commit | commitdiff | tree |
2010-07-07 |
phasefx | Lost my commit msg the first time around, so... |
commit | commitdiff | tree |
2010-07-07 |
phasefx | Merge branch 'browser' |
commit | commitdiff | tree |
2010-07-07 |
miker | Forward port of r16867: add missing event definition... |
commit | commitdiff | tree |
2010-07-07 |
phasefx | define these variables as parameters |
commit | commitdiff | tree |
2010-07-07 |
erickson | added OPAC support for 1) selecting SSL manually and... |
commit | commitdiff | tree |
2010-07-07 |
erickson | updated call number browse pass-thru to accommodate... |
commit | commitdiff | tree |
2010-07-07 |
miker | adding status/copy_location filter support to call... |
commit | commitdiff | tree |
2010-07-06 |
scottmk | Add new program test_qstore, a command-line utility... |
commit | commitdiff | tree |
2010-07-06 |
erickson | added opac user setting for default sort order for... |
commit | commitdiff | tree |
2010-07-06 |
phasefx | adjust code for an API change. Assume success if no... |
commit | commitdiff | tree |
2010-07-06 |
erickson | showing the more descriptive cc payment errors in self... |
commit | commitdiff | tree |
next |