Activity
From 06/30/2009 to 07/29/2009
07/29/2009
-
05:51 PM Feature #422: ActiveFedora#lookup_model
- Currently implemented in Reindeer code base as Reindeer.lookup_model and Reindeer.lookup_models
-
05:50 PM Feature #422: ActiveFedora#lookup_model
- * should look up class definition for given pid or uri * should return a Class if model has been declared * should return nil if class has not been declared * (later) should look for class definition in Fedora if its not in memory
-
05:50 PM ToDo #421: Base#load_model
- * should load an instance of the given model * should accept uris and pids as arguments
-
05:49 PM ToDo #420: Datastream.from_xml should work if you just feed it xml of the type that would be retu...
- Datastream.from_xml should work if you just feed it xml of the type that would be returned by .to_xml
07/23/2009
-
10:53 PM ToDo #416: has_relationship should allow for arbitrary predicates
- has_relationship should allow for arbitrary predicates instead of being limited to Fedora Relationships Ontology
-
12:21 PM Bug #415: Base.save returns nil upon success (should return true)
- Should return true
07/16/2009
-
02:40 PM Release: RubyFedora/ActiveFedora Version 1.0.5
- This is a minor release with a few little fixes. See "version page":http://projects.mediashelf.us/versions/show/31 for a list of Bugs and Features addressed in this release.
-
02:27 PM Feature #388 (Closed): Base.update_attributes and Base.update_indexed_attributes should support d...
-
02:27 PM ToDo #389 (Closed): Base.update_attributes and Base.update_indexed_attributes should accept :data...
-
02:27 PM Bug #387 (Closed): Base.deserialize should mark all datastreams as not new
-
02:26 PM ToDo #367 (Rejected): fix default value of FEDORA_URL
-
02:25 PM Bug #342 (Rejected): Nick Sieger's Multipart Post gem should be frozen into active-fedora if it i...
-
02:24 PM Bug #315 (Closed): RelsExtDatastream does not provide an appropriate from_xml class method
-
02:23 PM ToDo #194 (Closed): Set up JWA Instructions
-
02:23 PM ToDo #181 (Closed): activefedora model doesn't sed active_fedora_model
-
02:22 PM ToDo #202 (Closed): Fix Solr Schema to correctly provision for vanilla search
-
02:22 PM Bug #334 (Closed): Outbound relationship finders still don't work because loading Base objects do...
-
02:21 PM Feature #344 (Closed): Update ActiveFedora to work with Fedora 3.2 REST API
-
12:19 PM ToDo #391: ActiveFedora::SolrService.register should default to using FEDORA_URL, not hard-coded ...
- ActiveFedora::SolrService.register should default to using FEDORA_URL, not hard-coded localhost URL
-
12:19 PM Feature #390: Fedora::Repository.register should default to using FEDORA_URL if it is available
- Fedora::Repository.register should default to using FEDORA_URL if it is available
07/15/2009
-
04:16 PM Feature #388: Base.update_attributes and Base.update_indexed_attributes should support deleting f...
- possibly take an arg of :keep_empty_nodes in case you want to preserve empty nodes.
-
04:14 PM ToDo #389: Base.update_attributes and Base.update_indexed_attributes should accept :datastream li...
- attr = {"date"=>{"3"=>:delete}} obj.update_indexed_attributes(attr, :datastream=>"dublin_core") # this will only delete the date value from the dublin_core datastream
-
04:11 PM Feature #388: Base.update_attributes and Base.update_indexed_attributes should support deleting f...
- need to be able to delete metadata values submission of blank values deletes the node {"date"=>{"3"=>""}} deletes node 3 from the date_values submission of :delete as value deletes the node {"date"=>{"4"=>:delete}} deletes node 4 from the ...
-
03:50 PM Bug #387: Base.deserialize should mark all datastreams as not new
- If the datastreams are left with new_object set to true, Fedora::Repository.save will call a create operation (POST) instead of an update (PUT). This is bad form and it makes Fedora 3.2.1 unhappy.
-
03:47 PM Feature #386: Rely on Resource Index for all core methods, making solr entirely optional
- Rely on Resource Index for all core methods, making solr entirely optional Base.find and relationship finders should query the Resource Index instead of Solr Base.find_by_solr will remain, but will not work if you don't have Solr set up and ...
-
03:42 PM Feature #327 (Closed): Option to turn off solr updates (assume that something else will update So...
-
03:39 PM Feature #46 (Closed): Improve OSX Fedora/Solr Disk Image
-
03:39 PM ToDo #275 (Closed): Update RubyFedora to work with Fedora 3.2 REST API
-
03:39 PM Feature #284 (Closed): solr document id should by a config option instead of hard coded as "id"
-
03:38 PM Bug #312 (Closed): Base.delete should delete the solr record as well as the Fedora Object
-
03:38 PM Feature #314 (Closed): Relationship finder should provide a "response_format" option, default to ...
-
03:38 PM ToDo #318 (Closed): Intelligent FileDatastream and FileAsset Management
07/10/2009
-
03:58 PM Release: RubyFedora/ActiveFedora Version 1.0.4
- We have released new versions of ActiveFedora and RubyFedora. These gems are compatible with Fedora 3.2.1. They are not backwards-compatible with older versions of Fedora. Grab the new [[active-fedora:Blank FedoraSolr Disk Image]], which contai...
07/08/2009
-
02:18 PM ToDo #367: fix default value of FEDORA_URL
- fix default value of FEDORA_URL & handling of FEDORA_URL so that it doesn't include admin credentials and can be used with ssl connection *this requires login process in order to perform API-M operations...*
07/02/2009
-
02:51 PM Bug #312 (Resolved): Base.delete should delete the solr record as well as the Fedora Object
-
02:51 PM ToDo #275 (Resolved): Update RubyFedora to work with Fedora 3.2 REST API
-
02:50 PM Feature #344 (Resolved): Update ActiveFedora to work with Fedora 3.2 REST API
-
02:40 PM ToDo #345: Move #find_model into ActiveFedora::Model
- Move #find_model into ActiveFedora::Model instead of leaving it in Fedora::Repository class
-
12:56 PM Feature #344: Update ActiveFedora to work with Fedora 3.2 REST API
- Related to #275 Update RubyFedora to work with Fedora 3.2 REST API in particular, Datastream.content should call a slightly different URL
07/01/2009
-
03:04 PM Bug #342: Nick Sieger's Multipart Post gem should be frozen into active-fedora if it is a dependency
- Nick Sieger's Multipart Post gem should be frozen into active-fedora if it is a dependency
Also available in: Atom