Opened 8 years ago
Closed 7 years ago
#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 (4)
Change History (12)
davidhouse — 8 years ago
comment:1
markjaquith — 8 years ago
- Keywords bg|has-patch bg|commit added
- Milestone set to 1.6
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
Looks good, thanks!
Can this check if the file is writable and if the user has edit plugin caps?
davidhouse — 7 years ago
comment:5
davidhouse — 7 years ago
Yes it can! Uses is_writable() so may cause safe_mode funkyness.
comment:6
markjaquith — 7 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 — 7 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 — 7 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

1.6 diff