Activity log for bug #107280

Date Who What changed Old value New value Message
2007-04-17 16:16:25 michael bug added bug
2007-04-17 17:17:48 michael description Add the ability to specify context when using RDFS::Resource finders. ex: context = RDFS::Resource.new("file:filename.nt") SIOC::Post.find(:all, :limit => 10, :offset => 20, :order => DC::created, :where => { SIOC::has_container => forum, DC::author => author_id }, :context => context ) SIOC::Post.find_by_has_SIOC::has_container_and_DC::author(forum, author_id, { :context => context, :limit => 10 }) For the /find_by_/ form, take an optional hash which accepts all the options that RDFS::Resource.find accepts Add the ability to specify context when using RDFS::Resource finders. ex: context = RDFS::Resource.new("file:filename.nt") SIOC::Post.find(:all, :limit => 10, :offset => 20, :order => DC::created, :where => { SIOC::has_container => forum, DC::author => author_id }, :context => context ) SIOC::Post.find_by_SIOC::has_container_and_DC::author(forum, author_id, { :context => context, :limit => 10 }) For the /find_by_/ form, take an optional hash which accepts all the options that RDFS::Resource.find accepts
2007-04-17 22:34:34 Eyal Oren activerdf: status Unconfirmed Confirmed
2007-04-17 22:34:34 Eyal Oren activerdf: assignee ikbeneyal
2007-04-17 22:34:34 Eyal Oren activerdf: statusexplanation Thanks. the hash with all the options is a good idea, I'll try do implement it soon (it's not much work, I just need to find the time).
2007-04-17 22:34:41 Eyal Oren activerdf: importance Undecided Medium
2007-04-17 22:34:41 Eyal Oren activerdf: statusexplanation Thanks. the hash with all the options is a good idea, I'll try do implement it soon (it's not much work, I just need to find the time).
2007-04-19 21:55:25 Eyal Oren activerdf: status Confirmed Fix Committed
2007-04-19 21:55:25 Eyal Oren activerdf: statusexplanation fixed in revision 407
2007-04-19 22:09:27 Eyal Oren activerdf: status Fix Committed Fix Released
2007-04-19 22:09:27 Eyal Oren activerdf: statusexplanation fixed in revision 407