Commit Graph

34 Commits

Author SHA1 Message Date
Ryan Boren e25996c368 File file level phpdoc from jacobsantos. see #7037
git-svn-id: https://develop.svn.wordpress.org/trunk@7991 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-25 15:50:15 +00:00
Ryan Boren e911cca913 Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933
git-svn-id: https://develop.svn.wordpress.org/trunk@7971 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-21 05:59:27 +00:00
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
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 d7bfd79cb6 Update loop in rdf. Props Leffe. fixes #1542
git-svn-id: https://develop.svn.wordpress.org/trunk@2860 602fd350-edb4-49c9-b593-d223f7449a82
2005-09-08 22:02:14 +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
Matt Mullenweg 1b7bfde51f Adding hooks in syndication feeds.
git-svn-id: https://develop.svn.wordpress.org/trunk@2625 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-10 18:45:39 +00:00
Ryan Boren f22a3f3283 Do not translate dates in feeds. http://mosquito.wordpress.org/view.php?id=924. Reviewed by morganiq.
git-svn-id: https://develop.svn.wordpress.org/trunk@2366 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-21 04:19:43 +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
Matt Mullenweg e9915276e7 Some filter action and cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@2240 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-07 07:46:41 +00:00
Matt Mullenweg 8768dfb610 Moderation confirmation from Ryan, some other template and comment editing improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@2165 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 04:22:01 +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
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 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
michelvaldrighi c0f296df06 some cleanups, and a quick undefined variable fix
git-svn-id: https://develop.svn.wordpress.org/trunk@1358 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 18:24:12 +00:00
Matt Mullenweg 7545942ecc Proper mime for RDF.
git-svn-id: https://develop.svn.wordpress.org/trunk@1319 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-19 10:24:25 +00:00
Matt Mullenweg f852309b10 Correctly respect excerpt wishes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1145 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 20:12:58 +00:00
Matt Mullenweg e5cbab641a Removing some old functions. Cleaning up remaining places where we exposed emails. Consolidated ampersand fixing. Fixed pasting from Word.
git-svn-id: https://develop.svn.wordpress.org/trunk@1121 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-22 07:41:57 +00:00
michelvaldrighi c3a7760c07 removed redundant conditional get code
git-svn-id: https://develop.svn.wordpress.org/trunk@1045 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 21:27:45 +00:00
michelvaldrighi 456fedec29 fixed dates to use GMT, content-type to be application/rss.xml
git-svn-id: https://develop.svn.wordpress.org/trunk@1040 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 16:44:02 +00:00
michelvaldrighi ad6e954ab9 now feeds use encoding=blog_charset
git-svn-id: https://develop.svn.wordpress.org/trunk@1022 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 04:07:33 +00:00
Matt Mullenweg e64b754d4a Migration to get_settings and away from globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@957 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 19:55:45 +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 f69f39dd6e Feed improvements and suggestions from Mark Pilgrim.
git-svn-id: https://develop.svn.wordpress.org/trunk@901 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-21 12:28:36 +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 79698ba6b4 disabling the not-modified header code.
git-svn-id: https://develop.svn.wordpress.org/trunk@724 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 19:36:49 +00:00
Matt Mullenweg dd95276c66 Multiple category support for RDF.
git-svn-id: https://develop.svn.wordpress.org/trunk@634 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 00:32:05 +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 dc23e01477 Fixed several instances in WordPress where PHP Notices are not being handled correctly.
Fixes supplied by Aaron Jensen (aaron@visualprose.com).
Plus removed currently unworkable 304 handling


git-svn-id: https://develop.svn.wordpress.org/trunk@568 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-05 01:21:09 +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
Mike Little 242c85ffcc b2rss/rdf -> wp-rss/rdf
Plus old files do permanent redirect to the new ones.


git-svn-id: https://develop.svn.wordpress.org/trunk@535 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-10 23:32:02 +00:00