Commit Graph

31 Commits

Author SHA1 Message Date
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