Activity
From 12/08/2009 to 01/06/2010
01/06/2010
-
04:12 PM Bug #693: Reading a datastream from Fedora should also read its control_group
- This is mainly for when you're copying "M" datastreams. Currently rubyfedora just loads the datastream but ignores its control group. this is fine if you are only reading the datstream's content, but as soon as you want to change the content a...
01/05/2010
-
05:58 PM Bug #692: Datastream.new should allow you to use :mime_type as an argument instead of :mimeType
- worse, when you create a new Datastream, if you give it :mime_type as an argument, it stores it in .attributes[:mime_type] but fedora ignores it, meanwhile if you give it :mimeType as an argument, it does not go into the .attributes at all but doe...
-
05:37 PM Bug #692: Datastream.new should allow you to use :mime_type as an argument instead of :mimeType
- Datastream.new (both Fedora::Datastream and ActiveFedora::Datastream) does not set the mime type properly if you pass it :mime_type=>"xxx" as an argument. It only works if you pass :mimeType. The library should handle this Fedora API quirk for you.
12/10/2009
-
12:48 PM Feature #661: Testing: fedora_test and solr_test in disk image
- In the testing disk image, include additional copies of Fedora and solr at /fedora_test and /solr_test. Once they're distributed, update default fedora.yml in active-fedora
-
12:46 PM Feature #660: fedora/solr scenarios for testing
- Imitate Rails "fixture scenarios":http://code.google.com/p/fixture-scenarios/, allowing for creation of testing objects in a test fedora repo
Also available in: Atom