This patch adds a couple of UI improvements to the annotation module:

- Highlighting of annotated spans of text when an annotation is shown.
- Drupal admin settings for
- enabling or disabling beautytips (bubbles)
- highlighting comments

- When there are a lot of annotations, the text can be hard to read because of
all the highlighting. Add a link to toggle text span highlighting on and off.

Also, some modifications to the code:

- Fragments were using #annotation-cid-; now using the standard #comment-
- Refactored highlighting of comments

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jody Lynn’s picture

Status: Needs review » Needs work

This would be much easier to review and commit if it were separated out into individual patches. I may not have time to wade through it as is, so if you are still interested please organize into smaller issues.

tim.plunkett’s picture

Version: master » 6.x-1.x-dev
FileSize
30.21 KB

Rerolled, removing as much cruft as possible.
The last patch was pre-Git migration, which caused it to fail.

This could still really use some breaking up. Some changes seem arbitrary, other seem very useful.