Commit Graph

  • da87e95962 Do not do a canonical redirect for negated author query strings. fixes #10960 Mark Jaquith 2009-10-15 09:13:38 +00:00
  • a8bf4adf41 Page Templates now have there full path specified so no need to prepend WP_CONTENT_DIR. Fixes #10953 props sivel. Peter Westwood 2009-10-14 20:46:09 +00:00
  • 52c593458d Strip commas and spaces from charset. Props Jose Carlos Norte Ryan Boren 2009-10-14 16:21:28 +00:00
  • 6d99e52613 Do not close media thickbox after thumbnail is selected, in case uploads are in progress. see #10928 Mark Jaquith 2009-10-14 08:42:32 +00:00
  • 459e0bcfc9 Fix tags and categories postboxes in PressThis Andrew Ozz 2009-10-14 07:30:10 +00:00
  • aaae110d8f Remove remains from the old bookmarklet code Andrew Ozz 2009-10-14 05:53:49 +00:00
  • 529e336c1e Add set_user_role action hook. props jamescollins, usermrpapa. fixes #10716 Mark Jaquith 2009-10-14 02:30:51 +00:00
  • 05458bb414 Use oEmbed for youtube. Props Viper007Bond. see #10337 Ryan Boren 2009-10-13 22:36:24 +00:00
  • d7367f405a Request only as many incoming links and we'll display. Props niallkennedy. fixes #10685 Ryan Boren 2009-10-13 22:04:54 +00:00
  • 1a00881a37 Introducing register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user. props apeatling. fixes #10467 Mark Jaquith 2009-10-13 19:06:35 +00:00
  • 8bd343a22e Bump db version Ryan Boren 2009-10-13 18:50:16 +00:00
  • e71f15a979 Embeds. Props Viper007Bond. see #10337 Ryan Boren 2009-10-13 17:04:22 +00:00
  • 9d5f38a1df Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS. Andrew Ozz 2009-10-13 10:02:42 +00:00
  • 8e956b6488 Show the login form in a popup when autosave hits the login grace period, fixes #10704 Andrew Ozz 2009-10-11 11:26:59 +00:00
  • 2dc1de999c Open View/Preview post in a new window from the link in the Saved/Updated message, cleanup messages code, add Draft updated for Pages. Andrew Ozz 2009-10-11 00:37:26 +00:00
  • 77749a6009 First pass at canonical post image template functions. see #10928 Mark Jaquith 2009-10-10 08:31:21 +00:00
  • a3bf844ed3 Constrain admin thumbnail display to width of meta box while in sidebar. Add filters. Mark Jaquith 2009-10-10 07:41:42 +00:00
  • cfad60032c Show "Draft updated" instead of "Post updated" when saving drafts. Andrew Ozz 2009-10-10 07:24:05 +00:00
  • 158ddd44ef Adjust comment moderation shortcut keys: d = trash or delete depending on the screen Andrew Ozz 2009-10-09 23:28:06 +00:00
  • 9a76ba48d9 Add l10n thousands delimiter and decimal point to JS, fix updating of comments numbers on the dashboard and keyboard shortcuts for comments moderation (t = trash, z = restore/undo) Andrew Ozz 2009-10-09 09:02:22 +00:00
  • 86fd35946f Allow the separator in wp_tag_cloud and wp_generate_tag_cloud to be specified. Fixes #10315 props ramiy and filosofo. Peter Westwood 2009-10-08 21:51:34 +00:00
  • fa42eb41a2 Add a title to the Home link output by wp_page_menu(). Fixes #10594 props amilanov. Peter Westwood 2009-10-08 21:37:26 +00:00
  • 1ac5894933 Add a filter to the_author_posts_link(). Fixes #10691 props sirzooro and filosofo. Peter Westwood 2009-10-08 21:04:04 +00:00
  • d1beea5ee6 Fix display of header on default theme custom header page. Fixes #9929 props jmulley. Peter Westwood 2009-10-08 20:52:06 +00:00
  • 44fc49bb90 Allow for tag templates to be linked by tag id as well as name. Fixes #10868. Peter Westwood 2009-10-08 17:27:51 +00:00
  • 6f3714fa27 Remove rel='tag' on links in Tag Clouds as it is only for outbound links where the destination is a tag for the current page. Fixes #10897. Peter Westwood 2009-10-08 17:05:32 +00:00
  • 59981a3d5b Add Undo when moving comments to the trash, remove unneeded nonces, see #4529 Andrew Ozz 2009-10-08 08:24:59 +00:00
  • ab98fc356b First pass on canonical post thumbanils. Admin-side GUI only. Theme functions to follow. see #10928 Mark Jaquith 2009-10-07 22:18:09 +00:00
  • 8d19386616 Remove the php-gettext library as we don't use it anymore. Fixes #9751. Peter Westwood 2009-10-07 20:42:05 +00:00
  • e024f20812 Disable codepress. Maintained replacement needed. Ryan Boren 2009-10-07 15:22:23 +00:00
  • a46f2f2b14 Admin RTL CSS updates. Props yoavf. fixes #10923 Ryan Boren 2009-10-07 13:57:43 +00:00
  • cba144b87c Add post_submitbox_misc_actions action. Props mdawaffe Ryan Boren 2009-10-06 20:17:21 +00:00
  • 9698b2716d Fix the specification of the object_type column in delete_metadata so that it will delete stuff if $delete_all is false. See #2659 Peter Westwood 2009-10-06 19:18:21 +00:00
  • de6f496e44 Post type registration. Exclude post types added via plugin from searches by default. Introduce register_post_type() and get_post_types(). fixes #10885 Ryan Boren 2009-10-06 14:43:05 +00:00
  • aeab6ed248 Add conditional to handle get_comment_meta() return value, make #comment_id required arg for wp_trash_comment() and wp_untrash_comment(), see #4529 Andrew Ozz 2009-10-05 01:49:19 +00:00
  • f7e5db2645 Fix delete_metadata(), see #2659 Andrew Ozz 2009-10-05 01:08:06 +00:00
  • 1c12fc9165 Make the (add|get|update)_site_option functions run the same filters in WP as they do in mu. Fixes #10893. Peter Westwood 2009-10-03 21:40:27 +00:00
  • dcdc3fdd1c Press This fixes, props noel, see #10784 Andrew Ozz 2009-10-03 07:14:44 +00:00
  • cd312efd44 Update pclzip to 2.8.2 - Fixes #10650 and #10777. Includes: * Removal of eval()s * Merge WordPress 64 bit fix upstream Peter Westwood 2009-10-01 21:04:57 +00:00
  • ef14722014 Delete the trash metadata when untrashing a comment. See #4529 props caesarsgrunt. Peter Westwood 2009-10-01 19:59:35 +00:00
  • 30e0d4173f Improve inline documentation for register_setting(). Props filosofo. fixes #10368 Ryan Boren 2009-10-01 17:54:24 +00:00
  • bb4c840efb Use ID, not user_id. Props filosofo. fixes #10709 Ryan Boren 2009-10-01 17:52:01 +00:00
  • 3f0243f75e Pass args to mysql2date() in the correct order. Props filosofo, fabifott. fixes #10866 Ryan Boren 2009-10-01 17:50:28 +00:00
  • 21ff869024 Show link back to post for pingbacks in the recent comments dashboard widget. Props scribu. fixes #10622 Ryan Boren 2009-10-01 17:42:33 +00:00
  • faead879c7 Localize default strings for edit_comment_link() and edit_post_link(). fixes #10879 Ryan Boren 2009-10-01 17:41:09 +00:00
  • 04772d1b9f Surface "Move to Trash" link for posts/pages immediately after first autosave fires. Props cross country flight. fixes #10344 Mark Jaquith 2009-10-01 11:44:18 +00:00
  • 917e03d25b Image Editor: fix refreshing of the thumbnail, use WP_Http_Fopen::test(), see #10528 Andrew Ozz 2009-09-30 23:39:09 +00:00
  • 2895da93b2 Image Editor: add load and save image filters, fix backup sizes meta, see #10528 Andrew Ozz 2009-09-30 08:38:32 +00:00
  • ad064e9a49 htmlspecialchars after apply_filters, props Viper007Bond, see #10858 Andrew Ozz 2009-09-29 10:28:08 +00:00
  • 048bc0b258 Press This: editor fixes and CSS tweaks for IE6/7 Andrew Ozz 2009-09-29 09:46:13 +00:00
  • d3d1c0c4b1 Pad counts in wp_dropdown_categories. Props mtdewvirus. fixes #10870 Ryan Boren 2009-09-28 22:32:27 +00:00
  • 2cb6b5469d Deprecates the_content_rss(). Add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds. Props Viper007Bond. Ryan Boren 2009-09-28 14:36:48 +00:00
  • 9bb3e2ca73 Hide "Attach" link for media (which requires JS) if no JS available. (BUGS ON A PLANE!) Mark Jaquith 2009-09-27 18:54:17 +00:00
  • 737378702c esc_sql() for wp-includes Mark Jaquith 2009-09-27 05:33:56 +00:00
  • 343e591c2b Expose HTTP PUT when supported, props mdawaffe, fixes #10855 Andrew Ozz 2009-09-26 22:52:42 +00:00
  • 1ef0620a33 Improve get_page_hierarchy, props hailin, fixes #10853 Andrew Ozz 2009-09-26 22:45:52 +00:00
  • b2d6dc7e66 Apply "comment_edit_pre" filter when quick-editing comments, props Viper007Bond, fixes #10858 Andrew Ozz 2009-09-26 22:28:22 +00:00
  • c4571d4a60 TinyMCE 3.2.7 Andrew Ozz 2009-09-26 08:33:16 +00:00
  • a8505d056f Image Editor: fix preview size calculation when cropping small part of a very large image, see #10528 Andrew Ozz 2009-09-26 04:07:27 +00:00
  • 3ea3b853cc Image Editor: fix minified CSS, see #10528 Andrew Ozz 2009-09-24 20:22:31 +00:00
  • bb43e36418 Remove trailing whitespace Ryan Boren 2009-09-24 17:19:13 +00:00
  • d11f390d69 Use a post_parent of 0 instead of -1 to indicate unattached posts. Props c0nstruct. see #10521 Ryan Boren 2009-09-24 17:13:11 +00:00
  • 578e956287 Actions for postmeta updates. Props Demitrious Kelly. see #10750 Ryan Boren 2009-09-24 17:10:28 +00:00
  • dfed9737d7 Image Editor: fix JS prompt, add size to 'load_image_to_edit' filter, see #10528 Andrew Ozz 2009-09-24 08:47:33 +00:00
  • 254df719da Active plugin filter, plugin deactivation array_splice() protection. props apeatling. fixes #10839 Mark Jaquith 2009-09-24 04:15:37 +00:00
  • 5e878a916d Image Editor improvements, see #10528 Andrew Ozz 2009-09-24 01:54:07 +00:00
  • ede15e394f Use hard-coded functions instead of create_function() in importers. Props mdawaffe. fixes #10836 Ryan Boren 2009-09-23 22:03:39 +00:00
  • 2fac03c837 Handle the file upload case on import when post_max_size is smaller than upload_max_filesize and no POST data arrives at all. Fixes #10830. Peter Westwood 2009-09-23 07:06:58 +00:00
  • b2de687b90 Move the nonce on the import upload form to the action url so it always arrives even if the post data exceeds post_max_size. Also add some phpdoc. See #10830. Peter Westwood 2009-09-23 06:59:20 +00:00
  • fceac051c1 Fix notice in wp_explain_nonce when the supplied action has no extra text. See #10830. Peter Westwood 2009-09-23 06:51:19 +00:00
  • f7a1111e3c Set the cap appropriate to the post type. fixes #10807 see #10605 Ryan Boren 2009-09-22 22:57:01 +00:00
  • 64adda80db Updated phpdoc for the theme preview code. Peter Westwood 2009-09-22 07:16:19 +00:00
  • 292781ec44 Eliminate the redundant and confusing comment threading depth of 1. Threading starts at 2 now. fixes #10829 Mark Jaquith 2009-09-22 06:00:46 +00:00
  • 2838a1c85d Move theme preview away from using create_function and to predefined functions. See #10729. Peter Westwood 2009-09-21 21:43:41 +00:00
  • 178a391097 get_delete_post_link() Ryan Boren 2009-09-21 21:33:00 +00:00
  • 38151de2b5 Key should be comment_id not post_id. see #2659 Ryan Boren 2009-09-21 18:09:21 +00:00
  • 0d8a84bb98 Special case comment type 'all'. Fixes comment search. fixes #10463 Ryan Boren 2009-09-21 14:43:31 +00:00
  • fd912ff469 Switch round some quotes. Fixes #10669 props niallkennedy Peter Westwood 2009-09-20 13:49:20 +00:00
  • 1011e0cf58 Add "View trash" link to the notice after moving to the trash Andrew Ozz 2009-09-19 01:06:17 +00:00
  • 4a65c047c5 Fix notice when adding tag from the Post Tags page. Fixes #10808 props prettyboymp. Peter Westwood 2009-09-18 21:06:23 +00:00
  • 78efafba1d Fix user creation from admin after changes for #10751. Fixes #10811 props alexkingorg. Peter Westwood 2009-09-18 20:47:24 +00:00
  • f5e49c809b Make the action name for post-by-email takeover actually unique so the plugins are not triggered every time WP tries to send an email! Peter Westwood 2009-09-18 20:43:05 +00:00
  • 8e26b1739b Return correct results for both single and array cases. Fixes #10803. Peter Westwood 2009-09-17 22:11:57 +00:00
  • a4d00eca9a Remove temporary transition code from the trash_meta option to postmeta transition See #4529. Peter Westwood 2009-09-17 21:06:41 +00:00
  • 81410c1a67 Don't pass undefined vars to action hooks. See #2659. Peter Westwood 2009-09-17 21:05:29 +00:00
  • 8f93bd78f8 Move the storage of the metadata for trashed comments into the comment meta table rather than storing it in an option. See #4529. Peter Westwood 2009-09-17 20:51:12 +00:00
  • 5fa5b6d05b Press This fixes. Props noel. fixes #10784 Ryan Boren 2009-09-17 20:36:59 +00:00
  • 482e701639 First pass commentmeta implementation. See #2659 props scribu. Peter Westwood 2009-09-17 20:17:33 +00:00
  • 9a94997c21 Don't run content_save_pre filter twice for XMLRPC posts. Props redsweater. fixes #10802 Ryan Boren 2009-09-17 16:59:33 +00:00
  • 851b83207c Actions for taxonomy updates. Props Demitrious Kelly. fixes #10750 Ryan Boren 2009-09-17 14:03:57 +00:00
  • 0aecb8d85d screen_icon() after <div class="wrap">, props johnbillion, fixes #10795 Andrew Ozz 2009-09-16 03:13:21 +00:00
  • 4095fea88c Fix plugin menu item icon hover state, props johnbillion, fixes #10794 Andrew Ozz 2009-09-16 03:01:27 +00:00
  • 4d3399507c Update SimplePie to 1.2. fixes #10392 Ryan Boren 2009-09-15 16:33:59 +00:00
  • d280b41fd6 Fix content length setup. Props jacobsantos. fixes #10783 Ryan Boren 2009-09-15 15:57:49 +00:00
  • 9ed83818a6 Pass args array to wp_list_pages filter. Props antonylesuisse. fixes #10034 Ryan Boren 2009-09-15 15:40:17 +00:00
  • 8a4019bb28 Strip \r when escaping strings for JS, props nbachiyski, fixes #7041 Andrew Ozz 2009-09-15 10:11:59 +00:00
  • 707676f0ac Include 'hidden' directories in filesystem dirlist by default, props dd32, fixes #10774 Andrew Ozz 2009-09-15 02:21:00 +00:00
  • fa9b9d3ad3 phpDoc subpackage is Administration not Admin. Peter Westwood 2009-09-14 21:13:25 +00:00
  • 667779223a Use null instead of 0 when setting content length. Props noel. fixes #10783 Ryan Boren 2009-09-14 20:49:18 +00:00
  • 141bbe94a7 Remove trailing whitespace Ryan Boren 2009-09-14 14:04:30 +00:00