]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Utils/MFHD
Replace a hard-coded path in Cronscript.pm with a configure variable
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Utils / MFHD /
2011-01-12 senatorRevert r19162 for now, pending further conversation...
2011-01-12 senatorSerials: Fix a problem with chronology prediction when...
2010-12-08 dbwellsAdd a simple subfields_list() method to MFHD/Caption...
2010-08-13 senatormerge seials-integration [sic] branch into trunk
2010-08-09 gmcremoved executable bit from files that don't need it set
2010-02-02 djfianderFix the leader to ensure that holdings can be compressed.
2010-01-12 djfiandermove load_MARC_rec into separate package to prep for...
2010-01-12 djfiandermove test data into external file to prep for creating...
2010-01-10 djfianderFirst pass at formatting holdings properly, including...
2009-12-02 djfianderAdd test to confirm that holdings fields are defined...
2009-11-26 djfianderAdd some simple error checking to deal with common...
2009-11-25 djfianderCHANGES
2009-11-22 djfianderCHANGES
2009-11-14 djfianderWhitespace patch to bring MFHD code into line with...
2009-11-04 djfianderInitial support for displaying the type of unit (eg...
2009-11-04 djfianderInitial support for displaying the type of unit (eg...
2009-08-11 djfianderUpdate code to check for all three caption & holdings...
2009-08-11 djfianderDeal with a publication that only has a single level of
2009-08-02 djfianderProperly implement generating issue numbers based on...
2009-07-31 djfianderAdd test case for funky publication pattern that specif...
2009-07-21 djfianderMerge processing for $yp and $yc into single loop,...
2009-07-21 djfianderAdd a bit more debugging code
2009-07-21 djfianderAdd a few more tests, including one of a combined publi...
2009-07-08 djfianderFix calculation of of date correction.
2009-07-08 djfianderComment out some debugging statements I checked in...
2009-07-08 djfianderRefactor to pass around array refs instead of long...
2009-07-08 djfianderAdd more evil test cases
2009-07-08 djfianderFix a call to DateTime::clone() that I missed the other day
2009-07-07 djfianderAdd some more complex publication patterns, fix code...
2009-07-06 djfianderDon't need DateTime in this file any more, now that...
2009-06-30 djfianderadd tests for weekly publication, fix bug in code for...
2009-06-25 djfianderNow supports generating dates of combined issues (eg...
2009-06-22 djfianderImplement subsequent_month() to generate next publicati...
2009-06-22 djfianderAdd tests for publication pattern specifying a sequence of
2009-06-21 djfiandersplit out date calculations into separate file to simpl...
2009-06-18 djfianderSupport for generating predictions based on publication...
2009-06-12 djfianderUntested code for generating next dates for all patterns
2009-06-04 djfianderBeginning of code to calcuate dates based on publicatio...
2009-06-04 djfianderMark some tests "TODO" for the time being
2009-05-25 dbsIntended defence against lack of caption was still...
2009-05-22 dbsProtect against the horrifying possibility that a capti...
2009-05-20 djfianderRefactor publication pattern parsing to make processing...
2009-05-20 djfianderBasic makefile to run testsuite with right options
2009-04-09 dbsAvoid a warning about testing against an undefined...
2009-04-07 djfianderStart getting ready to handle more complex publication...
2009-04-07 djfiandera bit more refactoring of Caption & Holding
2009-04-05 djfianderMove 'next' calcuations into MFHD::Caption, since they...
2009-04-05 djfianderProperly pad dates with leading 0
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-03-26 djfianderChange test for whether enumeration fields hold chronology:
2009-03-24 djfianderProperly parse holdings fields when the chronology...
2009-03-20 djfianderCut a long complicated function in two
2009-03-20 djfianderminor error checking
2009-03-19 djfianderMostly mplement issues with combined dates (eg, May...
2009-03-17 djfianderSupport multiple volumes in a single year
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 djfianderMinor stylistic cleanups
2009-03-12 djfianderRedo MFHD, MFHD::Holding, and MFHD::Caption so that...
2009-02-27 djfiandertesting testing testing: identified more scenarios...
2009-02-25 djfianderOutline of test cases for MFHD code
2009-02-10 djfianderA bunch of untested code to support serials predictions
2009-01-20 djfiandersubfield 'y' (regularity pattern) is repeatable. Need...
2009-01-20 djfianderRefactor a little bit. Prepping for the next big push.
2009-01-02 djfianderBeginnings of calculating date of next issue.
2008-11-27 djfianderRefactor formatting code to properly handle chronology
2008-11-25 djfianderTest for chronology stored in enumeration subfields...
2008-11-19 djfianderIncrementally improve formatting of holdings, rearrange and
2008-11-12 djfianderMinor cleanups.
2008-11-12 djfianderMinor cleanups + include chronology in formatted display.
2008-11-11 djfianderCheck for compressibility at parse/load time, not durin...
2008-11-05 djfianderAdd support for calculating the next value of an altern...
2008-11-02 djfianderThe first kick at predicting: figuring out what the...
2008-11-02 djfianderAdd (untested) support for including public notes and gap
2008-10-20 ericksonMerging acq-experiment to trunk, since rel_1_4 has...