Commit Graph

1516 Commits

Author SHA1 Message Date
Ryan Boren cf3a6080bd WP Query class.
git-svn-id: https://develop.svn.wordpress.org/trunk@1516 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-08 15:31:50 +00:00
Ryan Boren 851ff5f787 Define add_magic_quotes() in user-edit.php. Bug 0000216.
git-svn-id: https://develop.svn.wordpress.org/trunk@1515 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-08 05:01:13 +00:00
Ryan Boren debef5a642 Fix get_pagenum_link() to work with path info permalinks and permalinks without trailing slashes. Bug 0002040.
git-svn-id: https://develop.svn.wordpress.org/trunk@1514 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-07 18:12:54 +00:00
Matt Mullenweg fed106eb57 Define COOKIEHASH and new get_profile function. TODO: re-org function soup
git-svn-id: https://develop.svn.wordpress.org/trunk@1513 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-07 01:22:17 +00:00
Ryan Boren 32bd9e6ac7 In sanitize_title(), strip_tags() before sanitizing, not after. In post.php, if post name is empty, pass the post title to the sanitizer.
git-svn-id: https://develop.svn.wordpress.org/trunk@1512 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-06 01:28:51 +00:00
Ryan Boren c142f1c2a1 Remove unneeded addslashes().
git-svn-id: https://develop.svn.wordpress.org/trunk@1511 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-05 16:22:18 +00:00
Ryan Boren df2f9960d1 stripslashes() from $pwd before performing the md5. Otherwise, we will not match the database password which had its slashes stripped before the MD5.
git-svn-id: https://develop.svn.wordpress.org/trunk@1510 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-05 15:54:15 +00:00
Ryan Boren b8484cfed9 Remove references to gethelp_link(). Bug 0000208.
git-svn-id: https://develop.svn.wordpress.org/trunk@1509 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-04 03:35:49 +00:00
Ryan Boren 1163f6fcc5 Fix localization of next month link in get_calendar. Bug 0000201.
git-svn-id: https://develop.svn.wordpress.org/trunk@1508 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-03 21:59:29 +00:00
Matt Mullenweg e89a09ae39 Added ability to edit other users.
git-svn-id: https://develop.svn.wordpress.org/trunk@1507 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 09:13:50 +00:00
Matt Mullenweg 3ba7945135 Tweaking of time form
git-svn-id: https://develop.svn.wordpress.org/trunk@1506 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 08:28:56 +00:00
Matt Mullenweg 55a604f489 Move pingback to hidden field. Fix trackback wording.
git-svn-id: https://develop.svn.wordpress.org/trunk@1505 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 08:19:34 +00:00
Matt Mullenweg bc8e689c40 Spacing fix and access key for <code>
git-svn-id: https://develop.svn.wordpress.org/trunk@1504 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 08:12:51 +00:00
Matt Mullenweg 3a96aef1f9 Cleaning out some errors and fixing some XHTML 1.1 problems.
git-svn-id: https://develop.svn.wordpress.org/trunk@1503 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 08:04:39 +00:00
Matt Mullenweg 95db0a0d76 Fix broken header.
git-svn-id: https://develop.svn.wordpress.org/trunk@1502 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 08:04:16 +00:00
Matt Mullenweg 0a5ab42617 Not sure why that style was inline.
git-svn-id: https://develop.svn.wordpress.org/trunk@1501 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 07:51:26 +00:00
Ryan Boren 0f49ccc3d3 Simplify post paging. Remove "posts paged" setting. We should always page. Add posts_nav_link() to the default template.
git-svn-id: https://develop.svn.wordpress.org/trunk@1500 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-29 03:34:08 +00:00
Ryan Boren 389f5e4369 Grammar fix. Bug 0000196.
git-svn-id: https://develop.svn.wordpress.org/trunk@1499 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-29 00:30:07 +00:00
Ryan Boren 49d3ad1d06 Oops. Add ENT_QUOTES.
git-svn-id: https://develop.svn.wordpress.org/trunk@1498 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 23:13:01 +00:00
Ryan Boren 52ae977992 Run htmlspecialchars on title attribute text in get_archives_link(). Bug 0000162.
git-svn-id: https://develop.svn.wordpress.org/trunk@1497 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 23:09:33 +00:00
Ryan Boren e30d14795e Validation fixes. Bug 0000170.
git-svn-id: https://develop.svn.wordpress.org/trunk@1496 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 18:44:36 +00:00
Ryan Boren fa20b7cdb7 Delete postmeta when deleting a post. Bug 0000080.
git-svn-id: https://develop.svn.wordpress.org/trunk@1495 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 16:08:03 +00:00
Matt Mullenweg 043890f9a5 Menu re-org
git-svn-id: https://develop.svn.wordpress.org/trunk@1494 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 07:18:59 +00:00
Ryan Boren 749898bcf2 Bug 0000163. Confirm comment deletion. Courtesy of BrianMeidell and Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1493 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 04:01:45 +00:00
Ryan Boren 77614fa3e1 Fix wp_title() display of category_name.
git-svn-id: https://develop.svn.wordpress.org/trunk@1492 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 03:30:15 +00:00
Ryan Boren fdaf705b04 Support timestamp permalinks. Make wider use of is_single(). Bug 0000194.
git-svn-id: https://develop.svn.wordpress.org/trunk@1491 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 02:43:54 +00:00
Ryan Boren d605d2aa6f Fix for 0000190. Do not set the category query state to true if single, date, or search are true.
git-svn-id: https://develop.svn.wordpress.org/trunk@1490 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 01:59:29 +00:00
Ryan Boren 483dfd5388 Write rewrite rules to .htacces if .htaccess is writable. Create .htaccess if it does not exist and the directory is writable. Props to Owen Winkler.
git-svn-id: https://develop.svn.wordpress.org/trunk@1489 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-27 23:37:45 +00:00
Ryan Boren 5cf4b39065 strip_tags from title in sanitize_title(). Patch from Masquerade for bugs 0000181 and 00000107.
git-svn-id: https://develop.svn.wordpress.org/trunk@1488 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-27 15:12:18 +00:00
Ryan Boren 3a5935b85a More wp-mail timezone and delimiter fixes from Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1487 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-27 15:04:37 +00:00
Ryan Boren 685eeb94f9 Quote $id in get_the_category() db query. Patch from MCincubus for bug 0000191.
git-svn-id: https://develop.svn.wordpress.org/trunk@1486 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-27 14:58:30 +00:00
Ryan Boren cd714acb4e Do not cut excerpts in rss feeds. Patch from Kitten for bug 0000192.
git-svn-id: https://develop.svn.wordpress.org/trunk@1485 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-27 13:49:05 +00:00
Ryan Boren 24ef08514c Queue, SMS, timezone, and permalink fixes for wp-mail from MooKitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1484 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-26 15:57:32 +00:00
Ryan Boren 3aaea4223a More addslashes/stripslashes elimination.
git-svn-id: https://develop.svn.wordpress.org/trunk@1483 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-24 03:55:31 +00:00
Ryan Boren 3fd4cd56fc Fallback to the category ID if category nicename is empty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1482 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-24 03:39:21 +00:00
Ryan Boren 68f755f608 If the sanitized title is empty, fallback to the post ID for the nicename. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000116
git-svn-id: https://develop.svn.wordpress.org/trunk@1481 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-24 03:22:49 +00:00
Matt Mullenweg 4143fbe12c Whoops!
git-svn-id: https://develop.svn.wordpress.org/trunk@1480 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-23 09:26:37 +00:00
Matt Mullenweg 2d87b95f69 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@1479 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-23 09:17:14 +00:00
Matt Mullenweg 30de863dfd Options system can now transparently handle arrays and objects.
git-svn-id: https://develop.svn.wordpress.org/trunk@1478 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-23 09:14:30 +00:00
Matt Mullenweg 8c3c6b2540 Rev of installer. Friendlier and better setup. Still needs error checking on admin_email and weblog title, real magic quotes handling, and to use an external DB structure to check everything.
git-svn-id: https://develop.svn.wordpress.org/trunk@1477 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-23 08:45:55 +00:00
Matt Mullenweg 56741a02de New, pretty footer.
git-svn-id: https://develop.svn.wordpress.org/trunk@1476 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-23 07:50:21 +00:00
Matt Mullenweg 80bf1b51a4 Improved error messages.
git-svn-id: https://develop.svn.wordpress.org/trunk@1475 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-23 01:35:56 +00:00
Matt Mullenweg bd36060c92 Some wording fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1474 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 07:44:55 +00:00
Matt Mullenweg d24b54bed9 New style for edit comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@1473 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 07:44:27 +00:00
Matt Mullenweg bef0248eee Show URI even when there's no email (trackbacks and pingbacks)
git-svn-id: https://develop.svn.wordpress.org/trunk@1472 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 07:43:58 +00:00
Matt Mullenweg 240a41a37c Moved profile under users
git-svn-id: https://develop.svn.wordpress.org/trunk@1471 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 07:23:45 +00:00
Matt Mullenweg 0cf35bbafd Allow people to hook into the main menu
git-svn-id: https://develop.svn.wordpress.org/trunk@1470 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 07:20:13 +00:00
Matt Mullenweg 52f5b06f61 A little saner defaults.
git-svn-id: https://develop.svn.wordpress.org/trunk@1469 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 02:02:54 +00:00
Matt Mullenweg 07c992bd39 Some admin look changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1468 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 01:59:09 +00:00
Ryan Boren a4270969ce Remove extra slashes from link name and link description.
git-svn-id: https://develop.svn.wordpress.org/trunk@1467 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-15 23:31:06 +00:00