Ticket #1657 (closed defect (bug): fixed)
"Edit" link next to plugins
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.0.4 |
| Severity: | normal | Keywords: | bg|has-patch bg|commit bg|squashed |
| Cc: |
Description
Having an "Edit" link next to each plugin on the main plugin list would save time, and not take up much screen real estate. It should probably go right next to the activate/deactivate button, as it is also an "Action"
Attachments
Change History
davidhouse — 6 years ago
-
attachment
plugins-edit.diff
added
comment:1
markjaquith — 6 years ago
- Keywords bg|has-patch bg|commit added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
- Milestone set to 1.6
Looks good, thanks!
Can this check if the file is writable and if the user has edit plugin caps?
comment:5
davidhouse — 6 years ago
Yes it can! Uses is_writable() so may cause safe_mode funkyness.
markjaquith — 5 years ago
-
attachment
edit_plugins_refresh.diff
added
Fresh patch for /trunk/ ... old one had rotted
comment:6
markjaquith — 5 years ago
- Version changed from 1.6 to 2.0.4
Fresh plugin updated. Still checks writability and permissions.
I still like this for 2.1
comment:7
markjaquith — 5 years ago
Better patch doesn't show the second column if the user can't edit. Prevents $edit from leaking from one row to the next.
comment:8
markjaquith — 5 years ago
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

1.6 diff