Opened 19 years ago
Closed 19 years ago
#6011 closed defect (bug) (fixed)
No need to load wp-lists.js on many pages
| Reported by: | mdawaffe | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Since the new UI does not have an interface for deleting individual posts, links, etc. (only bulk delete is offered), we don't need to load wp-lists.js on many of those pages.
Attached:
- Gets rid of wp-lists.js on pages that don't need it (edit-pages.php, link-manager.php, edit.php and edit-post-rows.php, upload.php).
- Gets rid of "infitite post deletion".
- Gets rid of edit-posts.js.
- Simplifies ajax adding of new users. Old UI had different lists for different roles. New UI only has one list.
- Unifies alternating row class (everything was "first row is alternate" except edit-tags.php which was "second row is alternate").
After applying patch:
svn del wp-admin/js/edit-posts.js wp-admin/js/link-cat.js
(see [6213/trunk/wp-admin/js/link-cat.js] for that last.)
Attachments (2)
Change History (8)
#2
@
19 years ago
- Resolution fixed
- Status closed → reopened
ENV: trunk r7058
admin/js/edit-posts.js wp-admin/js/link-cat.js still present.
As above, after applying patch:
svn del wp-admin/js/edit-posts.js wp-admin/js/link-cat.js
(see [6213/trunk/wp-admin/js/link-cat.js] for that last.)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [7057]) Don't load wp-lists on pages that don't need it. Props mdawaffe. fixes #6011