Download & Extend

Move configuration to content type

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

Assigned to:Anonymous» clemens.tolboom
Status:postponed (maintainer needs more info)» active

I'm working on this because it makes different settings per content type more easy. After fixing this I'll start on D7 :)

#2

Title:Do we need a per node type configuration options?» Move configuration to content type
Status:active» needs work

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

Category:feature request» bug report

User migrating from 6.x-1.1 to 6.x-1.2 needs the variables replaced.

<?php
function annotate_update_6101
?>

is deleting the old variables without introducing the new ones which is bad.

#5

Status:needs work» fixed

Added variable transformation to

<?php
function annotate_update_6101()
?>

#6

Status:fixed» closed (fixed)
nobody click here