Commit Graph

  • c992db3d22 Remove debug cruft. Fix typo. Props SergeyBiryukov. fixes #20657 Ryan Boren 2012-05-16 18:11:19 +00:00
  • cf58f72258 Fix wp.getPages response when fetching pages the current user does not have caps for. Props maxcutler, redsweater. fixes #20629 Ryan Boren 2012-05-16 18:06:34 +00:00
  • b36e895a24 Create a new attachment and make a copy of the image when selecting an image from the image library. This prevents orphaning the header if the original attachment is deleted. This also prevents stomping of meta. Ryan Boren 2012-05-16 17:47:55 +00:00
  • 8471a0947c Compress scripts/styles: 3.4-beta4-20805. TinyMCE updated. bumpbot 2012-05-16 07:58:24 +00:00
  • 136f951922 DFW: another attempt to get auto-resize working right, see #20608, see #20684 Andrew Ozz 2012-05-16 07:02:55 +00:00
  • ed5c4343f0 Compress scripts/styles: 3.4-beta4-20803. bumpbot 2012-05-16 05:58:24 +00:00
  • 5c77fcc30b Theme Customizer: Properly change state when theme is switched. fixes #20610, see #19910. Daryl Koopersmith 2012-05-16 05:55:54 +00:00
  • 47d5d564b4 Theme Customizer: Make the wp.customize.Events methods chainable. see #19910. Daryl Koopersmith 2012-05-16 05:17:26 +00:00
  • 45919db511 Compress scripts/styles: 3.4-beta4-20800. bumpbot 2012-05-15 22:58:23 +00:00
  • b010685cd2 Theme Customizer: Add the wp.customize.Events mixin to wp.customize.Values. Provide 'add', 'remove', and 'change' events by default. see #19910. Daryl Koopersmith 2012-05-15 22:43:49 +00:00
  • 1a2375b4ee Theme Customizer: Clarify wp.customize.Values API by removing Values.pass and all methods that passed through to the wp.customize.Value objects it contained. see #19910. Daryl Koopersmith 2012-05-15 22:14:46 +00:00
  • 10cf296150 Theme Customizer: Make wp.customize.Values.when return a jQuery.Deferred.promise() object, to add additional flexibility. see #19910. Daryl Koopersmith 2012-05-15 22:01:36 +00:00
  • b2a616cc17 Compress scripts/styles: 3.4-beta4-20796. bumpbot 2012-05-15 21:58:21 +00:00
  • 6ad7ce44d6 Theme Customizer: Add an Events mixin to wp.customize, used by default in wp.customize.Messenger. see #19910. Daryl Koopersmith 2012-05-15 21:28:21 +00:00
  • 4e1861e2a8 API for allowing cross origin resource sharing. Ryan Boren 2012-05-15 18:46:03 +00:00
  • b5156f1b47 Don't force frontend scheme to match backend. This fails if the frontend doesn't have proper SSL certs. Access-Control-Allow-Origin handles this without the need to make the schemes match. see #20507 Ryan Boren 2012-05-15 15:45:40 +00:00
  • 2e1a9bc4a4 Compress scripts/styles: 3.4-beta4-20792. bumpbot 2012-05-15 01:58:21 +00:00
  • ecf6940ffb Theme Customizer: Prevent sidebar scrollbar from overlapping sidebar header or footer. fixes #20649, #20650, see #19910. Daryl Koopersmith 2012-05-15 01:03:31 +00:00
  • 376a2485c1 Compress scripts/styles: 3.4-beta4-20790. bumpbot 2012-05-14 19:58:19 +00:00
  • 755009ae77 Theme Customizer: Fix Opera bug where, once the sidebar was collapsed, it could not be re-opened. props rosshanney. fixes #20452, see #19910. Daryl Koopersmith 2012-05-14 19:19:34 +00:00
  • ab8a4b7844 Exclude admin pot files when calculating the list of installed languages in get_available_languages(). fixes #20676 Ryan Boren 2012-05-14 17:58:06 +00:00
  • cdc9ebd779 Make the file names unique for cropped header images. Props SergeyBiryukov. fixes #20666 Ryan Boren 2012-05-14 17:53:03 +00:00
  • c6e002e4b0 Remove activate/deactivate messages from plugin upgrades. Props toppa. fixes #17833 Ryan Boren 2012-05-14 17:24:44 +00:00
  • bb5afe1aaf Remove accidental bits in [20784] Ryan Boren 2012-05-14 17:01:35 +00:00
  • 8dfae17319 Call filters for default option values only as needed to reduce number of filter calls. Props Ott042. see #20448 Ryan Boren 2012-05-14 17:00:13 +00:00
  • 7e4b88ad24 Add filters for the default to get_option() and get_site_option(). Provide default overrides in the customizer. Props Otto42. see #20448 Ryan Boren 2012-05-14 16:45:32 +00:00
  • 7e2e034b64 Minor XML-RPC documentation improvements. See #20566. Jon Cave 2012-05-14 10:10:01 +00:00
  • b8caf0e864 Revert [20776], and instead pass the current locale to browsehappy.com. Andrew Nacin 2012-05-13 22:44:01 +00:00
  • 89151382e8 log_app(): s/$message/$msg/. Props tamlyn. Fixes #20670. Jon Cave 2012-05-13 21:41:40 +00:00
  • ab22e8ed87 get_post_stati() returns post statuses not types. Props jeremyfelt. Fixes #20664. Jon Cave 2012-05-13 07:41:47 +00:00
  • 4211ac7104 Compress scripts/styles: 3.4-beta4-20778. bumpbot 2012-05-12 00:58:21 +00:00
  • daad27aeef Theme Customizer: Flex-width friendly UI, improved typographical hierarchy. see #19910. Daryl Koopersmith 2012-05-12 00:48:20 +00:00
  • 212552cb9e Translate the 'http://browsehappy.com/' URL. See http://wp.me/p10SQN-r8. Andrew Nacin 2012-05-11 21:29:01 +00:00
  • 5c2590bbd0 Remove extra underscore from XML-RPC filter. props maxcutler. fixes #20549 Ryan Boren 2012-05-11 21:04:47 +00:00
  • 0f9af78c3f First pass at 3.4 pointers. Add pointer to the customize link for the current theme on themes.php. Support multiple pointers per page. Props scribu. see #20554 Ryan Boren 2012-05-11 20:29:08 +00:00
  • 54ea6cb17a Compress scripts/styles: 3.4-beta4-20773. bumpbot 2012-05-11 19:58:22 +00:00
  • bd4441edc6 display_header_text() should only return true if the theme mod value is not 'blank'. An empty string is valid -- there is no requirement for it to be truthy. see #18887. see #20600. Andrew Nacin 2012-05-11 19:55:07 +00:00
  • 7bb44e9f43 Lighten login form input foreground. Props helenyhou. fixes #20648 Ryan Boren 2012-05-11 19:33:09 +00:00
  • 9b8b0bffac Collect intermediate images before deleting an attachment and its meta. Fixes thumbnail deletion. Props SergeyBiryukov. fixes #20658 Ryan Boren 2012-05-11 18:47:32 +00:00
  • 9ffc69487f Check wp_crop_image() for a false return value. Don't delete original image if crop not sucessful. Don't delete the original image when wp_crop_image() returns it untouched. Prevents deletion of header image when no cropping is done to the originally uploaded image. Props SergeyBiryukov, westi. fixes #20657 Ryan Boren 2012-05-11 16:15:15 +00:00
  • 73586de8bd Fix typo in Custom Header contextual help. Props klagraff. Fixes #20518. Jon Cave 2012-05-11 07:12:20 +00:00
  • 5e6ed7574c Handle relative urls when processing redirects. Introduce WP_Http::make_absolute_url(). Props dd32. fixes #20434 Ryan Boren 2012-05-10 21:32:02 +00:00
  • 4584d4022b Compress scripts/styles: 3.4-beta4-20766. bumpbot 2012-05-10 20:58:24 +00:00
  • 24a6a399d8 Normalize star ratings markup. Props helenyhou. fixes #20655 Ryan Boren 2012-05-10 19:59:48 +00:00
  • 9ce7cbaf4d Compress scripts/styles: 3.4-beta4-20764. bumpbot 2012-05-10 19:58:25 +00:00
  • bb49193ead Use stars-rtl.png for RTL start support in the theme installer. Props helenyhou, ocean90. fixes #20583 Ryan Boren 2012-05-10 19:37:16 +00:00
  • 5b4edeb721 Compress scripts/styles: 3.4-beta4-20762. bumpbot 2012-05-10 00:58:25 +00:00
  • 476314ad8b Theme Customizer: Add a fallback UI for browsers that do not support drag and drop upload. see #19910, #20452, #20582. Daryl Koopersmith 2012-05-10 00:15:53 +00:00
  • 243ecb7b13 Compress scripts/styles: 3.4-beta4-20760. bumpbot 2012-05-09 21:58:31 +00:00
  • d314192cfb Theme Customizer: Remove !important declarations from hide-if-customize and hide-if-no-customize classes. Use a default no-customize-support class on the body so we can use an element's original display property when visible. fixes #20565, see #19910. Daryl Koopersmith 2012-05-09 21:47:15 +00:00
  • 971dc88583 Uploader & Theme Customizer: Refresh uploader flash/silverlight shims when the mouse enters the browse button. Add class to body based on uploader's drag/drop support. Properly assign customize image uploader containers (so flash shims are positioned correctly when scrolled). see #19910, #20452, #20582. Daryl Koopersmith 2012-05-09 21:26:19 +00:00
  • fe7d612b97 Use correct translation function. Props kobenland, SergeyBiryukov. fixes #20646 Ryan Boren 2012-05-09 21:13:22 +00:00
  • 3c00653719 Set split_the_query to false if more than 500 rows requested. Props SergeyBiryukov. fixes #20628 Ryan Boren 2012-05-09 17:20:22 +00:00
  • d50aba69e4 Compress scripts/styles: 3.4-beta4-20755. bumpbot 2012-05-09 16:58:29 +00:00
  • 1b25bfa42e Update plugin install screens to use the new stars. Add stars-rtl.png. Remove star.png and gray-star.png and add to old files list. Ryan Boren 2012-05-09 16:27:24 +00:00
  • b5904b9525 Restrict the media editor to posts with the attachment post type. Props helenyhou. fixes #20625 Ryan Boren 2012-05-09 16:16:03 +00:00
  • 5b64115fc6 Friendlier strings with links to the support forums when experiencing problems talking to api.wordpress.org. fixes #20605 Ryan Boren 2012-05-09 15:55:59 +00:00
  • 0bed53f213 When showing already installed themes in the theme installer list, indicate in the row actions that the theme is installed and offer an update link if updates are available. Ryan Boren 2012-05-09 15:01:49 +00:00
  • 81918eaf4a Compress scripts/styles: 3.4-beta4-20750. bumpbot 2012-05-09 03:58:27 +00:00
  • a80f1997b8 Auto-fold the admin menu with CSS, fixes #20642 Andrew Ozz 2012-05-09 03:56:40 +00:00
  • 36ec8ea7d0 Lighten foreground color for inputs to match the standard body text. Also lighten several other instances of pure black. props helenyhou, fixes #19923. Daryl Koopersmith 2012-05-09 03:25:22 +00:00
  • 548960fe58 Theme Customizer: Link the current theme screenshot to the customizer. see #19910. Daryl Koopersmith 2012-05-09 01:38:54 +00:00
  • d454d3a0f3 Compress scripts/styles: 3.4-beta4-20746. bumpbot 2012-05-09 00:58:22 +00:00
  • 7739e9186d Theme Customizer: Maintain scrolled position when preview performs a full refresh. Allow wp.customize.Messenger to send/receive falsy values. see #19910. Daryl Koopersmith 2012-05-09 00:23:05 +00:00
  • d16b4050ad Compress scripts/styles: 3.4-beta4-20744. bumpbot 2012-05-08 23:58:24 +00:00
  • e1e949728c Theme Customizer: Add basic loading indicator when loading the customizer inside an iframe. see #19910. Daryl Koopersmith 2012-05-08 23:37:05 +00:00
  • 9116865432 Compress scripts/styles: 3.4-beta4-20742. bumpbot 2012-05-08 20:58:20 +00:00
  • 320916cc53 Theme Customizer: Add cross-domain handling for when the admin and front-end are different origins. Handles both ajax and postMessage calls. props rboren, mdawaffe, nacin. see #20507, #19910. Daryl Koopersmith 2012-05-08 20:13:34 +00:00
  • 6f90e8abd6 Don't split the main query if there is no limit. This helps avoid extremely long query strings that could cause segfaults. Allow plugins to control splitting via split_the_query filter. see #20628 Ryan Boren 2012-05-08 20:01:47 +00:00
  • 0de14403bf Don't delete nav menu items when the user that owns them is deleted. Ryan Boren 2012-05-08 17:01:50 +00:00
  • 597d44e837 Compress scripts/styles: 3.4-beta4-20738. bumpbot 2012-05-07 20:58:22 +00:00
  • 7fde7c1904 Theme Customizer: Use a internal global _wpCustomizeSettings object for wp.customize.settings to prevent script race conditions in IE (which blocked interaction with the preview). see #20582, #19910. Daryl Koopersmith 2012-05-07 20:03:39 +00:00
  • 6e6fe46e2c Contextual help updates for themes.php and theme-install.php. Props TomAuger. fixes #20515 Ryan Boren 2012-05-07 17:26:16 +00:00
  • 144b8d7135 Update upload-html-bypass string to reflect that the uploader is no longer new. Props Ipstenu. fixes #20627 Ryan Boren 2012-05-07 16:48:35 +00:00
  • a38242a366 phpdoc updates for register_post_type(). Props jeremyfelt. fixes #20622 Ryan Boren 2012-05-07 16:25:06 +00:00
  • 4c3eea178d Switch to WP_Theme::display() in theme update message. Props SergeyBiryukov. fixes #20623 Ryan Boren 2012-05-07 16:16:17 +00:00
  • e531502231 Add version numbers to Plupload in the script-loader. Andrew Nacin 2012-05-07 04:43:30 +00:00
  • 40f3bd8d9c Compress scripts/styles: 3.4-beta4-20731. bumpbot 2012-05-06 23:58:23 +00:00
  • b379473aa4 Add 'Install now', 'Preview', and 'Details' links to theme install list items. fixes #20403. Daryl Koopersmith 2012-05-06 23:06:47 +00:00
  • 1cc8ff2de6 Update license.txt to include 'How to Apply These Terms to Your New Programs' at the request of the FSF. Andrew Nacin 2012-05-06 07:28:28 +00:00
  • 7e82f59653 Remove editor_template_src.js from old files list. It should not be deleted. Props Jayjdk. fixes #20539 Ryan Boren 2012-05-05 21:10:18 +00:00
  • b77c923e9a Update contextual help for Tools screen. Props SergeyBiryukov, ajacommerce, DrewAPicture. fixes #19523 Ryan Boren 2012-05-05 19:09:08 +00:00
  • 76c1cad16a phpdoc fix for register_post_status(). Props yoavf. fixes #20616 Ryan Boren 2012-05-05 19:04:34 +00:00
  • c661174958 Compress scripts/styles: 3.4-beta4-20725. TinyMCE updated. bumpbot 2012-05-04 03:58:20 +00:00
  • 3afdcf2113 Remove unneeded var added in [20723], see #20608 Andrew Ozz 2012-05-04 03:28:35 +00:00
  • 0ad0b4d829 DFW: fix auto-resize in WebKit, fixes #20608 Andrew Ozz 2012-05-04 03:23:01 +00:00
  • eeb4df859b Remove the Ryan Boren Comedy Script from the POT file. Andrew Nacin 2012-05-04 01:17:27 +00:00
  • b8c71ce2ad Update jQuery UI version strings in script-loader, props niallkennedy, fixes #20611 Andrew Ozz 2012-05-04 01:11:28 +00:00
  • 4be0285f26 Dummy test for about.php. see #20423 Ryan Boren 2012-05-04 00:39:28 +00:00
  • 640aae0575 Don't concatenate translated strings. see #20518 Ryan Boren 2012-05-03 22:00:25 +00:00
  • 7f64f1a8dc Custom header contextual help updates. Props TomAuger. see #20518 Ryan Boren 2012-05-03 21:54:50 +00:00
  • d108fa8ee3 Compress scripts/styles: 3.4-beta4-20717. bumpbot 2012-05-03 17:58:27 +00:00
  • 55838e9b55 Fix markup in wp-admin/themes.php. see #20403. Daryl Koopersmith 2012-05-03 17:54:20 +00:00
  • 8c50f982ea Pinking shears Ryan Boren 2012-05-03 16:41:59 +00:00
  • 86280c6d68 Declare visibility of _prepare_post_type() as protected. See #20566. Jon Cave 2012-05-03 15:59:50 +00:00
  • 8ecb207683 Correct the link to http://codex.wordpress.org/Network_Admin_Sites_Screen in the network admin help sidebars. props Nao. fixes #20607. Andrew Nacin 2012-05-03 13:34:33 +00:00
  • dd57074aed Make admin-head-callback optional for custom headers. Reverts part of [20684]. fixes #20603. Andrew Nacin 2012-05-03 13:30:55 +00:00
  • 1d35a7b1db Beta 4 bump Ryan Boren 2012-05-03 02:08:43 +00:00
  • 75f4959b2a Add a filter to wp_terms_checklist() that wraps the function's arguments. Andrew Nacin 2012-05-03 01:15:18 +00:00
  • 0569761737 Compress scripts/styles: 3.4-beta3-20709. bumpbot 2012-05-02 22:58:29 +00:00