After upgrading to 2.2 (from 1.x), I have a feature request: The main configuration page (/admin/config/content/node_revision_delete) needs some info back.

I'd suggest the following:
a) A note about where to turn this feature on for each content type, or (more ideally)
b) A static list of what content types have this enabled, what number of revisions are kept for each, and maybe even an Edit link to each content type's edit form?

The 1.x version showed you this info on the config page, but it's gone now due to the move to the content type edit forms. That move makes sense, but being able to see which content types had this feature turned on in one place was good info to have before executing the "Run Now Only" option.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jeremyclassic’s picture

This patch should address the request for more in-depth information on the configuration page about how to use the module, as well as adding a collapsible table of tracked and untracked content types with links to edit each of said content types.

  • Commit ea8683e on 7.x-2.x by juampy:
    Issue #2257257 by jeremyclassic | aubjr_drupal | juampy: List tracked...
juampynr’s picture

Title: Usability request after changes to 2.x » List tracked content types at admin page
Status: Needs review » Fixed

Thanks @jeremyclassic! I made some changes on your patch so it just lists tracked content types plus some extra formatting.

Marking as fixed.

  • Commit ea8683e on 7.x-2.x, 7.x-3.x by juampy:
    Issue #2257257 by jeremyclassic | aubjr_drupal | juampy: List tracked...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jeremyclassic’s picture

Status: Closed (fixed) » Active

@juampy - please consider the additional formatting in the patch that added tracked and untracked content types to the admin form in a collapsible fieldset. On one site I work on, there are over twenty different content types that have this module monitoring revisions. The page gets a little cluttered with so many content types. I understand that this is not the case for many (or perhaps most) Drupal sites, however, for those of us who use Drupal as the workhorse framework for very large custom portals, hiding those extra, unnecessary bits would be nice.

juampynr’s picture

Mind submitting a new patch?

vbouchet’s picture

Version: 7.x-2.2 » 7.x-2.x-dev
Status: Active » Needs review
FileSize
1.76 KB

Hi @juampy,

As per @jeremyclassic's feedback, I updated the code to also list untracked content types in the configuration overview. It may be interesting to have two tabs: "Overview" and "Settings" to separate the settings form and the current configuration overview. Let me know if you are interested and I will create a patch to provide this (and also a .admin.inc file as mentioned here)

Thanks,

  • juampynr committed b91e723 on 7.x-2.x authored by vbouchet
    Issue #2257257 by jeremyclassic, vbouchet: List tracked content types at...
juampynr’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.