Matt Mullenweg
|
fa24d19320
|
Adding nofollow support
git-svn-id: https://develop.svn.wordpress.org/trunk@2117 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 18:24:14 +00:00 |
|
Matt Mullenweg
|
ae46b3819f
|
User-generated rel attributes shouldn't be allowed in comments (doesn't make sense for any current uses of rel.)
git-svn-id: https://develop.svn.wordpress.org/trunk@2116 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 07:53:02 +00:00 |
|
Ryan Boren
|
3cb2f62076
|
Add more rewrite rule filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@2115 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 05:10:13 +00:00 |
|
Ryan Boren
|
8648c9bb7b
|
Fix whitelist. Bug 664.
git-svn-id: https://develop.svn.wordpress.org/trunk@2114 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 03:33:13 +00:00 |
|
Ryan Boren
|
41709858cf
|
Filter category description. Bug 727. Hat tip: dmclark
git-svn-id: https://develop.svn.wordpress.org/trunk@2113 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 03:06:56 +00:00 |
|
Ryan Boren
|
11d220ba2f
|
Used the filtered vars, not the unfiltered ones. Bug 641.
git-svn-id: https://develop.svn.wordpress.org/trunk@2112 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 02:55:35 +00:00 |
|
Ryan Boren
|
4fe4ec5c05
|
Pass $d from comment_time() to get_comment_time(). Bug 724. Props: coffee2code
git-svn-id: https://develop.svn.wordpress.org/trunk@2111 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-21 00:38:04 +00:00 |
|
Ryan Boren
|
7e34cc3a11
|
Try to fix some of the siteurl stomping. Bug 678.
git-svn-id: https://develop.svn.wordpress.org/trunk@2110 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-20 23:44:57 +00:00 |
|
Ryan Boren
|
8aee31bc63
|
If post title is not provided, we still need to have a sanitized name for use in permalinks. Use the post id. Bug 717.
git-svn-id: https://develop.svn.wordpress.org/trunk@2109 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-20 05:18:55 +00:00 |
|
Ryan Boren
|
0eb885279c
|
Bump ver in readme. Bug 718
git-svn-id: https://develop.svn.wordpress.org/trunk@2108 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-20 05:11:59 +00:00 |
|
Ryan Boren
|
39baae5246
|
wp_setcookie() and wp_clearcookie(). Set cookies for both siteurl and home if they are not the same. Update cookies whenever home or siteurl change.
git-svn-id: https://develop.svn.wordpress.org/trunk@2107 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-20 04:56:24 +00:00 |
|
Ryan Boren
|
6f9ab24c3f
|
Add missing dash. Bug 713.
git-svn-id: https://develop.svn.wordpress.org/trunk@2106 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-19 16:15:45 +00:00 |
|
Ryan Boren
|
007eb334c5
|
Include legacy template files in the common file list only if they exist.
git-svn-id: https://develop.svn.wordpress.org/trunk@2105 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-19 15:23:38 +00:00 |
|
Ryan Boren
|
e693c815d3
|
Deprecate start_wp(). Move start_wp functionality to setup_postdata(). Add the_post() method to WP_Query.
git-svn-id: https://develop.svn.wordpress.org/trunk@2104 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-19 02:21:36 +00:00 |
|
Matt Mullenweg
|
51ac4da63e
|
http://mosquito.wordpress.org/view.php?id=708 - Patch from Owen Winkler allowing XML-RPC library to call classes without extending the base class.
git-svn-id: https://develop.svn.wordpress.org/trunk@2103 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-18 06:12:23 +00:00 |
|
Mike Little
|
875b900fcf
|
Hopefully these should be re-added as binary
git-svn-id: https://develop.svn.wordpress.org/trunk@2102 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-17 23:35:47 +00:00 |
|
Mike Little
|
878763ab22
|
Removing images so I can re-add them as binary
git-svn-id: https://develop.svn.wordpress.org/trunk@2101 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-17 23:34:24 +00:00 |
|
Matt Mullenweg
|
bcd3b81c50
|
Don't show spam comments in search results.
git-svn-id: https://develop.svn.wordpress.org/trunk@2100 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-17 23:32:20 +00:00 |
|
Ryan Boren
|
871e575d73
|
Fix $id arg processing for get_the_title(). Also, mark "Protected:" for translation. Bug 706. Props: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2099 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-17 20:16:22 +00:00 |
|
Ryan Boren
|
adf9a63fc8
|
Use str_repeat instead of array_fill. Bug 695. Patch from gbhugo.
git-svn-id: https://develop.svn.wordpress.org/trunk@2098 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-15 15:51:31 +00:00 |
|
Matt Mullenweg
|
7577e661b5
|
http://mosquito.wordpress.org/view.php?id=684
git-svn-id: https://develop.svn.wordpress.org/trunk@2097 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-15 01:07:53 +00:00 |
|
Matt Mullenweg
|
7daf4f8b26
|
http://mosquito.wordpress.org/view.php?id=687
git-svn-id: https://develop.svn.wordpress.org/trunk@2096 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-15 00:56:42 +00:00 |
|
Ryan Boren
|
efed9353fe
|
Do not include admin-functions from ugrade-functions to avoid circular dependency. Move wp-l10n higher up in the wp-settings include chain. Bug 627.
git-svn-id: https://develop.svn.wordpress.org/trunk@2095 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-15 00:09:25 +00:00 |
|
Ryan Boren
|
04b4729e6e
|
Add the_permalink filter. Bug 693. Props: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2094 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 23:43:20 +00:00 |
|
Ryan Boren
|
9e2a26f943
|
Add comment_form hook to default comments template. Bug 665.
git-svn-id: https://develop.svn.wordpress.org/trunk@2093 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 23:37:37 +00:00 |
|
Ryan Boren
|
ed1c204a4a
|
wp_list_pages() using wrong time/date fields. Bug 680.
git-svn-id: https://develop.svn.wordpress.org/trunk@2092 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 23:06:12 +00:00 |
|
Ryan Boren
|
f4bb37f16b
|
Fix call to join. Bug 658. Hat tip: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2091 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 23:01:21 +00:00 |
|
Ryan Boren
|
b55118a179
|
Embolden active plugins.
git-svn-id: https://develop.svn.wordpress.org/trunk@2090 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 20:20:29 +00:00 |
|
Matt Mullenweg
|
64d9509fc9
|
Conditional support for feed:
git-svn-id: https://develop.svn.wordpress.org/trunk@2089 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 06:18:47 +00:00 |
|
Matt Mullenweg
|
40aa8a2fae
|
Fixing the images (I hope)
git-svn-id: https://develop.svn.wordpress.org/trunk@2088 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 06:11:05 +00:00 |
|
Ryan Boren
|
a6f84753db
|
If template redirection is turned off, we still need to redirect for feeds and trackbacks so that permalinks do not break.
git-svn-id: https://develop.svn.wordpress.org/trunk@2087 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-14 05:52:10 +00:00 |
|
Ryan Boren
|
5a5e186be5
|
Fix double include when handling plugin admin pages. Bug 649. Hat tip: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2086 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-12 23:33:07 +00:00 |
|
Matt Mullenweg
|
5f52d2717d
|
Check everything for entities.
git-svn-id: https://develop.svn.wordpress.org/trunk@2085 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 22:42:09 +00:00 |
|
Matt Mullenweg
|
ca6be129a3
|
Moving google highlight to http://dev.wp-plugins.org
git-svn-id: https://develop.svn.wordpress.org/trunk@2084 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 20:25:14 +00:00 |
|
Matt Mullenweg
|
f418ec98e4
|
http://mosquito.wordpress.org/view.php?id=669
git-svn-id: https://develop.svn.wordpress.org/trunk@2083 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 20:22:11 +00:00 |
|
Matt Mullenweg
|
2e5a49bea1
|
http://mosquito.wordpress.org/view.php?id=668
git-svn-id: https://develop.svn.wordpress.org/trunk@2082 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 18:47:07 +00:00 |
|
Donncha O Caoimh
|
33b00f6c71
|
removed images from enclosure scanning.
git-svn-id: https://develop.svn.wordpress.org/trunk@2081 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 17:07:54 +00:00 |
|
Matt Mullenweg
|
f3f5516c99
|
Don't accept duplicate pings
git-svn-id: https://develop.svn.wordpress.org/trunk@2080 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 02:56:43 +00:00 |
|
Ryan Boren
|
369a3a6e98
|
Start marking default theme for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@2079 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 01:08:01 +00:00 |
|
Matt Mullenweg
|
58e0cd82b7
|
Adding RSS feeds for everybody.
git-svn-id: https://develop.svn.wordpress.org/trunk@2078 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 23:30:57 +00:00 |
|
Matt Mullenweg
|
85cca48589
|
Whitelist trackbacks and pingbacks from domains in blogroll.
git-svn-id: https://develop.svn.wordpress.org/trunk@2077 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 23:21:42 +00:00 |
|
Matt Mullenweg
|
063ab31a4f
|
Add more hooks into commenting.
git-svn-id: https://develop.svn.wordpress.org/trunk@2076 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 20:26:10 +00:00 |
|
Matt Mullenweg
|
3696312ac7
|
Spam tastes great, we should eat more of it. Add 'spam' approval value, and basic blacklist.
git-svn-id: https://develop.svn.wordpress.org/trunk@2075 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 20:21:06 +00:00 |
|
Matt Mullenweg
|
99b07ae3bc
|
No email on the default comment.
git-svn-id: https://develop.svn.wordpress.org/trunk@2074 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 20:12:55 +00:00 |
|
Ryan Boren
|
50e981bb5b
|
Grammar fix. Bug 652.
git-svn-id: https://develop.svn.wordpress.org/trunk@2073 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 04:03:51 +00:00 |
|
Ryan Boren
|
d354d81633
|
Update codex link. Patch from 2fargon for bug 646.
git-svn-id: https://develop.svn.wordpress.org/trunk@2072 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-09 21:24:35 +00:00 |
|
Ryan Boren
|
cf5e38acb6
|
Fix post time display. Bug 636.
git-svn-id: https://develop.svn.wordpress.org/trunk@2071 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-09 02:40:06 +00:00 |
|
Ryan Boren
|
741fea5fc6
|
Feed fixes from MooKitty. Bug 644.
git-svn-id: https://develop.svn.wordpress.org/trunk@2070 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-09 02:19:30 +00:00 |
|
Ryan Boren
|
adad04ff38
|
s/wp_did_template_redirect/wp_template_redirect/
git-svn-id: https://develop.svn.wordpress.org/trunk@2069 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-09 01:53:31 +00:00 |
|
Matt Mullenweg
|
7e8f96ac46
|
Some feed template function cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@2068 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-07 22:01:59 +00:00 |
|