]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS
cache OPAC-visibility of copies and bibs
[working/Evergreen.git] / Open-ILS /
2010-07-12 gmccache OPAC-visibility of copies and bibs
2010-07-12 dbsSeveral fixes for authority-controlled field and contro...
2010-07-12 dbsNFC() needs Unicode::Normalize - strange that this...
2010-07-12 mikerfacet query correction
2010-07-11 mikerthinko in upgrade script
2010-07-11 mikerbreak facets out to a separate table for speed
2010-07-09 dbsdojo == elegant; refactor cursor up/down and hide fixed...
2010-07-09 dbsNew feature: maintain control numbers (001, 003, 035...
2010-07-09 dbsRestore whitespace consistency (spaces not tabs)
2010-07-09 dbsInitial support for wrapping long subfields in the...
2010-07-09 mikeradd support for switching between xul and textarea...
2010-07-09 dbsvandelay.dtd already includes the arrows in the entity...
2010-07-09 dbsSuperCat requests for plain marcxml were returning...
2010-07-08 mikerfix initial subfield detection bug
2010-07-08 ericksonadd sig handler back in for alarm. log error when...
2010-07-08 dbsGive the "About" button a legitimate accesskey
2010-07-08 phasefxFixes Mark Claimed Returned. It seems that dojo isn...
2010-07-08 senatorAcq: try looking up jacket image by UPC if ISBN is...
2010-07-08 dbsReclaim cataloguing real estate by hiding unnecessary...
2010-07-08 phasefxrecord the billing_last and billing_first fields from...
2010-07-08 senatorAcq: If you go from a catalog record to "View/Place...
2010-07-08 scottmkStreamline pcrud a bit.
2010-07-08 ericksoninstead of reading the MARC data directly from the...
2010-07-08 dbsEnable plain up-arrow and down-arrow to jump to next...
2010-07-08 phasefxcolumn tweaks. If you already ran 0328, see comments...
2010-07-08 phasefxadding a cc_name field to money.credit_card_payment...
2010-07-08 phasefxhold/transit data in Item Status->Alternate View->Holds...
2010-07-08 phasefxpopulate some fields in Item Status->Alternate View...
2010-07-08 scottmkFix a bug in pcrud.
2010-07-07 phasefxLost my commit msg the first time around, so...
2010-07-07 phasefxMerge branch 'browser'
2010-07-07 mikerForward port of r16867: add missing event definition...
2010-07-07 phasefxdefine these variables as parameters
2010-07-07 ericksonadded OPAC support for 1) selecting SSL manually and...
2010-07-07 ericksonupdated call number browse pass-thru to accommodate...
2010-07-07 mikeradding status/copy_location filter support to call...
2010-07-06 scottmkAdd new program test_qstore, a command-line utility...
2010-07-06 ericksonadded opac user setting for default sort order for...
2010-07-06 phasefxadjust code for an API change. Assume success if no...
2010-07-06 ericksonshowing the more descriptive cc payment errors in self...
2010-07-06 ericksonreturn IDs of newly created payments on success
2010-07-06 senatorCC payments: address situations where Business::CreditC...
2010-07-06 mikeradd metarecord support to "already circulated" tagging
2010-07-06 mikerremove all the 901 mangling -- handled by the db now
2010-07-06 ericksonadded ability to tag bib record results from staged...
2010-07-06 mikeruse SQL function for speed, instead of PLPGSQL
2010-07-06 phasefxaugment these payment receipt templates with more info
2010-07-06 mikerintegrate serial.unit by relaxing fkeys against asset...
2010-07-06 scottmkAdd a configuration entry for the qstore server. This...
2010-07-06 ericksonadded stored proc to return the distinct set of target...
2010-07-06 senatorSelfcheck: Show friendly error messages based on circ...
2010-07-06 senatorBooking: fixed the last db upgrade script. It was...
2010-07-02 ericksonrepaired bug where parsing intervals with months failed...
2010-07-01 mikerremove as many namespace prefixes as I can from the...
2010-07-01 senatorFix missing dojo.require() in a couple of interfaces.
2010-07-01 scottmkSupport the following built-in functions with peculiar...
2010-07-01 scottmk1. Support the peculiar syntax of EXTRACT().
2010-07-01 gmcbug #600021: fix lookup of FIFO holds OU setting
2010-06-30 gmcbug #600432: fix MARC expert search
2010-06-30 dbsLenny needs DBD::Pg; the unnecessary Class::DBI::Pg...
2010-06-30 dbsexplode_array() is needed by 030.schema.metabib.sql...
2010-06-30 scottmk1. Degrade gracefully when the database connection...
2010-06-29 senatorBooking: thinko: default value for an org_unit_setting...
2010-06-29 senatorBooking: bit-by-bit forward-port; see commit msg for...
2010-06-29 senatorBooking: forward-porting bit-by-bit; see commit msg...
2010-06-29 phasefxFile->Join Tabs experiment. Can disable through prefs...
2010-06-29 mikerimprove browse support; correct thinkos in new holdings...
2010-06-29 senatorFix copy-and-paste-o.
2010-06-29 senatorBooking: begin forward-porting code from rel_1_6.
2010-06-28 scottmkRepresent a subfield expression as a variant of a funct...
2010-06-28 mikeradd missed stored proc to base schema; adjust said...
2010-06-28 mikerforcibly maintain an appropriate 901 field in all MARC...
2010-06-28 scottmkSupport function calls with subfields, e.g. (func(args...
2010-06-28 mikerthinko when trying to preserve any user change to the...
2010-06-27 dbsCorrect syntax for dojo.string.substitute() and remove...
2010-06-25 phasefxproxied added content support for ContentCafe
2010-06-25 mikeradd stored procs to implement authority propagation...
2010-06-25 mikeradd bib-authority linking table; add stored proc to...
2010-06-25 senatorAcq: fixing misc UI glitches
2010-06-25 dbsMake CentOS/RHEL use Class::DBI::Frozen::301 and remove...
2010-06-25 mikerwe will use a real mapping table instead
2010-06-25 mikervandelay.add_field bug fix; add stored procs to 1)...
2010-06-25 dbsProvide support for Class::DBI::Frozen::301 via UNIVERS...
2010-06-24 dbsReturn NULL if we don't have anything else to return...
2010-06-24 mikerdoh, another thinko. spotted by Scott McKellar
2010-06-24 scottmk1. Degrade (relatively) gracefully when the database...
2010-06-24 mikerarg ... thinkos. 0315 will work now
2010-06-24 mikeradd agency-stripping and btrim normalizers; add identif...
2010-06-24 mikerand imagine that, the ou passed to actor.org_unit_desce...
2010-06-24 atz0314 Baseline data
2010-06-24 dbsUse a valid validator for 3 Day Pre-Overdue notice...
2010-06-24 dbsMake '3 Day Pre-Overdue Notice' work in seed data;...
2010-06-24 dbsFix compile error due to undefined LONG_MAX constant...
2010-06-24 dbsFix Fedora 13 compiling for libdbi/libdbd
2010-06-24 dbsWe don't need to install plpython for PostgreSQL;
2010-06-24 dbsFirst stab at Fedora 13 support in prerequisite installer
2010-06-24 gmcremove duplicate entries for tag 760 from MARC21 tag...
2010-06-24 scottmkWhenever a database call fails -- i.e. whenever dbi_con...
2010-06-23 atzCancel reasons from EDI spec
2010-06-23 dbsAdd an explicit link to the favicon.ico per http:/...
next