Ticket #7725 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

Allow columns on manage pages to be hidden

Reported by: ryan Assigned to: anonymous
Priority: normal Milestone: 2.7
Component: General Version:
Severity: normal Keywords:
Cc:

Description

Much in the fashion of the metabox hiding, allow columns on the manage pages to be hidden. If you don't use Categories, hide them.

Attachments

7725.diff (11.2 kB) - added by ryan on 09/11/08 01:23:49.
Show hide for posts page. Inline edit not yet hidden column aware.
7725.2.diff (14.0 kB) - added by ryan on 09/11/08 01:43:34.
With inline edit support
7725.comments.patch (24.8 kB) - added by Viper007Bond on 09/26/08 00:13:24.
Column hiding for comments, has CSS issues (see reply)
7725.comments.2.patch (26.2 kB) - added by Viper007Bond on 09/26/08 00:21:56.
Use edit-comments.js instead of new comments file + include settings-box.js file
7725.comments.3.patch (27.5 kB) - added by Viper007Bond on 09/26/08 00:44:41.
Link colors fixed, but I can't figure out the column width issues (hide "Submitted" column to see)

Change History

09/11/08 01:23:49 changed by ryan

  • attachment 7725.diff added.

Show hide for posts page. Inline edit not yet hidden column aware.

09/11/08 01:43:34 changed by ryan

  • attachment 7725.2.diff added.

With inline edit support

09/11/08 01:46:31 changed by ryan

(In [8858]) Column hiding for manage posts. see #7725

09/11/08 01:47:31 changed by ryan

Committed for wider testing. Need to consolidate some of those CSS classes and do this for pages, links, comments, etc.

09/11/08 05:36:35 changed by ryan

(In [8860]) Column hiding for pages. see #7725

09/14/08 06:51:43 changed by ryan

(In [8888]) Column hiding for links. see #7725

09/15/08 17:53:31 changed by ryan

(In [8894]) Column hiding for media library. see #7725

09/18/08 05:41:46 changed by ryan

(In [8923]) Consolidate column header code. Add column hiding to taxonomy pages (incomplete). see #7725

09/18/08 20:13:10 changed by ryan

(In [8930]) Column hiding for tags. see #7725

09/18/08 22:31:26 changed by ryan

(In [8932]) Column hiding for categories. see #7725

09/18/08 22:52:07 changed by ryan

(In [8933]) Column hiding for link categories. see #7725

09/19/08 05:31:00 changed by ryan

(In [8936]) Column hiding for users. see #7725

09/26/08 00:13:24 changed by Viper007Bond

  • attachment 7725.comments.patch added.

Column hiding for comments, has CSS issues (see reply)

09/26/08 00:17:37 changed by Viper007Bond

There's my shot at column hiding for edit-comments.php. I moved the JS for the "Advanced Settings" box to it's own file to avoid duplicating that JS all over the place.

There is one issue with my patch though: due to the generic CSS classes that are now added to the columns, the "Comment" column is a bit screwy. The links are the wrong color and I think there's an issue with the width of the column. Someone with better CSS skills than I will need to debug it.

09/26/08 00:21:56 changed by Viper007Bond

  • attachment 7725.comments.2.patch added.

Use edit-comments.js instead of new comments file + include settings-box.js file

09/26/08 00:44:41 changed by Viper007Bond

  • attachment 7725.comments.3.patch added.

Link colors fixed, but I can't figure out the column width issues (hide "Submitted" column to see)

09/26/08 01:05:53 changed by ryan

(In [8988]) Column hiding for comments. Settings box JS consolidation. Props Viper007Bond. see #7725

10/14/08 20:07:30 changed by janeforshort

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