Commit Graph

12245 Commits

Author SHA1 Message Date
Ryan Boren e92f08f0dd Reapply stomped part of [13364]. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13367 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 08:10:27 +00:00
Ryan Boren d357c80caf Reorg nav menu files. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13366 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 08:06:36 +00:00
Mark Jaquith 537dc90ea6 Increment the menu ID so the first menu works. props junsuijin. fixes #12339
git-svn-id: https://develop.svn.wordpress.org/trunk@13365 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 07:58:14 +00:00
Mark Jaquith a9b221bb6e Clean up the JS/no-JS CSS. Fix up the no-JS message. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13364 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 07:52:48 +00:00
Andrew Nacin e6b37271cd Coil the kses entities whitelist. See #12284
git-svn-id: https://develop.svn.wordpress.org/trunk@13363 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 07:33:14 +00:00
Ryan Boren 2d86f12b6f Return menu object from wp_create_nav_menu(). Fix trailing separator in menu list. Disable menu delete because it deletes the current menu when a new menu is added. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13362 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 06:41:35 +00:00
Ryan Boren f6e79cc66c s/custom_nav()/wp_nav_menu()/. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13361 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 06:18:13 +00:00
Ryan Boren cc931001f4 Allow inline saves for non-public custom post types. Props jfarthing84. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13360 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 05:45:38 +00:00
Ryan Boren 03b3692832 Fix trash/untrash/delete links for custom post types. Props jfarthing84. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13359 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 05:43:41 +00:00
Ryan Boren 096ea9990a Whitelist entities. Props miqrogroove. see #12284
git-svn-id: https://develop.svn.wordpress.org/trunk@13358 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 05:37:20 +00:00
Ryan Boren ab58e705b9 Don't quote escaped strings. Props dd32. see #11608
git-svn-id: https://develop.svn.wordpress.org/trunk@13357 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 05:30:34 +00:00
Andrew Nacin 1c9ff8788f Show "Log In" button on install.php when already installed. fixes #10488 props dancole
git-svn-id: https://develop.svn.wordpress.org/trunk@13356 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 01:58:27 +00:00
Ron Rennick 105e0a4baf move menu selection to a top nav links, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13355 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 01:44:16 +00:00
Ron Rennick 7623fc24ac dont show items when menu empty, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13354 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 00:37:15 +00:00
Andrew Nacin fb4b78214b Don't use private wpdb vars. See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13353 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 00:18:18 +00:00
Ron Rennick 2049f77977 add menu delete & other custom menu cleanup, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13352 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 23:53:08 +00:00
Andrew Nacin 1b3f29f056 Proper RTL + .dev.css support, first pass. See #12292
git-svn-id: https://develop.svn.wordpress.org/trunk@13351 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 23:46:07 +00:00
Andrew Nacin ef2c401876 Add .type-{post_type} to post_class. fixes #11609
git-svn-id: https://develop.svn.wordpress.org/trunk@13350 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 23:32:17 +00:00
Andrew Nacin 4f3ffedba8 Support Ogg audio and video file extensions. Fixes #11519 props niallkennedy
git-svn-id: https://develop.svn.wordpress.org/trunk@13349 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 23:26:30 +00:00
Ron Rennick 79d6e6993d fix custom menu hierarchy support in admin, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13348 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 23:13:54 +00:00
Andrew Nacin d37de180e1 Validate $object_id in *_metadata() functions. Props scribu fixes #11841
git-svn-id: https://develop.svn.wordpress.org/trunk@13347 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 22:42:54 +00:00
Andrew Nacin b9b5480c8e RTL fixes. fixes #12347 props yoavf
git-svn-id: https://develop.svn.wordpress.org/trunk@13346 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 22:35:07 +00:00
Ryan Boren 54ff8bf47c Fix php open tag. Props TobiasBg. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13345 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 22:07:33 +00:00
Ryan Boren a4b48f6d6a Some nav menu API. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13344 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 22:06:21 +00:00
Andrew Nacin 0c2fa545cd More wpdb cleanups, docs. see #11644 props hakre
git-svn-id: https://develop.svn.wordpress.org/trunk@13343 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 22:04:29 +00:00
Ryan Boren 47d6a81f35 Cleanups. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13342 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 20:48:50 +00:00
Andrew Nacin 19db2cc569 Fall back to $wpdb::blogid, not main blog id, in wpdb->tables(). See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13341 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 20:38:41 +00:00
Ryan Boren 7fa4c485bf Use 'Menus'. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13340 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 20:38:27 +00:00
Ryan Boren 33bd0dd935 Drop 'Custom' from menu names. Use 'Menus' instead of Navigation. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13339 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 20:28:52 +00:00
Ryan Boren 729d27f290 More output consolidation. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13338 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 20:22:56 +00:00
Andrew Nacin 4bad9d635f Ensure we have MS global tables defined during network install. See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13337 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 19:58:53 +00:00
Ryan Boren 1aec1c4178 More output consolidation. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13336 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 19:28:41 +00:00
Matt Thomas 249203d869 Tag editor-style support, adjust site-info font size in twentyten. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13335 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 19:08:46 +00:00
Ryan Boren 7976d36ca2 More output consolidation. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13334 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 18:45:59 +00:00
Matt Thomas 30eafc7ecd Move headers to images directory, remove old header in twentyten. See #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13333 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 18:23:26 +00:00
Ryan Boren e26a78918d Start consolidatinh menu item outupt into output_menu_item(). DRY. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13332 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 18:17:51 +00:00
Ryan Boren e498956867 Nav cleanup. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13331 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 17:13:24 +00:00
Andrew Nacin 2e11ad2c3c Introduce unload_textdomain() and add plugin_locale and theme_locale filters to load_*_textdomain() functions. Fixes #9686 props nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@13330 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 11:14:35 +00:00
Andrew Nacin af187b2759 Switch over to *_user_meta() syntax. The old get_usermeta() would return a string when only one value was found, get_user_meta() requires $single = true. Fixes #10837
git-svn-id: https://develop.svn.wordpress.org/trunk@13329 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 10:42:40 +00:00
Andrew Nacin 11489bbd41 Don't show two ellipses in wp_widget_rss_output(). Fixes #11244 props miqrogroove
git-svn-id: https://develop.svn.wordpress.org/trunk@13328 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 10:30:21 +00:00
Andrew Nacin 59701fcaec Use sprintf() in hard-coded string. Use same comment and error code as other identical message. See #11644 props hakre
git-svn-id: https://develop.svn.wordpress.org/trunk@13327 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 09:44:27 +00:00
Andrew Nacin 2a86f138e8 Ensure we're back compat with return values and actions in deprecated *_usermeta() family. See #10837
git-svn-id: https://develop.svn.wordpress.org/trunk@13326 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 09:15:47 +00:00
Andrew Nacin c4449c4cb2 Change inline docs to reflect [13324]
git-svn-id: https://develop.svn.wordpress.org/trunk@13325 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 09:08:50 +00:00
Andrew Nacin 8282ad9bfa Improvements and fixes to wpdb::tables(). See #12083 see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13324 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 09:06:50 +00:00
Dion Hulse e3cd873481 Restore [13194] which was accidentally overwritten in [13315]. See #12256
git-svn-id: https://develop.svn.wordpress.org/trunk@13323 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 07:10:47 +00:00
Ron Rennick 7915dbb80a add function for deleting individual menus, see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13322 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 03:19:30 +00:00
Ron Rennick 2e25b92eb2 fix debug notice in wp_set_object_terms(), props jeremyclarke, fixes #12344
git-svn-id: https://develop.svn.wordpress.org/trunk@13321 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 02:37:19 +00:00
Matt Thomas 3493c7a2eb New screenshot for twentyten, see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13320 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 02:23:53 +00:00
Ryan Boren fd1587c61f Add a selection of headers to twentyten. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13319 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 01:46:25 +00:00
Ryan Boren b2471216cd Revert [13187] pending further debate. see #12267
git-svn-id: https://develop.svn.wordpress.org/trunk@13318 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 01:13:37 +00:00