]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src
added delete-selected buttons
[working/Evergreen.git] / Open-ILS / src /
2009-04-06 ericksonadded a mark-po-received method
2009-04-06 mikermake PO formatting hooks passive; remove PO print hook...
2009-04-06 ericksonmoved generic object/event firing to apputils function...
2009-04-05 djfianderMove 'next' calcuations into MFHD::Caption, since they...
2009-04-05 djfianderProperly pad dates with leading 0
2009-04-03 ericksonreturn the fleshed event from fire-event-by-barcode
2009-04-03 dbsAvoid a PostgreSQL 8.3 type conversion problem.
2009-04-02 ericksonthe key changes depending on which stored proc is calle...
2009-04-02 ericksontypo, descendents -> descendants
2009-04-02 djfianderAdd test cases for semi-monthly publication on fixed...
2009-04-02 djfianderAdd support for split issue numbers
2009-04-02 djfianderFix code that loads MARC test data, add a couple of...
2009-04-01 ericksonupdated to use trigger for generating templated output
2009-04-01 ericksoninstead of generic format.po hook, let's use specific...
2009-04-01 ericksonadded ProcessTemplate reactor and new hook, format.po
2009-04-01 ericksonsimple reactor that just processes a template
2009-04-01 ericksonrecursive calls to _object_by_path need their own copy...
2009-04-01 ericksonUpdated the IDL to match the table name in the sql...
2009-04-01 mikerreordering table due to fkey
2009-03-31 ericksoncreated method that takes a circ-based event def and...
2009-03-31 ericksonfixed var name
2009-03-31 ericksonin batches, 'event' is an array of events
2009-03-31 ericksonremoved remaining assumptions of an 'id' field on all...
2009-03-31 mikeradd method for creating events by definition(s) (array...
2009-03-31 ericksonprevent some warnings in the logs
2009-03-31 ericksonset the nostore var
2009-03-31 mikergive the environment built by O::A::T::Event[Group...
2009-03-31 mikeradding template_output table to support storing just...
2009-03-31 ericksontypo:actor.org_unit_descendents. run_time is now a...
2009-03-31 ericksonsome formatting
2009-03-31 ericksonadded address info
2009-03-31 ericksontest script for printing a purchase order
2009-03-31 scottmkPlugged some massive memory leaks.
2009-03-30 mikerpass the default search class correctly, instead of...
2009-03-29 dbsNaive implementation of protection against apostrophes...
2009-03-29 dbsFix for #54 - make SlimPAC search respect title/keyword...
2009-03-27 ericksonset the provider on the lineitem at po create time...
2009-03-27 ericksonusing new common cat code to in-transactoin bib/volume...
2009-03-26 ericksonflesh copy objects on circ and hold events
2009-03-26 ericksonsort acqdf entries by position
2009-03-26 ericksonprovide a little more flexibility to the caller of...
2009-03-26 dbsApply ampersand escaping globally in entityize (fixes...
2009-03-26 dbsEven better indexing on afr - thanks miker!
2009-03-26 djfianderChange test for whether enumeration fields hold chronology:
2009-03-26 dbsAdditional indexes on authority.full_rec. Thanks, EXPLA...
2009-03-25 dbsDedupe code by moving to a common implementation of...
2009-03-24 ericksonplugged in PO creation to marc upload process. small...
2009-03-24 ericksontaught the vandelay upload form about some important...
2009-03-24 ericksonplugged in vandelay-upload-aware marc record processing...
2009-03-24 dbsIncrease support for serials in Evergreen.
2009-03-24 ericksonsort on picklist name. ranged, fleshed distribution...
2009-03-24 djfianderProperly parse holdings fields when the chronology...
2009-03-20 mikerallow batch creation of active events, restricted to...
2009-03-20 scottmkIn oils_cstore.c: further tightening input validation.
2009-03-20 mikeradd hooks for well-known penalty types
2009-03-20 scottmkAdd ON DELETE CASCADE to distribution_formula_entry...
2009-03-20 mikerteach the penalty code how to create events for system...
2009-03-20 scottmkCreate two new tables: acq.distribution_formula
2009-03-20 ericksontypo
2009-03-20 djfianderCut a long complicated function in two
2009-03-20 djfianderminor error checking
2009-03-19 ericksonapi call for canceling and reseting trigger events
2009-03-19 ericksonuse the event def template for the bill note (thanks...
2009-03-19 ericksonadded seed data entry for ApplyCircFee reactor
2009-03-19 ericksonreactor to apply fees to a circulation
2009-03-19 ericksonwrap authoritative rollbacks in a try so that a failed...
2009-03-19 ericksonadded hook for lost.auto to handle items programaticall...
2009-03-19 scottmkIn searchINPredicate function of oils_cstore.c: tighten
2009-03-19 djfianderMostly mplement issues with combined dates (eg, May...
2009-03-18 scottmkIn oils_cstore.c:
2009-03-18 ericksonlet the _impl caller handle transaction commits
2009-03-18 scottmkIn searchPredicate(): make sure that there is only one
2009-03-18 ericksonadded batch lineitem detail CUD method
2009-03-18 scottmkIn oils_cstore.c:
2009-03-17 ericksonwhen searching bibs, don't start the cstore xact until...
2009-03-17 ericksonset state explicitly so caller will have the state...
2009-03-17 scottmkImplement a NOT operator, expressed as "-not".
2009-03-17 ericksonadded creator/editor to general picklist create
2009-03-17 djfianderSupport multiple volumes in a single year
2009-03-16 ericksonfleshing new creator/editor tracking fiels in PO, pickl...
2009-03-16 ericksonplugged in Bill Ott's lost item checkin functionality...
2009-03-16 mikerincorrect table name in stored proc for updating materi...
2009-03-16 scottmkCorrect a blunder (trying to free the same memory twice)
2009-03-16 ericksonadded method to return trigger events by user and type
2009-03-16 ericksonpass hint instead of class as core_type
2009-03-16 mikerhide magical ##URI## call numbers from the copy browser...
2009-03-16 mikerprovide for a editing audit trail on picklists, POs...
2009-03-16 ericksonremoved the old, convoluted work_perm_org code. Now...
2009-03-16 scottmkFor usr_has_perm* functions: super_user has all permissions
2009-03-16 scottmkAdd several functions for identifying the org units...
2009-03-16 scottmkIn oils_cstore.c:
2009-03-16 ericksonprovide option to return new lineitems and associated...
2009-03-15 djfianderMark tests as implemented, now that volume changes...
2009-03-15 djfianderAdd code to support setting volume number based on...
2009-03-14 djfianderfirst pass at MFHD test suite
2009-03-14 djfianderminor cleanups to calculating volume numbers
2009-03-14 dbsApply r12520 to version of MODS3.3 XSL stored in databa...
2009-03-14 djfianderMinor stylistic cleanups
2009-03-13 scottmkFurther tightened input validation. In all cases where...
2009-03-13 scottmkTightened the input validation in searchWHERE(). It...
next