Commit Graph

1750 Commits

Author SHA1 Message Date
Donncha O Caoimh 9fbc44d022 Not required by WordPress.
git-svn-id: https://develop.svn.wordpress.org/trunk@1750 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 09:23:53 +00:00
Donncha O Caoimh 2a84361447 Very minor bugfix - extra ","
git-svn-id: https://develop.svn.wordpress.org/trunk@1749 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 09:04:53 +00:00
Matt Mullenweg 4cf19662eb Changes to how we do redirects.
git-svn-id: https://develop.svn.wordpress.org/trunk@1748 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 08:35:22 +00:00
Matt Mullenweg 9aa1ed0d11 Pages update and tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1747 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 08:27:13 +00:00
Matt Mullenweg c78d172d4f Fix GUID generation
git-svn-id: https://develop.svn.wordpress.org/trunk@1746 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 07:36:50 +00:00
Matt Mullenweg c4b24f1bf6 Page comments
git-svn-id: https://develop.svn.wordpress.org/trunk@1745 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 07:25:21 +00:00
Matt Mullenweg bba129ce12 Cosmetic tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1744 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 07:13:51 +00:00
Matt Mullenweg 31ea9c565d Input cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@1743 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 06:59:13 +00:00
Matt Mullenweg 075ea09876 Allow tildes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1742 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 06:45:10 +00:00
Donncha O Caoimh 4797b29430 Missing ";"
git-svn-id: https://develop.svn.wordpress.org/trunk@1741 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 10:19:43 +00:00
Matt Mullenweg 4bec876932 Turn off GZIP.
git-svn-id: https://develop.svn.wordpress.org/trunk@1740 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:59:01 +00:00
Matt Mullenweg c72416ed6d Move plugin call to allow plugin authors to get in before notification is sent out.
git-svn-id: https://develop.svn.wordpress.org/trunk@1739 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:54:04 +00:00
Matt Mullenweg 3268e7f7a2 Not used.
git-svn-id: https://develop.svn.wordpress.org/trunk@1738 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:50:02 +00:00
Matt Mullenweg 79ee1ce580 Kitten's emergent registration / comment whitelisting patch.
git-svn-id: https://develop.svn.wordpress.org/trunk@1737 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:49:45 +00:00
Matt Mullenweg a85f96f0ba Updated to reflect new features a bit.
git-svn-id: https://develop.svn.wordpress.org/trunk@1736 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:27:04 +00:00
Matt Mullenweg 25d2639a5a I like the INT better but we can't keep it if it with the current DB upgrade system.
git-svn-id: https://develop.svn.wordpress.org/trunk@1735 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:19:12 +00:00
Matt Mullenweg 7d277fbd0d Code cleanup and some fixes from the WP Japan folks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1734 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 08:03:52 +00:00
Matt Mullenweg 1a3c14d8a9 Use mb_mail_send if available.
git-svn-id: https://develop.svn.wordpress.org/trunk@1733 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 07:44:04 +00:00
Matt Mullenweg 39394f12e4 Better errors.
git-svn-id: https://develop.svn.wordpress.org/trunk@1732 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 06:45:01 +00:00
Matt Mullenweg f8df0db15f New login system.
git-svn-id: https://develop.svn.wordpress.org/trunk@1731 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 06:23:53 +00:00
Matt Mullenweg 0da7258fa8 Move functions out of switch statement, PHP5 fix
git-svn-id: https://develop.svn.wordpress.org/trunk@1730 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-04 04:30:45 +00:00
Ryan Boren 466a81805d Fix wp_title() for pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@1729 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-03 17:07:53 +00:00
Ryan Boren 1268dcb29b Extend is_single(), is_page(), is_category(), and is_author() to accept an optional argument which designates a particular id, name, or nicename.
git-svn-id: https://develop.svn.wordpress.org/trunk@1728 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-02 19:24:40 +00:00
Dougal Campbell d2ed07b4bf Security: Clean up user inputs before using.
git-svn-id: https://develop.svn.wordpress.org/trunk@1727 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-02 00:46:30 +00:00
Ryan Boren ebbf002430 Introduce get_template_directory() and bloginfo('stylesheet_directory'). Make comments_popup_script() theme aware.
git-svn-id: https://develop.svn.wordpress.org/trunk@1726 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-30 17:56:16 +00:00
Donncha O Caoimh af25d70842 Changed length of ID field in posts table so it matches the post_id
field in other tables.


