Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #6106


Ignore:
Timestamp:
03/05/2008 10:13:08 PM (17 years ago)
Author:
markjaquith
Comment:

Heh @ lloyd. Beat me to it! #1 was taken care of by [7162]. see #6072

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6106

    • Property Cc nbachiyski added
    • Property Owner changed from anonymous to markjaquith
    • Property Status changed from new to assigned
  • Ticket #6106 – Description

    initial v2  
    1  1. Right now, a post ID is shown as the post slug unless a slug is manually entered.  Instead, it should show the dynamic slug generated from the title.  Ideally, as the title is updated.  (maybe using onblur to see if the typed-in title has changed, and doing a quick AJAX request to see what the dynamic slug would be).
    2  1. There is no way to tell the difference between a tentative slug, and a locked-in slug (either by choice, or by hitting "publish").  Perhaps the highlighting could go away and the slug could be bolded to indicate that it is set.
     1~~~1. Right now, a post ID is shown as the post slug unless a slug is manually entered.  Instead, it should show the dynamic slug generated from the title.  Ideally, as the title is updated.  (maybe using onblur to see if the typed-in title has changed, and doing a quick AJAX request to see what the dynamic slug would be).~~~
    32
     3 2. There is no way to tell the difference between a tentative slug, and a locked-in slug (either by choice, or by hitting "publish").  Perhaps the highlighting could go away and the slug could be bolded to indicate that it is set.
     4