Commit Graph

  • df299289fe escape before extracting. Props Alexander Concha. Ryan Boren 2007-06-18 00:18:18 +00:00
  • b6c8159a4c Add missing </em>. Props johnbillion. fixes #4479 rob1n 2007-06-16 17:52:08 +00:00
  • 724be536b6 Regex fix. Props tellyworth. fixes #4452 Ryan Boren 2007-06-16 02:09:08 +00:00
  • 5bac944f80 Upgrade code for multiple category widgets. Props Andy. see #4285 Ryan Boren 2007-06-16 02:03:25 +00:00
  • 6177fec7fa Don't use permalinks for pending posts. see #4446 Ryan Boren 2007-06-15 22:11:01 +00:00
  • 55845bb061 Show the name, not the slug. fixes #4473 rob1n 2007-06-15 18:26:43 +00:00
  • 240cfc467c EXTR_SKIP. See #4468 Ryan Boren 2007-06-15 17:30:37 +00:00
  • 2383b46194 Use CDATA escaping on fields. Props tellyworth. fixes #4452 Ryan Boren 2007-06-15 17:22:38 +00:00
  • 6da4a34496 Fix reference to ocomment.php. Props alanjcastonguay and Lloyd. fixes #4471 rob1n 2007-06-15 16:54:17 +00:00
  • 6b7bc3b1b6 wp_parse_str() from mdawaffe. see #4467 Ryan Boren 2007-06-14 22:46:59 +00:00
  • 09da00f7fe Use EXTR_SKIP when extracting. see #4468 Ryan Boren 2007-06-14 22:45:40 +00:00
  • 0f0788d24d Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket Mark Jaquith 2007-06-14 16:24:28 +00:00
  • 2a6e8a08be use FALSE to designate lack of user-supplied URL in *_query_arg() funcs. fixes #4465 for 2.3 (trunk) Mark Jaquith 2007-06-14 05:12:22 +00:00
  • e542bbdde1 only strip question marks from the RIGHT side of the query string. fixes #4464 for trunk Mark Jaquith 2007-06-14 04:44:06 +00:00
  • eb1518f95e Use display_name instead. Props Pal Gronas Drange. fixes #4459 rob1n 2007-06-14 02:30:26 +00:00
  • b046d67f41 Trim empty lines. Nothing but newline. Ryan Boren 2007-06-14 02:25:30 +00:00
  • 0f4225621d Don't output author uri tag if uri is empty. Ryan Boren 2007-06-13 18:03:17 +00:00
  • 60794fc8e2 wp_rss() updates. fixes #3834 rob1n 2007-06-13 17:23:38 +00:00
  • 3cfb7f5602 Translate some strings in the classic theme that were missed. Props nbachiyski. fixes #4451 rob1n 2007-06-13 16:41:21 +00:00
  • 97da4740e6 Translate the rest of the &raquo;'s. Props nbachiyski. fixes #3401 rob1n 2007-06-13 16:29:55 +00:00
  • 37b3dc98fe correct CSS link for install. Props Viper007Bond. fixes #4443 Mark Jaquith 2007-06-13 06:33:17 +00:00
  • 526eac00b8 Update in_category to use the new object_term_cache, it wasn't so much with the working before. Matt Mullenweg 2007-06-13 00:16:33 +00:00
  • 75a683cbf3 Correct SQL query in [5691]. fixes #2316 Mark Jaquith 2007-06-12 23:44:45 +00:00
  • 9bc129c654 Omit underscore-prefixed meta keys from dropdown list. fixes #2316 Mark Jaquith 2007-06-12 23:22:38 +00:00
  • 33871d9da3 Accidental commit. Props Nazgul. fixes #4437 rob1n 2007-06-12 21:59:22 +00:00
  • c913f202d2 Add ID's to profile edit form's fieldsets. fixes #4434 rob1n 2007-06-12 21:52:50 +00:00
  • 019eff6399 Don't include HTML in gettext call. Props nbachiyski and Nazgul. fixes #4437 rob1n 2007-06-12 21:48:55 +00:00
  • 547f858f1d Fix image path Ryan Boren 2007-06-12 21:47:12 +00:00
  • ce7fd94edf Force $autoload to be either "yes" or "no". see #4440. props Nazgul Mark Jaquith 2007-06-12 20:57:58 +00:00
  • 78c8d3f3f6 Make sure post titles longer than 200 chars get unique slugs. fixes #4433. props AaronCampbell. Mark Jaquith 2007-06-12 20:49:40 +00:00
  • 18f29da681 MT importer rework. see #4421 Ryan Boren 2007-06-12 19:49:30 +00:00
  • d993430968 Add a prophylactic sanitize_user() Ryan Boren 2007-06-12 18:11:06 +00:00
  • edeae9cc8e escapeshellarg the sender Ryan Boren 2007-06-11 23:19:33 +00:00
  • 007ea284be attribute_escape REQUEST_URI Ryan Boren 2007-06-11 22:41:47 +00:00
  • f7d1916e11 Maintain "Page order" for consistency. fixes #4431 rob1n 2007-06-11 21:11:40 +00:00
  • af3be824e7 Translate &raquo;. see #3401 rob1n 2007-06-11 21:05:50 +00:00
  • 96dac9ed94 Revert multiple category stuff. see #4285 rob1n 2007-06-09 00:59:14 +00:00
  • 9b8768f248 Fix <!--generator--> line's time format. Props macbis. fixes #4424 for 2.3 and 2.2. rob1n 2007-06-08 23:06:10 +00:00
  • 1367219198 Some more multiple category widget stuff. see #4285 rob1n 2007-06-08 22:50:37 +00:00
  • ab82e6cf1e Check the user before overwriting the attachment. Props xknown and Joseph Scott. fixes #4422 rob1n 2007-06-08 17:07:59 +00:00
  • 4726ebca94 Add support for multiple instances of the category widget. see #4285 rob1n 2007-06-08 14:49:30 +00:00
  • daadfe3ffd More comment caching. see #4387 Ryan Boren 2007-06-08 06:56:34 +00:00
  • 163f22deb5 Comment caching. Reduce queries on edit-comments.php page. Add non-persistent cache groups. Hat tip to hovenko. fixes #4387 Ryan Boren 2007-06-08 00:20:22 +00:00
  • 39d09a1675 Update CSS paths. see #4334 rob1n 2007-06-08 00:19:35 +00:00
  • e1c783460f Use Older/Newer rather than Previous/Next for sake of clarity. fixes #4397 rob1n 2007-06-07 23:33:06 +00:00
  • 794b879bae Move a stray <p> from a recent change. rob1n 2007-06-07 22:52:09 +00:00
  • 403657fce1 We prefer our own API. (Which MT/Typepad have cloned already.) Matt Mullenweg 2007-06-07 14:10:53 +00:00
  • b8d6506d6f No good reason to align the mark all in the center or move the metadata around. Matt Mullenweg 2007-06-07 14:01:02 +00:00
  • e1ef29586c Use get_term_children() and get_term_field(). see #4189 Ryan Boren 2007-06-06 16:13:12 +00:00
  • 4feb85438d Fix category renaming. fixes #4415 see #4189 Ryan Boren 2007-06-06 16:12:02 +00:00
  • 09c96b4292 Fix category renaming. fixes #4415 see #4189 Ryan Boren 2007-06-06 16:10:52 +00:00
  • b18cb943b6 Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.3 Ryan Boren 2007-06-05 14:41:02 +00:00
  • 9a4537dca9 First cut of link category management. Rough and ugly. Ryan Boren 2007-06-05 05:08:27 +00:00
  • cd9f0559d9 Better use empty alt attribute than the filename. Props cpoteet. fixes #3100 rob1n 2007-06-05 04:40:10 +00:00
  • 400c2064ad Term sanitization. see #4189 Ryan Boren 2007-06-05 00:57:23 +00:00
  • 5fcd7483ea Add 'edit_posts' capability check to metaWeblog.newPost. Props Joseph Scott and Wei-Yeh Lee. fixes #4404 for 2.3 Ryan Boren 2007-06-04 18:31:32 +00:00
  • 6aa3a65c02 Run comment_text filter before format_to_edit() when getting a comment to edit. fixes #4403 for 2.3 Ryan Boren 2007-06-04 17:43:22 +00:00
  • 7fd0cb8c83 Upgrade fixes. see #4189 Ryan Boren 2007-06-03 18:57:14 +00:00
  • ce17f71ccb Fix link category dropdown and filter. Add some back compat to get_categories. see #4189 Ryan Boren 2007-06-03 17:28:27 +00:00
  • f7ee7874ea Make visited links in the admin stand out more. Props ptvguy and Nazgul. fixes #2779 rob1n 2007-06-03 01:00:03 +00:00
  • 12c2ef6be0 Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545 rob1n 2007-06-02 05:21:18 +00:00
  • 8998b56e76 wp_mail() rewrite that handles HTML mail. fixes #4296 rob1n 2007-06-02 03:18:24 +00:00
  • 8dc0ba5036 phpDoc effort for wp-includes/author-template.php. fixes #4393 rob1n 2007-06-02 03:04:01 +00:00
  • 67013eb065 Separate AJAX cat adder into post and link flavors. see #4189 Ryan Boren 2007-06-02 02:53:09 +00:00
  • ac083534aa Don't queue Prototype or Interface, just jQuery. rob1n 2007-06-02 01:01:57 +00:00
  • 8d9c333dee Ugh. We need to consolidate these headers. see #4334 rob1n 2007-06-02 00:43:40 +00:00
  • fed3d408f6 Revert some links. see #4334 rob1n 2007-06-02 00:42:32 +00:00
  • b2ca379ca2 Don't more wp-admin.css and rtl.css for compat. rob1n 2007-06-02 00:41:37 +00:00
  • ed86a781d5 Whoops, forgot about wp-login.php. see #4334 rob1n 2007-06-02 00:40:23 +00:00
  • 42a1f116d5 Move JavaScript to js subfolder, and CSS to css subfolder. see #4334 rob1n 2007-06-02 00:37:51 +00:00
  • e2513b5643 Keep greedy regex's in control. fixes #4165 rob1n 2007-06-02 00:02:06 +00:00
  • e6d32e8761 Move uploads JS to jQuery. Props filosofo. see #3824 rob1n 2007-06-01 23:52:27 +00:00
  • 41e6999e05 A bit simpler. rob1n 2007-06-01 23:16:50 +00:00
  • 21ad1a92f8 phpDoc for wp-includes/registration.php. fixes #4383 rob1n 2007-06-01 23:13:41 +00:00
  • a79b7c6772 Fix a strpos typo. fixes #4390 rob1n 2007-06-01 23:10:03 +00:00
  • 747a7a14f4 Fix wp_title single post title filters. Props jhodgdon. fixes #3755 rob1n 2007-06-01 22:54:46 +00:00
  • 9a4c736b19 Allow wp_list_authors() to optionally return. fixes #4323. see #3567. Mark Jaquith 2007-06-01 05:43:24 +00:00
  • d6bf26da3c Fix nestable HTML, including <blockquote>'s. Props anonymousbugger (!) and Nazgul. fixes #1170 rob1n 2007-06-01 02:33:03 +00:00
  • 9aae8013a8 query by parent, not child_of, in get_nested_categories(). see #4189 Ryan Boren 2007-06-01 02:24:07 +00:00
  • 43483ef854 Use new term tables in wp_install_defaults(). see #4380, #4189 Ryan Boren 2007-05-31 22:50:47 +00:00
  • 2731fd5a54 get_bloginfo("comments_atom_url") now works properly. fixes #4382 for trunk Mark Jaquith 2007-05-31 22:44:21 +00:00
  • 3cc7b4cbe3 correct "type" in Atom comments feed alternate links. fixes #4381 for trunk Mark Jaquith 2007-05-31 22:13:06 +00:00
  • 0b91f4aaca Abstract object term cache a bit more. see #4189 Ryan Boren 2007-05-31 21:38:33 +00:00
  • 46745ee278 Don't translate "you haven't installed" text yet, because text domain isn't installed. Props nbachiyski. rob1n 2007-05-31 12:29:46 +00:00
  • c92fe17918 Bring tinyspell.php into sync. Props Nazgul. fixes #4368 rob1n 2007-05-31 12:22:06 +00:00
  • a1bedd8f11 Fix variable typo. Props schulte. fixes #4374 rob1n 2007-05-31 03:51:03 +00:00
  • b4d7d80744 If a term has no children, return an empty array for child_of queries. see #4189 Ryan Boren 2007-05-31 03:44:18 +00:00
  • 5d7ce647d2 Some more get_pagenum_link() fixes. rob1n 2007-05-31 03:36:40 +00:00
  • 3b60a5107b Fix get_pagenum_link() for query strings. fixes #3930 rob1n 2007-05-31 03:29:44 +00:00
  • f0cd9cb22a Fix some typos in query.php. Props schulte. fixes #4373 rob1n 2007-05-31 03:19:38 +00:00
  • d5e0bed711 Disable nesting until inifinite loop tracked down. Ryan Boren 2007-05-31 03:09:58 +00:00
  • c183e02277 Move the restrict_manage_posts hook to somewhere more reasonable. see #4359 rob1n 2007-05-31 02:12:04 +00:00
  • 2451e0e33f Localize the "you haven't installed WP yet" message. fixes #4370 rob1n 2007-05-31 02:03:22 +00:00
  • 8233bb1c4f Add option to exclude pages to pages widget. see #4259 rob1n 2007-05-31 01:57:10 +00:00
  • 7e281b4507 Prototype fix to keep Safari < 2 from blowing up. fixes #4363 rob1n 2007-05-31 01:38:11 +00:00
  • 91d0e796ef Check that tinyMCE is defined. Props johnbillion. fixes #4257 rob1n 2007-05-31 00:24:31 +00:00
  • 4fec7327ed Upgrade TinyMCE spell checker to 1.0.5. fixes #4368 rob1n 2007-05-31 00:21:55 +00:00
  • 2c0bb211b3 Some comment edit form aesthetics. fixes #4367 rob1n 2007-05-30 23:53:34 +00:00
  • 55e37c4843 Fix slug queries. see #4189 Ryan Boren 2007-05-30 21:50:57 +00:00
  • 5a8598cd15 Some term caching. see #4189 Ryan Boren 2007-05-30 03:36:59 +00:00