Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#7654 closed enhancement (fixed)

Saving/restoring the user interface state

Reported by: azaozz's profile azaozz Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description

Group of functions (php and js) to store the user interface state. Settings are stored in a cookie and saved in the user profile on the next page load (if changed).

When the cookie is deleted or missing or another browser is used, the settings are restored from the last saved cookie.

Currently this is used only for setting the default editor and the state of the second row of buttons in TinyMCE. Potentially can be used to store most (if not all) UI state, like postboxes visibility and position, settings for image size and alignment, etc.

Attachments (1)

user-settings.patch (19.2 KB) - added by azaozz 16 years ago.

Download all attachments as: .zip

Change History (3)

#1 @azaozz
16 years ago

(In [8784]) Saving/restoring the user interface state, see #7654

#2 @ryan
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.