Ticket #4635 (closed enhancement: wontfix)

Opened 1 year ago

Last modified 6 months ago

Table of Contents for all plugins

Reported by: GaryKing Assigned to: 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 (1.9 kB) - added by GaryKing on 07/14/07 11:23:42.
plugins.php.2.diff (2.0 kB) - added by GaryKing on 07/14/07 11:51:26.
plugins.php.3.diff (2.0 kB) - added by GaryKing on 07/14/07 20:36:36.
anchor has been changed to work after activating/deactivating a plugin

Change History

07/14/07 11:23:42 changed by GaryKing

  • attachment plugins.php.diff added.

07/14/07 11:39:43 changed by Nazgul

  • 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.

07/14/07 11:51:26 changed by GaryKing

  • attachment plugins.php.2.diff added.

07/14/07 11:52:05 changed by GaryKing

Use plugins.php.2.diff

07/14/07 12:03:42 changed by Nazgul

Second patch fixed the issues I had.

07/14/07 12:06:20 changed by GaryKing

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

07/14/07 20:36:36 changed by GaryKing

  • attachment plugins.php.3.diff added.

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

02/27/08 22:25:35 changed by ryan

  • status changed from new to closed.
  • resolution set to wontfix.

02/27/08 23:05:57 changed by garyking

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

02/27/08 23:16:53 changed by lloydbudd

  • milestone deleted.