Commit Graph

13517 Commits

Author SHA1 Message Date
Peter Westwood 31be303930 Move the escaping into get_guid() so we don't have to repeat ourselves. See #13555.
git-svn-id: https://develop.svn.wordpress.org/trunk@14949 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 17:27:18 +00:00
Andrew Nacin 12a45498b6 Consider 'auto-draft' a draft in get_post_permalink(). prevents custom post types from getting borked GUIDs. see #13555
git-svn-id: https://develop.svn.wordpress.org/trunk@14948 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 17:25:57 +00:00
Peter Westwood 41a560ec0b Escape the guid urls when placing them in feeds and other xml locations. See #13555.
git-svn-id: https://develop.svn.wordpress.org/trunk@14947 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 17:01:21 +00:00
Ryan Boren 5391057c8f Child menu stlying fixes. Props filosofo. fixes #13552
git-svn-id: https://develop.svn.wordpress.org/trunk@14946 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 16:32:36 +00:00
Ryan Boren 22cb105416 No default value for pass by ref. Props filosofo. fixes #13553
git-svn-id: https://develop.svn.wordpress.org/trunk@14945 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 16:25:29 +00:00
Ryan Boren 6c79e1395d Make classes property for menus an array. Props filosofo. fixes #13551
git-svn-id: https://develop.svn.wordpress.org/trunk@14944 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 15:41:21 +00:00
Ryan Boren 5cceae73e3 Ajaxify pagination requests in menu boxes. Props filosofo. fixes #13204
git-svn-id: https://develop.svn.wordpress.org/trunk@14943 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 14:49:43 +00:00
Ryan Boren f333c16f10 More menu class back compat. Props filosofo. fixes #13543
git-svn-id: https://develop.svn.wordpress.org/trunk@14942 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 14:18:46 +00:00
Ryan Boren c28268ccc0 RTL updates for twentyten. Props yoavf. fixes #13233
git-svn-id: https://develop.svn.wordpress.org/trunk@14941 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 14:15:27 +00:00
Nikolay Bachiyski f4084990ea Focus on category field when adding a new category in the write panel
git-svn-id: https://develop.svn.wordpress.org/trunk@14940 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 09:17:40 +00:00
potbot 2d2ad40b9e POT, generated from r14938
git-svn-id: https://develop.svn.wordpress.org/trunk@14939 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 08:21:07 +00:00
Andrew Nacin cbd7f7baef In the page attributes box, generalize the screen reader text, also remove the help text which is now in the 'Help' tab. see #13539. subject to final UX review.
git-svn-id: https://develop.svn.wordpress.org/trunk@14938 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 07:14:42 +00:00
Andrew Nacin 20597ef3f8 Ensure auto-added pages are both published and sent to the end of the menu. Tiny enhancement and optimization to wp_update_nav_menu_item come with it. fixes #13447.
git-svn-id: https://develop.svn.wordpress.org/trunk@14937 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 06:59:14 +00:00
Andrew Nacin 49578a78f2 Add textdomain. see #13198.
git-svn-id: https://develop.svn.wordpress.org/trunk@14936 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 05:37:34 +00:00
Andrew Nacin c83a2e895e In Twenty Ten, make classes on larr/rarr consistent, and make sure those are translated. props zeo, see #13198.
git-svn-id: https://develop.svn.wordpress.org/trunk@14935 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 05:35:14 +00:00
Andrew Nacin e0630f2a93 Don't store nonexistent (deleted) menus in the auto-add option. see #13447.
git-svn-id: https://develop.svn.wordpress.org/trunk@14934 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 05:11:46 +00:00
Andrew Nacin 7de9be3c08 Separate out multiple _ajax_nonce fields on post forms. Yay, validation. fixes #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14933 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 04:55:21 +00:00
Andrew Nacin 7ed0e6596e Use a more generic HTML comment. props zeo, fixes #12695.
git-svn-id: https://develop.svn.wordpress.org/trunk@14932 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 04:36:42 +00:00
Andrew Nacin b8a0634d79 Validation in wp_dropdown_users and the non-hierarchical taxonomy meta box. props ocean90, see #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14931 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 04:01:14 +00:00
Andrew Nacin 8fc8e37158 Hide Flash uploader and theme/plugin editor documentation feature, if no JS. Also some validation fixes in the theme editor. props ocean90. see #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14930 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 03:57:55 +00:00
Ryan Boren cd201ff6b2 Post and page help. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14929 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 03:36:04 +00:00
Andrew Nacin f26024e7b6 Prevent super admins from shooting themselves in the foot. props jorbin. Checks blog names against an array (filterable) of reserved keywords for subdirectory installs. fixes #13304.
git-svn-id: https://develop.svn.wordpress.org/trunk@14928 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 03:13:16 +00:00
Andrew Nacin a5ec39326d Fix typo in [14926]
git-svn-id: https://develop.svn.wordpress.org/trunk@14927 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:59:08 +00:00
Andrew Nacin 92d12fb5d5 Missing translated string in ms-upgrade-network. props dd32.
git-svn-id: https://develop.svn.wordpress.org/trunk@14926 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:57:40 +00:00
Andrew Nacin 2b72813903 In Twenty Ten, fix IE6 hover state on top-level menu item. props filosofo, fixes #13545.
git-svn-id: https://develop.svn.wordpress.org/trunk@14925 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:46:43 +00:00
Ryan Boren aec821c651 Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@14924 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:42:15 +00:00
Andrew Nacin 46d962dfb8 Handle current menu item classes for post pages. props filosofo, fixes #13543.
git-svn-id: https://develop.svn.wordpress.org/trunk@14923 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:38:31 +00:00
Andrew Nacin 5f9f3b6050 Remove svn:ignore that snuck in.
git-svn-id: https://develop.svn.wordpress.org/trunk@14922 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:31:07 +00:00
Andrew Nacin dbfecf9e65 In Twenty Ten, fix display of 2nd-level submenus in Opera (Win/Mac). props iandstewart, fixes #13511.
git-svn-id: https://develop.svn.wordpress.org/trunk@14921 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 02:27:37 +00:00
Dion Hulse bbc30c03e4 Tweak String language to match language used elsewhere. Props Jane. See #11232
git-svn-id: https://develop.svn.wordpress.org/trunk@14920 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 01:27:58 +00:00
Dion Hulse 3a77661bb9 Revert back to spinner on bulk upgrades. See #11232
git-svn-id: https://develop.svn.wordpress.org/trunk@14919 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 01:23:25 +00:00
Andrew Nacin b254d508fe New admin menu notification bubble color. props JohnONolan, fixes #13474.
git-svn-id: https://develop.svn.wordpress.org/trunk@14918 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 00:59:15 +00:00
Andrew Nacin 1db01f2c56 Don't hide early nav menu instructions until the menu is no longer empty. props koopersmith, see #13525
git-svn-id: https://develop.svn.wordpress.org/trunk@14917 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 00:41:18 +00:00
potbot 0d25ff9852 POT, generated from r14915
git-svn-id: https://develop.svn.wordpress.org/trunk@14916 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 00:21:12 +00:00
Andrew Nacin a478f400ef Only show slug help text when global terms are disabled. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14915 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 00:09:49 +00:00
Ron Rennick db587b9486 apache rewrite rule cleanup, props filosofo, fixes #13540
git-svn-id: https://develop.svn.wordpress.org/trunk@14914 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 23:55:32 +00:00
Ryan Boren 9d5a07f0a3 Help for cats and tags. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14913 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 23:49:40 +00:00
Ron Rennick 9728a32af3 shorten header in wp-config-sample, props lloydbudd, fixes #13542
git-svn-id: https://develop.svn.wordpress.org/trunk@14912 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 23:47:18 +00:00
Ron Rennick ca9f9c1086 allow main site 404 URL to be filtered, fixes #12758
git-svn-id: https://develop.svn.wordpress.org/trunk@14911 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 23:41:36 +00:00
Ron Rennick 47548d6b7d fix warning in ms-edit.php
git-svn-id: https://develop.svn.wordpress.org/trunk@14910 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 23:27:15 +00:00
Ryan Boren 779f739cca Help for links pages. Props jorbin. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14909 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 22:45:18 +00:00
Ryan Boren 6d50e25273 Media help. Props filosofo. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14908 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 22:38:29 +00:00
Ryan Boren 065c7382e4 Custom header fixes and rework. Props ocean90. fixes #13231
git-svn-id: https://develop.svn.wordpress.org/trunk@14907 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 22:05:51 +00:00
Ryan Boren 70bfb66d9d Help for edit-comments.php. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14906 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 21:59:42 +00:00
Ryan Boren 7ba92c31a4 Menu notice and stlying fixes. Props filosofo. fixes #12812
git-svn-id: https://develop.svn.wordpress.org/trunk@14905 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 21:44:34 +00:00
Andrew Nacin 1bedd5e11a Generalize some strings. Also tidy the discussions meta box, which will stay as "page" as that is referring to the HTML page, not post/page/book etc. see #13539
git-svn-id: https://develop.svn.wordpress.org/trunk@14904 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 19:47:22 +00:00
Andrew Nacin 855bc34ad9 Remove unused/duplicated/undocumented post type object label. see #13539
git-svn-id: https://develop.svn.wordpress.org/trunk@14903 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 19:25:27 +00:00
Andrew Nacin ad59625e7f Fix typo. props rovo89, fixes #13494.
git-svn-id: https://develop.svn.wordpress.org/trunk@14902 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 18:59:20 +00:00
Andrew Nacin 7efaa581d3 Use a post type object label for edit_post_link's title attribute. props sc0ttkclark.
git-svn-id: https://develop.svn.wordpress.org/trunk@14901 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 18:55:51 +00:00
Ryan Boren b18836e3f9 Back compat menu classes. see #12812 #13379
git-svn-id: https://develop.svn.wordpress.org/trunk@14900 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 18:54:42 +00:00