Commit Graph

  • 7a36f76c8f Validation fixes. Props ocean90, xknown. fixes #17364 Ryan Boren 2011-06-02 17:19:10 +00:00
  • 332d95b648 Validation fixes. Props ocean90, xknown. fixes #17364 Ryan Boren 2011-06-02 17:05:55 +00:00
  • 866b79d1c7 RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639 Ryan Boren 2011-06-02 16:04:02 +00:00
  • 424f188ce1 Remove redundant hidden parent_id input from edit form. Props solarissmoke. fixes #17656 Ryan Boren 2011-06-02 15:26:01 +00:00
  • ee0e7b23db Resurrect hash_hmac() compat for hosts that --disable-hash. Props aaroncampbell. fixes #17647 Ryan Boren 2011-06-02 14:21:09 +00:00
  • 36f1805ec4 Take that, PHP 5.0.5. Good riddens. see #14160. Andrew Nacin 2011-06-01 22:03:36 +00:00
  • 218486fb46 Use array_pop( array_keys() ) instead of end() to find the end of the array. end() finds that last item added, which is not reliable with plugins that add items to the end and then sort them up with custom_menu_order. see #17629 Ryan Boren 2011-06-01 21:27:42 +00:00
  • 599c9cc3a7 Set DFW background color to match the admin theme's background, see #17644 Andrew Ozz 2011-06-01 20:50:04 +00:00
  • ab110ae8b8 Fix typo in PHPMailer. Fixes #17614 props pross. Peter Westwood 2011-06-01 20:42:47 +00:00
  • 45486df91d Apply editable_slug filter in post_slug_meta_box(). Props yoavf, ramiy. fixes #17598 Ryan Boren 2011-06-01 20:33:45 +00:00
  • 7cb543f37f Apply editable_slug filter to parent page slugs in get_sample_permalink(). Props solarissmoke, ramiy. fixes #16999 Ryan Boren 2011-06-01 20:30:29 +00:00
  • 715e5a905b Remove reference to wp-fullscreen-content-css, see #17644 Andrew Ozz 2011-06-01 20:08:41 +00:00
  • f33bfbb86f Make DFW use the exact same style as the normal editor, remove width resizing in DFW as it would clash with editor-style.css for some themes, fixes #17644 Andrew Ozz 2011-06-01 20:01:29 +00:00
  • 1d9e0ea01b Use monospaced font for HTML editor. props iammattthomas. fixes #17640 Mark Jaquith 2011-06-01 19:31:42 +00:00
  • b41246fa30 Contextual help for twentyeleven's theme options screen. Props sbressler, dougwrites, jane. fixes #17357 Ryan Boren 2011-06-01 19:28:42 +00:00
  • cf59265def Decrement pending count after Approve and Reply. Props DH-Shredder. fixes #17380 Ryan Boren 2011-06-01 19:23:19 +00:00
  • 8077ca5c00 Twenty Eleven: Style the comments off message in the Ephemera widget; Props knutsp; Fixes #17583 Ian Stewart 2011-06-01 18:36:22 +00:00
  • 5af277b49f Bump the version on the updated CSS. See #17178. Peter Westwood 2011-06-01 16:59:25 +00:00
  • bdfa985fc6 Fix hover styles in the admin bar sites menu too. Fixes #17178 props ocean90 and johnjamesjacoby. Peter Westwood 2011-06-01 16:50:00 +00:00
  • 959f4e03c4 s/displayied/displayed/. props kawauso, fixes #17633. Andrew Nacin 2011-06-01 16:44:13 +00:00
  • aa91987639 Widgets RTL fixes, props yoavf, fixes #16082 Andrew Ozz 2011-06-01 16:29:10 +00:00
  • d66facad6c url_encode file names in theme and plugin editor urls. Props kawauso. fixes #17038 Ryan Boren 2011-06-01 16:14:58 +00:00
  • ac3a991b17 Fix paging through plugin search results. Props dd32. fixes #17285 Ryan Boren 2011-06-01 16:03:41 +00:00
  • 7fa99c4253 Help Tab text updatates. Fixes #17312 prop dougwrites. Peter Westwood 2011-06-01 15:37:04 +00:00
  • 5bb637983d Add .ics / text/calendar to the whitelist of allowed file types. Fixes #15916 props SergeyBiryukov Peter Westwood 2011-06-01 15:08:48 +00:00
  • f3b35cf893 Add a ms_user_row_actions filter on the actions array for the Network Users table. Fixes #15932 props sorich87 Peter Westwood 2011-06-01 14:44:10 +00:00
  • 2960bcac77 Use wp-menu-separator after Settings and before the first plugin top-level. Remove trailing separators. fixes #17629 Ryan Boren 2011-06-01 14:41:43 +00:00
  • 384371a6f3 Only apply the admin bar bump down css to the screen media type so it doesn't affect printouts. Fixes #17512 props kawauso. Peter Westwood 2011-06-01 14:30:12 +00:00
  • 83e351a7cc Only close comments on old posts by default. Fixes #16090 props nacin and johnjamesjacoby. Peter Westwood 2011-06-01 14:24:02 +00:00
  • 6dcfd5fc14 Make the css for the row status highlighting more specific so that it works regardless of the ordering of the CSS loading. Fixes #16827 props wpmuguru. Peter Westwood 2011-06-01 13:52:49 +00:00
  • cf2dd7ff71 Bumpity Peter Westwood 2011-06-01 13:36:51 +00:00
  • 89561d578e s/seperator/separator/. Props brandonburke. fixes #17610 Ryan Boren 2011-05-31 19:58:36 +00:00
  • 13a399b112 Use array_combine() to avoid a hard-coded copy of the post format slugs. Props mfields. fixes #17576 Ryan Boren 2011-05-31 19:52:38 +00:00
  • d5e77eefbf Don't set fields to empty values in _wp_translate_data(). Props scribu, johnjamesjacoby. fixes #16673 Ryan Boren 2011-05-31 16:08:46 +00:00
  • 189a71cda7 Remove misleading phpdoc. Props mfields. fixes #17558 Ryan Boren 2011-05-31 15:54:48 +00:00
  • 9eb9cb1e01 phpdoc typo fix. Props Caspie. fixes #17616 Ryan Boren 2011-05-31 15:23:21 +00:00
  • c70ed39223 More specific Tazonomy canonicalisation; Allows custom vars through, strips all per-taxonomy query vars. See #17174 Dion Hulse 2011-05-31 06:13:27 +00:00
  • 1b0694c1b5 Correct the logic for Taxonomy edit page actions. Props michaeltyson for initial patch. Fixes #17617 Dion Hulse 2011-05-31 05:05:42 +00:00
  • 2ce443d5c9 Twenty Eleven: Correct the broken 404 layout; Fixes #17606 Ian Stewart 2011-05-30 21:46:36 +00:00
  • 276131adc7 s/autosave/autosave-message to show these messages again, fixes #17624 Andrew Ozz 2011-05-30 19:53:18 +00:00
  • fe0023d441 Force-hide the adminbar when DFW opens to keep IE7 users happy, fixes #17622 Andrew Ozz 2011-05-30 19:22:09 +00:00
  • b0ff53d233 Fix notice, props greuben, fixes #17613 Andrew Ozz 2011-05-30 14:12:08 +00:00
  • ee6db8dcaf Add some delay to allow the flash uploader swf to load in FF4, fixes #17329 Andrew Ozz 2011-05-30 02:23:45 +00:00
  • f313a881e8 Twenty Eleven: bug fixes and enhancements ... * Improvements to the dark color scheme; Props matveb * Remove link colors from the dark color scheme and let the default link color cascade * Check for multiple authors before showing author information on single posts * Remove the span before the edit link on the image template * Add a comment icon; Props hugobaeta * Replace the default reply text with an icon to prevent i18n issues with the design; Props matveb * Don't output sidebar on the no sidebar layout * Use the search form styling from the header for all search forms * Style fixes for no search results page * Fixes for fancy blockquote styles * Style fixes for the showcase slider * Margin for galleries * Only showing the top post navigation on paged results * Remove floats from images for the smallest screen sizes Ian Stewart 2011-05-30 01:29:55 +00:00
  • be987907b8 Improve JS array/object detection when outputting the TinyMCE init array. Andrew Ozz 2011-05-29 21:18:58 +00:00
  • 25431a16bb s/Colse/Close/, props nacin, fixes #17399 Andrew Ozz 2011-05-29 05:07:32 +00:00
  • 1596867751 Don't close DFW when closing modal dialogs with Escape key, fixes #17399 Andrew Ozz 2011-05-29 02:04:52 +00:00
  • 21aaf43a01 Remove terrible suggestion. Andrew Nacin 2011-05-29 00:56:50 +00:00
  • 8efd0f7f7d Remove accidental tint on the post-box div. Should be a white background. Andrew Nacin 2011-05-28 19:29:32 +00:00
  • 69d133d6f0 Fix the spellchecker button for the visual editor. Fix focusing the editor in IE, props greuben, fixes #17467 Andrew Ozz 2011-05-28 16:46:13 +00:00
  • e7d7300bc7 Fix background color for approved comments, props DH-Shredder, fixes #17405 Andrew Ozz 2011-05-28 02:30:04 +00:00
  • 3db61a5880 Fix regression: the visual editor removes empty paragraphs, fix CSS for the spellchecker button, fixes #17368 Andrew Ozz 2011-05-27 19:27:19 +00:00
  • 6cde0d88f9 Properly handle return value of DDL statements. Props scribu, marcis20. fixes #11372 Ryan Boren 2011-05-27 15:46:56 +00:00
  • 8db8af8fe5 Return false from is_page_template() if the template is default. Props johnbillion. fixes #17458 Ryan Boren 2011-05-27 15:24:33 +00:00
  • 27273e2b1f POT, generated from r18060 potbot 2011-05-27 03:29:06 +00:00
  • 4beb8573c1 Twenty Eleven: Improvements to the responsive layout Ian Stewart 2011-05-27 01:04:05 +00:00
  • e606e90f44 Twenty Eleven: Add the Ephemera title to the theme textdomain; Props knutsp; Fixes #17572 Ian Stewart 2011-05-26 20:50:53 +00:00
  • dcee686373 Twenty Eleven: Show tag descriptions on tag archive pages if they exist; Props zeo; Fixes #17438 Ian Stewart 2011-05-26 19:10:30 +00:00
  • 064786d47c Twenty Eleven: focus styles for all links; Fixes #17410 Ian Stewart 2011-05-26 18:41:35 +00:00
  • 9294a6cb6d Remove duplicate sentence search terms. Props scribu. fixes #17152 Ryan Boren 2011-05-26 16:41:59 +00:00
  • 01dac4d16f Bump Andrew Nacin 2011-05-26 06:06:10 +00:00
  • cec199aa57 Don't use array calling for post_status in wp_edit_attachments_query() to prevent any use of the deprecated query_string filter (as in, don't use it) from tanking the page. see #17556, #17559. for 3.1. Andrew Nacin 2011-05-26 05:41:34 +00:00
  • 2ac4a87b89 Upddate FSF address in kses. props mcepl, fixes #14967. Andrew Nacin 2011-05-25 22:15:12 +00:00
  • 7d65cc5e09 Twenty Eleven: Style fixes and showcase improvements; Props matveb * Remove bottom border from last post * Improve featured posts on the showcase: move slider navigation to the top right; make sure the bottom border shows; make the reading more link thicker * Positioning fix for image post format meta * Dark stylesheet improvements * Ensure search input text is centred vertically Ian Stewart 2011-05-25 21:19:52 +00:00
  • 75e4ab2cae Twenty Eleven: make sure title-less widgets don't float into content for small screens; Props devinreams; Fixes #17423 Ian Stewart 2011-05-25 20:24:21 +00:00
  • 8d75a9a12c Twenty Eleven: correct syntax for CSS transition property; Props Jayjdk; Fixes #17426 Ian Stewart 2011-05-25 19:36:32 +00:00
  • 6fbd0a4ff6 Bump. Beta 2 Ryan Boren 2011-05-25 18:20:49 +00:00
  • 66f5e4bb1c Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432 Ian Stewart 2011-05-25 17:46:19 +00:00
  • 657155ed7c Remove duplicate IDs before passing comment post IDs to get_pending_comments_num() Ryan Boren 2011-05-25 17:36:26 +00:00
  • 2633e960d0 Twenty Eleven: Fix a typo in PHPdoc; Props tenpura; Fixes #17434 Ian Stewart 2011-05-25 17:18:23 +00:00
  • 0b8804ef6e Twenty Eleven: consistent styles for .nopassword and .nocomments; Props zeo; Fixes #17437 Ian Stewart 2011-05-25 17:13:02 +00:00
  • 385262f36e Fix notices. Props ocean90. fixes #17528 Ryan Boren 2011-05-25 16:46:40 +00:00
  • c28266caae Twenty Eleven: better visibility for comment form text in the dark color scheme; Props greuben; Fixes #17468 Ian Stewart 2011-05-25 16:28:51 +00:00
  • d6199b177a Support Chrome Frame. fixes #14537 Ryan Boren 2011-05-25 16:15:00 +00:00
  • 65379307dc Fix name of plugins submenu. Props ocean90. fixes #17530 Ryan Boren 2011-05-25 16:06:42 +00:00
  • 64367f2de7 If there is only one submenu and it is has same destination as the parent, remove the submenu. fixes #17528 Ryan Boren 2011-05-25 16:05:52 +00:00
  • b01f5d1b74 Twenty Eleven: correcting mis-floated sidebar in IE9 on the showcase page; Props rosshanney; Fixes #17486 Ian Stewart 2011-05-25 15:55:22 +00:00
  • 640eed5f4a Update @since Ryan Boren 2011-05-25 15:47:17 +00:00
  • f48fe743ad Twenty Eleven: using the cite element to markup a name doesn't conform to the HTML spec; Props holizz and aaroncampbell; See #17520 Ian Stewart 2011-05-25 15:29:26 +00:00
  • 2c40d3edea Twenty Eleven: make categories and tags i18n friendly; Props dimadin; Fixes #17531 Ian Stewart 2011-05-25 15:19:33 +00:00
  • b048109cce Remove wp-admin/js/list-table.js, not used anywhere and not listed in script-loader. Andrew Ozz 2011-05-25 01:06:24 +00:00
  • 3a20d6aa17 Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 Andrew Ozz 2011-05-25 01:04:12 +00:00
  • 09424ff8b3 Rename network admin submenus to not clash with top level menus. Props ocean90, markmcwilliams. see #17378 Ryan Boren 2011-05-24 21:58:01 +00:00
  • 1ed0c5b42d Stop TinyMCE from trying to maintain text formatting when adding new paragraphs in FF and WebKit, see #17549 Andrew Ozz 2011-05-24 21:55:59 +00:00
  • 426d2bfb74 Fix another .attr() vs .prop() case, props ocean90, fixes #17546 Andrew Ozz 2011-05-24 16:49:01 +00:00
  • 48fd7708b1 Rename duplicate delete_post and deleted_post actions to before_delete_post and after_delete_post. Props scribu. fixes #13731 Ryan Boren 2011-05-23 23:43:14 +00:00
  • 413723f08e Correct phpdoc for replacing/extending thewpdb class. Props johnbillion. fixes #17533 Ryan Boren 2011-05-23 23:37:16 +00:00
  • ccba8dfbf3 Validation fixes. Props ocean90, peaceablewhale. see #17364 Ryan Boren 2011-05-23 23:33:30 +00:00
  • ab6db3e04f Don't show _access_denied_splash() for network admin pages. Props sorich87. fixes #17511 Ryan Boren 2011-05-23 23:11:03 +00:00
  • c9566759db Don't show _access_denied_splash() if the user has permissions for the site but insufficient perms for a particular page. Props sorich87. fixes #17514 Ryan Boren 2011-05-23 23:08:19 +00:00
  • 40306508a3 String swap. see #17532. Andrew Nacin 2011-05-23 18:32:17 +00:00
  • 526f6fe677 Update wp_mail to correctly call the Address adding functions on PHPMailer for To, CC, BCC in a way which preserves our support for full RFC2822 address specifications. Older versions of PHPMailer were not too careful about validating what we passed in to them as a plain email address - the new version expects we pass in the Name and Email address seperately. Fixes #17305 based on a patch from dllh. Peter Westwood 2011-05-23 11:14:05 +00:00
  • 24aade313f Use context to tell the translators what to do and thereby remove a unused string. Add a comment as to why we have translations after a return. See #17532 Peter Westwood 2011-05-23 11:02:12 +00:00
  • 85d36b3db0 Add paragraph tags around the blocks of contributors. see #17532. Andrew Nacin 2011-05-23 05:49:44 +00:00
  • d996e79999 s/WordPress MU/WordPress/ and remove an unused sprintf param. props wpmuguru, fixes #17529. Andrew Nacin 2011-05-23 05:43:07 +00:00
  • 66de3a08a4 Prepare the Credits page to handle translators. see #17532. Andrew Nacin 2011-05-23 05:33:33 +00:00
  • 891be1229a Update the Credits page for changes in the API. see #17532. Andrew Nacin 2011-05-23 00:08:51 +00:00
  • e53a69b9d3 Bump Ryan Boren 2011-05-22 23:59:55 +00:00
  • da02537bb0 Mark import attachments as private. Schedule job to delete old import attachments. Introduce attachment context. Ryan Boren 2011-05-22 23:25:28 +00:00
  • 722cbee7b6 Make sure ext passes through sanitize_file_name() Ryan Boren 2011-05-22 23:23:57 +00:00