Commit Graph

  • a2e14c070b strip slashes, block arrays in ms-edit.php, fixes #11778 Ron Rennick 2010-02-13 17:49:38 +00:00
  • ad16d49cbb use cached data in ms-admin.php stats, props ddebernardy, fixes #11772 Ron Rennick 2010-02-13 17:10:50 +00:00
  • 1600c4610f Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel. Peter Westwood 2010-02-13 16:45:16 +00:00
  • c43fd055e8 Whitespace cleanup, TwentyTen <title> standardisation & gettext. See #9015 Dion Hulse 2010-02-13 13:35:03 +00:00
  • 093ef40c06 s/the_time()/get_the_date/ for dates. See #9015 Dion Hulse 2010-02-13 11:20:56 +00:00
  • f5c9054956 Always set $link_text. Dion Hulse 2010-02-13 11:12:47 +00:00
  • 04a1493757 Remove extra get_option() calls (the functions default to that), Use the Media API for attachment image HTML, Replace deprecated function use(1.2~2.9 deprecated). See #9015 Dion Hulse 2010-02-13 11:09:51 +00:00
  • 91bfbda120 Fix typos in inline docs for clean_url() and esc_url(). Andrew Nacin 2010-02-13 10:58:01 +00:00
  • a93c96ef98 Fix arg order in [13104] Andrew Nacin 2010-02-13 10:46:38 +00:00
  • d43ba9114b Don't use deprecated functions. see #11388 Andrew Nacin 2010-02-13 10:35:10 +00:00
  • 013ab6d764 Remove Direct SQL, Use new esc_html() function, Correct the case of the ID keys. See #9015 Dion Hulse 2010-02-13 09:59:16 +00:00
  • cedafb8a9b Add ?preview=true to edit post rows when draft|pending. Props MMN-o, fixes #11688 Andrew Nacin 2010-02-13 09:49:44 +00:00
  • 561cca07d5 Do not limit thumbnails by the content_width. props Viper007Bond. fixes #12146 Mark Jaquith 2010-02-13 09:40:04 +00:00
  • 9e25bff4a0 Some phpdoc for functions.php. Props miqrogroove, see #12215 Andrew Nacin 2010-02-13 08:59:04 +00:00
  • 4b66bf7c74 Introduce 'singular_label' for Post Types. Props scribu. See #12214 Dion Hulse 2010-02-13 08:56:38 +00:00
  • 8be6c296b1 Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086 Andrew Nacin 2010-02-13 08:49:27 +00:00
  • a5ad001b73 s/$original/$redirect/ in [13091]. Props miqrogroove. See #8948 Dion Hulse 2010-02-13 08:29:55 +00:00
  • 03695fa9ae Move deprecated pre-2.8 widget API to deprecated.php. Deprecate register_sidebar_widget, unregister_sidebar_widget, register_widget_control, unregister_widget_control, in favor of their wp_* counterparts. See #11388 Andrew Nacin 2010-02-13 07:55:28 +00:00
  • e139dea4d1 Deprecate old category admin template functions. Deprecate dropdown_categories(), dropdown_link_categories(), wp_dropdown_cats() in favor of wp_category_checklist, wp_link_category_checklist, wp_dropdown_categories. See #11388 Andrew Nacin 2010-02-13 07:42:02 +00:00
  • 0470fb90ea Deprecate old l10n and sanitization APIs. Deprecate __ngettext() for _n(), __ngettext_noop() for _n_noop(), translate_with_context() for _x(). Deprecate sanitize_url for esc_url_raw, js_escape for esc_js, wp_specialchars for esc_html, attribute_escape for esc_attr. See #11388 Andrew Nacin 2010-02-13 07:28:19 +00:00
  • 75705ed4c3 Correctly save checkbox-style MS options and display "No" checked value correctly. See #11644 Dion Hulse 2010-02-13 07:09:04 +00:00
  • 68039969c1 Banish User_level 10 use from Network Menu. Dion Hulse 2010-02-13 07:00:09 +00:00
  • 8e79d5c2ac Move deprecated functions to deprecated.php. Deprecate get_the_attachment_link() for wp_get_attachment_link(), get_attachment_icon_src() for wp_get_attachment_image_src(), get_attachment_icon() and get_attachment_innerHTML() for wp_get_attachment_image(), get_link() for get_bookmark(). Add missing deprecated version numbers. Add inline documentation to pluggable functions that are deprecated. See #11388 Andrew Nacin 2010-02-13 06:39:51 +00:00
  • dfb58c1866 Bump tags JS version. See #11838 Dion Hulse 2010-02-13 06:20:45 +00:00
  • 60de8ec26f Canonicalisation of the Taxonomy urls. Redirect /category/child/ to /category/parent/child/. Fix striping of slashes to use $redirect instead of $original. See #8948 Dion Hulse 2010-02-13 06:17:59 +00:00
  • 49f0af2f42 RTL fixes for new position of QuickPress ajax spinner, also version bumps, see #10680 Andrew Nacin 2010-02-13 06:14:37 +00:00
  • d5ced26371 Initialise Variables, Whitespace cleanup, Remove unused variables, Cast start_of_week option to int in sanitization. Dion Hulse 2010-02-13 06:08:15 +00:00
  • 6f5ca5962f Flow on tax-modification errors on Tax inline edit to the UI. See #11838 Dion Hulse 2010-02-13 06:04:54 +00:00
  • de88d303fa Prevent Terms from being created in multiple taxonomies. If a slug is provided by the user, error out if it exists, else make the auto slug unique. See #11838 Dion Hulse 2010-02-13 05:52:27 +00:00
  • 7a3a38c39b Convert Terms page to use WP_Ajax_Response(), hierarchical terms will now appear under their parent OR have the parents prefixed, Terms will be removed from tag cloud/parent list upon deletion, Terms will be added to Parent list in correct order upon ajax creation, Errors on term creation flow back to UI, clean up _tag_row() alternate class handling, Show None text in Category dropdown if empty and show_if_empty = true. See #11838 Dion Hulse 2010-02-13 05:40:47 +00:00
  • dc02d03fcb Re-position the QuickPress ajax spinner. Fixes #10680 Andrew Nacin 2010-02-13 05:35:47 +00:00
  • 1a4072f2e7 Make Recent Comments dashboard widget configurable. Allows user to choose how many comments to display, see #11891. Andrew Nacin 2010-02-13 04:39:39 +00:00
  • d8006b5939 Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838 Dion Hulse 2010-02-13 04:18:33 +00:00
  • a719ecc0a2 Add add_plugins_page() function to add a submenu of the Plugins Page. Fixes #11377 Dion Hulse 2010-02-13 04:04:01 +00:00
  • 9da2f26d98 Fix Terms Per Page for taxonomies, Apply old Category filter to value. See #11838 Dion Hulse 2010-02-13 03:52:33 +00:00
  • 75a99f62cd Optimize wp_rand(), only check transient when needed. Fixes #12144. Andrew Nacin 2010-02-13 03:33:33 +00:00
  • b154b4d604 Ensure post titles are consistently sanitized and filtered when displaying them in Bulk Edit, fixes #11307. Andrew Nacin 2010-02-13 03:17:57 +00:00
  • d53857acc8 Escape thousandsSeparator and decimalPoint JS variables, see #12005 Andrew Nacin 2010-02-13 03:12:51 +00:00
  • b1535c3d7e Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838 Dion Hulse 2010-02-13 03:08:16 +00:00
  • e280df1945 Fix inline documentation for esc_js(). Intended for inline JS only, fixes #11690. Andrew Nacin 2010-02-13 02:54:54 +00:00
  • 09916f140e Use correct var name. Props firebird75. Whitespace cleanup in wp_unique_post_slug(). Fixes #12078. Andrew Nacin 2010-02-13 02:42:17 +00:00
  • e5056e0ac6 Fix notice in get_cat_name(). Return empty string if category does not exist, fixes #11737. Andrew Nacin 2010-02-13 02:35:41 +00:00
  • 78ee7b26e5 add activate_wp_head hook to wp-activate.php, fixes #12166 Ron Rennick 2010-02-13 00:33:47 +00:00
  • bcf5ab6307 Strip out multiple slashes on non-post URL's. See #8948 Dion Hulse 2010-02-13 00:11:23 +00:00
  • 3674f4a101 Do not poison query vars with /&foo=bar/ in requested URL. See #8949 Dion Hulse 2010-02-13 00:02:47 +00:00
  • 8abaa3bad4 add WP_FALLBACK_THEME to allowed_themes in populate_network, See #11644 Ron Rennick 2010-02-12 22:45:35 +00:00
  • b909bb1cf0 Add can_compress_scripts to core site options. Add phpdoc for wp_load_core_site_options(). see #11644 Ryan Boren 2010-02-12 20:23:06 +00:00
  • 48d12af9f6 Fix notices Ryan Boren 2010-02-12 20:14:17 +00:00
  • 113a86ebbd add siteurl site option for MU upgrade, See #11644 Ron Rennick 2010-02-12 17:37:17 +00:00
  • e213402692 Preload commonly loaded site options when running multisite without a persistent cache. Introduce wp_cache_reset() and call it instead of wp_cache_init() when re-initing after the blog ID chanages to avoid throwing out the entire cache. Pass cached site options through the site option filter when fetching. Ryan Boren 2010-02-12 17:06:43 +00:00
  • 2b3837f55a Improve the implementation of the default constant defining functions for multisite. See #11881. Peter Westwood 2010-02-12 08:22:34 +00:00
  • ab3afcf343 Improve function naming for plugin file discovery functions. Peter Westwood 2010-02-12 07:59:11 +00:00
  • 55190d6ac6 Improve the implementation of the default constant defining functions. See #11881. Peter Westwood 2010-02-12 07:56:28 +00:00
  • 5e7b501b29 Improve the implementation of the default constant defining functions. See #11881. Peter Westwood 2010-02-12 07:52:58 +00:00
  • b8a4cb7144 Make the RSS widget title match other widgets in twentyten Matt Thomas 2010-02-12 06:11:46 +00:00
  • 2348a07acd Fix typo in twentyten Matt Thomas 2010-02-12 06:03:20 +00:00
  • 085bcc1624 Close profile link tag in twentyten Matt Thomas 2010-02-12 04:48:24 +00:00
  • 582ed1fb9d Ensure we ignore the _SALT defines if they are set to the "default" unconfigured values or empty. See #12159. Peter Westwood 2010-02-11 22:51:51 +00:00
  • 930b21a770 fix dashboard right now category links, fixes #12205 Ron Rennick 2010-02-11 20:10:15 +00:00
  • 65dae9a05f Don't query the timeout for core transients that do not have a timeout. Avoids useless queries on non-existent site options. Ryan Boren 2010-02-11 19:43:22 +00:00
  • d440214a7b Export post <-> term relationships for all taxonomies. fixes #12180 Ryan Boren 2010-02-11 19:17:00 +00:00
  • 10221b01f2 Fix typos. Fix assignment. Remove passing of non-existent arg. Props ScottMac. fixes #12193 Ryan Boren 2010-02-11 16:58:32 +00:00
  • d204fd6215 Test explicitly for false from insert()/update(). Fixes early return that preventing link categories from being saved. fixes #12196 Ryan Boren 2010-02-11 16:17:12 +00:00
  • b08985b209 Consult exclude_from_search when retrieving post_status = any. see #9674 Ryan Boren 2010-02-10 22:36:50 +00:00
  • 2f7ef8196b Pass the default post to default_content, default_title, and default_excerpt filters. Allows filtering by post_type and other attributes. see #9674 Ryan Boren 2010-02-10 22:20:36 +00:00
  • 9e4be29f4b Remove leading slash so that it doesn't get doubled when front is added. see #9674 Ryan Boren 2010-02-10 21:57:25 +00:00
  • f932c77406 Retore p_status. see #9674 Ryan Boren 2010-02-10 20:37:18 +00:00
  • 5c5ceba9bf Add an echo arg to some general template functions. Props ShaneF. fixes #11842 Ryan Boren 2010-02-10 18:37:14 +00:00
  • ec5a6fcbb4 add option to validate on switch_to_blog, see #12023 Ron Rennick 2010-02-10 17:50:26 +00:00
  • 1e2b47d4f6 Use show_ui instead of _show. see #9674 Ryan Boren 2010-02-10 17:43:29 +00:00
  • 6a5c43f5fc Fix screen layout options for custom post types. see #9674 Ryan Boren 2010-02-10 17:41:07 +00:00
  • 6a0b0ddeb8 Add description field for post types. Props ptahdunbar. see #9674 Ryan Boren 2010-02-10 16:52:02 +00:00
  • d22d07e1f2 Use switch_themes instead of edit_themes so that non super admins on multisite installs can customize headers and backgrounds. Add CYA cap checks. Ryan Boren 2010-02-10 16:49:16 +00:00
  • 718fa1b6e8 Fix off-by-one substr() error. Props blepoxp. See #12159 Dion Hulse 2010-02-10 10:59:45 +00:00
  • 8bc11462e3 First pass at custom background support. Needs UI love. see #12186 Ryan Boren 2010-02-09 20:37:12 +00:00
  • bc3d44241d revert remove error_reporting from ms-files.php, remove _deprecated_file call from blogs.php, see #11742 Ron Rennick 2010-02-09 18:22:21 +00:00
  • 62690f100c prevent editing site domain/path on multisite main site, see #12177 Ron Rennick 2010-02-09 18:03:46 +00:00
  • ae2abd74d9 remove error_reporting from ms-files.php, see #11742 Ron Rennick 2010-02-09 16:44:40 +00:00
  • 153659240c posts_search filter. Props skeltoac. see #10667 Ryan Boren 2010-02-09 16:38:05 +00:00
  • 9d74c95ed8 do not add /index.php permalink base in multisite, see #11644 Ron Rennick 2010-02-09 16:10:43 +00:00
  • e5b17da3fb Rename new taxonomy page hooks to prevent hook conflicts. See #12171 Dion Hulse 2010-02-09 10:56:39 +00:00
  • 6d37a4c8f1 Introduce DISALLOW_FILE_EDIT flag for enabling/disabling the theem and plugin editors. Props nacin. see #11306 Ryan Boren 2010-02-09 00:07:52 +00:00
  • 883cad6a6f Setup some default widgets for the default theme at install. Props azaozz. see #12163 Ryan Boren 2010-02-08 22:17:18 +00:00
  • 712c98007d Look for single-.php templates. Add single- class to get_body_class(). Props ptahdunbar. see #12105 Ryan Boren 2010-02-08 22:05:05 +00:00
  • b3d7aae458 Use comment_form(). Props beaulebens. see #9015 Ryan Boren 2010-02-08 21:02:08 +00:00
  • 5a5a140226 Change comment_form() markup to match twentyten. Props beaulebens. see #10910 Ryan Boren 2010-02-08 20:54:29 +00:00
  • c2d97472eb Escape some attributes. Fix search form action. see #9015 Ryan Boren 2010-02-08 20:28:13 +00:00
  • cda50d2f2e Use comment_form instead of comments_form as the name of the hook. Props greenshady. see #10910 Ryan Boren 2010-02-08 18:27:02 +00:00
  • e12533e0cb Use post_password_required(). see #9015 Ryan Boren 2010-02-08 18:24:01 +00:00
  • fc60118ff7 Update keys and salts with random values from api.wordpress.org. Props nacin. see #12159 Ryan Boren 2010-02-08 18:15:44 +00:00
  • 86d7ef0b69 Trim trailing whitespace Ryan Boren 2010-02-08 18:02:23 +00:00
  • 6885d83058 gettext for twentyten. see #12170 Ryan Boren 2010-02-08 17:59:08 +00:00
  • 9a0bbee93c Rename get_post_link() to get_post_permalink() to avoid conflict with bbPress. Props scribu. fixes #12172 Ryan Boren 2010-02-08 16:23:32 +00:00
  • e2cd2290f4 Change wording in string to make translation easier. Props simosx. fixes #12173 Ryan Boren 2010-02-08 16:18:13 +00:00
  • 62e8bf4cea Use oEmbed for PollDaddy. Props Viper007Bond. fixes #12174 Ryan Boren 2010-02-08 16:15:13 +00:00
  • 2c1ee29143 Slightly more informative error message for themes missing their parent theme. Need to offer to install the parent if it is in the themes directory. Ryan Boren 2010-02-07 23:19:39 +00:00
  • 9fbea38820 Switch to a constant for the fallback theme. See #9015. Peter Westwood 2010-02-07 22:36:37 +00:00
  • ee112fbd12 Make twentyten the fallback theme. see #9015 Ryan Boren 2010-02-07 22:27:51 +00:00
  • 685bd009b5 Ensure we don't mangle the array of link categories when sanitising a link for editing. See #12168. Peter Westwood 2010-02-07 21:59:24 +00:00
  • 06d6e8e094 Ensure we don't mangle the array of post ancestors when sanitising a post for editing. Fixes #12168. Peter Westwood 2010-02-07 21:49:00 +00:00