﻿__group__	ticket	summary	owner	component	_version	priority	severity	milestone	type	_status	workflow	_created	modified	_description	_reporter
Needs Early Attention	13822	Menu items that get unpublished still appear	nacin	Menus	3.0	normal	normal	3.6	defect (bug)	reopened	has-patch	2010-06-10T16:30:12Z	2013-03-21T14:53:47Z	"We need to properly account for menu items linked to unpublished/pending post type objects.

My thought is they should probably be hidden from the frontend with an indication on the backend (like ""(Pending)"") that they are are unpublished/pending.

We need to properly handle private posts too."	nacin
Commit Candidates	14975	Nav-menu system does not always run titles through 'the_title' filter.		Menus		normal	normal	3.6	enhancement	new	commit	2010-09-27T15:19:48Z	2013-05-04T23:41:26Z	I am using the qTranslate plugin that uses the 'the_title' filter to parse its multilingual content (separated with comment tags). All titles are parsed well except for the titles appearing in the menu system's meta boxes; It seems this is because nav-menu functions don't run the titles through this filter.	Goldfrapper
Has Patch / Needs Testing	18584	Nav menu UI needs more hooks		Menus	3.3	low	minor	3.6	enhancement	new	has-patch	2011-09-04T02:38:16Z	2013-04-16T15:29:35Z	"I'm trying to add some additional fields to the nav menu blocks but sadly there are no hooks for doing so. Zero.

We should add some and get in a better habit of just doing so when the code is written.

My specific suggestions are before the Remove/Cancel links (i.e. for adding standard stuff), one above the ""original"" field, and one after those action links (to add more actions)."	Viper007Bond
Commit Candidates	23254	Empty Page Title Not Handled in Menu System		Menus	3.0	normal	normal	3.6	defect (bug)	new	commit	2013-01-21T20:57:57Z	2013-05-16T02:06:55Z	"I noticed some peculiar menu layouts and sorted it out to having some pages with no titles (not sure the actual use case for a page without a title but it is in my test environments).

The Walker class is recognizing the page exists and creating an appropriate `<a href=...>` wrapper for it but with no Page Title it is not being displayed. If this is by design I think it should be revisited and if this is a defect then the included patch (not very pretty) may offer a possible solution or at least a consideration.

The patch checks if the Page Title is empty and if it is uses the Page ID as the title."	cais
Has Patch / Needs Testing	23450	Refactor menu item meta boxes as accordion	markjaquith	Menus	trunk	normal	normal	3.6	task (blessed)	reopened	has-patch	2013-02-11T14:27:58Z	2013-05-14T18:56:41Z	Once #23449 is complete, we are going to refactor the menu items meta boxes on nav-menus.php to reflect the same design as the accordion in the customizer.  We've already [http://core.trac.wordpress.org/ticket/23119#comment:181 prototyped] & [http://make.wordpress.org/ui/2013/02/07/heres-round-7-of-our-menus-usability-tests/ tested] this design on users, and it seems to provide a better UI.	lessbloat
Has Patch / Needs Testing	23681	jQuery 1.9 doesn't like leading whitespace from wp_ajax_add_menu_item		Menus	trunk	normal	normal	3.6	defect (bug)	new	has-patch	2013-03-04T03:27:30Z	2013-05-25T22:35:30Z	"jquery-migrate logs this message to the console when adding a new menu item:

{{{
JQMIGRATE: $(html) HTML strings must start with '<' character
}}}

Walker_Nav_Menu_Edit returns a <li> indented with two tabs because there's inline HTML in that class and it's indented. jQuery 1.9 rejects HTML strings with leading whitespace [http://blog.jquery.com/2013/01/31/jquery-migrate-1-1-0-released/ for security reasons].

(Note: this is probably why jquery-migrate is calling parseHTML instead of using a regex in #23055)

This patch uses $.parseHTML on the HTML fragment instead of passing it directly to $(). As it's written, $.parseHTML will strip out any scripts in the fragment for security reasons. If you think a plugin might include a script for some reason, the call should be changed to $.parseHTML(menuMarkup, document, true)."	csixty4
