Commit Graph

  • e963df0fef Show "Done" feedback after setting post thumbnail image. see #11140 (partial fix) Mark Jaquith 2009-12-10 07:34:32 +00:00
  • 507cf49e1b Do not show "Use as thumbnail" in standalone media browser, but DO show it when you upload a new image on a post. fixes #11366 Mark Jaquith 2009-12-10 07:04:01 +00:00
  • ab97039f96 Post/Page Image was too generic a name. Post/Page Thumbnail is more clear, even if you can create very large thumbnail images if you so choose. Mark Jaquith 2009-12-10 06:14:36 +00:00
  • 3d6a741305 Allow registering post image support per post type. fixes #11364 Ryan Boren 2009-12-09 15:39:20 +00:00
  • 30d99c2c6e Do not auto-scroll the media popup when opening an image details section if it can fit in the viewport, props caesarsgrunt, fixes #11269 Andrew Ozz 2009-12-09 12:24:45 +00:00
  • daa0430927 Remove passing of spurious argument to wpdb->db_version(). Peter Westwood 2009-12-09 12:00:55 +00:00
  • f27073a3d8 Save menu sections' opened/closed state separately, fixes #10366 Andrew Ozz 2009-12-09 11:27:47 +00:00
  • 8d300bf5b7 s/size/s/ fixes #11370 props nacin. Peter Westwood 2009-12-09 09:44:53 +00:00
  • aeb4be8d81 Revision 12345. Nothing but whitespace fixes. That's how I roll. Mark Jaquith 2009-12-08 21:29:12 +00:00
  • ce73d32830 Yet more standardization around Post/Page Image instead of Post/Page Thumbnail Mark Jaquith 2009-12-08 21:27:53 +00:00
  • 5d021234c2 More standardization around Post/Page Image instead of Post/Page Thumbnail Mark Jaquith 2009-12-08 21:24:32 +00:00
  • 54410e03f6 Introducing set_post_image_size(w, h, crop) so themes can register their special size/crop for canonical post images. WP will create this size/crop upon upload, so your canonical post images fit your space exactly! Mark Jaquith 2009-12-08 21:08:19 +00:00
  • 2101888ec0 Cast out the lowercase P demons that snuck in. http://www.google.com/search?q=out+out+you+demons+of+stupidity Matt Mullenweg 2009-12-08 19:59:34 +00:00
  • 073884cb99 Urlencode the redirect url for the logout links as well as login in links. Fixes #10991 props Utkarsh. Peter Westwood 2009-12-08 16:38:59 +00:00
  • 51e25872a6 Standardize around "post image" instead of "post thumbnail" Mark Jaquith 2009-12-08 16:34:04 +00:00
  • 009fe3e343 Make the gallery shortcode float the right way for RTL languages. Fixes #7134 props ikonst. Peter Westwood 2009-12-08 12:45:32 +00:00
  • 90521c0880 Include admin-footer in options.php only for the default case. Avoids warning about hook_suffix not being set when POSTing to options.php. see #10131 Ryan Boren 2009-12-08 01:11:02 +00:00
  • bd86766a72 Use stripslashes_deep to strip meta values. Props JonathanRogers, Sewar. fixes #10656 Ryan Boren 2009-12-08 00:48:39 +00:00
  • 0cc6b29c9b Spam links are just as destructive as trash (more so, actually, since they deprecate the comment). Now they are also colored red, like trash. props caesarsgrunt. fixes #11304 Mark Jaquith 2009-12-07 23:45:02 +00:00
  • b63538c44a Fix the case of the curiously expanding wp-admin menu. props westi. fixes #10366 Mark Jaquith 2009-12-07 23:29:25 +00:00
  • 5301d79a97 Do not display comments on non-public posts in comments widget. props Denis-de-Bernardy. fixes #9211 Mark Jaquith 2009-12-07 18:09:11 +00:00
  • 4701dd33f6 Check the correct global in get_page and also ensure that the cap check for deleting pages copes for the default page we edit when adding new. Fixes #11203. Peter Westwood 2009-12-07 18:01:02 +00:00
  • 8b72be4ed2 Yes, I did mean original... props coffee2code. fixes #10057 Mark Jaquith 2009-12-07 17:57:48 +00:00
  • 1059fec62e Re-enable trash link appearance on autosave. fixes #11351 Mark Jaquith 2009-12-07 16:38:04 +00:00
  • ca305e593f Drop autoload index from schema. Tweak key layout to satisdy dbDelta. Props nacin. fixes #11322 #2699 Ryan Boren 2009-12-07 13:57:18 +00:00
  • d8e1e13b43 Reverting [12324] and [12322] after some discussion. Mark Jaquith 2009-12-07 04:31:44 +00:00
  • dd1d1be280 Get rid of stray comma. fixes #10977. props kevinB Mark Jaquith 2009-12-06 18:01:01 +00:00
  • 5831826b77 Cleanup oembed caching. Props Viper007Bond. see #10337 Ryan Boren 2009-12-06 17:40:36 +00:00
  • 0685f827bf Use oEmbed for dailymotion. Props Viper007Bond. see #10337 Ryan Boren 2009-12-06 17:33:53 +00:00
  • b54aedfe6f Make codex link open in a new window Mark Jaquith 2009-12-06 17:30:56 +00:00
  • 3d0fd44d6b Revert the string change to the Discussion meta box as this is a generic box for multiple post types. Fixes #11346. Peter Westwood 2009-12-06 17:05:49 +00:00
  • 236b329a88 Display Post/Page Thumbnail meta box even if theme does not support it -- just display an info message. props janeforshort Mark Jaquith 2009-12-06 17:02:51 +00:00
  • ddea52b0e9 Allow plugins to filter the UserAgent used for PingBack requests. Fixes #11317 props mtdewvirus. Peter Westwood 2009-12-06 14:28:35 +00:00
  • 5f78d6f2a8 phpdoc for post thumbnail template functions. Props ramiy. fixes #11310 Ryan Boren 2009-12-03 15:59:27 +00:00
  • 00c2f972e9 get_the_term_list() phpdoc updates. Props filosofo. fixes #11116 Ryan Boren 2009-12-03 15:52:11 +00:00
  • c2b584a91b Validate date/time fields for posts and comments, fixes #10309 Andrew Ozz 2009-12-03 09:56:20 +00:00
  • 07f2fd2e4b Fix errors when bulk actions executed on empty list, props nacin, see #11184 Andrew Ozz 2009-12-03 01:43:49 +00:00
  • 65e6d5fb10 Fix is_tax(). Props scribu. fixes #10721 Ryan Boren 2009-12-02 18:00:32 +00:00
  • cf79d843b6 Set default timezone. Props Denis-de-Bernardy. fixes #10940 Ryan Boren 2009-12-02 17:50:07 +00:00
  • d8822ccb65 Beta 2 bump Ryan Boren 2009-12-01 23:57:13 +00:00
  • 01a2ce507b Fix canceling when deleting newly added categories and link categories, fixes #11296 Andrew Ozz 2009-12-01 23:51:04 +00:00
  • ad34368ba9 Fix multiple confirmation messages when restoring posts and pages from the trash, props caesarsgrunt, see #4529 Andrew Ozz 2009-12-01 23:28:20 +00:00
  • 64c329968f Swap Spam and Trash in comment action links, fixes #11258 Andrew Ozz 2009-12-01 22:05:03 +00:00
  • 0042fa7b7c Fix file validation in theme editor. Props dd32. fixes #11032 Ryan Boren 2009-12-01 22:03:13 +00:00
  • b2faac7a2b Fix wp_nonce_ays() for log-out case. Fix IE6 padding. Props miqrogroove. fixes #11289 Ryan Boren 2009-12-01 21:21:31 +00:00
  • d6003d7fa6 Standardize on 'Undo'. Props caesarsgrunt. fixes #11299 Ryan Boren 2009-12-01 20:00:33 +00:00
  • a17b3af236 Use correct var name. Props miqrogroove. fixes #10821 Ryan Boren 2009-12-01 19:41:41 +00:00
  • af737032df Do recently updated test only if show_updated. Avoids slow query. Ryan Boren 2009-12-01 19:35:21 +00:00
  • 3f21c3ea5c Delete custom taxonomy relationships when deleting a post or attachment. Props dd32. fixes #10821 Ryan Boren 2009-12-01 18:01:24 +00:00
  • a308e5f1da Remove oEmbed references and auto-insert of shortcodes from the UI, fixes #11288 Andrew Ozz 2009-12-01 09:22:48 +00:00
  • 55ea0988cd Don't show deleted Pages in wp.getPages results, props ryan, props Denis-de-Bernardy,fixes #11243 Andrew Ozz 2009-12-01 08:14:42 +00:00
  • 3ee2175000 Separate the removal of <p> wrapping from shortcodes into another function and apply it with different filter, props miqrogroove, props mdawaffe, see #11257, see #11249 Andrew Ozz 2009-12-01 07:46:36 +00:00
  • 3d270053f2 Preserve parentage when importing comments. Props joostdevalk. fixes #8019 Ryan Boren 2009-12-01 02:12:42 +00:00
  • 42e6256e10 Accept either user_id or user_ID. Remove user_id global. see #11271 #11222 Ryan Boren 2009-12-01 02:06:02 +00:00
  • 7026dd4d72 Delete custom taxonomy relationships when deleting a post. Props miqrogroove. fixes #10821 Ryan Boren 2009-11-30 22:17:28 +00:00
  • 6115dc47b2 Save parent temp ID for unattached attachments in postmeta. Props scribu. fixes #9471 Ryan Boren 2009-11-30 21:41:52 +00:00
  • a772d3fe2c Hide Cancel link in the browser uploader on Media Library screen. Andrew Ozz 2009-11-30 20:58:12 +00:00
  • 68985dce07 escape hrefs. Props Denis-de-Bernardy. fixes #10056 Ryan Boren 2009-11-30 16:55:50 +00:00
  • b83aada923 Fix Right Now comments counts when only one comment exists Andrew Ozz 2009-11-30 01:53:25 +00:00
  • a03d21af84 Fix Right Now comments counts for trash, spam or undo. Andrew Ozz 2009-11-30 00:49:33 +00:00
  • 2a1dcbf551 comment status transition was broken due to sneaky reference return in &get_comment. Props skeltoac Ryan Boren 2009-11-29 20:05:39 +00:00
  • a0ea0aa4ed Tweak colors for trash, spam and undo of comments, fix IE6/7 background for unapproved comments, fix JS error in IE6/7, props caesarsgrunt, see #4529 Andrew Ozz 2009-11-29 10:29:12 +00:00
  • 365fea47fc "Trash" fixes, props caesarsgrunt, see #4529 Andrew Ozz 2009-11-28 03:56:20 +00:00
  • ed11892e7f Flash through red when sending an item to the trash, flash through green when undoing it, props caesarsgrunt, see #4529 Andrew Ozz 2009-11-28 02:56:15 +00:00
  • bc19c30486 Restore functionality of setup_userdata() when a user id is supplied. See #11271 and #11222. Peter Westwood 2009-11-27 18:17:44 +00:00
  • c491ed5c61 Reorder comment actions, fixes #11258 Andrew Ozz 2009-11-27 12:57:35 +00:00
  • a675276ce5 Undo for setting a comment as spam, props caesarsgrunt, fixes #11260, see #4529 Andrew Ozz 2009-11-27 10:34:09 +00:00
  • c53d14090e Fix notice in bulk edit posts, props dd32, fixes #11184 Andrew Ozz 2009-11-26 11:41:37 +00:00
  • 387ac8c9b5 Fix notices and phpdoc, props hakre, fixes #10758 Andrew Ozz 2009-11-26 11:29:54 +00:00
  • 1d918ec7f7 Fix typo, props nacin, fixes #8557 Andrew Ozz 2009-11-26 08:13:31 +00:00
  • c70cf53090 Reset notice after restoring a comment from the trash, props caesarsgrunt, fixes #11223 Andrew Ozz 2009-11-26 08:04:25 +00:00
  • 437db709fc Swap the Flip horizontally and Flip vertically buttons in the image editor so they are more understandable, props scribu, fixes #11171 Andrew Ozz 2009-11-26 07:49:44 +00:00
  • 53872d2218 Avoid a rare case of black line in cropped thumbnails, props miqrogroove, fixes #7748 Andrew Ozz 2009-11-26 06:58:21 +00:00
  • b3b788503e Get the right number of pages then excluding a tree, fixes #11205 Andrew Ozz 2009-11-26 05:22:09 +00:00
  • f066b7dc39 Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529 Andrew Ozz 2009-11-26 04:37:39 +00:00
  • d6c576bc1f Apply editable_slug filter in more places. Props dwright. fixes #10966 Ryan Boren 2009-11-25 15:11:57 +00:00
  • 70435662a6 l10n for thickbox.js, props nbachiyski, fixes #10278 Andrew Ozz 2009-11-25 11:08:39 +00:00
  • 8a77135845 Autop: add fieldset to blocks, remove support for empty <p> for now, fix block in block problems when switching the editor from visual to html and back, fixes #8644 Andrew Ozz 2009-11-25 09:50:20 +00:00
  • be0c042c08 Set uploaded files extensions to lower case, fixes #11218 Andrew Ozz 2009-11-25 05:04:30 +00:00
  • 09dfc3b883 Don't require titles for attachments. Props caesarsgrunt. fixes #11052 Ryan Boren 2009-11-24 16:52:32 +00:00
  • e7b40483e9 Check action type to avoid warnings. Props sirzooro. fixes #11203 Ryan Boren 2009-11-24 16:46:23 +00:00
  • dff67e2fa2 Fix attachment rewrite endpoints. Props Curioso. fixes #5553 Ryan Boren 2009-11-24 16:08:13 +00:00
  • 64200ba296 Filter imported comments Ryan Boren 2009-11-24 14:40:25 +00:00
  • 36b5b622f3 Filter imported comments Ryan Boren 2009-11-24 14:00:41 +00:00
  • 3821d10f89 Fix wpfs root dir location. Props dd32. fixes #11152 Ryan Boren 2009-11-23 21:52:13 +00:00
  • 27db8a8161 Standardize on user_id instead of user_ID when passing comment data. fixes #11222 Ryan Boren 2009-11-23 21:04:11 +00:00
  • 3e94024432 Pass user_login and user_email to registration_errors. Props nacin. fixes #11237 Ryan Boren 2009-11-23 18:51:14 +00:00
  • ef3f414213 Check if defined to avoid having to suppress. Props Mittineague, Denis-de-Bernardy. fixes #10525 Ryan Boren 2009-11-23 18:47:22 +00:00
  • bef6051a09 Improve IIS rewrite support. Props ruslany, peaceablewhale. fixes #10386 Ryan Boren 2009-11-23 18:17:46 +00:00
  • 98be65649d Reduce memory usage for XML-RPC requests. Props Demitrious Kelly. fixes #10698 Ryan Boren 2009-11-23 16:53:36 +00:00
  • e0fbb763b3 Standardize RTL admin fonts. Props yoavf. fixes #11239 Ryan Boren 2009-11-23 16:10:06 +00:00
  • 7a0fb0316f Pass the old term_taxonomy ids to the action in set_object_terms so plugins know what was before. Fixes #10962 props simonwheatley. Peter Westwood 2009-11-22 22:33:45 +00:00
  • b9b969f12a Allow plugins to change the redirect on post/page publishing/submitting. Fixes #10929 props johnjosephbachir and johnbillion. Peter Westwood 2009-11-22 22:30:27 +00:00
  • 36c1e9d580 Use _x() not _c(). See #6362 fixes #11228 props filosofo. Peter Westwood 2009-11-22 22:22:25 +00:00
  • ae06595dba Make sure the translated urls are attribute safe using esc_attr(). See #11008. Peter Westwood 2009-11-22 12:11:18 +00:00
  • 43b9064424 Mark _c() as Deprecated people should use the new _x() instead. Fixes #11225. Peter Westwood 2009-11-22 12:07:41 +00:00
  • b1d71a4fcb Use _x() not _c() as we want to use the gettext contexts. Peter Westwood 2009-11-22 11:50:16 +00:00
  • 1968cc57d6 Update the test case for #11008 - original pre paragraphed text was relying on autop to insert <br /> for the line breaks so make it explicit in the expected result. Peter Westwood 2009-11-22 10:34:37 +00:00
  • 54208d4973 Ignore trashed comments for duplicate comment check, props scribu, fixes #10944 Andrew Ozz 2009-11-21 11:31:21 +00:00
  • 0503ad218c Don't show page templates in the drop down if they are in a subdirectory. Fixes #10959 props scribu. Peter Westwood 2009-11-21 10:05:19 +00:00