Commit Graph

  • 785d6b6acc Switch from Net_IPv6 to SimplePie_Net_IPv6. Props stephdau, rmccue. fixes #19991 Ryan Boren 2012-02-09 20:17:23 +00:00
  • 87fc8a6b70 Upgrade SimplePie to 1.2.1. Props nacin. fixes #18309 Ryan Boren 2012-02-09 20:15:22 +00:00
  • 49cb409b27 Add refresh_blog_details action. Props mdawaffe. fixes #19987 Ryan Boren 2012-02-09 19:53:53 +00:00
  • 352e3bb9b9 Compress scripts/styles: 3.4-alpha-19888. bumpbot 2012-02-09 17:30:50 +00:00
  • 1597835e12 Infinite scroll for themes.php and theme-install.php. Bump per page limit for themes.php to 999. Props helenyhou, DH-Shredder. see #19815 Ryan Boren 2012-02-09 17:20:26 +00:00
  • 88b6f54e07 Exclude user_url from default user search columns for large networks. fixes #19999 Ryan Boren 2012-02-09 17:15:24 +00:00
  • 0ae4ea81c1 Provide the attachment_id of a media item in the XML-RPC call wp.getMediaItem. Joseph Scott 2012-02-08 23:32:25 +00:00
  • 08160dcccf Expose image_default_link_type, image_default_size, and image_default_align options via XML-RPC Joseph Scott 2012-02-08 23:28:23 +00:00
  • 42ed9afd4c Expose the post modified date (in blog TZ and GMT) via XML-RPC Joseph Scott 2012-02-08 23:25:11 +00:00
  • 8d80cff84d Add search_columns arg to WP_User_Query to allow for explicit column choices. Without it, the columns will be detected based on the search term. see #19810. Andrew Nacin 2012-02-08 21:48:47 +00:00
  • 1f9b62bf85 Prevent undefined index notices in do_enclose(). Props jeremyclarke. Fixes #19865. Jon Cave 2012-02-08 20:55:18 +00:00
  • 7e305ea285 In case of 404, redirect /login, /dashboard, /admin to corresponding WP equivalents. fixes #19607. Andrew Nacin 2012-02-08 20:11:52 +00:00
  • 9c98b02e1d Combine two strings. props kenan3008, see #18429. Andrew Nacin 2012-02-08 18:50:25 +00:00
  • a3055f1031 Let wp-admin work as well as wp-admin/ for the canonical redirect. see #19607. Andrew Nacin 2012-02-08 18:03:25 +00:00
  • e91cbc3190 Use correct variable. see #19607. Andrew Nacin 2012-02-08 17:14:52 +00:00
  • a60932bf66 Post formats should show_in_nav_menus when the current theme supports them. Props filosofo, nacin. Fixes #16390. Jon Cave 2012-02-08 17:12:02 +00:00
  • 358d6b6384 When WordPress is in a subdirectory (home URL != site URL), let home/wp-admin and home/wp-login.php redirect to their proper locations. props greuben for initial patch, fixes #19607. Andrew Nacin 2012-02-08 17:08:13 +00:00
  • 0b04f6afc5 Tabs, not spaces. Props PeteMall. Andrew Nacin 2012-02-08 17:05:40 +00:00
  • 62cccd2642 s/_wp_insertPost/_insert_post/. Helper funcs should follow core rather than xmlrpc style. see #18429 Ryan Boren 2012-02-08 17:00:19 +00:00
  • 51ded65294 Coverage for load-scripts.php. fixes #19959. Andrew Nacin 2012-02-08 16:15:24 +00:00
  • 0c751dd7a3 Use relative paths for admin-ajax.php to avoid cross-domain issues with IDN domains in IE and Opera. props SergeyBiryukov, fixes #18952. Andrew Nacin 2012-02-08 16:12:11 +00:00
  • d583f37634 Introduce 'relative' scheme to return only the paths for home_url, site, admin, network_, and get_ variants. props SergeyBiryukov, see #18952. Andrew Nacin 2012-02-08 16:09:41 +00:00
  • b44aafa79d Formatting cleanup. see #18429 Ryan Boren 2012-02-08 16:04:58 +00:00
  • 99fbbdbd4a Mark wp_editPost() documentation as docblock. See #18429. Jon Cave 2012-02-08 16:03:31 +00:00
  • 1496151d54 Simplify cap checking. Props nprasath002. see #18429 Ryan Boren 2012-02-08 15:40:26 +00:00
  • be343dba2c Use [\r\n\t ], not [\s], to prevent issues with some UTF-8 characters. props SergeyBiryukov, fixes #19033. Andrew Nacin 2012-02-08 15:35:22 +00:00
  • b90754dbca Wait until init to fire wp_default_scripts. Fixes localization issues when a plugin calls wp_enqueue_script() too early (in spite of the _doing_it_wrong warning signs added in #11526). fixes #19959. Andrew Nacin 2012-02-08 15:29:24 +00:00
  • 6fe3f7639e Space between if and open paren Ryan Boren 2012-02-08 14:54:15 +00:00
  • 6622691fbf Switch post_content_filtered from text to longtext so that it matches post_content. Props ejdanderson. fixes #19387 Ryan Boren 2012-02-08 14:51:18 +00:00
  • 0c59eacb55 Use is_rtl() for html direction when possible. In sites.php, language_attributes() will always exist (MU vestige). When the DB is dead, language_attributes() is worse than a simple is_rtl() check. is_rtl() exists here due to wp_load_translations_early(). see #18180. Andrew Nacin 2012-02-08 06:05:35 +00:00
  • 5bc782d896 Compress scripts/styles: 3.4-alpha-19861. bumpbot 2012-02-08 06:00:51 +00:00
  • 958b85d7a4 Add some RTL misses for setup-config. props SergeyBiryukov, fixes #18180. Andrew Nacin 2012-02-08 05:55:54 +00:00
  • cd097b5b6a Bump WXR_VERSION because of r19858 which affects the regex based importer. See #15203. Jon Cave 2012-02-07 21:51:14 +00:00
  • 7efe34d79d Export valid XML by escaping the closing CDATA sequence "]]>". Props ceefour. See #15203. Jon Cave 2012-02-07 21:48:45 +00:00
  • 7cd04da2e6 Change feature filter from post to get so feature selections aren't lost when paging. Props SergeyBiryukov. fixes #18094 Ryan Boren 2012-02-07 21:06:52 +00:00
  • 5d78454d4c Allow comment.php?action=editcomment to be accessible for a comment that is spam. props josephscott, fixes #19977, see #18340. Andrew Nacin 2012-02-07 19:13:30 +00:00
  • 975135c1d1 Add an "Edit Site" submenu to the admin bar site menu when a super admin visits a blog dashboard. see #18188 Ryan Boren 2012-02-07 18:35:29 +00:00
  • 15c9daa5b9 Compress scripts/styles: 3.4-alpha-19854. bumpbot 2012-02-07 18:30:51 +00:00
  • 092808ead8 Allow localized commas to be used as tag separators. see #7897. Andrew Nacin 2012-02-07 18:06:12 +00:00
  • 7391c909df Simplify matching code. see #19670. Andrew Nacin 2012-02-07 17:44:29 +00:00
  • dc41877dc9 Update color scheme definition for Gray Theme. Props chexee. fixes #17818 Ryan Boren 2012-02-07 17:20:02 +00:00
  • b495757102 Fix notices. Simplify checkbox logic. Props SergeyBiryukov. fixes #19670 Ryan Boren 2012-02-07 17:12:46 +00:00
  • 6425c0ff31 Upgrade PHPMailer to 5.2.1. Props MattyRob. fixes #19887 Ryan Boren 2012-02-07 16:13:51 +00:00
  • 9f8a83a3c1 XMLRPC: Introduce new create,read,update and delete XMLRPC apis for Posts, Pages and all Custom Post Types. Introduces: wp.newPost, wp.editPost, wp.deletePost, wp.getPost, and wp.getPosts See #18429, #18430, #18431, #18432, and #18433 props maxcutler and markoheijnen. Peter Westwood 2012-02-07 11:33:39 +00:00
  • 6e70033528 Compress scripts/styles: 3.4-alpha-19847. bumpbot 2012-02-06 23:31:17 +00:00
  • 5c2650abc8 Click empty toolbar to scroll to top, props ericmann, fixes #18758 Andrew Ozz 2012-02-06 23:17:28 +00:00
  • bd5c1f88e9 Move the wp_enqueue_style() to header.php. see #19978. Andrew Nacin 2012-02-06 23:07:41 +00:00
  • 2746fd144a Freshen up the docs in functions.php. Remove is_admin() check from twentytwelve_enqueue_scripts(). Remove function_exists() wrappers from functions that are hooked in. Kill locale.php handling. see #19978. Andrew Nacin 2012-02-06 23:04:56 +00:00
  • 7349d46c0e Synchronize archive.php docs with Twenty Eleven. Go easy on the PHP/HTML context switching. see #19978. Andrew Nacin 2012-02-06 22:37:45 +00:00
  • 94729a8a40 Initial import of the Twenty Twelve theme, by Drew Strojny. This time around we're trying something different than the previous twenty-something themes, a much more minimalist approach that affords easy use as a CMS in addition to being blog-forward. More information will be on wpdevel soon. Props drewstrojny and lancewillett. Matt Mullenweg 2012-02-06 22:23:41 +00:00
  • a87e3742f9 Compress scripts/styles: 3.4-alpha-19841. bumpbot 2012-02-06 21:00:50 +00:00
  • f8dc7fe757 Hide theme details by default. Props helenyhou, DH-Shredder. fixes #19853 Ryan Boren 2012-02-06 20:54:01 +00:00
  • b6c9842068 Compress scripts/styles: 3.4-alpha-19839. bumpbot 2012-02-06 20:00:50 +00:00
  • 8039f91954 Echo "WordPress.org" as well as translating it in the Meta widget. See #19603. Jon Cave 2012-02-06 19:52:42 +00:00
  • fc12b9fa10 Add a translator's comment. see #19924. Andrew Nacin 2012-02-06 19:43:26 +00:00
  • e92b79e31f Do RTL detection based on a translated string, rather than a hardcoded list. Makes things a bit cleaner. fixes #19924, fixes #19600. Andrew Nacin 2012-02-06 19:36:24 +00:00
  • d2a65599a3 In general, password fields should always be LTR. see #19598. Andrew Nacin 2012-02-06 19:33:19 +00:00
  • 0ab40dd1ba LTR for user-edit.php password fields and disabled user_login field. fixes #19598. Andrew Nacin 2012-02-06 19:31:33 +00:00
  • d0ec0de49d Translate TinyMCE's spellchecker languages. props SergeyBiryukov, fixes #19962. Andrew Nacin 2012-02-06 19:13:06 +00:00
  • 469745d625 Move an unsightly semicolon to where it belongs in wp_localize_script(), props tw2113, fixes #19830 Andrew Ozz 2012-02-06 18:52:57 +00:00
  • ff9916420e Fix typo in $core_actions_get in admin-ajax.php, see #15327 Andrew Ozz 2012-02-06 17:56:55 +00:00
  • 4f500fdb56 Update TinyMCE to 3.4.8, fixes #19969, fixes #19936, fixes #19741 Andrew Ozz 2012-02-04 22:23:27 +00:00
  • 10d17e6e29 Use translate, not translate with context. props azaozz. see #19603. Andrew Nacin 2012-02-04 18:37:53 +00:00
  • e0505774e9 Remove unused TinyMCE media plugin images, props SergeyBiryukov, fixes #19963 Andrew Ozz 2012-02-04 17:58:41 +00:00
  • 04a88d8671 Compress scripts/styles: 3.4-alpha-19827. bumpbot 2012-02-04 01:16:30 +00:00
  • d20d0ed48f Add ru_RU CSS. see #19603. Andrew Nacin 2012-02-04 00:58:09 +00:00
  • da65af69e2 Initial import of localized CSS, for Chinese and Hebrew. see #19603. Andrew Nacin 2012-02-04 00:54:42 +00:00
  • 929486fd19 WP_LANG_DIR is trusted, just need to check $locale. props SergeyBiryukov, fixes #19924. Andrew Nacin 2012-02-04 00:32:34 +00:00
  • ca343daf1c Translate another http://wordpress.org/ link. see #19603. Andrew Nacin 2012-02-03 20:16:58 +00:00
  • 3a1d1b098b Setup now that global is not used. see #15327 Ryan Boren 2012-02-03 20:13:22 +00:00
  • b3aee653fd Return an empty object properly. see #17242. Andrew Nacin 2012-02-03 13:38:03 +00:00
  • ef81adda7b Translate the monthnum/month abbreviation construct in the Publish box. see #19598. Andrew Nacin 2012-02-03 00:23:25 +00:00
  • 7ff19e6012 Use existing string to properly translate month + year combo. see #19598. Andrew Nacin 2012-02-03 00:11:01 +00:00
  • 31f8d5586b mailserver_login and mailserver_pass should always be LTR. see #19598. Andrew Nacin 2012-02-03 00:05:43 +00:00
  • 6e9c274c00 New .ltr class for forcing elements to be LTR when using an RTL language. see #19598. Andrew Nacin 2012-02-03 00:03:26 +00:00
  • e4134cbb0c Code is still code: force LTR for .code and <code>, and the function lists in plugin/theme editors. see #19598. Andrew Nacin 2012-02-02 23:58:46 +00:00
  • 80cc194365 Allow flexible sizes for custom header uploads. Round 1. Props aaroncampbell, sabreuse. see #17242 Ryan Boren 2012-02-02 23:35:37 +00:00
  • 1387e4e2a7 Compress scripts/styles: 3.4-alpha-19814. bumpbot 2012-02-01 22:41:34 +00:00
  • 9b8806a8f7 New gear icon. Props empireoflight. fixes #10318 Ryan Boren 2012-02-01 22:39:24 +00:00
  • 05c839608a Don't create a variable we only use once. props niallkennedy, fixes #19941. Andrew Nacin 2012-02-01 22:33:43 +00:00
  • b3b0fa681d Use home_url() rather than get_option() + is_ssl(). props ocean90, fixes #19942. Andrew Nacin 2012-02-01 22:31:35 +00:00
  • 5371356600 Pages must be paged (/page/x/) to allow for the page_for_posts option. See #19876. Jon Cave 2012-02-01 19:19:32 +00:00
  • 9a68d977e6 s/plugin/theme/ in an edge case string in the theme updater. props pavelevap, fixes #19940. Andrew Nacin 2012-02-01 16:08:36 +00:00
  • 6a5ea2418a Provide a more WordPress-like context for 'Welcome' on the install screen. see #19698. Andrew Nacin 2012-02-01 14:49:41 +00:00
  • db7ac5be83 Provide contexts for a 'Welcome' string. Sometimes we're saying hello, other times referring to the welcome panel. props pavelevap, fixes #19698. Andrew Nacin 2012-02-01 14:47:49 +00:00
  • de9b7f6ec2 Convert a bulleted list to paragraphs in the Moderating Comments help tab. props pavelevap, see #19788. Andrew Nacin 2012-02-01 14:45:19 +00:00
  • 7dc4430f4f Compress scripts/styles: 3.4-alpha-19805. bumpbot 2012-02-01 14:43:00 +00:00
  • c90d5bb693 Don't add in an extra space when inserting a name into the string produced by wp_comment_trashnotice(). props pavelevap, see #19788. Andrew Nacin 2012-02-01 14:39:52 +00:00
  • 2e0818c264 Compress CSS/JS using the latest version of YUI Compressor, 2.4.7. Removes final semicolon in a CSS declaration block. Previously, committers used 2.4.2. see #19592. Andrew Nacin 2012-02-01 14:37:52 +00:00
  • 146886cd72 Use wp_die() in ajax-actions. props kurtpayne. see [19801], fixes #15327. Andrew Nacin 2012-01-31 22:14:39 +00:00
  • 25eac276df Re-purpose wp_die() for ajax responses. * Allows unit testing of core ajax actions. * wp_die() now has separate filters to choose a handler depending on the context (ajax, XML-RPC, else). * wp_die) in ajax context does not need to be called with a string. Conversion takes place before die(). props kurtpayne, see #15327. Andrew Nacin 2012-01-31 22:12:58 +00:00
  • 701719af94 Compress scripts/styles: 3.4-alpha-19800. bumpbot 2012-01-31 19:59:09 +00:00
  • 52048ffa75 Drop the comment_approved index from the comments table. comment_approved_date_gmt is sufficient. fixes #19935 Ryan Boren 2012-01-31 18:26:07 +00:00
  • 22784619f4 Drop the blog_id column from the options table during upgrade. Props barry. fixes #17188 Ryan Boren 2012-01-31 17:45:22 +00:00
  • bbec83ba02 Only set text_direction based on a locale being RTL if we successfully loaded a locale.mo file. Otherwise we may be in RTL land based on a WPLANG constant but nothing else. fixes #19924. Andrew Nacin 2012-01-31 14:30:36 +00:00
  • d6886c9059 wptexturize() does not need to staticize variables it only uses to set up variables it needs statically. see #19602. Andrew Nacin 2012-01-31 14:28:30 +00:00
  • d87851514a Allow the single quotes, apostrophes, and primes in wptexturize() to be translated. Allows replacements to be disabled by translating them back to " and '. fixes #19602. Andrew Nacin 2012-01-31 14:06:32 +00:00
  • 939ed92f83 Remove references to specific search engines. fixes #18605 Ryan Boren 2012-01-30 20:51:00 +00:00
  • 3d3073d095 Remove blog_id column from wp_options. Props scribu. fixes #17188 Ryan Boren 2012-01-30 20:47:25 +00:00
  • 9e6fbb0061 Check the return of wp_insert_term() for WP_Error or array. Prevents fatal erros and failure to add categories when adding terms via ajax. Props mdawaffe. fixes #17938 #17939 Ryan Boren 2012-01-30 18:19:27 +00:00