Ticket #4635 (closed enhancement: wontfix)

Opened 5 years ago

Last modified 4 years ago

Table of Contents for all plugins

Reported by: GaryKing Owned by: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.3
Severity: normal Keywords:
Cc:

Description

I've created a Table of Contents of sorts for all plugins. Try it out, and let me know if it's patch-worthy or if I could be given a hook to use for a plugin instead? ;)

Attachments

plugins.php.diff Download (1.9 KB) - added by GaryKing 5 years ago.
plugins.php.2.diff Download (2.0 KB) - added by GaryKing 5 years ago.
plugins.php.3.diff Download (2.0 KB) - added by GaryKing 5 years ago.
anchor has been changed to work after activating/deactivating a plugin

Change History

  • Milestone changed from 2.2.2 to 2.4 (future)

In my opiniion, this should be a plugin. Most people won't be using that many plugins that they'd need an index, which makes this a fringe case.

On the other hand this could be a useful plugin for people with a lot of plugins, so introducing a hook to make this possible would get a +1 from me.

The current patch has some issues:

  • The created links don't link anywhere, because the named anchors are missing.
  • The last plugin is shown double in the list for me.

Use plugins.php.2.diff

Second patch fixed the issues I had.

We could add a conditional to only show the TOC if the user has at least 25 plugins.

anchor has been changed to work after activating/deactivating a plugin

comment:5   ryan4 years ago

  • Status changed from new to closed
  • Resolution set to wontfix

Could a hook be made for this, possibly? :)

  • Milestone 2.5 deleted
Note: See TracTickets for help on using tickets.