Commit Graph

  • 37363646c6 Sort page_parent dropdown by menu_order. Fixes #8549. Peter Westwood 2008-12-10 21:48:41 +00:00
  • 9c4b6c2f92 Update func name. see #8550 Ryan Boren 2008-12-10 21:13:32 +00:00
  • 76dc2686b5 Change default add_below. see #8550 Ryan Boren 2008-12-10 21:08:20 +00:00
  • 32e006e74c Post reply API updates. see #8550 Ryan Boren 2008-12-10 21:06:13 +00:00
  • 430c55b45a Fix HTML issue with the single page comment form in the default theme, props vladimir_kolesnikov, fixes #8560 Andrew Ozz 2008-12-10 19:45:44 +00:00
  • bd6ba8607b Remove unneeded lines. Props matthewh84. fixes #8563 Ryan Boren 2008-12-10 19:43:24 +00:00
  • b3e9085058 OPML import fixes Ryan Boren 2008-12-10 18:43:43 +00:00
  • d12c9fa87e Update form action Ryan Boren 2008-12-10 18:22:56 +00:00
  • 0b401c19dc Remove blank line. fixes #8562 Ryan Boren 2008-12-10 18:08:34 +00:00
  • c8321446ba Shorten to 40 Ryan Boren 2008-12-10 18:05:12 +00:00
  • 03348d1d6a Bump Ryan Boren 2008-12-10 17:43:43 +00:00
  • 507ea162ad JS and CSS bump Ryan Boren 2008-12-10 17:42:26 +00:00
  • 06f8ce3117 Enable support for threaded comments and comment reply on index page, props yoavf, fixes #8550 Andrew Ozz 2008-12-10 11:49:37 +00:00
  • 39b79d727f Bringing "Visit Site" link back because lack thereof caused massive confusion from people who didn't know to click on the blog title, so a helpful hint. Matt Mullenweg 2008-12-10 09:26:23 +00:00
  • ec2fd8a0cc Bump Ryan Boren 2008-12-10 08:11:21 +00:00
  • 03ad31aff2 Fix reinstall Ryan Boren 2008-12-10 07:59:05 +00:00
  • 67e15acdc8 Excerpt title at 60 characters Ryan Boren 2008-12-10 06:19:24 +00:00
  • f6b6123c0b ref not rel. Props oddthinking. fixes #8292 Ryan Boren 2008-12-10 05:51:56 +00:00
  • 124e5336ff Updated menu icons from Ben, minor a.button tweaks Andrew Ozz 2008-12-10 05:27:56 +00:00
  • bebbbc626a Change Actions to Bulk Actions in edit-comments.php, props FFEMTcJ, fixes #8554 Andrew Ozz 2008-12-10 02:27:08 +00:00
  • 2a419f12a6 RC2 Ryan Boren 2008-12-10 00:10:15 +00:00
  • a762e2a120 Replace ui.sortable.js with the minified version Andrew Ozz 2008-12-10 00:05:41 +00:00
  • 5d116156b3 Convert in_category() and has_tags() to use the same is_object_in_term(), which accepts one object, one taxonomy, and 0, 1 or multiple term term_ids/names/slugs. Ryan Boren 2008-12-09 23:31:11 +00:00
  • ed3db277fc Bump Mark Jaquith 2008-12-09 21:51:23 +00:00
  • 60c35316c1 Fix a few trailing spaces/tabs Mark Jaquith 2008-12-09 21:50:35 +00:00
  • 7f01549cb2 Fix dismiss button is too large in IE7, fixes #8293 Andrew Ozz 2008-12-09 21:49:18 +00:00
  • 0870890b72 More strongly worded, active voice Gears warning Mark Jaquith 2008-12-09 21:43:54 +00:00
  • bedccdd79d Show 'Post submitted' insted of published when submitting for review from Quick Press. fixes #8547 Ryan Boren 2008-12-09 20:38:44 +00:00
  • 62cf5fba99 Show media buttons for quick press only if user can upload_files. see #8547 Ryan Boren 2008-12-09 20:31:51 +00:00
  • 0278a79fe6 Remove Lucida San. Props demetris. fixes #8541 Ryan Boren 2008-12-09 20:25:12 +00:00
  • 314a074c1b Bump Ryan Boren 2008-12-09 18:32:55 +00:00
  • baaaa352ba Strip trailing whitespace Ryan Boren 2008-12-09 18:03:31 +00:00
  • f0f4bd82b2 Set eol-style Ryan Boren 2008-12-09 17:54:05 +00:00
  • a5ee9b2803 Fixed undefined var notice when user can't edit the post Ryan Boren 2008-12-09 17:44:04 +00:00
  • 5bdb2d79b1 RTL updates from kashani. fixes #8047 Ryan Boren 2008-12-09 17:36:36 +00:00
  • 4b4092ba65 Don't show preview link if user can't edit post/page. fixes #8544 Ryan Boren 2008-12-09 17:31:43 +00:00
  • d8fac07f53 Bump Ryan Boren 2008-12-09 17:17:18 +00:00
  • 8b5af977f6 Fix styles for upload error Andrew Ozz 2008-12-09 13:12:40 +00:00
  • 2c9d6c5946 Allow IP comment search to search spam if initiated from spam page. props vladimir_kolesnikov. fixes #8394 Mark Jaquith 2008-12-09 12:31:41 +00:00
  • 3bdf883c22 More informative error for when there are no popular tags. fixes #8522 Mark Jaquith 2008-12-09 12:24:14 +00:00
  • 208c7a2c74 Hide scrollbar on plugin reactivation iframe. fixes #8498 Mark Jaquith 2008-12-09 12:08:40 +00:00
  • 8f3589af72 Keep the menu closed while loading Andrew Ozz 2008-12-09 12:00:44 +00:00
  • f7c88ef2c7 Remove third party logo, pending a better gallery icon image. Mark Jaquith 2008-12-09 10:22:37 +00:00
  • c9b4f0b87c Fix typo in last commit Mark Jaquith 2008-12-09 09:14:31 +00:00
  • 00152d6124 Move from generic "Save" to better "Update X", more consistent use of button-primary for major actions. fixes #8374. props azaozz, FFEMTcJ Mark Jaquith 2008-12-09 09:07:36 +00:00
  • 789a86a92a Only count specific comment approval types for the types we know about, to avoid a potential notice. fixes #8503 Mark Jaquith 2008-12-09 08:07:52 +00:00
  • 274079e8d4 Fix external dependencies in class.wp-scripts.php, fixes #8505 Andrew Ozz 2008-12-09 02:50:28 +00:00
  • 8a6f432e9d Updated icons for excerpt/list view from Ben Andrew Ozz 2008-12-09 01:26:24 +00:00
  • 7791e3ea99 Fix menu placement after folding/unfolding it several times, props vladimir_kolesnikov, fixes #8463 Andrew Ozz 2008-12-08 23:59:30 +00:00
  • b669777918 Remove bottom background gradient for open favorites drop-down, fixes #8531 Andrew Ozz 2008-12-08 23:23:49 +00:00
  • e970924eeb Kill text-shadows on header elements, props iammattthomas, fixes #8530 Andrew Ozz 2008-12-08 22:13:15 +00:00
  • a31ad119f4 Get all children. Props filosofo. fixes #8527 Ryan Boren 2008-12-08 21:00:25 +00:00
  • cbef7dc6c4 Check for circular post parent dependencies. Exclude the current post and its children from the parent dropdown. Ryan Boren 2008-12-08 19:29:42 +00:00
  • e1df6f154e CSS bump Ryan Boren 2008-12-08 17:55:36 +00:00
  • 76dd3da718 Update for Press This from noel, see #7949 Andrew Ozz 2008-12-08 17:44:17 +00:00
  • 54be17feed Use transparent GIFs for IE6's sake (hopefully for the last time), props vladimir_kolesnikov, fixes #8447 Andrew Ozz 2008-12-08 11:25:18 +00:00
  • fedbd12b31 Fix inserting images, uploader buttons add Press This nag after submitting in Quick Press Andrew Ozz 2008-12-08 10:52:23 +00:00
  • d651a0c155 Do not show Gallery tab in the uploader if no files have been uploaded. Andrew Ozz 2008-12-08 07:38:05 +00:00
  • a9d2fd15ff Filter menu IDs, fixes #8523 Andrew Ozz 2008-12-08 03:46:26 +00:00
  • 49c8881b1a Straighten comment bubbles for FF Andrew Ozz 2008-12-08 01:39:23 +00:00
  • c7de5ef953 Append don't overwrite. See #8649 props rboren. Peter Westwood 2008-12-07 22:13:00 +00:00
  • f3dd1ef856 Introduce NONCE_SALT and NONCE_KEY Ryan Boren 2008-12-07 21:31:13 +00:00
  • f5b4d2bf10 Bump Ryan Boren 2008-12-07 20:37:34 +00:00
  • f21e148b38 gettext image size names Ryan Boren 2008-12-07 20:35:50 +00:00
  • 9a7e2fc242 Fix raw_response code in Streams transport. Props jacobsantos. fixes #8476 Ryan Boren 2008-12-07 20:30:59 +00:00
  • 1d11d269e3 Fix comment actions after using QE when listing pending and spam comments Andrew Ozz 2008-12-07 12:18:04 +00:00
  • c7077d18a3 Make wp_page_menu() respect is_front_page(). Fixes #8469 props AaronCampbell. Peter Westwood 2008-12-07 12:14:14 +00:00
  • 4cc937b4d3 Use classes instead of ids to allow the wp_page_menu() to be used more than once per-page. Fixes #8439 props corischlegel. Peter Westwood 2008-12-07 12:11:37 +00:00
  • 94a4653a89 remove extra " props azaozz. Peter Westwood 2008-12-07 10:30:30 +00:00
  • bca63c37b8 Balance. Peter Westwood 2008-12-07 10:26:16 +00:00
  • e1af906a31 Improve Press this descriptions. See #8186 props noel. Peter Westwood 2008-12-07 10:23:43 +00:00
  • da33110378 Make scriptaculous use the script-loader properly. Fixes #7642 props codestyling and vladimir_kolesnikov. Peter Westwood 2008-12-07 10:07:18 +00:00
  • 8aab9dbe94 Less Engrish-y Gears Denied text from mrmist and filosofo. fixes #8509 Mark Jaquith 2008-12-07 09:19:11 +00:00
  • 72965bba30 urldecode slugs in the Edit Post screen permalink. props janbrasna. fixes #8418 Mark Jaquith 2008-12-07 09:12:28 +00:00
  • adb001a76c Don't select hidden rows' checkboxes when selecting all, fixes #8520 Andrew Ozz 2008-12-07 09:04:38 +00:00
  • 6a21085e62 Need to blank the password when visibility is public, not unset() it Mark Jaquith 2008-12-07 09:04:11 +00:00
  • 9c43e7304e Pad wp_die() error messages to be over 512 chars, so IE always displays our text. props DD32. fixes #7890 Mark Jaquith 2008-12-07 08:51:38 +00:00
  • 82f5b2b5f3 Make AJAX comment river post_id and comment_type aware Mark Jaquith 2008-12-07 07:31:27 +00:00
  • 5fed9562d4 Remove blank CSS rule Mark Jaquith 2008-12-07 07:11:41 +00:00
  • 442ffa2389 Much better In Response To column, with pretty comment bubble Mark Jaquith 2008-12-07 07:10:47 +00:00
  • 9088c62a48 Fix urlencoded chars in links after using QE Andrew Ozz 2008-12-07 05:14:49 +00:00
  • 79ed97571c get_search_form() fixes from juergen. fixes #8512 Ryan Boren 2008-12-07 05:09:47 +00:00
  • 6478fa841c CSS bump Ryan Boren 2008-12-07 04:52:57 +00:00
  • 3896afcf41 Make user-settings per blog Ryan Boren 2008-12-07 04:51:22 +00:00
  • fc8c54d3d9 Add paging links above comments list. Props Viper007Bond. fixes #8219 Ryan Boren 2008-12-07 04:49:22 +00:00
  • 7aa321accc Bump Ryan Boren 2008-12-07 04:00:26 +00:00
  • 6c98f491fa Make wp_user_settings() options global again. Clarify flag on get_user_option(). Ryan Boren 2008-12-07 03:53:28 +00:00
  • cc1e3f416b Show "Post submitted" message when contributors submit a post for review, props mdawaffe, fixes #8519 Andrew Ozz 2008-12-07 03:39:00 +00:00
  • 161d70aeb9 Remove extra screen icons, fixes #8514 Andrew Ozz 2008-12-07 01:55:06 +00:00
  • 986834db87 Add colspan for IE, fixes #8513 Andrew Ozz 2008-12-06 23:42:22 +00:00
  • 8022edc83c Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335 Andrew Ozz 2008-12-06 23:22:18 +00:00
  • cee6f56637 Improve the recent comments dashboard widget, props matt, fixes #8510 Andrew Ozz 2008-12-06 21:23:36 +00:00
  • 9155619b9e Some basic help for screens that have postboxes Andrew Ozz 2008-12-06 20:54:51 +00:00
  • 9791e0dd60 Make Password protected and private mutually exclusive when using Quick Edit. Mark Jaquith 2008-12-06 11:10:24 +00:00
  • ee9e57b97b Ensure the curl transport supports HEAD requests. Merge from BackPress props sambauers. Peter Westwood 2008-12-06 10:09:05 +00:00
  • 24f1c22adf Move convertEntities js function into the BackPress scriptloader. Fixes #8505 props sambauers. Peter Westwood 2008-12-06 09:54:24 +00:00
  • 8c7ac20096 Updating FSF address at their request. Matt Mullenweg 2008-12-06 07:47:04 +00:00
  • 39f668bf6a </anal> Matt Mullenweg 2008-12-06 07:18:04 +00:00
  • c477def73e Continuation to [10060] to have both get_ and update_ use same $check_global setting. Coding style updates. Matt Mullenweg 2008-12-06 07:14:22 +00:00
  • 07f8b07b93 Cron order for single-post Edit Comments page. Remember Single Post when searching, switching comment statuses, and filtering comment types Mark Jaquith 2008-12-06 03:59:03 +00:00