Hello
I'm going to need OG integration. So that annotations can be made only visible in a certain group. Are there any plans for this in the future?
Hello
I'm going to need OG integration. So that annotations can be made only visible in a certain group. Are there any plans for this in the future?
Comments
Comment #1
clemens.tolboomWhen annotations are nodes this is 'out of the box'. Ie Organic Groups, Taxonomy Access Control, Workflow
See http://groups.drupal.org/annotate-module for more discussions.
After the 1.0 release I move on to the 2.0 release where annotation will become nodes.
Regards,
Clemens
Comment #2
rapsli commentedoh great. Is there a roadmap?
Comment #3
clemens.tolboomI'm currently thinking to put a reversed bounty on the project. So I spend some quality time on the project. At the moment I try to spend time on it.
Btw: the dev version contains already a db_rewrite_sql version. And that should work for filtering purposes. NOT for workflow because the annotations are no nodes.
I'll activate the dev so you can test this yourself.
Comment #4
rapsli commentedoky. I'll test it and will report back...
Comment #5
clemens.tolboomHope you didn't started yet ... the code wasn't committed and it won't work for what you want:
Filtering is based on nodes. And as annotations are NOT nodes.
What happens when OG is active filtering is based on http://api.drupal.org/api/function/db_rewrite_sql/5
The relation now is : node <- annotation -> user
In the near future it should be: node <- annotation_node -> user and then OG or TAC or WorkflowNG(?) will work properly.
Sorry for the delay and frustration.
Comment #6
clemens.tolboomThe new release contains working roles.
- create annotation
- read published annotation
I am afraid that's not off much help but note that this 1.0-beta4 is my final 1.0 version. So next is 2.0-alpha1.
Comment #7
clemens.tolboomThe full node version will be provided by the module annotate_ym which is to be committed soon.
Comment #8
clemens.tolboomIf you're bold you could try the dev release. It now contains the annotate_ym module. You can make (in FireFox & co but not IE) selections in de node's body and submit a note which is a full node. OG should handle viewing these nodes.
Bug to find with this version are:
- not OG-ed (the form submits a node, OG needs to add attributes to it. Should work but please test)
- listing of annotations is probably not filtered yet.
Next version will color the markings back so make wise values for (start and stop fields)
Comment #9
clemens.tolboomAs annotate_ym becomes usable by fixing some bugs first this should work.
So I close this issue.