Commit Graph

1060 Commits

Author SHA1 Message Date
Matt Mullenweg 62161136ba File type matching should be case-insensitive.
git-svn-id: https://develop.svn.wordpress.org/trunk@1060 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-12 17:25:59 +00:00
Matt Mullenweg 71c261f6e6 Turn magic quotes runtime off, fix english, normalize newlines going in.
git-svn-id: https://develop.svn.wordpress.org/trunk@1059 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-11 17:36:45 +00:00
Matt Mullenweg 25ebd64d7d More options work. Bug fixes for advanced_edit not being boolean type, clean up of options code and update feedback (still needs work there), first bit of miscellaneous screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@1058 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-11 08:15:10 +00:00
Alex King 1f13ef66c0 first pass at the localization class
git-svn-id: https://develop.svn.wordpress.org/trunk@1057 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-10 05:22:49 +00:00
Matt Mullenweg 321512417a check_comment should return false if there are no comment moderation keys.
git-svn-id: https://develop.svn.wordpress.org/trunk@1056 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-07 00:48:19 +00:00
Matt Mullenweg fc31806396 Security fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@1055 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-05 08:33:58 +00:00
Matt Mullenweg 6a34eea3aa Initial checkins of Mark's threaded comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@1054 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-05 08:21:44 +00:00
Ryan Boren 1a0705d632 Pass link name and description through htmlspecialchars().
git-svn-id: https://develop.svn.wordpress.org/trunk@1053 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-04 23:25:55 +00:00
Matt Mullenweg e15ea4abaf Added more API hooks for edit and post formatting.
git-svn-id: https://develop.svn.wordpress.org/trunk@1052 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-04 23:15:54 +00:00
Alex King 309d592466 more fixes for post_status
git-svn-id: https://develop.svn.wordpress.org/trunk@1051 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-04 15:36:20 +00:00
Alex King ef05a0a331 oops, we were setting post_status when we should have been setting ping_status
git-svn-id: https://develop.svn.wordpress.org/trunk@1050 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-04 01:44:34 +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
michelvaldrighi 08dbbe64ed upgraded requirements to PHP 4.1.0, added comment_date_gmt field
git-svn-id: https://develop.svn.wordpress.org/trunk@1048 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-02 01:21:29 +00:00
michelvaldrighi ba4226d821 checking against post_date_gmt instead of post_date makes more sense
git-svn-id: https://develop.svn.wordpress.org/trunk@1047 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-01 23:09:22 +00:00
michelvaldrighi 63fc518ac9 migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@1046 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-01 13:30:29 +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 38d6e1b8ca lastBuildDate now uses the last modification date (as GMT), redundant old conditional get code now removed
git-svn-id: https://develop.svn.wordpress.org/trunk@1044 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 21:25:48 +00:00
michelvaldrighi 99bbcc0296 restoring Dougal's Conditional GET logic, way better than the poop I had placed there
git-svn-id: https://develop.svn.wordpress.org/trunk@1043 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 21:19:58 +00:00
michelvaldrighi 1dd9932213 tweaked get_lastpostdate and get_lastpostmodified a bit for consistency
git-svn-id: https://develop.svn.wordpress.org/trunk@1042 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 18:06:45 +00:00
michelvaldrighi 2072c26bbc fixed dates to use GMT
git-svn-id: https://develop.svn.wordpress.org/trunk@1041 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 17:16:22 +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 516fe098a8 fixed multiple breakage possibilities with feeds
git-svn-id: https://develop.svn.wordpress.org/trunk@1039 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 16:41:30 +00:00
Alex King 5160634407 added a check to see if the post exists, it it doesn't show the edit button
git-svn-id: https://develop.svn.wordpress.org/trunk@1038 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 06:17:14 +00:00
michelvaldrighi 3c491e4dbc your aggregator will love you, part 2: fixing support for 304 :P
git-svn-id: https://develop.svn.wordpress.org/trunk@1037 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 04:14:20 +00:00
michelvaldrighi 444f7cafec your aggregator will love you, feeds now support sending a 304 Not Modified header when needed
git-svn-id: https://develop.svn.wordpress.org/trunk@1036 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 03:54:58 +00:00
michelvaldrighi 43f76c323c forgot to replace this one
git-svn-id: https://develop.svn.wordpress.org/trunk@1035 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-31 01:25:12 +00:00
michelvaldrighi ce8d502161 changing xmlrpc_encode to phpxmlrpc�_encode, xmlrpc_decode to phpxmlrpc_decode
git-svn-id: https://develop.svn.wordpress.org/trunk@1034 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-30 21:25:21 +00:00
Alex King a5a8f26c81 don't show publish button on posts that are already published, task 153
git-svn-id: https://develop.svn.wordpress.org/trunk@1033 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-30 06:54:41 +00:00
michelvaldrighi 1ec97a4ad4 BRING OUT YOUR NUCLEONS, for we now have a really valid Atom 0.3 feed
git-svn-id: https://develop.svn.wordpress.org/trunk@1032 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-30 02:14:45 +00:00
michelvaldrighi ef9cfda412 updated install.php to keep up with changes in wp_posts
git-svn-id: https://develop.svn.wordpress.org/trunk@1031 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-30 01:44:21 +00:00
michelvaldrighi a251e1e4ea Tom Jones tunes remain the best weapons against Martians to this day -- big fixes here
git-svn-id: https://develop.svn.wordpress.org/trunk@1030 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-30 01:16:40 +00:00
michelvaldrighi 0d78b4e118 now stores post_modified as creation date when we create a post
git-svn-id: https://develop.svn.wordpress.org/trunk@1029 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-30 01:12:51 +00:00
Ryan Boren 452c3ddc69 Fix security bug in the template editor. http://wordpress.org/support/3/3667
git-svn-id: https://develop.svn.wordpress.org/trunk@1028 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 22:43:07 +00:00
Dougal Campbell 4877319023 Add semantics to post-meta
git-svn-id: https://develop.svn.wordpress.org/trunk@1027 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 18:46:33 +00:00
Dougal Campbell 7c4e580466 Added styles for post-meta
git-svn-id: https://develop.svn.wordpress.org/trunk@1026 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 18:28:47 +00:00
Alex King 78719e9e98 changing comment instructions
git-svn-id: https://develop.svn.wordpress.org/trunk@1025 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 05:46:06 +00:00
Alex King 7df50ac769 removed email links from comment authors
git-svn-id: https://develop.svn.wordpress.org/trunk@1024 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 05:44:01 +00:00
michelvaldrighi f2c646a82e aggregator users will love me for this, a GMT-compliant Last-Modified header ;)
git-svn-id: https://develop.svn.wordpress.org/trunk@1023 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 04:15:59 +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 250fa3805c Fix for preg /e automatically adding slashes under some magic_quotes setting. BLAH.
Fix to not double escape values we're putting into the DB. This is an old, old bug from b2.


