#9527 closed enhancement (fixed)
Manage Plugins page layout changes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | UI | Keywords: | |
| Focuses: | Cc: |
Description
Could it be possible to have the Plugins page changed to fit the 2.7 list design ?
Attachments (8)
Change History (44)
#1
@
17 years ago
- Component changed from Administration to UI
- Owner anonymous deleted
- Priority changed from high to normal
- Version set to 2.8
Makes sense. We just never got around to this screen.
#2
@
17 years ago
There's a start. The name column needs a min width or something so that the actions don't wrap when the table contains only plugins with short names.
#3
@
17 years ago
- Keywords has-patch tested added
- Milestone changed from Unassigned to 2.8
looks neat with the patch. imo the actions links shouldn't be bold, though.
#4
@
17 years ago
- Keywords commit added
Made it so the action links are not bold and made it so it doesn't wrap.
#5
@
17 years ago
Included in [10978]. We might be changing things some more, so let's leave this open.
#6
@
17 years ago
Really nice job ! some adjustements and it will be perfect !
In the picture attached, you can notice that :
- 'subsubsub' : list can be filtered by the plugin statuses (All, Active, Recently active, Inactive).
- 'search box' : list can be filtered with a search box for sites using a long list of plugins
- there is only one list (still two lists in the patch)
you cannot notice that :
- 'contextual_help' : the trailer text "Get More Plugins ..." should be moved in the help tab.
- the picture didn't mention the pagination ...
#12
@
17 years ago
attachment 9527.5.diff added
- Paging
- Searching based on stripos
- Searches the metadata in what i thought was the most likely order for the phrase to be found
- from .4: Changed it to match strings at the start of the metadata
- Probably isnt the best way to go about it really.
The table also needs Bulk actions adding to the bottom of it.
About to add another patch which fixes the Plugin Home link & Author display on the description, But the patch will conflict with #9573, Might be best to commit that first, or commit .5 while waiting for #9573 to be dealt with.
#13
@
17 years ago
attachment 9527.6.diff added
- Doesnt have the patch conflict, Use this over .4 or .5
- #9527 still needs to be commited though :P
#14
@
17 years ago
Great !
do not know if it is still a bug,
in last trunk :
Active and Inactive filtered lists work fine,
but for All list, unable to deactivate a plugin, only activate option available,
i believe plugin status should be tested to retrieve the right text and link (Activate/Deactivate)
#15
@
17 years ago
+ global actions and item list actions should be the same for the different type of statuses lists.
#19
@
17 years ago
Force ftp so I could the connection screen. I see two h2s: "Upgrade Plugin" and "Connection Information".
Installs and upgrades using direct went off without a hitch.
#21
in reply to:
↑ 20
@
17 years ago
Just fine,
agree with ryan about the screen option
and
on ALL list, global actions do not have the deactivate option
#25
@
17 years ago
- Keywords has-patch commit tested removed
we've UI problems... the active plugins should be the default filter imo
also, when you bulk deactivate plugins, from the active plugins, you return to the list of all plugins, rather than to the list of active plugins. presumably the same occurs when you bulk activate the plugins from the deactivated list. if pagination weren't around, btw, I might expect the latter to redirect me to the recently active plugins list and to the active plugins list, respectively. (worth asking Jane.)
the pagination was a very bad idea imo, or then it should be increased to 50 items at the very least. when you've several pages of plugins it's a mess to mass-activate or disable them, or when you need to get a clear picture of what's active.
as it stands, disabling all plugins looks like this:
- browse active plugins (because you otherwise get tons of unnecessary things)
- select all, deactivate
- get redirected to all plugins
- browse active plugins again
- select all, deactivate
- and again... as many times as needed (in my case two more)...
needing to do this kind of thing happens quite often, when you need to debug a site. the first thing I usually do when a customer reports a bug is to disable all plugins I didn't author -- in which case he gets to fix his own site. pagination turns this otherwise simple task (check check check, click button) into a real burden. picture plugins 19-25 out of a list of 40 needing to be disabled: you end up disabling them one by one, not to mention the redirect problems highlighted above.
#27
@
17 years ago
Redirects fixed. The number of plugins per page can be changed via screen options.
#28
@
17 years ago
We could remember the last status filter (all, active, inactive, etc.) used and return to that when visiting plugins.php with no plugin_status set. Or, add a screen option for setting the default filter.
#31
@
17 years ago
In the last commit by ryan the All link was broken, see my patch "9527-plugin.php.diff" for a fix.
Screenshot of the new plugins list