Commit Graph

  • c974ff5406 Avoid running get_posts filter twice. Props DD32. fixes #4712 Mark Jaquith 2007-08-08 04:24:44 +00:00
  • 59b3c1ce47 Don't tell users they have to update their .htaccess unless we're actually giving them something with which to update it. fixes #4706 Mark Jaquith 2007-08-08 04:10:20 +00:00
  • d2cc17e629 Clear old future post cron entry before creating the authoritative one. Props Barry. fixes #4710 Mark Jaquith 2007-08-08 04:08:06 +00:00
  • d4e644f226 Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700 Mark Jaquith 2007-08-05 18:13:24 +00:00
  • 0885f81d08 Allow for hour/minute/second values in the QS that evaluate as false (like 0). Props Otto42 and agharbeia. fixes #4499 Mark Jaquith 2007-08-04 16:30:27 +00:00
  • 2ca236c045 If no user ID for whatever reason, bail early. Matt Mullenweg 2007-08-04 03:58:42 +00:00
  • e86bf7e19f function_exists() wrapper around fetch_rss() to allow for plugin replacement. Props Otto42. see #4547 Mark Jaquith 2007-08-03 01:39:36 +00:00
  • baf85f8428 More streamlined install process. Obeys WP_SITEURL if defined. fixes #4687 (props JeremyVisser, Nazgul), see #4685 Mark Jaquith 2007-08-03 01:08:59 +00:00
  • 02df990e1f Consistently include wp-config.php. fixes #3349 Mark Jaquith 2007-08-03 00:45:06 +00:00
  • c82cd99e96 Allow pre_option_ filters to return values that evaluate as false. fixes #4695 Mark Jaquith 2007-08-02 22:51:42 +00:00
  • 671c99b492 More upload escaping. Props Brian Layman. fixes #4689 for trunk Mark Jaquith 2007-08-01 20:58:19 +00:00
  • 1d1effa962 Absolute numbers where we will never allow negatives, fixes #4692 Matt Mullenweg 2007-08-01 19:41:44 +00:00
  • c08fda3c20 Sanitize cat_id, fixes #4691 Matt Mullenweg 2007-08-01 19:40:30 +00:00
  • 35621d27ab Sanitize option names in option.php, use current escaping functions. for trunk Mark Jaquith 2007-08-01 19:24:51 +00:00
  • c4889d1f21 add_option()/update_option() should pass the option name to get_option() pre-escaped. fixes #4690 for trunk Mark Jaquith 2007-08-01 19:14:10 +00:00
  • b01f6d8c75 attribute_escape() in upload form action. Props Nazgul. fixes #4689 for trunk Mark Jaquith 2007-08-01 17:20:01 +00:00
  • a6475975e3 Ending DIV was missing in edit-link-form.php. Props idle and Nazgul. fixes #4688 Mark Jaquith 2007-08-01 16:14:46 +00:00
  • de0494e090 Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674 Mark Jaquith 2007-07-30 16:32:12 +00:00
  • ac7bd8d13a Use "home," not "siteurl" for widget dropdown category URLs. Props Pastinakel. fixes #4683 for trunk Mark Jaquith 2007-07-30 16:23:04 +00:00
  • f57bf53f8f Shows pending moderation comments in title and bold comment numbers with comments that need attention. Matt Mullenweg 2007-07-29 19:56:55 +00:00
  • 593eca6f21 ABSPATH already has a trailing slash. Props Nazgul. fixes #4607 Mark Jaquith 2007-07-27 21:28:01 +00:00
  • fbf96b07fc Set eol style Ryan Boren 2007-07-25 16:58:01 +00:00
  • e83be1d2ca In your cats, making them back compat. Ryan Boren 2007-07-25 03:04:46 +00:00
  • 706c581757 Don't forget to filter post_category Ryan Boren 2007-07-24 22:29:41 +00:00
  • 3982fc6ae8 fix FF bug in write screen: post status change on reload. Props mdawaffe. fixes #4664 Ryan Boren 2007-07-24 21:40:58 +00:00
  • 9919fa4f39 Recalculate counts Ryan Boren 2007-07-21 21:52:35 +00:00
  • e98062fb93 First attempt at upgrading old releases that used the linkcategories table to taxonomy. Needs testing. Ryan Boren 2007-07-21 20:53:19 +00:00
  • f4ad9c82f4 RTL styling from sewar. fixes #4653 Ryan Boren 2007-07-21 18:55:36 +00:00
  • 0627e264c3 RTL styling from sewar. fixes #4653 Ryan Boren 2007-07-21 18:55:11 +00:00
  • 453777f9b4 add title filter outside of the loop. Do we even need it? Ryan Boren 2007-07-21 00:05:28 +00:00
  • 45226eae66 Only enable gzip compression if it is not enabled in php.ini. Fixes #4426 Peter Westwood 2007-07-18 21:12:22 +00:00
  • 0ff4f66464 Update .htaccess file when rewrite rules are deleted if it exists. Fixes #4018 Peter Westwood 2007-07-18 20:46:54 +00:00
  • dd51d69fb3 Revert jcalendar date picker experiment. Save it for another day. fixes #4641 Ryan Boren 2007-07-17 19:26:03 +00:00
  • 810ebfe299 AND get_terms() field queries Ryan Boren 2007-07-17 02:02:52 +00:00
  • fbf238ca99 Eliminate post_pingback stuff since we always use default_pingback_flag. fixes pingback problems caused by [5797] for #4620 Ryan Boren 2007-07-16 23:11:51 +00:00
  • 1c5c2aee5c Make balanceTags() option independent. Props mdawaffe. fixes #4626 Ryan Boren 2007-07-16 19:23:41 +00:00
  • bd72aa8e00 jquery data selector for post timestamps. Props tellyworth. fixes #4641 Ryan Boren 2007-07-16 19:22:27 +00:00
  • aa1d4b1d01 Return hook as null instead of empty string. Props DD32. fixes #4639 Ryan Boren 2007-07-15 17:59:05 +00:00
  • 3ea5315ea9 Don't slurp in entire file. Props tellyworth. see #4421 Ryan Boren 2007-07-15 17:55:12 +00:00
  • 4c70bb896e Show upload file size in upload browser. Props tellyworth. fixes #4561 Ryan Boren 2007-07-15 17:52:50 +00:00
  • f952fd8ac5 Password reset usability improvements from tellyworth. fixes #4527 Ryan Boren 2007-07-15 17:50:38 +00:00
  • 5987b868bb Add classes that indicate post status and author ownership. Props tellyworth. fixes #4628 Ryan Boren 2007-07-15 17:48:01 +00:00
  • c315fbacdb Fix variable name. Props bgracewood. fixes #4621 Ryan Boren 2007-07-12 16:00:51 +00:00
  • 9fe6a868ca Post filter rework. see #4546 Ryan Boren 2007-07-11 19:57:43 +00:00
  • 701989a76d Make this more specific so it can be more easily overridden with CSS. Matt Mullenweg 2007-07-10 04:38:27 +00:00
  • f1dfa6dec0 Don't load all includes by default. We have our own script loader. fixes #4512 Ryan Boren 2007-07-09 21:22:38 +00:00
  • 9d34d5cdef Bump scriptaculous ver in script loader. fixes #4512 Ryan Boren 2007-07-09 20:20:34 +00:00
  • e99c75ddf5 Update to scriptaculous 1.7.1_beta3. Props Nazgul. fixes #4512 Ryan Boren 2007-07-09 20:14:28 +00:00
  • bd75df9d1e Undo pre-doublequoting in prepare(). Props JeremyVisser. see #4553 Mark Jaquith 2007-07-09 17:55:32 +00:00
  • 29053671df Update jquery to 1.1.3.1. Fixes http://bugs.kde.org/show_bug.cgi?id=147661 Ryan Boren 2007-07-08 21:10:14 +00:00
  • 3e87a2b88d Properly unset notoptions cache in add_option() so that get_option() and update_option() work on the same load. fixes #4429 for trunk Mark Jaquith 2007-07-07 04:06:29 +00:00
  • 13d390e40f Pass extra args to pre_kses hook. Props mdawaffe. see #4409 Mark Jaquith 2007-07-06 22:47:24 +00:00
  • 31d63a4c82 don't show Publish button when editing a future post. Props tellyworth. Ryan Boren 2007-07-06 21:04:37 +00:00
  • 7b9d41f4a3 Reduce export mem usage. Props tellyworth. fixes #4589 Ryan Boren 2007-07-06 20:57:28 +00:00
  • 8817ee2c8e Resurrect noquery Ryan Boren 2007-07-06 20:45:46 +00:00
  • 258e179448 Entitize lone less-than characters. Props mdawaffe. fixes #4409 Mark Jaquith 2007-07-06 12:53:15 +00:00
  • 9817ec9e74 suggestCategories cleanup Ryan Boren 2007-07-06 00:15:13 +00:00
  • 538cbd0046 Don't richedit for comments. Props Joseph Scott. fixes #4587 for 2.3 Ryan Boren 2007-07-05 20:11:32 +00:00
  • 0ccba3e8bb Automatically quote strings in $wpdb->prepare(). Use vsprintf(). see #4553 Mark Jaquith 2007-07-05 17:32:46 +00:00
  • b0b9c7946b Introducing "prepare", a WPDB method for sprintf()-prepared SQL statements. see #4553. Implementation details to follow. Mark Jaquith 2007-07-04 16:18:57 +00:00
  • 8f31e395de Update wp-comments-post.php to WP coding conventions. props JeremyVisser. fixes #4573 Mark Jaquith 2007-07-04 16:12:37 +00:00
  • 408ad189aa Make it possible for a plugin to replace the feed-parsing engine. see: #4547 Mark Jaquith 2007-07-03 18:10:20 +00:00
  • 0f41997422 Upgrade to jQuery 1.1.3, fixes #4576 Matt Mullenweg 2007-07-02 23:57:52 +00:00
  • 35f2f13526 Delete term relationship only for the given object. Ryan Boren 2007-07-02 15:47:27 +00:00
  • afb1d283b0 Use doublequotes so line break works. Props Lloyd. fixes #4557 Mark Jaquith 2007-06-28 23:08:23 +00:00
  • de83c2db51 Mark pingback as already pinged when the target site says it already got the pingback. props mdawaffe. fixes #4289 Mark Jaquith 2007-06-27 23:28:36 +00:00
  • 7b46133c79 Correct grammatical error (comment splice). Props filosofo. fixes #4551 Mark Jaquith 2007-06-27 23:25:49 +00:00
  • aa85dfe187 Allow rules to be added to the top of the rule stack. Ryan Boren 2007-06-27 21:39:50 +00:00
  • bf00906f7a Fix typo in get_the_author_url(). props pgdx. fixes #4542 Mark Jaquith 2007-06-27 00:51:04 +00:00
  • 402a228880 Check post type after upload. Props Alexander Concha Mark Jaquith 2007-06-26 20:45:30 +00:00
  • 94563d9f33 Correctly grab Content-Type from old-school headers, skip blank headers. fixes #4296 Mark Jaquith 2007-06-26 20:18:56 +00:00
  • b614486625 Don't add MIME-Version header twice (PHPMailer already adds it). see #4296 Mark Jaquith 2007-06-26 19:11:23 +00:00
  • e51152beb3 compare mail headers case-insensitively and actually use the Content-Type specified. Props Nazgul. see: #4296 Mark Jaquith 2007-06-26 18:28:56 +00:00
  • d0bb265782 strpos() is "haystack,needle", not "needle,haystack" Props pishmishy. fixes #4520 Mark Jaquith 2007-06-26 18:06:17 +00:00
  • c6e3aa8331 s/cat_name/name/ Ryan Boren 2007-06-25 21:39:17 +00:00
  • 777fad0a11 Change cat_name, cat_ID to name, term_id. Ryan Boren 2007-06-25 21:37:47 +00:00
  • 58655ffa52 Eliminate cat select. Use API. Ryan Boren 2007-06-25 21:34:06 +00:00
  • a58adaafff get_comment_to_edit() should return false when the comment does not exist or is marked as spam. props Westi. fixes #4533. Mark Jaquith 2007-06-25 21:30:18 +00:00
  • 66ec9bee20 Add name_like query to get_terms(). Use it in suggestCategories. Ryan Boren 2007-06-25 21:28:19 +00:00
  • b692c7395f s/cat_name/name/ see #4537 Ryan Boren 2007-06-25 20:06:02 +00:00
  • 8133ebad65 s/cat_name/name/ see #4537 Ryan Boren 2007-06-25 19:51:26 +00:00
  • e4ed2b0504 Display fatal errors that prevent plugins from being activated. fixes #4508 Mark Jaquith 2007-06-25 18:57:54 +00:00
  • 72be6cb001 Move the_title filter to get_the_title. Props jhodgdon. fixes #4477 Ryan Boren 2007-06-25 17:48:35 +00:00
  • be9167fbda Ordering and labeling niceties for the Manage > Posts screen. see #4446 Mark Jaquith 2007-06-24 06:25:49 +00:00
  • 3037515284 Order pending posts nag by post_modified ASC, drafts by post_modified DESC Mark Jaquith 2007-06-24 05:58:38 +00:00
  • 0fc22b727c Change to "and x more" for nags. see #4446 Mark Jaquith 2007-06-24 05:46:08 +00:00
  • 81cb647692 Only hide comments column for pending, future, and draft posts. see #4446 Mark Jaquith 2007-06-24 05:05:22 +00:00
  • f3de8f4aab Don't init widgets if the blog isn't installed yet. fixes #4504 Mark Jaquith 2007-06-23 05:32:16 +00:00
  • 2cf3ba38f6 Matt requested that I revert this ([5742]). see #4254 for discussion Mark Jaquith 2007-06-22 01:29:57 +00:00
  • f6f946df9a Upgrade to Prototype 1.5.1.1 (bugfix release). Props Nazgul. fixes #4502 Mark Jaquith 2007-06-21 22:01:21 +00:00
  • 7222eb1151 BrowseHappy is outdated. fixes #4254 Mark Jaquith 2007-06-21 21:53:41 +00:00
  • f63d130503 Term count fixes Ryan Boren 2007-06-21 15:46:49 +00:00
  • fdb786ba7f Don't create '0' categories. fixes #4413 Ryan Boren 2007-06-20 22:06:29 +00:00
  • d907ae8841 js_escape improvements from Alexander Concha. Catches &#39 &#039 ' ' ' ' &#x000027 etc. Ryan Boren 2007-06-19 22:46:55 +00:00
  • a4d31e4b3d Protect _wp_page_template too. Ryan Boren 2007-06-19 22:42:25 +00:00
  • 2c0a13ebbf Accept 'open' and 'closed' as valid values for mt_allow_comments and mt_allow_pings in XML-RPC. Props Joseph Scott. see #4469 Ryan Boren 2007-06-19 19:12:24 +00:00
  • ad84c8381a Change references of get_object_terms() to wp_get_object_terms(). fixes #4490 rob1n 2007-06-19 18:03:12 +00:00
  • a1f451b72a Fix up wp_list_authors() SQL. fixes #4485 rob1n 2007-06-19 17:57:53 +00:00
  • 7df77b79b9 Add some taxonomy validation. Rearrange funcs. Ryan Boren 2007-06-19 00:33:44 +00:00
  • 5cfd6c7543 Prevent editing of protected meta keys. Ryan Boren 2007-06-18 16:28:11 +00:00