Posted by clemens.tolboom on September 18, 2009 at 5:24pm
Jump to:
| Project: | Annotate |
| Version: | 6.x-1.x-dev |
| Component: | annotate (private) |
| Category: | bug report |
| Priority: | normal |
| Assigned: | clemens.tolboom |
| Status: | closed (fixed) |
| Issue tags: | 6.x-1.2 |
Issue Summary
As it is now possible to have multiple annotations per node should this be node_type based?
We have now the configuration admin/settings/annotate but would it be better to have it here admin/content/node-type/page?.
It sounds better :)
Please let me know.
Comments
#1
I'm working on this because it makes different settings per content type more easy. After fixing this I'll start on D7 :)
#2
Please review the current dev version.
The current version lacks the transformation of the current settings into the new paradigm.
We now have to check each content type. Is that bad? Please tell me.
#3
Maybe a global default, which can be overridden per content-type?
This is actually similar to a request i was just thinking about... which relates more to content. It would be nice to select whether annotations are plain text or filtered to allow input format. Similar to adding a cck textarea. I'm not sure why i thought this was similar, except that this kind of configuration is what we'd expect in the content type settings area... I could add a new issue if you think it's something you'd like to see?
#4
User migrating from 6.x-1.1 to 6.x-1.2 needs the variables replaced.
<?phpfunction annotate_update_6101
?>
is deleting the old variables without introducing the new ones which is bad.
#5
Added variable transformation to
<?phpfunction annotate_update_6101()
?>
#6