git-svn-id: https://develop.svn.wordpress.org/trunk@1725 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-30 12:25:49 +00:00
michelvaldrighi c2e6a2fb55 typo/confusion, earlier patch committed in haste
git-svn-id: https://develop.svn.wordpress.org/trunk@1724 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-30 00:34:46 +00:00
michelvaldrighi 5f1af068d7 rather ugly fix to prevent the querying of unknown/removed options, feel free to replace it with a better alternative someday
git-svn-id: https://develop.svn.wordpress.org/trunk@1723 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-29 20:33:05 +00:00
Ryan Boren eac4b6e090 Use stylesheet_url.
git-svn-id: https://develop.svn.wordpress.org/trunk@1722 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-29 02:13:58 +00:00
Ryan Boren b4af651dcb Wrap rewrite rules in IfModule. Bug 318.
git-svn-id: https://develop.svn.wordpress.org/trunk@1721 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-28 17:55:52 +00:00
Ryan Boren bbbd99a6db Use superglobals for m and s. Bug 321. Hat tip: christoph.
git-svn-id: https://develop.svn.wordpress.org/trunk@1720 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-28 01:22:35 +00:00
michelvaldrighi 85be69ad6d convert trackbacks and pingbacks to use comment_type
git-svn-id: https://develop.svn.wordpress.org/trunk@1719 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 13:52:46 +00:00
michelvaldrighi 4fe532990f ok, I can't believe I forgot to add that in
git-svn-id: https://develop.svn.wordpress.org/trunk@1718 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 12:42:36 +00:00
michelvaldrighi 93a21b3596 fixed url_to_postid (it was the cause of pingbacks to the first post when a simple link to the blog was done)
git-svn-id: https://develop.svn.wordpress.org/trunk@1717 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 12:41:39 +00:00
michelvaldrighi bb232bd2d9 whoops, we forgot to store the comment_type
git-svn-id: https://develop.svn.wordpress.org/trunk@1716 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 11:45:15 +00:00
Ryan Boren 43a8441b9c Do not attemp to load marker data from a non-existent htaccess. Bug 308.
git-svn-id: https://develop.svn.wordpress.org/trunk@1715 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 02:32:51 +00:00
Ryan Boren c6ee28749c Use get_query_var to get the search terms.
git-svn-id: https://develop.svn.wordpress.org/trunk@1714 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 00:46:42 +00:00
Ryan Boren 606c252dce Use call_user_func() when applying filter. Bug 63. Patch from Bill Zeller.
git-svn-id: https://develop.svn.wordpress.org/trunk@1713 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 00:45:53 +00:00
michelvaldrighi a1ac2bfa35 fix for #317: part two, avoid including the same plugin file twice
git-svn-id: https://develop.svn.wordpress.org/trunk@1712 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-26 18:12:55 +00:00
michelvaldrighi 636c018384 fix for #317: part one, avoid activating the same plugin twice
git-svn-id: https://develop.svn.wordpress.org/trunk@1711 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-26 18:12:12 +00:00
Matt Mullenweg e199349fb8 Typo. Hat tip: Marc van Veen
git-svn-id: https://develop.svn.wordpress.org/trunk@1710 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-26 02:26:12 +00:00
michelvaldrighi 9292898d64 added discover_pingback_server_uri, should dramatically speed things up
git-svn-id: https://develop.svn.wordpress.org/trunk@1709 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-24 17:29:25 +00:00
michelvaldrighi 4e644c8b52 moved die() command, fixes bug #309
git-svn-id: https://develop.svn.wordpress.org/trunk@1708 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-23 12:27:52 +00:00
michelvaldrighi 24deadc930 added From: header to the mail notification
git-svn-id: https://develop.svn.wordpress.org/trunk@1707 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-23 11:42:40 +00:00
michelvaldrighi 2b1066d6d7 make pingback.ping use wp_new_comment
git-svn-id: https://develop.svn.wordpress.org/trunk@1706 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-22 19:45:29 +00:00
michelvaldrighi 65a78d2dd6 fixes for bug #311, by bronski
git-svn-id: https://develop.svn.wordpress.org/trunk@1705 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-22 19:44:35 +00:00
michelvaldrighi 0115e0cd00 dateCreated typos
git-svn-id: https://develop.svn.wordpress.org/trunk@1704 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-22 12:11:05 +00:00
Matt Mullenweg 6213488be3 Some file editor improvements. New: Recently edited and editor sidebar.
git-svn-id: https://develop.svn.wordpress.org/trunk@1703 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-22 06:33:54 +00:00
Matt Mullenweg 9524e9134c Usability enhancements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1702 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-21 23:41:27 +00:00
Matt Mullenweg 562bb9223b Usability enhancements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1701 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-21 23:36:27 +00:00