Commit Graph

  • f62e8796d9 Clean up redundant defined() check. Props TobiasBg fixes #12375 Andrew Nacin 2010-02-26 00:37:20 +00:00
  • c02cd1ebc8 always call set_blog_id after blog lookup, See #11644 Ron Rennick 2010-02-26 00:05:11 +00:00
  • a85f6a4122 Just pass the comment object to get_avatar in floated_admin_avatar rather than duplicating logic. Fixes #12291 props Otto42. Peter Westwood 2010-02-25 22:19:03 +00:00
  • 4b53dbcf81 move super admin list maintenance from ms-options to ms-users, See #11644 Ron Rennick 2010-02-25 22:11:54 +00:00
  • 38b009d86c Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381. Peter Westwood 2010-02-25 22:06:10 +00:00
  • 61ffa682c1 Note theme support for custom background, header, and menus. see #11817 Ryan Boren 2010-02-25 22:04:59 +00:00
  • 9ad6dd41c7 Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381. Peter Westwood 2010-02-25 22:01:30 +00:00
  • 3e8d636d4d Allow themes to specify a menu fllback other than wp_page_menu(). see #11817 Ryan Boren 2010-02-25 22:00:26 +00:00
  • d25e3fdf2c '>" Peter Westwood 2010-02-25 21:57:38 +00:00
  • fd0925a920 Disable update service editing by default for multisite. See #12229. Introduce __return_false for simple filtering. See #12381. Peter Westwood 2010-02-25 21:56:28 +00:00
  • 0ecd82b142 Switch to using a filter for {en|dis}abling update services configuration. Fixes #12229. See #12381. Peter Westwood 2010-02-25 21:48:11 +00:00
  • cf9c66c4a5 Switch live() binding to a single selector. Props mdawaffe. fixes #12369 Ryan Boren 2010-02-25 21:46:53 +00:00
  • ab099ded21 Switch live() binding to a single selector. Props mdawaffe. fixes #12369 Ryan Boren 2010-02-25 21:46:04 +00:00
  • 81e711cf87 Introduce send_nosniff_header() and use it to turn off content sniffing in supported browsers. Fixes #10671 props chrisscott and niallkennedy. Peter Westwood 2010-02-25 21:41:33 +00:00
  • fcd36216e0 Return a 404 error if the request feed type doesn't exist not a 500. Fixes #12341 props aaroncampbell. Peter Westwood 2010-02-25 21:16:07 +00:00
  • 2cc6791fe7 Order menus by ID so that the lowest ID is always used when guessing which menu to use in wp_nav_menu(). see #11817 Ryan Boren 2010-02-25 21:13:13 +00:00
  • 60cb61e54f Create a default menu containing the first 15 top-level pages. see #11817 Ryan Boren 2010-02-25 21:06:44 +00:00
  • 4d3733bef0 Pass taxonomy when looking for duplicate term slug. Ryan Boren 2010-02-25 21:04:02 +00:00
  • e4b8919c31 Default header selector, second pass. see #12343 Ryan Boren 2010-02-25 19:32:10 +00:00
  • 4ee18ae484 Default header selector, first pass. see #12343 Ryan Boren 2010-02-25 19:18:44 +00:00
  • 899906649c move nav menu css/js to nav-menu prefix, See #11817 Ron Rennick 2010-02-25 17:10:00 +00:00
  • 0489d40810 s/Custom Menu/Menu/. see #11817 Ryan Boren 2010-02-25 16:57:57 +00:00
  • 22584331dc Set meta after new menu is inserted. see #11817 Ryan Boren 2010-02-25 16:49:57 +00:00
  • 1fa94a6e1e Restore backwards compatibility in automatic_feed_links() to deregister the extra feeds. Props Viper007Bond. See #12364 Dion Hulse 2010-02-25 11:09:34 +00:00
  • 49dce31f70 Deprecate automatic_feed_links() in favor of add_theme_support('automatic-feed-links'). Props Viper007Bond. Fixes #12364 Dion Hulse 2010-02-25 08:56:19 +00:00
  • 618803a53e Use custom fields for custom URL and new window data. Links no longer automatically open in a new window. see #11817 Mark Jaquith 2010-02-25 08:48:17 +00:00
  • 922e3e828f Prefer $comment::comment_post_ID over $post global. Fixes #12217 Dion Hulse 2010-02-25 07:56:25 +00:00
  • 212cd616cb Nav Menu enhancements. Whole item is clickable to add. Refactored CSS. Scrollbar when more than 7 menu items. props ptahdunbar. see #11817 Mark Jaquith 2010-02-25 05:40:03 +00:00
  • abf402ef3a minify custom-navigation.css, See #11817 Ron Rennick 2010-02-25 00:37:44 +00:00
  • ac1a18b052 Use standard WP UI markup in menu admin, props ptahdunbar, See #11817 Ron Rennick 2010-02-25 00:03:42 +00:00
  • ea97476b5c Warnings, code & UI/UX cleanup, See #11644 Ron Rennick 2010-02-24 23:12:51 +00:00
  • ea659db305 Bump script version Mark Jaquith 2010-02-24 22:54:00 +00:00
  • 2df7d2f4e7 Hide URL editing UI for page and category menu items. TODO: eliminate all usage of guid. Use custom field instead. see #11817 Mark Jaquith 2010-02-24 22:52:29 +00:00
  • 6d3878f6b7 only show tags in inline-edit for post_types that support them. Props prettyboymp. see #9674 Ryan Boren 2010-02-24 22:13:23 +00:00
  • c5ed3410f1 Formatting cleanups for the nav menu widget. see #11817 Ryan Boren 2010-02-24 21:33:27 +00:00
  • fcabf2c9df database code cleanup, See #12362 Ron Rennick 2010-02-24 21:30:13 +00:00
  • b2e6817220 update wpdb blogid using setter, See #12362 Ron Rennick 2010-02-24 21:07:23 +00:00
  • 69021b5fc4 Hash to static gravatar domains. Props apokalyptik. Ryan Boren 2010-02-24 20:50:40 +00:00
  • 166f9bed44 more multisite UX rebranding, See #11644 Ron Rennick 2010-02-24 20:45:02 +00:00
  • 123678af50 Add missing form ending tag. Props ocean90. see #11817 Mark Jaquith 2010-02-24 20:14:12 +00:00
  • c9dfb91763 Spelling and grammar fun. Fixes #11875 props cnorris23 Andrew Nacin 2010-02-24 20:13:23 +00:00
  • 1b01dd4ecd Some XSS escaping love for nav menus. see #11817 Mark Jaquith 2010-02-24 20:10:12 +00:00
  • d7adf00e0e s/existant/existent/ Andrew Nacin 2010-02-24 20:01:37 +00:00
  • 85b1895890 more multisite UX rebranding, See #11644 Ron Rennick 2010-02-24 19:56:10 +00:00
  • 01566773be Rename nav menu widget. see #11817 Ryan Boren 2010-02-24 19:25:13 +00:00
  • 66b081abd2 Remove author tags. fixes #12366 Ryan Boren 2010-02-24 19:07:21 +00:00
  • 686c7fa0e4 More wpdb cleanups, see #12362 Andrew Nacin 2010-02-24 18:58:52 +00:00
  • e52fa727be Nav menu cleanups. Props nbachiyski. see #11817 Ryan Boren 2010-02-24 18:52:54 +00:00
  • 83e6b0d16a allow update services in multisite, props ocean90, fixes #12229 Ron Rennick 2010-02-24 17:31:42 +00:00
  • af9671d7c5 Add missing </small> tag. see #11891 fixes #12321 props ocean90 Andrew Nacin 2010-02-24 16:45:33 +00:00
  • 56862a5741 Fix menu selection CSS, menu selection alignment, right meta boxes alignment. Disable alert fading for custom menu admin. see #11817 Mark Jaquith 2010-02-24 10:37:00 +00:00
  • 2586813ba9 Use esc_js() so pages with quotes can be added to custom menu. see #11817 Mark Jaquith 2010-02-24 10:20:45 +00:00
  • cee605ea34 Fix menu links. see #11817 Mark Jaquith 2010-02-24 10:11:49 +00:00
  • 0c7e56f2e2 Remove Resetting, remove Enabling, enable deletion, etc. see #11817 Mark Jaquith 2010-02-24 09:43:09 +00:00
  • ed332ce2bd Fallback to wp_page_menu() from wp_nav_menu() if no menus are setup. Use wp_nav_menu() in twentyten. see #11817 Ryan Boren 2010-02-24 08:45:26 +00:00
  • e92f08f0dd Reapply stomped part of [13364]. see #11817 Ryan Boren 2010-02-24 08:10:27 +00:00
  • d357c80caf Reorg nav menu files. see #11817 Ryan Boren 2010-02-24 08:06:36 +00:00
  • 537dc90ea6 Increment the menu ID so the first menu works. props junsuijin. fixes #12339 Mark Jaquith 2010-02-24 07:58:14 +00:00
  • a9b221bb6e Clean up the JS/no-JS CSS. Fix up the no-JS message. see #11817 Mark Jaquith 2010-02-24 07:52:48 +00:00
  • e6b37271cd Coil the kses entities whitelist. See #12284 Andrew Nacin 2010-02-24 07:33:14 +00:00
  • 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 Ryan Boren 2010-02-24 06:41:35 +00:00
  • f6e79cc66c s/custom_nav()/wp_nav_menu()/. see #11817 Ryan Boren 2010-02-24 06:18:13 +00:00
  • cc931001f4 Allow inline saves for non-public custom post types. Props jfarthing84. see #9674 Ryan Boren 2010-02-24 05:45:38 +00:00
  • 03b3692832 Fix trash/untrash/delete links for custom post types. Props jfarthing84. see #9674 Ryan Boren 2010-02-24 05:43:41 +00:00
  • 096ea9990a Whitelist entities. Props miqrogroove. see #12284 Ryan Boren 2010-02-24 05:37:20 +00:00
  • ab58e705b9 Don't quote escaped strings. Props dd32. see #11608 Ryan Boren 2010-02-24 05:30:34 +00:00
  • 1c9ff8788f Show "Log In" button on install.php when already installed. fixes #10488 props dancole Andrew Nacin 2010-02-24 01:58:27 +00:00
  • 105e0a4baf move menu selection to a top nav links, See #11817 Ron Rennick 2010-02-24 01:44:16 +00:00
  • 7623fc24ac dont show items when menu empty, See #11817 Ron Rennick 2010-02-24 00:37:15 +00:00
  • fb4b78214b Don't use private wpdb vars. See #11644 Andrew Nacin 2010-02-24 00:18:18 +00:00
  • 2049f77977 add menu delete & other custom menu cleanup, See #11817 Ron Rennick 2010-02-23 23:53:08 +00:00
  • 1b3f29f056 Proper RTL + .dev.css support, first pass. See #12292 Andrew Nacin 2010-02-23 23:46:07 +00:00
  • ef2c401876 Add .type-{post_type} to post_class. fixes #11609 Andrew Nacin 2010-02-23 23:32:17 +00:00
  • 4f3ffedba8 Support Ogg audio and video file extensions. Fixes #11519 props niallkennedy Andrew Nacin 2010-02-23 23:26:30 +00:00
  • 79d6e6993d fix custom menu hierarchy support in admin, See #11817 Ron Rennick 2010-02-23 23:13:54 +00:00
  • d37de180e1 Validate $object_id in *_metadata() functions. Props scribu fixes #11841 Andrew Nacin 2010-02-23 22:42:54 +00:00
  • b9b5480c8e RTL fixes. fixes #12347 props yoavf Andrew Nacin 2010-02-23 22:35:07 +00:00
  • 54ff8bf47c Fix php open tag. Props TobiasBg. see #11817 Ryan Boren 2010-02-23 22:07:33 +00:00
  • a4b48f6d6a Some nav menu API. see #11817 Ryan Boren 2010-02-23 22:06:21 +00:00
  • 0c2fa545cd More wpdb cleanups, docs. see #11644 props hakre Andrew Nacin 2010-02-23 22:04:29 +00:00
  • 47d6a81f35 Cleanups. see #11817 Ryan Boren 2010-02-23 20:48:50 +00:00
  • 19db2cc569 Fall back to $wpdb::blogid, not main blog id, in wpdb->tables(). See #11644 Andrew Nacin 2010-02-23 20:38:41 +00:00
  • 7fa4c485bf Use 'Menus'. see #11817 Ryan Boren 2010-02-23 20:38:27 +00:00
  • 33bd0dd935 Drop 'Custom' from menu names. Use 'Menus' instead of Navigation. see #11817 Ryan Boren 2010-02-23 20:28:52 +00:00
  • 729d27f290 More output consolidation. see #11817 Ryan Boren 2010-02-23 20:22:56 +00:00
  • 4bad9d635f Ensure we have MS global tables defined during network install. See #11644 Andrew Nacin 2010-02-23 19:58:53 +00:00
  • 1aec1c4178 More output consolidation. see #11817 Ryan Boren 2010-02-23 19:28:41 +00:00
  • 249203d869 Tag editor-style support, adjust site-info font size in twentyten. See #9015 Matt Thomas 2010-02-23 19:08:46 +00:00
  • 7976d36ca2 More output consolidation. see #11817 Ryan Boren 2010-02-23 18:45:59 +00:00
  • 30eafc7ecd Move headers to images directory, remove old header in twentyten. See #12343 Matt Thomas 2010-02-23 18:23:26 +00:00
  • e26a78918d Start consolidatinh menu item outupt into output_menu_item(). DRY. see #11817 Ryan Boren 2010-02-23 18:17:51 +00:00
  • e498956867 Nav cleanup. see #11817 Ryan Boren 2010-02-23 17:13:24 +00:00
  • 2e11ad2c3c Introduce unload_textdomain() and add plugin_locale and theme_locale filters to load_*_textdomain() functions. Fixes #9686 props nbachiyski Andrew Nacin 2010-02-23 11:14:35 +00:00
  • 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 Andrew Nacin 2010-02-23 10:42:40 +00:00
  • 11489bbd41 Don't show two ellipses in wp_widget_rss_output(). Fixes #11244 props miqrogroove Andrew Nacin 2010-02-23 10:30:21 +00:00
  • 59701fcaec Use sprintf() in hard-coded string. Use same comment and error code as other identical message. See #11644 props hakre Andrew Nacin 2010-02-23 09:44:27 +00:00
  • 2a86f138e8 Ensure we're back compat with return values and actions in deprecated *_usermeta() family. See #10837 Andrew Nacin 2010-02-23 09:15:47 +00:00
  • c4449c4cb2 Change inline docs to reflect [13324] Andrew Nacin 2010-02-23 09:08:50 +00:00
  • 8282ad9bfa Improvements and fixes to wpdb::tables(). See #12083 see #11644 Andrew Nacin 2010-02-23 09:06:50 +00:00
  • e3cd873481 Restore [13194] which was accidentally overwritten in [13315]. See #12256 Dion Hulse 2010-02-23 07:10:47 +00:00