Commit Graph

  • 8bf5c95496 POT, generated from r24391 potbot 2013-05-31 18:14:37 +00:00
  • a9d619ffff Twenty Thirteen: remove all post_format_*() and the_remaining_content() function calls, reverting to the_content(). Simplify functions.php, JS, and CSS files accordingly. Props obenland for starter patch, fixes #24469 and #24407. See #24452. Lance Willett 2013-05-31 17:45:00 +00:00
  • 0d0434796a Twenty Thirteen: remove unused custom-font body class value. See #24445. Lance Willett 2013-05-31 05:23:48 +00:00
  • bbb57bbaf8 Twenty Thirteen: revert hyphenation and word-break changes from r24332, and add better fix for long comment author names. Props SergeyBiryukov, fixes #24329 and #24451. Lance Willett 2013-05-31 05:20:03 +00:00
  • e0a0e46abd First pass at removing Post Format UI. Mark Jaquith 2013-05-30 21:33:46 +00:00
  • 87a35c7838 Revert [23450]. Removes post format compat. Mark Jaquith 2013-05-30 17:55:22 +00:00
  • 234bebef0b Revert [23467]. Removes structured-post-format theme support. Mark Jaquith 2013-05-30 17:55:14 +00:00
  • c436a18bbc Compress scripts/styles: 3.6-beta3-24385. bumpbot 2013-05-30 00:59:02 +00:00
  • a6503c1091 Heartbeat: in isLocalFrame() compare window.location.origin to iframe.src to stop most cases where WebKit triggers errors about different iframe origin, see #23216 Andrew Ozz 2013-05-30 00:08:53 +00:00
  • 936408271f Correct phpdoc for Add New User screen in network admin. props zeo. fixes #24446. Sergey Biryukov 2013-05-29 23:35:13 +00:00
  • e54227056b XMLRPC: Expose the admin and login urls as read-only options over xml-rpc to make it easier to write rich clients. Fixes #23446 props daniloercoli. Peter Westwood 2013-05-29 11:01:32 +00:00
  • de68a37dc4 Avoid 'Only variables should be assigned by reference' warnings during installation. props sunnyratilal. fixes #24438. Sergey Biryukov 2013-05-28 17:06:39 +00:00
  • e210a7f280 Remove unnecessary esc_attr() call and redundant title attributes. props zeo. fixes #24437. Sergey Biryukov 2013-05-28 04:53:46 +00:00
  • fbdb577df0 Fix E_STRICT notice in WP_MS_Themes_List_Table::single_row(). fixes #24356. Sergey Biryukov 2013-05-28 04:10:10 +00:00
  • 0df3ab62a7 Fix E_STRICT notice in wp_get_popular_importers(). see #24356. Sergey Biryukov 2013-05-28 03:53:59 +00:00
  • 0abc45b90f Fix E_STRICT notices in walkers. props dvarga. see #24356. Sergey Biryukov 2013-05-28 03:29:15 +00:00
  • 51731fc3eb No need for a pass-by-reference here. props sunnyratilal, fixes #24433. Andrew Nacin 2013-05-27 15:47:46 +00:00
  • 80e11fd681 Compress scripts/styles: 3.6-beta3-24375. bumpbot 2013-05-27 15:08:27 +00:00
  • a8ca8a8d3a Add wp-util.min.js. See #24424. Andrew Nacin 2013-05-27 15:06:29 +00:00
  • cc2f18445e Fix switching post formats when JavaScript is disabled. props kovshenin. see #24360. Sergey Biryukov 2013-05-27 01:02:10 +00:00
  • ed85f96527 Compress scripts/styles: 3.6-beta3-24372. bumpbot 2013-05-26 08:58:56 +00:00
  • 2802ecc440 Remove deprecated jQuery API .browser in suggest.js. No need for a replacement since it works without too. see #22975. Dominik Schilling (ocean90) 2013-05-26 08:49:05 +00:00
  • c75d960236 Compress scripts/styles: 3.6-beta3-24369. bumpbot 2013-05-26 06:58:58 +00:00
  • 91a227af5b Move XHR helpers from media to utils. See #24424. Daryl Koopersmith 2013-05-26 06:58:01 +00:00
  • 89fef5d882 Branch the generic JS utilities from the Backbone commands. See #24424. Daryl Koopersmith 2013-05-26 06:43:13 +00:00
  • bc112c68e5 Add Backbone property to the wp-backbone namespace. See #24424. Daryl Koopersmith 2013-05-26 06:34:33 +00:00
  • 7da0dbcbb4 Alias media.template to wp.template. See #23263, #24424. Daryl Koopersmith 2013-05-26 05:55:49 +00:00
  • dc997217bb Compress scripts/styles: 3.6-beta3-24365. bumpbot 2013-05-25 22:58:57 +00:00
  • 2738606b12 Update to jQuery 1.10.0. Still includes jQuery in original, unminified form, for ease of testing and bug reporting. fixes #24426. Dominik Schilling (ocean90) 2013-05-25 22:33:07 +00:00
  • d8395ec80c Declare Text_Diff::trimNewlines() as static. Upstream is not back compat. props aaroncampbell. fixes #24372. Dominik Schilling (ocean90) 2013-05-25 22:10:53 +00:00
  • ec0d4f2f75 Remove deprecated pass-by-reference from the Text_Diff external library. Upstream is not back compat. see #24372. Andrew Nacin 2013-05-25 21:38:25 +00:00
  • bc47ae4f6d Update the subview controller for the patterns found in Backbone 1.0. Daryl Koopersmith 2013-05-25 21:38:12 +00:00
  • cc6ba63c44 Extract the base views from media. Daryl Koopersmith 2013-05-25 21:03:04 +00:00
  • 08a484147f Remove unnecessary local variable. Daryl Koopersmith 2013-05-25 20:58:35 +00:00
  • 2dcee73454 Begin a common WordPress Backbone helpers file. Daryl Koopersmith 2013-05-25 20:47:55 +00:00
  • d63f067277 Compress scripts/styles: 3.6-beta3-24357. bumpbot 2013-05-25 16:59:00 +00:00
  • 064451834e Remove unnecessary parenthetical that should have been "e.g." instead of "i.e." anyway. Mark Jaquith 2013-05-25 16:52:26 +00:00
  • 21bcd96e6e Improve contrast of revision diffs. Fixes #24422. Daryl Koopersmith 2013-05-25 16:48:37 +00:00
  • 5d5bf06ad5 Remove strikethrough from revisions UI. See #24422. Daryl Koopersmith 2013-05-25 16:25:22 +00:00
  • f6fa418169 Use correct variable. props tollmanz. fixes #24419. Sergey Biryukov 2013-05-25 11:35:43 +00:00
  • e4e71d98ba Add @return for get_the_post_format_image(). Make sure the function always returns a string. props tollmanz. fixes #24414. see #24348. Sergey Biryukov 2013-05-24 23:56:00 +00:00
  • a06fed2600 Twenty Thirteen: PHPDoc cleanup/completion, props DrewAPicture. Fixes #24413. Lance Willett 2013-05-24 21:24:08 +00:00
  • 30f277035c Twenty Thirteen: remove CSS hack added in r24286 for pixel shift in Chrome with gallery thumbs. Not needed now that we're loading medium size (and not large), see r24338. Lance Willett 2013-05-24 21:22:58 +00:00
  • a999bc364f Compress scripts/styles: 3.6-beta3-24349. bumpbot 2013-05-24 20:58:56 +00:00
  • 9405a37284 Auto-expand the menus accordion if JavaScript is disabled. fixes #24402. Sergey Biryukov 2013-05-24 20:50:10 +00:00
  • 42cfbd701f Twenty Thirteen: polish up RTL for editor styles, fixing blockquote and status entries. Fixes #24298. Lance Willett 2013-05-24 18:58:21 +00:00
  • 71bb15b4c9 Remove unused variable. props zeo. fixes #24412. Sergey Biryukov 2013-05-24 16:50:50 +00:00
  • 8a30181896 Remove docs suggesting that wp_update_user() creates a user if no ID is provided. See #16731, that is incorrect at this time. Andrew Nacin 2013-05-24 16:22:22 +00:00
  • fcbfed2328 Introduce customize_save_after action. Ryan Boren 2013-05-24 10:33:30 +00:00
  • 21db022cc9 Twenty Thirteen: fix up Quote styles for the visual editor, see #24308. Lance Willett 2013-05-23 23:48:56 +00:00
  • 0393ef579f Twenty Thirteen: fix comment cruft left from r24338. Lance Willett 2013-05-23 23:48:02 +00:00
  • 03f38ae6ca TinyMCE: don't import color and background-color from the content when creating menus that have preview capabilities. Andrew Ozz 2013-05-23 22:49:06 +00:00
  • b86cae969a Twenty Thirteen: properly center the navbar, props DrewAPicture. Fixes #24406. Lance Willett 2013-05-23 22:35:41 +00:00
  • 8b4f5bdddc POT, generated from r24338 potbot 2013-05-23 21:14:28 +00:00
  • bb183fdfc7 Twenty Thirteen: revert adding new image size for galleries., Using existing medium size instead, and thumbnail for mobile views. See #24307. Lance Willett 2013-05-23 20:39:51 +00:00
  • c4ee22898d Remove use of global $id from comment_form() and the media list table. see #24330. Andrew Nacin 2013-05-23 18:40:16 +00:00
  • 5f472898e5 Use the global post rather than the global post ID. They don't always match, and the global post is more canonical. Ryan Boren 2013-05-23 18:16:24 +00:00
  • 4d1d6f1992 POT, generated from r24334 potbot 2013-05-23 18:14:16 +00:00
  • cc6a2a0a0e Properly escape source parameter in audio/video shortcodes. See #23282. Jon Cave 2013-05-23 17:45:59 +00:00
  • d083fc7641 Twenty Thirteen: create new image size for galleries, at 300 x 300 so that "large" image size doesn't load for a resulting thumbnail on index views. See #24307. Lance Willett 2013-05-23 17:32:40 +00:00
  • 1533482d18 Twenty Thirteen: move word-wrap rules to parent container of hyphenated text, and hyphenate long comment author names. Props SergeyBiryukov for first patches, fixes #24329. Lance Willett 2013-05-23 17:20:37 +00:00
  • 61ccbd34da Twenty Thirteen: handle case for gallery post formats if there is no gallery shortcode in the post. Props obenland, fixes #24391. Lance Willett 2013-05-23 17:05:26 +00:00
  • fa1dd818d1 Compress scripts/styles: 3.6-beta3-24330. bumpbot 2013-05-22 22:58:58 +00:00
  • 2bb8434469 Switch to a CSS comment in gallery_shortcode() to avoid breaking markup when the shortcode is used inside an HTML comment. props mark-k, aaroncampbell. fixes #23787. Sergey Biryukov 2013-05-22 22:27:53 +00:00
  • 23514efe8a Local autosaves: always set 'autosave = true' in the post data when triggering local autosave on form submit. Fixes cases where the form is submitted shortly after loading the Edit screen, local autosave hasn't run yet and there is no previous data to be merged. Fixes #23960. Andrew Ozz 2013-05-22 21:43:45 +00:00
  • df63c08216 Use numbered placeholders. see #24389. Sergey Biryukov 2013-05-22 21:26:36 +00:00
  • 359907ab7e POT, generated from r24322 potbot 2013-05-22 21:14:09 +00:00
  • bf349e059d POT, generated from r24322 potbot 2013-05-22 21:14:08 +00:00
  • a7b4fcf41c POT, generated from r24322 potbot 2013-05-22 21:14:05 +00:00
  • 68770f99e6 POT, generated from r24322 potbot 2013-05-22 21:14:03 +00:00
  • 9f6f740846 Remove /extend/ from Hello Dolly. Andrew Nacin 2013-05-22 21:08:40 +00:00
  • 283733de35 Remove /extend/ from Theme URI headers in default themes. props JustinSainton, fixes #24389. Andrew Nacin 2013-05-22 21:06:08 +00:00
  • 56b03bc118 Remove /extend/ from URLs to wordpress.org/plugins, /themes, and /mobile, as those are all now top-level. see #24389. Andrew Nacin 2013-05-22 21:01:57 +00:00
  • 7599e04145 TwentyTwelve: in editor-style.css change .mceWPnextpage to .mce-wp-nextpage to match the core fix for Chrome. See #24177. Andrew Ozz 2013-05-22 19:10:42 +00:00
  • 7306e41902 Compress scripts/styles: 3.6-beta3-24318. bumpbot 2013-05-22 18:58:57 +00:00
  • 865defcb1a Revert [24291] pending further discussion and sleuthing. see #24364. Andrew Nacin 2013-05-22 18:37:43 +00:00
  • df26a7f97e In WP_User::get_data_by(), don't abs int negative IDs. Instead, return false when an ID less than 1 is passed. Ryan Boren 2013-05-22 18:14:37 +00:00
  • 790b2a5a41 Some more RTL improvements for permalink settings. props SergeyBiryukov. fixes #16834. Dominik Schilling (ocean90) 2013-05-22 17:58:10 +00:00
  • 344b550bb7 Add the jQuery version to the 'jquery' script alias Mark Jaquith 2013-05-22 17:12:17 +00:00
  • d67790d7eb Add more specific error messages when upgrading themes and plugins and the package cannot be extracted (no files), props SergeyBiryukov, fixes #24223 Andrew Ozz 2013-05-22 16:57:20 +00:00
  • 4a1aaffc57 Compress scripts/styles: 3.6-beta3-24312. bumpbot 2013-05-22 02:58:58 +00:00
  • 5001b617a7 TinyMCE: reset line-height for the formats drop-down menu. Fixes a bug where the H1-H6 menu items are overlapping. Andrew Ozz 2013-05-22 01:41:36 +00:00
  • ee93e9c949 Image post format UI: - When initializing wp.Uploader pass null for 'container' and 'browser'. Fixes a bug where another instance of the uploader was attached to <body>. - Destroy the uploader instance if drag/drop is not supported (IE8 & 9). See #24291. Andrew Ozz 2013-05-22 01:30:00 +00:00
  • dcbff314ea Twenty Thirteen: first pass to add RTL for editor styles, see #24298. Props obenland for starter patch. Adds table of contents to this file and fixes spelling in style.css ToC. Lance Willett 2013-05-20 22:35:08 +00:00
  • 497652fd31 Twenty Thirteen: first pass to add post format visual styles to visual editor. Props celloexpressions and obenland, see #24308 and #24298. Lance Willett 2013-05-20 22:18:09 +00:00
  • cf17f45099 Twenty Thirteen: PHPDoc improvements for back-compat file, props DrewAPicture. Fixes #24363. Lance Willett 2013-05-20 22:16:20 +00:00
  • b3a97f3700 Compress scripts/styles: 3.6-beta3-24306. bumpbot 2013-05-20 20:58:55 +00:00
  • db3587303d Use stripslashes() instead of wp_unslash() in ms-files.php to avoid formatting.php dependency. props devesine, fixes #24374. Andrew Nacin 2013-05-20 20:20:22 +00:00
  • 2700b71b35 Post locks: - Change from IDs to classes for the notification-dialog divs so they can be reused. - Do not check post locks if the dialog's html is not present. - Do not check post locks if there is only one user on a single site install. See #23697. Andrew Ozz 2013-05-20 19:36:29 +00:00
  • 687d1a2ce9 Pinking shears Ryan Boren 2013-05-20 12:10:58 +00:00
  • f1068cbe96 Add the Daily Motion shortlink, dai.ly, to the default oembed provider list. Ryan Boren 2013-05-20 12:08:07 +00:00
  • 2662748593 * Introduce wp_parse_post_content() and use it in setup_postdata(), get_the_content(), and get_the_remaining_content(). * Add a post ID argument to the_content(), get_the_content(), the_remaining_content(), and get_the_remaining_content(). * Pass the post ID to the the_content filter. * Remove the format_pages global. * Declare format_content and split_content as vars in WP_Post. * phpdoc for the the_content filter that documents the new ID argument and denotes it as not-so-portable. Ryan Boren 2013-05-20 11:05:50 +00:00
  • 5b742721ec Compress scripts/styles: 3.6-beta3-24300. bumpbot 2013-05-20 04:58:58 +00:00
  • 657612fbaa Post locks: do not check locks on the Posts screen if the list table is empty, see #23697 Andrew Ozz 2013-05-20 04:10:43 +00:00
  • 0892fe10b9 Compress scripts/styles: 3.6-beta3-24298. bumpbot 2013-05-19 20:59:00 +00:00
  • 336851f453 Post formats: add 32px retina icons for both color themes, tweak the css, "crush" the sprites. Props melchoyce, saracannon, aaroncampbell. Fixes #24290, fixes #24331. Andrew Ozz 2013-05-19 20:25:24 +00:00
  • 3771cf0c53 Move the PHP4 constructor below the PHP5 one to avoid E_STRICT message. props uuf6429, iandunn. fixes #20801. Sergey Biryukov 2013-05-19 12:32:20 +00:00
  • 753eb290be Compress scripts/styles: 3.6-beta3-24295. bumpbot 2013-05-19 02:58:57 +00:00
  • 582a2143e2 Post format retina icons for both color themes, props melchoyce, aaroncampbell. See #24290, see #24331. Andrew Ozz 2013-05-19 02:05:52 +00:00
  • 55371e8359 Compress scripts/styles: 3.6-beta3-24293. bumpbot 2013-05-19 00:58:54 +00:00