git-svn-id: https://develop.svn.wordpress.org/trunk@1021 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-29 03:54:57 +00:00
Matt Mullenweg 0864452ab6 Strip ../ in reading.
git-svn-id: https://develop.svn.wordpress.org/trunk@1020 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-27 17:05:16 +00:00
Alex King 5a37c37d10 making the post meta accept 0 as a value
git-svn-id: https://develop.svn.wordpress.org/trunk@1019 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-26 22:16:00 +00:00
michelvaldrighi ab33245ad1 typo
git-svn-id: https://develop.svn.wordpress.org/trunk@1018 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-26 11:26:57 +00:00
Matt Mullenweg e55eb009fd Don't try to ping empty sets.
git-svn-id: https://develop.svn.wordpress.org/trunk@1017 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 23:05:25 +00:00
Matt Mullenweg d7a86c150c Debug code left.
git-svn-id: https://develop.svn.wordpress.org/trunk@1016 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 21:15:55 +00:00
Matt Mullenweg 52b84858f6 Show version and header bugfix.
git-svn-id: https://develop.svn.wordpress.org/trunk@1015 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 21:04:36 +00:00
Matt Mullenweg ada39aeb8e Textile should be moved to plugin.
git-svn-id: https://develop.svn.wordpress.org/trunk@1014 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 20:50:50 +00:00
Matt Mullenweg a45c044297 Added missing API hooks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1013 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 20:28:09 +00:00
Matt Mullenweg 84635f1a44 Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1012 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 20:18:20 +00:00
Matt Mullenweg cadc96082b If more than X links in a comment, moderate that sucker.
git-svn-id: https://develop.svn.wordpress.org/trunk@1011 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 10:11:58 +00:00