Commit Graph

  • 3d69d47f63 Ligten header and footer for gray color scheme. Props johnonolan. see #12586 Ryan Boren 2010-03-26 17:09:53 +00:00
  • 07c30fb4e9 Syndication feeds show the (#) most recent 'items', not posts, as it applies to comments as well. See #12556, see #7092 Andrew Nacin 2010-03-26 14:17:19 +00:00
  • e721260a3b WP_I18N_* for .maintenance strings. fixes #12485 Andrew Nacin 2010-03-26 14:06:12 +00:00
  • 84ba6e473e Correct inline docs and parameter names for get_objects_in_term() to reflect that it uses term ids, not term slugs. fixes #11835 Andrew Nacin 2010-03-26 14:00:17 +00:00
  • a258c8ec2b Use a generic string instead of "Your username" in user-edit.php to account for non-profile edits. props caesarsgrunt, fixes #11353 Andrew Nacin 2010-03-26 13:56:10 +00:00
  • 28f8063d1f Introduce get_index_template(). Allows child themes to override a parent theme's index.php. Props koopersmith, fixes #12635 Andrew Nacin 2010-03-26 13:52:43 +00:00
  • 645f20b3fa Replace query strings with arras in Twenty Ten, see #12698. Props demetris. Matt Thomas 2010-03-26 05:37:55 +00:00
  • 48c90e9f13 Initialize _wp_page_template for the first page in wp_install_defaults(). fixes #12653, a Webkit/jQuery bug in Quick Edit (see ticket) Andrew Nacin 2010-03-26 04:42:08 +00:00
  • a28f0f27cf Switch to get_template_part Fixes #12371. Try on some narrative comments for size see #12695. Peter Westwood 2010-03-25 22:04:27 +00:00
  • 8003673862 Rename get_specific_template as get_template_part so as to make it clearer as to the point of the function. See #12371 Peter Westwood 2010-03-25 22:02:45 +00:00
  • 0286b0f2e5 Add scheme argument to admin_url() and get_admin_url() to allow forcing a particular scheme. Ryan Boren 2010-03-25 22:00:36 +00:00
  • 450110f9f2 Don't return WP_Error from term_description(). Props filosofo. fixes #12707 Ryan Boren 2010-03-25 17:28:16 +00:00
  • cab7d51114 Set some $_SERVER values to empty strings if missing. Fixes notices if WordPress is run from the command-line and is far more pleasant than using isset() all over the place. Nikolay Bachiyski 2010-03-25 15:33:35 +00:00
  • 3d67dd8d50 Use actual hostname instead of example.com in subdirectory/subdomain examples. fixes #12679, props johnbillion. Andrew Nacin 2010-03-25 02:49:23 +00:00
  • eeb49f6bef Enable nav menu admin if theme supports widgets. Show notice if theme supports widgets but not nav-menus. see #11817 Ryan Boren 2010-03-24 18:35:31 +00:00
  • adb0bd1ff3 Use set_time_limit(0) in import/mt.php. see #12595 Andrew Nacin 2010-03-23 19:20:03 +00:00
  • 5bcb23827d Move send_nosniff_header() into wp-includes so it can be used in wp-ajax.php. props sivel, fixes #12683 Andrew Nacin 2010-03-23 19:13:58 +00:00
  • e5f55c5b3d Deprecate add_option_update_handler() and remove_option_update_handler() in favor of register_setting() and unregister_setting(). #11730 Andrew Nacin 2010-03-22 23:03:31 +00:00
  • 0ac5c26d2d Prevent the nav menu walker from walking in circles. Don't allow an object from being a child of itself; if the functionality is desired, a workaround would be custom links. see #11817, see #12566. (Script loader bump for r13802, r13803). props ptahdunbar for the commits. Andrew Nacin 2010-03-22 22:33:12 +00:00
  • 945699faff Prevent the nav menu walker from walking in circles. Don't allow an object from being a child of itself; if the functionality is desired, a workaround would be custom links. see #11817, see #12566 Andrew Nacin 2010-03-22 22:26:27 +00:00
  • 94ec7ba0eb Various bug fixes and improvements to menu management. props ptahdunbar, see #11817. Andrew Nacin 2010-03-22 19:56:16 +00:00
  • d53d09ca48 Fix notice without breaking comment notifications. See r13150, see #11830 Andrew Nacin 2010-03-22 16:06:55 +00:00
  • 476fcfe595 Check cap before showing comments from private posts in recent comments dashboard widget. fixes #9144. Andrew Nacin 2010-03-22 14:01:43 +00:00
  • 2e11ca383a Better cross-browser support for Custom Background image alignment preview. Props eddieringle. See #12186 Dion Hulse 2010-03-22 07:14:14 +00:00
  • 1b219fcd7a Add some defensive checks to Canonical redirection of %category% to ensure notices are not thrown. Props jfarthing84 for pointing out possibility. See #11907 Dion Hulse 2010-03-22 07:05:50 +00:00
  • 7fcffb8d12 Wrap transtable strings used in Network install in WP_I18N_SOMETHING, because translations still aren't loaded. Fixes #12357 Nikolay Bachiyski 2010-03-22 06:51:49 +00:00
  • eea330b58c More ms-options cleanup. Add label elements, and transition to checkboxes from radios where we can. Also fix notice in global_terms_enabled post handling. Andrew Nacin 2010-03-22 06:02:04 +00:00
  • 30a7c8d8b6 More cleanup of ms-options.php. Allow textarea.large-text class to be applied to inputs as well. Andrew Nacin 2010-03-22 04:19:10 +00:00
  • fb28554cf0 Move the MS option for upload limit inline w/ the enabling/disabling of the upload limit. Andrew Nacin 2010-03-22 03:48:01 +00:00
  • 747fd91e0a Fix typo in inline docs for register_post_type(). fixes #12664 props sillybean. Andrew Nacin 2010-03-22 03:11:15 +00:00
  • f5262bb86e Fix the MS admin notice feed. Andrew Nacin 2010-03-22 02:23:45 +00:00
  • 450fa7374f Restore a missing moderate_comments cap check in Right Now dashboard widget. see #12202 Andrew Nacin 2010-03-22 01:31:18 +00:00
  • ff1ec0a955 Add @since to Custom Header functions Dion Hulse 2010-03-21 11:02:05 +00:00
  • 752e02538a Move unregistered check to proper branch of code. prevents options.php panel from throwing errors. see #11730 Andrew Nacin 2010-03-21 07:38:10 +00:00
  • 3ca4e60665 Cleanup of Custom Background. Move JS to external file, Add @since, Remove redundant steps functionality, Preview of Image alignment. See #12186 Dion Hulse 2010-03-21 06:06:18 +00:00
  • af3144f092 When viewing a Parent term in a hierarchical taxonomy, display objects contained within children too. Props scribu. Fixes #12533 Dion Hulse 2010-03-21 02:52:00 +00:00
  • 6f62362b96 Use correct cap checks and nonces for custom post_type's Dion Hulse 2010-03-21 02:29:11 +00:00
  • ef46c26f1b Simplify the deprecated notice for unregistered settings. fixes #11730 Andrew Nacin 2010-03-21 01:49:00 +00:00
  • f24da9abad Fix WP_User::remove_role(). See #10285 Dion Hulse 2010-03-21 01:36:54 +00:00
  • cf430f20d0 Do not display empty Appearance menu for subscribers. Need to use Menu API after the _admin_menu hook has fired. Dion Hulse 2010-03-21 01:01:45 +00:00
  • 1559240917 Some improvements to the network.php mod_rewrite checks. see #12255 Andrew Nacin 2010-03-20 22:44:07 +00:00
  • 691bd47301 Only allow %category% to be a valid category attached to the current post when using %category% in a permalink structure. Fixes #11807 Dion Hulse 2010-03-20 06:27:27 +00:00
  • 9e75e9944d Update Canonical paging to reconise /page(\d+)/? as a valid paging path. See #8948 Dion Hulse 2010-03-20 03:22:08 +00:00
  • 9b70561913 Fix Quick edit for non-page Hierarchical post_types. See #12643 Dion Hulse 2010-03-20 03:05:25 +00:00
  • f9660db25a Add parent selection support for custom post_types to the Page Attributes metabox. See #12643 Dion Hulse 2010-03-20 02:46:31 +00:00
  • 1cf092565c Tabs are better than spaces. Whitespace cleanup. Dion Hulse 2010-03-20 02:39:58 +00:00
  • 724fc1b7e5 Fix notice in Page Templates when a Template is not set for the current page. Dion Hulse 2010-03-20 02:37:16 +00:00
  • f5795be7af Add additional columns to the Posts Comments view. Props arena. Fixes #11231 Dion Hulse 2010-03-20 02:35:17 +00:00
  • 6be1550e75 Add hierarchical support for custom post_types in Rewrite Rules & Querying. See #12643 Dion Hulse 2010-03-20 02:23:52 +00:00
  • 513dc9d474 Allow for a custom Endpoint Mask to be passed to add_endpoint(). Allows for endpoints to be targeted to specific rewrite rules. Allow custom post_types to specify their Endpoint mask. Allows for post_type's rewrite rules to inherit Post endpoints, or alternatively, allows for add_endpoint() to target specific post_types. Fixes #12605 Dion Hulse 2010-03-20 02:05:32 +00:00
  • 60d2b654ac Fix unset notice on Revisions page for custom post_types. Use $post object instead of relying on a Global Dion Hulse 2010-03-20 01:10:01 +00:00
  • 26db844b28 MS admin string improvements. fixes #12436, props mrmist. Andrew Nacin 2010-03-19 22:09:34 +00:00
  • dd306def81 Remove redundant isset() and empty() checks. Andrew Nacin 2010-03-19 21:29:21 +00:00
  • ddc506f01c Remove unnecessary ternary operators such as (expr) ? true : false. Andrew Nacin 2010-03-19 21:15:00 +00:00
  • 2bcc218df8 add NONCE_SALT to secret_salt_warning(), see #11764 Ron Rennick 2010-03-19 20:48:59 +00:00
  • 37cfd7d0c6 Update search engines blocked text so that we do not imply that the blog is actually private. Mark Jaquith 2010-03-19 14:40:50 +00:00
  • ef886dfdfe Add min-height and a black border to the Background Image preview. Min-height to allow for no image present, black border to show preview area when no image or colour is available. See #12186 Dion Hulse 2010-03-19 09:37:36 +00:00
  • 2a77254f33 Show Background preview and options when no Image is uploaded. Display "Updated" div upon updates. Fix Colour Picker not loading after uploading a background image. See #12186 Dion Hulse 2010-03-19 09:33:29 +00:00
  • 06c835eba5 Add instant background-color feedback to Custom Backgrounds. Add input validation to user-entered colour data. See #12186 Dion Hulse 2010-03-19 09:10:37 +00:00
  • 12c0c3d475 Highlight correct submenu for Theme Installs. Fix PHP Notice for unset object properties (requires among others may not be set). Dion Hulse 2010-03-19 08:03:52 +00:00
  • 13facc3c4c Clear cache of current theme name, if the theme name no longer exists. Fixes failures when an an active theme is renamed in its stylesheet. fixes #12428 Andrew Nacin 2010-03-19 03:09:02 +00:00
  • 997913449c Restore accidental removal of get_usernumposts(). This function is now deprecated in favor of count_user_posts() for naming consistency. fixes #12642 props Viper007Bond. Andrew Nacin 2010-03-19 01:11:21 +00:00
  • fa5bab87cd force users to re-login after installing network, see #12142 Ron Rennick 2010-03-18 23:35:04 +00:00
  • c44cd2b999 Correct a copy-paste error in wp_manage_posts_columns(). Andrew Nacin 2010-03-18 22:34:58 +00:00
  • f93010c7ff Make use of apply_filters_ref_array() when running the query. Fixes #9886 props scribu. Peter Westwood 2010-03-18 21:55:25 +00:00
  • 13073782f9 Add delimiter to tag listing on twentyten/single.php. see #9015 Andrew Nacin 2010-03-18 21:45:08 +00:00
  • 8d9aac849f Introduce apply_filters_ref_array(). See #9886 props scribu. Peter Westwood 2010-03-18 21:24:07 +00:00
  • 61b6e5ae20 s/blog/site/. props ocean90. Andrew Nacin 2010-03-18 20:50:00 +00:00
  • 21c4e3e30e Account for old type=link (now taxonomy=link_category) in wp_dropdown_categories(). Don't use the deprecated argument in options-writing. Sprinkle in some deprecated warnings. fixes #12630 Andrew Nacin 2010-03-18 20:17:15 +00:00
  • 39547dbeb9 Check in the script version bump for [13752] Andrew Nacin 2010-03-18 19:25:55 +00:00
  • 9fda6867f6 Remove top margin from custom background's page header. Andrew Nacin 2010-03-18 19:17:12 +00:00
  • 8aac1fc447 Use h3 (not h2) to break up sections on custom header/bg screens. Move div.updated message to right after the h2, as JS will move it there anyway. Andrew Nacin 2010-03-18 19:06:57 +00:00
  • 12ac793e78 Change "Blog" to "Site" in the Settings panels. Andrew Nacin 2010-03-18 17:46:25 +00:00
  • fa0be92d46 Add deprecated notices for Options > Misc settings registrations. see #12437 Andrew Nacin 2010-03-18 17:32:27 +00:00
  • 263bce7e66 Coding standards: When vertically aligning for readability, use spaces (not tabs). see #11817 Andrew Nacin 2010-03-18 17:07:05 +00:00
  • 0c9dd7b5f3 Clean up OPML link export script. Dion Hulse 2010-03-18 08:39:01 +00:00
  • 74758b574f Remove reminents of 'misc' from whitelist options too. See [13745] See #12437 Dion Hulse 2010-03-18 07:58:53 +00:00
  • 17d50834af Remove Options -> Misc entirely as core as there are no longer options left there. Plugin registered options will be redirected to the General settings page. Fixes #12437 Dion Hulse 2010-03-18 07:50:43 +00:00
  • 0b02d175c5 Remove the now defunct link update checker from core. Fixes #12437 Dion Hulse 2010-03-18 07:17:55 +00:00
  • 6eb9146145 Fix notice for when no menus are located. see #11817 Andrew Nacin 2010-03-17 21:34:24 +00:00
  • 2256bb9a70 Remove JS nav-menu functions that we no longer use. see #11817 Andrew Nacin 2010-03-17 20:44:59 +00:00
  • 23f3d3f190 nav_menu taxonomy should be _builtin. props sillybean. see #11817 Mark Jaquith 2010-03-17 20:03:02 +00:00
  • f9c0a28884 Bump nav-menu JS version Mark Jaquith 2010-03-17 20:01:31 +00:00
  • 1192ddf4f9 Nav Menus: blur/Focus behavior for Create Menu and Add Custom Links. Route "return" presses in each of those areas to proper button press. Better create/save logic on the PHP side. Mark Jaquith 2010-03-17 19:57:08 +00:00
  • fc7db66476 Fix notice in wp_nav_menu when the menu doesn't exist. Peter Westwood 2010-03-17 19:33:20 +00:00
  • e89d1c5dcb Introduce WP_DEFAULT_THEME Ryan Boren 2010-03-17 17:42:49 +00:00
  • f5ace6aec1 Use WP_FALLBACK_THEME when creating default stylesheet and template options. Ryan Boren 2010-03-17 17:39:38 +00:00
  • 5e588d11a8 WP importer fixes. Props briancolinger. fixes #12619 Ryan Boren 2010-03-17 16:56:10 +00:00
  • 499172e7c8 LJ importer tweaks. Props briancolinger. fixes #12620 Ryan Boren 2010-03-17 16:52:44 +00:00
  • e61755c853 Trim trailing whitespace Ryan Boren 2010-03-17 16:27:25 +00:00
  • a28e43fa7f Separate update/create menu logic so new menus have name created properly. see #11817 Mark Jaquith 2010-03-17 16:19:58 +00:00
  • a62734b401 Fix menu item type labels. see #11817 Ryan Boren 2010-03-17 16:18:41 +00:00
  • a333213a6f No need for three separate JS files if they are only ever enqueued together. see #11817 Mark Jaquith 2010-03-17 16:13:16 +00:00
  • 812419455c post_type edit_cap and edit_type_cap awareness for wp-admin/includes/post.php Dion Hulse 2010-03-17 12:35:48 +00:00
  • 86b4433321 Add missing child themes codex link. Props jorbin. Fixes #12621 Dion Hulse 2010-03-17 10:19:26 +00:00
  • 3c5e5e8679 Unlimited number of pages and custom links for nav-menu. Todo: AJAX-based autocomplete, so this scales better. see #11817 Mark Jaquith 2010-03-17 06:33:53 +00:00
  • 7b72877a6e Remove half-baked transient caching of nav-menu source results from [13704]. Todo: reimplement with proper cache invalidation. see #11817 Mark Jaquith 2010-03-17 06:10:47 +00:00
  • 8bca8131a6 More pedantry. "Setup" is not a verb. http://notaverb.com/setup Mark Jaquith 2010-03-17 04:39:50 +00:00
  • 6db5b5d145 Fix missing domain translation, see #9015. Props momo360modena. Matt Thomas 2010-03-16 23:11:30 +00:00
  • 2f56399c06 "setup" is not a verb. http://notaverb.com/setup Mark Jaquith 2010-03-16 22:56:38 +00:00