Activity log for bug #888572

Date Who What changed Old value New value Message
2011-11-10 14:34:28 Jason Stephenson bug added bug
2011-11-10 14:35:00 Jason Stephenson evergreen: importance Undecided Wishlist
2011-11-10 14:49:12 Jason Stephenson description The branch below adds a clean_marc function to OpenILS::Utils::Normalize. It also replaces redundant code in OpenILS::Vandelay and OpenILS::Acq::Order with calls to the new function. I have imported 1,000 records with Vandelay since applying the branch, so it doesn't seem to cause any breakage there. I don't have a way to test Acquisitions, so someone might want to test that before merging into master. For sharing O-U-N-clean_marc via the remote repo working: You need only add the remote once, regardless of how many branches you wish to look at. To add this repo as working: Read-only (git protocol): git remote add working git://git.evergreen-ils.org/working/Evergreen Read-write (ssh protocol): git remote add working git@git.evergreen-ils.org:working/Evergreen Once you have the remote added you can check out this branch: git checkout -b O-U-N-clean_marc working/user/dyrcona/O-U-N-clean_marc The branch below adds a clean_marc function to OpenILS::Utils::Normalize. It also replaces redundant code in OpenILS::Application::Vandelay and OpenILS::Application::Acq::Order with calls to the new function. I have imported 1,000 records with Vandelay since applying the branch, so it doesn't seem to cause any breakage there. I don't have a way to test Acquisitions, so someone might want to test that before merging into master. For sharing O-U-N-clean_marc via the remote repo working: You need only add the remote once, regardless of how many branches you wish to look at. To add this repo as working:  Read-only (git protocol):   git remote add working git://git.evergreen-ils.org/working/Evergreen  Read-write (ssh protocol):   git remote add working git@git.evergreen-ils.org:working/Evergreen Once you have the remote added you can check out this branch: git checkout -b O-U-N-clean_marc working/user/dyrcona/O-U-N-clean_marc
2012-03-07 21:04:45 Dan Scott evergreen: status New Fix Committed
2012-03-07 21:04:47 Dan Scott evergreen: milestone 2.2.0alpha2
2012-03-08 21:47:39 Jason Stephenson evergreen: milestone 2.2.0alpha2 2.2.0alpha3
2012-03-13 13:28:49 Jason Stephenson evergreen: status Fix Committed Fix Released