Are there any plans to port this wonderful module to Drupal 7?

CommentFileSizeAuthor
#3 recent_changes.tgz3.77 KBdmitriy.trt

Comments

boobaa’s picture

Subscribing.

basicmagic.net’s picture

subscribe

dmitriy.trt’s picture

Status: Active » Needs work
StatusFileSize
new3.77 KB

Here is an initial port to D7. Missing features and problems:

  • Access check is done through permissions to "access recent changes", "view revisions" or "administer nodes". Node access check is not implemented. If you have some private content and non-privileged users have access to recent changes please don't use it or implement access checks.
  • Depends on Diff module.
  • No settings at all! Even number of visible items is hard-coded. Settings from D6 version will be removed on update, be careful!
  • No RSS feed.
  • No content type filters.

This code could be used as a starting point for future development.

Ozzie’s picture

Subscribing

okokokok’s picture

Isn't it possible to implement this as a view?