[wp-trac] Re: [WordPress Trac] #7509: Fix up some Notices in admin
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 10 09:45:51 GMT 2008
#7509: Fix up some Notices in admin
------------------------------+---------------------------------------------
Reporter: DD32 | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone: 2.7
Component: General | Version: 2.7
Severity: normal | Resolution:
Keywords: has-patch commit |
------------------------------+---------------------------------------------
Comment (by DD32):
> attachment 7509.10.diff added.
* (Not a warning) Use strlen() when mb_strlen() is not available for
title length (Unlikely those with double-byte characters will be using PHP
without mb, so limited impact)
* Correct a seemingly bad copy of the Edit-tags page to add-tags
* Fix a defaults warning on the dashboard options on first page load
* Fix warnings related to Autosaves when no except/content is available
* Fix autosave when creating a new post/page (I believe this may fix the
root cause of #6728)
* Fix warning in Screen options for when a page doesnt contain any table
columns
* Fix a warning on install when Title/email/show_public is not provided
* Fix warnings on page/post publish related to undefined array index's
* Fix a warning on the pinging when a link is not parseable (ie. http://)
* Pass the User-ID of the current user along with Autosaves, fixes a
warning related to the publish code expecting a user_id or custom
post_author to be passed
* Set a default list of tags for publish (Empty tag list)
* Ensure that the Currently-queried-page is a valid page before
attempting to use it in query
* Fix warnings in term sanitization on Add-tag/category pages related to
non-set index's
* Extract the Widget inputs in the options page, Fixes undefined variable
notices
* define {{{COOKIEHASH}}} on all pages, Removes warnings on installing -
As per discussion near the start of this ticket
(Phew, Sorry for the big patch :P)
--
Ticket URL: <http://trac.wordpress.org/ticket/7509#comment:39>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list