Commit Graph

46 Commits

Author SHA1 Message Date
Mark Jaquith 02df990e1f Consistently include wp-config.php. fixes #3349
git-svn-id: https://develop.svn.wordpress.org/trunk@5843 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-03 00:45:06 +00:00
Ryan Boren 9b6a6b632c Relocate feed templates to wp-includes. fixes #3846
git-svn-id: https://develop.svn.wordpress.org/trunk@4927 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 02:50:05 +00:00
Mark Jaquith 3733dd7160 Add commentrss2_item action hook. Props seek3r and Viper007Bond. fixes #3456
git-svn-id: https://develop.svn.wordpress.org/trunk@4635 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-10 00:12:58 +00:00
Matt Mullenweg e886d70c4e This should be an XML representation of all comments on a post, fixes #1570
git-svn-id: https://develop.svn.wordpress.org/trunk@4542 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 21:02:40 +00:00
Ryan Boren e44ea1ff93 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:56:05 +00:00
Mark Jaquith 622508a215 Specify <author /> for comment authors in comment feed. Props to Erik Barzeski for the report, Nazgul for the patch. fixes #3303
git-svn-id: https://develop.svn.wordpress.org/trunk@4462 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-09 19:08:57 +00:00
Ryan Boren 7e82eef627 Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 21:46:31 +00:00
Ryan Boren eab1586158 Comment feed fixes from David House. fixes #2570
git-svn-id: https://develop.svn.wordpress.org/trunk@3644 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-17 01:16:22 +00:00
Ryan Boren e7c7898311 Remove extraneous paren. fixes #2448
git-svn-id: https://develop.svn.wordpress.org/trunk@3543 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 01:34:37 +00:00
Ryan Boren 6008a133c4 Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:53:23 +00:00
Ryan Boren f961003343 Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: https://develop.svn.wordpress.org/trunk@3510 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-09 10:03:48 +00:00
Ryan Boren 03828f24dd Add post titles to site comment feed. Add some gettext. fixes #2067 #1987
git-svn-id: https://develop.svn.wordpress.org/trunk@3314 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 22:20:06 +00:00
Dougal Campbell 40c9993310 Fetch related post-meta for each comment item. (#1745)
git-svn-id: https://develop.svn.wordpress.org/trunk@3196 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-22 15:01:32 +00:00
Matt Mullenweg 3ad5bc3f76 Fixes #1783
git-svn-id: https://develop.svn.wordpress.org/trunk@3076 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-14 10:04:25 +00:00
Ryan Boren 1da25e1927 Image fu from Andy. fixes #1776
git-svn-id: https://develop.svn.wordpress.org/trunk@2958 602fd350-edb4-49c9-b593-d223f7449a82
2005-10-20 20:48:32 +00:00
Ryan Boren 7d6fc8af08 Break blog header up into functional chunks. Stick it all in a WP class for now. Make wp() the front door. Move template/theme loader code into template-loader.php. Clean up feed file loadup. Modularize.
git-svn-id: https://develop.svn.wordpress.org/trunk@2627 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-10 23:15:13 +00:00
Ryan Boren bd7d179803 Use UTC in comments rss feed. http://mosquito.wordpress.org/view.php?id=1256 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2543 602fd350-edb4-49c9-b593-d223f7449a82
2005-04-19 00:23:55 +00:00
Ryan Boren f031e1a762 Fix comment feed queries for pages. http://mosquito.wordpress.org/view.php?id=1216 Props: mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@2519 602fd350-edb4-49c9-b593-d223f7449a82
2005-04-07 19:17:28 +00:00
Ryan Boren 8a6f959807 Show the latest 10 comments in the comment feed rather than only the first 10. http://mosquito.wordpress.org/view.php?id=958 Props: ringmaster
git-svn-id: https://develop.svn.wordpress.org/trunk@2462 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-22 00:13:48 +00:00
Ryan Boren fa6727b6b6 Make sure is_feed() is true when feed files are referenced directly. http://mosquito.wordpress.org/view.php?id=726
git-svn-id: https://develop.svn.wordpress.org/trunk@2272 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 06:42:07 +00:00
Ryan Boren 93ac629632 Allow comments feeds for pages. Use new post loop. http://mosquito.wordpress.org/view.php?id=846
git-svn-id: https://develop.svn.wordpress.org/trunk@2251 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 01:09:34 +00:00
Matt Mullenweg acf61e66bd http://mosquito.wordpress.org/view.php?id=846
git-svn-id: https://develop.svn.wordpress.org/trunk@2250 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 01:07:42 +00:00
Matt Mullenweg e73cfeddd5 Fix for http://mosquito.wordpress.org/view.php?id=587
git-svn-id: https://develop.svn.wordpress.org/trunk@2167 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:06:12 +00:00
Matt Mullenweg f730b81576 Prevent foreach errors, should probably be moved to new loop method?
git-svn-id: https://develop.svn.wordpress.org/trunk@1957 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-14 09:48:34 +00:00
Ryan Boren ca2a782574 Use empty() to check if $feed is set at the beginning of the feed files. Bug 495.
git-svn-id: https://develop.svn.wordpress.org/trunk@1888 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-27 00:42:55 +00:00
Matt Mullenweg 8485291bd9 Fix for bug 137. Patch from kelson.
git-svn-id: https://develop.svn.wordpress.org/trunk@1799 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 08:27:56 +00:00
Ryan Boren 77ea6cc292 Use is_single(). Bug 350.
git-svn-id: https://develop.svn.wordpress.org/trunk@1770 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-10 18:41:39 +00:00
Matt Mullenweg 6b0bcbf2f5 Massive options cleanup and another step of cleaning up the upgrade/install.
git-svn-id: https://develop.svn.wordpress.org/trunk@1599 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 00:24:28 +00:00
Matt Mullenweg 6e1c571490 Vanquishing the terror of iso-8859-1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1575 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 07:16:40 +00:00
Matt Mullenweg 717855f007 Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 08:22:18 +00:00
Matt Mullenweg b49aa0e51a Minor changes to RSS.
git-svn-id: https://develop.svn.wordpress.org/trunk@1223 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 06:32:18 +00:00
Matt Mullenweg 4b6149eecf Timezone fixes, I hope.
git-svn-id: https://develop.svn.wordpress.org/trunk@1150 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 21:52:24 +00:00
Matt Mullenweg 94f0cf9181 Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: https://develop.svn.wordpress.org/trunk@1108 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-20 22:56:47 +00:00
Matt Mullenweg e4092d6f1e Updated to use proper mime type.
git-svn-id: https://develop.svn.wordpress.org/trunk@1105 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-19 08:59:38 +00:00
michelvaldrighi baf38808af using blog_charset for this feed too
git-svn-id: https://develop.svn.wordpress.org/trunk@1049 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-02 17:44:06 +00:00
Matt Mullenweg 59155a15f3 Migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@956 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 06:13:32 +00:00
Matt Mullenweg d235e2b857 New unfunky RSS care of the grandmaster of funk himself, Phil Ringnalda.
git-svn-id: https://develop.svn.wordpress.org/trunk@900 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 20:46:55 +00:00
Ryan Boren 6ebd3ca6c0 Clean feed and trackback URLs.
git-svn-id: https://develop.svn.wordpress.org/trunk@836 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 20:55:50 +00:00
Alex King b8acccdea9 removed check to post_category > 0
git-svn-id: https://develop.svn.wordpress.org/trunk@722 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 09:01:41 +00:00
Matt Mullenweg ccc413011a Renaming Reloaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:36:13 +00:00
Matt Mullenweg 9c6a0a9403 The great renaming.
git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 00:22:36 +00:00
Mike Little f2aa5da5b0 Removed $querycount. Added $wpdb->querycount
git-svn-id: https://develop.svn.wordpress.org/trunk@569 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-05 01:24:02 +00:00
Mike Little 4efb6bb23a Missing querycount
git-svn-id: https://develop.svn.wordpress.org/trunk@558 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-25 00:46:52 +00:00
Dougal Campbell 9b94f75e32 otaku42's comment moderation patches
git-svn-id: https://develop.svn.wordpress.org/trunk@546 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-12 15:22:47 +00:00
Mike Little 0451a97940 Added call to antispambot round admin email.
git-svn-id: https://develop.svn.wordpress.org/trunk@414 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-05 21:13:40 +00:00
Alex King f4f8a6b91b adding rss feed for comments
git-svn-id: https://develop.svn.wordpress.org/trunk@392 602fd350-edb4-49c9-b593-d223f7449a82
2003-09-28 18:19:10 +00:00