Commit Graph

396 Commits

Author SHA1 Message Date
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
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
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 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
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
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
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
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 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 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 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
Matt Mullenweg d064bd4545 Recache options when updating.
git-svn-id: https://develop.svn.wordpress.org/trunk@1009 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 07:21:00 +00:00
Matt Mullenweg 8198dc5328 Typo fixes to do_action and generic_ping
git-svn-id: https://develop.svn.wordpress.org/trunk@1007 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 06:11:28 +00:00
michelvaldrighi 8d907a1768 fixed get_lastpostdate and get_lastpostmodified
git-svn-id: https://develop.svn.wordpress.org/trunk@1002 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:37:47 +00:00
michelvaldrighi 15a49deda2 since time_difference is now relative to GMT, we should use gmdate instead of date when adding time_difference
git-svn-id: https://develop.svn.wordpress.org/trunk@1001 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:21:40 +00:00
michelvaldrighi 90af6e10b8 gmt to localtime, and some time_difference fixes that had gone unnoticed
git-svn-id: https://develop.svn.wordpress.org/trunk@999 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:04:15 +00:00
michelvaldrighi 42a3ed90e5 comments template functions back to localtime
git-svn-id: https://develop.svn.wordpress.org/trunk@998 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 01:58:48 +00:00
michelvaldrighi cf5a16fc01 calendar, archives, date, time, you name it, it's back to localtime
git-svn-id: https://develop.svn.wordpress.org/trunk@996 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 01:45:07 +00:00
Dougal Campbell 4f49a4163d Removed 'Meta:' leader from the_meta().
git-svn-id: https://develop.svn.wordpress.org/trunk@991 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-24 14:41:05 +00:00
Ryan Boren 8b7a7b2dcf Add feed and feed_image options to wp_list_cats() and wp_list_authors().
git-svn-id: https://develop.svn.wordpress.org/trunk@987 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 04:45:27 +00:00
Matt Mullenweg 8ee4986acb Texturize kung-foo
git-svn-id: https://develop.svn.wordpress.org/trunk@985 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-22 01:34:32 +00:00
Matt Mullenweg f14254c46b New comment moderation code, for trackbacks and comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@984 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 08:31:33 +00:00
Matt Mullenweg 512c20e9b9 Generic update pinging. Needs review.
git-svn-id: https://develop.svn.wordpress.org/trunk@982 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 07:36:07 +00:00
Matt Mullenweg 347f95fd22 Fix autop to not mess with pre blocks.
git-svn-id: https://develop.svn.wordpress.org/trunk@980 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 07:07:55 +00:00
Ryan Boren 19888e9223 Introducing wp_list_authors() and friends.
git-svn-id: https://develop.svn.wordpress.org/trunk@979 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-19 16:20:49 +00:00
Ryan Boren 62e8849bc6 Fix wp_list_cats() argument handling.
git-svn-id: https://develop.svn.wordpress.org/trunk@974 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-12 23:51:16 +00:00
Ryan Boren fecb847777 Fix call to zeroise() in get_calendar(). Courtesy of harpshot.
http://wordpress.org/support/6/3218


git-svn-id: https://develop.svn.wordpress.org/trunk@973 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-12 03:36:16 +00:00
Matt Mullenweg 938bbef3cb Texturize missing some table block level tags.
git-svn-id: https://develop.svn.wordpress.org/trunk@972 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-11 16:38:54 +00:00
Ryan Boren a95c8313cb More rewrite fixes. s/[0-9a-z_-]/[_0-9a-z-]/
git-svn-id: https://develop.svn.wordpress.org/trunk@965 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-09 03:55:01 +00:00
Matt Mullenweg 9a84126d9f Typo fixes from Cena.
git-svn-id: https://develop.svn.wordpress.org/trunk@964 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-08 08:49:21 +00:00
Ryan Boren 1bb133cd19 rewrite_rules() tweaks. Use rewrite_rules() in options-permalink.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@963 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-08 05:12:11 +00:00
Ryan Boren 0ebf22b222 Converted overlooked reference to $siteurl to get_settings().
git-svn-id: https://develop.svn.wordpress.org/trunk@962 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-07 17:41:14 +00:00
Dougal Campbell fb4d6d4fd9 Allow 'limit = 0' in Link Categories to hide a category.
git-svn-id: https://develop.svn.wordpress.org/trunk@960 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-05 21:35:14 +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 37c361e964 Migrating more of the global options to get_settings().
git-svn-id: https://develop.svn.wordpress.org/trunk@955 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-29 08:43:36 +00:00
michelvaldrighi 73817b4edc added a timezone argument to get�_lastpost*()
git-svn-id: https://develop.svn.wordpress.org/trunk@952 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-28 17:51:41 +00:00
Matt Mullenweg 8d2b1fdee4 Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@951 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-28 17:28:06 +00:00
Dougal Campbell 8ef6846f5a Tweaked test version of the_meta() a little
git-svn-id: https://develop.svn.wordpress.org/trunk@948 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 22:22:54 +00:00
Dougal Campbell 15f1b35267 Added per-post custom metadata support.
git-svn-id: https://develop.svn.wordpress.org/trunk@946 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 21:42:47 +00:00
Matt Mullenweg 22ed64e4ec Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: https://develop.svn.wordpress.org/trunk@945 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:15:48 +00:00
michelvaldrighi 047441f893 aliasing time_difference to gmt_offset in get_settings(), for great justice
git-svn-id: https://develop.svn.wordpress.org/trunk@943 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:14:10 +00:00
Matt Mullenweg 203184b1f1 Fix for PHP5, formatting changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@940 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 15:18:16 +00:00
michelvaldrighi d7a322fe18 more GMT fixoragization
git-svn-id: https://develop.svn.wordpress.org/trunk@938 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 13:07:11 +00:00
michelvaldrighi 9ee4a50db2 LIKE OMFG ARCHIVE LINKS R TEH FIX0R3D LOLOOLOL :)))) *glomp*
git-svn-id: https://develop.svn.wordpress.org/trunk@935 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-25 17:38:21 +00:00
michelvaldrighi d66e4693e6 just moving these two lines fixes the the_date() issue for GMT
git-svn-id: https://develop.svn.wordpress.org/trunk@934 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-25 17:12:30 +00:00
michelvaldrighi ab4d30c3af zeroise() is our friend -- calendar fixed for GMT
git-svn-id: https://develop.svn.wordpress.org/trunk@933 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-25 17:11:26 +00:00
Matt Mullenweg 539371d0b5 current_time now uses GMT.
git-svn-id: https://develop.svn.wordpress.org/trunk@931 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-25 00:00:38 +00:00
Matt Mullenweg 54139eb9dc Temporary fix for next_post with GMT.
git-svn-id: https://develop.svn.wordpress.org/trunk@930 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-24 23:49:51 +00:00
michelvaldrighi 40c3611490 fixed and simplified get_date_from_gmt and get_gmt_from_date
git-svn-id: https://develop.svn.wordpress.org/trunk@928 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 16:09:27 +00:00
michelvaldrighi beffb648e5 fixed touch_time to use user's timezone instead of GMT
git-svn-id: https://develop.svn.wordpress.org/trunk@926 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 15:58:26 +00:00
michelvaldrighi 2427485d63 now displaysing comment_date and comment_time as local dates instead of GMT
git-svn-id: https://develop.svn.wordpress.org/trunk@924 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 14:22:50 +00:00
michelvaldrighi 1710312617 added in start_wp: $post->post_date_gmt is the gmt version of post_date
git-svn-id: https://develop.svn.wordpress.org/trunk@919 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 05:41:14 +00:00
michelvaldrighi 92b7e672a4 fixed get_date_from_gmt()
git-svn-id: https://develop.svn.wordpress.org/trunk@918 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 05:36:57 +00:00
michelvaldrighi e6a37dfd73 added get_date_from_gmt()
git-svn-id: https://develop.svn.wordpress.org/trunk@917 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 04:37:11 +00:00
michelvaldrighi 41e3c76f01 better get time_difference from get_settings than assume a global is set
git-svn-id: https://develop.svn.wordpress.org/trunk@915 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 03:46:55 +00:00
michelvaldrighi 1ef85f9dd5 big leap to GMT dates
git-svn-id: https://develop.svn.wordpress.org/trunk@914 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 03:42:40 +00:00
michelvaldrighi 70e0de6054 added get_gmt_from_date()
git-svn-id: https://develop.svn.wordpress.org/trunk@913 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 03:04:55 +00:00
Matt Mullenweg 796d56ba66 Undefined function typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@910 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-22 14:39:04 +00:00
michelvaldrighi 5d1d2093c2 added get_lastpostmodified()
git-svn-id: https://develop.svn.wordpress.org/trunk@908 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-22 03:28:46 +00:00
michelvaldrighi 5c5ae0230a fixes to handle ISO-scrambled email subjects in wp-mail
git-svn-id: https://develop.svn.wordpress.org/trunk@907 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-22 00:31:25 +00:00
michelvaldrighi dff5381edd removed useless php3 compatibility, fixed a forgotten global
git-svn-id: https://develop.svn.wordpress.org/trunk@906 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-21 22:59:40 +00:00
michelvaldrighi 5fffb28972 notification emails are now sent using the blog's charset
git-svn-id: https://develop.svn.wordpress.org/trunk@905 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-21 22:53:05 +00:00
Matt Mullenweg e67aa0f272 Some formatting fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@903 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-21 15:22:34 +00:00
Matt Mullenweg c3be4eeb68 New get_posts function, for multiple WP loops.
git-svn-id: https://develop.svn.wordpress.org/trunk@902 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-21 14:10:07 +00:00
michelvaldrighi a3e64cc228 quick typo
git-svn-id: https://develop.svn.wordpress.org/trunk@898 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 14:05:43 +00:00
michelvaldrighi 39b4b2d7d7 quick typo
git-svn-id: https://develop.svn.wordpress.org/trunk@897 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 02:10:04 +00:00
michelvaldrighi c0a1d15cbf more quotes replacements
git-svn-id: https://develop.svn.wordpress.org/trunk@896 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 01:53:41 +00:00
michelvaldrighi 4781d74d2b more double-to-single quotes replacements
git-svn-id: https://develop.svn.wordpress.org/trunk@895 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 01:42:39 +00:00
michelvaldrighi 7f967e8d10 michel is being anal with single quotes
git-svn-id: https://develop.svn.wordpress.org/trunk@894 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 01:14:33 +00:00
michelvaldrighi b33c06593c using "" for html attributes in some functions
git-svn-id: https://develop.svn.wordpress.org/trunk@893 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-20 00:51:52 +00:00
michelvaldrighi 8caf9379a9 user_pass_ok now uses md5()
git-svn-id: https://develop.svn.wordpress.org/trunk@892 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-19 22:42:47 +00:00
Matt Mullenweg 86efd149be Edit comments improvement, multiple comment delete not implemented yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@887 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 08:35:04 +00:00
Matt Mullenweg 5248b39480 Typo in previous commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@886 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 04:57:31 +00:00
Matt Mullenweg d6a30cc0e8 Refactoring of template tags to use filters, use TABS (!!!), and general cleanliness, which is next to godliness. Some get_settings improvements, less globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@885 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 04:56:29 +00:00
Matt Mullenweg e7813d6d2b New *_action functions, removed alert_error.
git-svn-id: https://develop.svn.wordpress.org/trunk@883 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 03:00:20 +00:00
Ryan Boren 0081ac69aa Support PATH_INFO permalinks. Move rewrite rule generation to rewrite_rules().
git-svn-id: https://develop.svn.wordpress.org/trunk@881 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 02:50:57 +00:00
Matt Mullenweg 4a8a38f300 Fix for id= bug. Old code made obsolete by KSES.
git-svn-id: https://develop.svn.wordpress.org/trunk@876 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-16 03:18:36 +00:00
Matt Mullenweg b680691cef Texturize tweak.
git-svn-id: https://develop.svn.wordpress.org/trunk@875 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-16 03:02:25 +00:00
Matt Mullenweg ee730aea98 Show categories nested by default. New wp_list_cats function that uses parse_str.
git-svn-id: https://develop.svn.wordpress.org/trunk@873 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 16:14:36 +00:00
Matt Mullenweg 239532ea4e Edit post slugs.
git-svn-id: https://develop.svn.wordpress.org/trunk@870 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 11:21:30 +00:00
Matt Mullenweg 2a85f5b103 Autop improvement
git-svn-id: https://develop.svn.wordpress.org/trunk@868 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 06:33:55 +00:00
Matt Mullenweg 86072d56df New function, remove_filter. Added priorities to filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@853 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 11:58:49 +00:00
Matt Mullenweg e2efe09044 Nested category list from Philip Taron.
git-svn-id: https://develop.svn.wordpress.org/trunk@848 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 08:55:29 +00:00
Matt Mullenweg 84886ddc38 Breaking out some of the formatting functions into a different file.
git-svn-id: https://develop.svn.wordpress.org/trunk@846 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 06:57:02 +00:00
michelvaldrighi 61c0ce4048 we should never use $RESUEST_URI, but access it with $_SERVER
git-svn-id: https://develop.svn.wordpress.org/trunk@845 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-08 16:10:28 +00:00
Matt Mullenweg 94054cd0ee Move hack file include.
git-svn-id: https://develop.svn.wordpress.org/trunk@844 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-07 22:52:20 +00:00
michelvaldrighi 70ed355a2b fixed typo
git-svn-id: https://develop.svn.wordpress.org/trunk@842 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 21:00:31 +00:00
Matt Mullenweg fd4ad0bcfc the_excerpt should get autop goodness. Excerpt should fake it by default.
git-svn-id: https://develop.svn.wordpress.org/trunk@841 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 20:28:26 +00:00
Matt Mullenweg 0ad0386f27 Comment author link should not strip tildes or plus signs.
git-svn-id: https://develop.svn.wordpress.org/trunk@840 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 18:04:35 +00:00
Ryan Boren 7e9584f828 Make sure permalink has trailing slash before appending "trackback/" in trackback_url().
git-svn-id: https://develop.svn.wordpress.org/trunk@838 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 02:32:24 +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
Matt Mullenweg be109e5ac0 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@835 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 15:38:23 +00:00
Matt Mullenweg aec151b9ac Logic error when checking for define.
git-svn-id: https://develop.svn.wordpress.org/trunk@834 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 15:25:00 +00:00
Matt Mullenweg 1fe76304c9 Let people override the allowedtags variable.
git-svn-id: https://develop.svn.wordpress.org/trunk@832 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 14:40:32 +00:00
Mike Little 87df7d7add Fixed category name bug. "When excluding a category by using '$cat = "-4";' in index.php, the name of the excluded cat is added to the page title."
git-svn-id: https://develop.svn.wordpress.org/trunk@814 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-31 00:03:51 +00:00
Alex King bf326d4a00 added single quotes around values in SQL statements
git-svn-id: https://develop.svn.wordpress.org/trunk@810 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-30 02:39:01 +00:00
Matt Mullenweg f94fdae019 Remove remnants of $c.
git-svn-id: https://develop.svn.wordpress.org/trunk@808 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-29 06:49:19 +00:00
Matt Mullenweg d94ea8826f Comments link not shown if on comments page, link to comment form, number of comments in comment header, and slight font size tweak.
git-svn-id: https://develop.svn.wordpress.org/trunk@805 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-28 08:40:58 +00:00
Matt Mullenweg b158b9348d Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@803 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-28 01:52:58 +00:00
Matt Mullenweg 3cd0b08876 Broke up template-functions into several files to facilitate maintainance and change tracking.
git-svn-id: https://develop.svn.wordpress.org/trunk@801 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 09:58:01 +00:00
Matt Mullenweg afd8045b5f Sub-categories interface improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@799 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 08:31:17 +00:00
Matt Mullenweg 4b4a1405f3 Initial sub-categories code from Jason Verber
git-svn-id: https://develop.svn.wordpress.org/trunk@798 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 06:35:07 +00:00
Matt Mullenweg 3ca7dad5d1 last_cats fix from TheJason.
git-svn-id: https://develop.svn.wordpress.org/trunk@797 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-26 20:34:14 +00:00
Dougal Campbell e980dee752 Fix hide_empty for list_cats()
git-svn-id: https://develop.svn.wordpress.org/trunk@795 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-26 01:59:09 +00:00
Matt Mullenweg 7aaddac35c Use IDs instead of classes.
git-svn-id: https://develop.svn.wordpress.org/trunk@790 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:24:46 +00:00
Matt Mullenweg 0ab9b235c5 Fix for foreign language comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@789 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:22:31 +00:00
Matt Mullenweg b03e33acf4 Have links use unique class.
git-svn-id: https://develop.svn.wordpress.org/trunk@788 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:12:55 +00:00
Alex King 169002b6bf added id's and classes to li's in the menu to help in skinning
git-svn-id: https://develop.svn.wordpress.org/trunk@786 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 22:52:22 +00:00
Alex King 4ef2daf25e bette rhandling of HTML entities in preview/next posts links
git-svn-id: https://develop.svn.wordpress.org/trunk@780 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-15 22:11:13 +00:00
Matt Mullenweg 65ead28b02 Fix for mpts markup prob.
git-svn-id: https://develop.svn.wordpress.org/trunk@779 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-15 11:01:21 +00:00
Alex King b290974a09 enabled using Category Description as the title attribute in list_cats and made the displayed text use htmlspecialchars
git-svn-id: https://develop.svn.wordpress.org/trunk@778 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-15 01:28:41 +00:00
Matt Mullenweg 8ac0a3a2ca Make entity catch in sanitize_title ungreedy.
git-svn-id: https://develop.svn.wordpress.org/trunk@775 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-14 05:46:53 +00:00
Matt Mullenweg 07604037d0 fix for multiple hypens.
git-svn-id: https://develop.svn.wordpress.org/trunk@774 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-14 05:40:57 +00:00
Alex King 80cc201c56 changed the permalink dates to output leading zeros
git-svn-id: https://develop.svn.wordpress.org/trunk@773 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-14 05:10:32 +00:00
Alex King 1afe017eee fixed hilite whitespace checking
git-svn-id: https://develop.svn.wordpress.org/trunk@770 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 23:24:51 +00:00
Dougal Campbell 6d54700831 Fix harcoded table names
git-svn-id: https://develop.svn.wordpress.org/trunk@769 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 22:53:11 +00:00
Matt Mullenweg 3856282eb3 Tag cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@767 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 22:09:07 +00:00
Dougal Campbell 5c91a6a14a Added a few tags. Pretty formatting.
git-svn-id: https://develop.svn.wordpress.org/trunk@766 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 18:15:09 +00:00
Matt Mullenweg 48079eb485 Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@764 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 12:59:27 +00:00
Matt Mullenweg b85d61310e Performance optimizations.
git-svn-id: https://develop.svn.wordpress.org/trunk@760 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 11:52:35 +00:00
Matt Mullenweg 6a05550bba Fix from alex:
http://wordpress.org/support/10/1636#post-11


git-svn-id: https://develop.svn.wordpress.org/trunk@755 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 09:33:02 +00:00
Matt Mullenweg bb4afb9042 Search hilite changes from Ryan Boren
git-svn-id: https://develop.svn.wordpress.org/trunk@754 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 00:59:21 +00:00
Alex King 30281b1047 made tooltips work with multiple posts per day
git-svn-id: https://develop.svn.wordpress.org/trunk@752 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 00:14:47 +00:00
Alex King fefc13fc6a making the category links include the trailing slash
git-svn-id: https://develop.svn.wordpress.org/trunk@749 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-10 01:46:27 +00:00
Matt Mullenweg 91a87d821a Google hilite.
git-svn-id: https://develop.svn.wordpress.org/trunk@747 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-09 11:16:10 +00:00
Dougal Campbell c4030f4b8f Fix bug handling ampersands.
git-svn-id: https://develop.svn.wordpress.org/trunk@740 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-08 22:59:25 +00:00
Dougal Campbell 79426eeb74 Fixed include path problem for links-update-xml
git-svn-id: https://develop.svn.wordpress.org/trunk@737 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 21:02:26 +00:00
Alex King c52d705679 re-enabling smilies in comments rss
git-svn-id: https://develop.svn.wordpress.org/trunk@735 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 03:00:10 +00:00
Alex King 9ac496ee20 commented out smiley conversion in comments RSS
git-svn-id: https://develop.svn.wordpress.org/trunk@734 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 02:28:32 +00:00
Alex King 6a6260666f escaping ampersand in url, task # 42
git-svn-id: https://develop.svn.wordpress.org/trunk@733 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 02:22:00 +00:00
Matt Mullenweg 0738b73f9a KSES fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@731 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 01:28:30 +00:00
Matt Mullenweg 3595621835 URL fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@730 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 01:16:24 +00:00
Matt Mullenweg 6fc5343a5c Reduce queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@727 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 12:44:46 +00:00
Matt Mullenweg 36841b79b3 More bug fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@726 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 10:44:41 +00:00
Matt Mullenweg bab03a7a4b Various fixes from forums and such.
git-svn-id: https://develop.svn.wordpress.org/trunk@725 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 10:33:07 +00:00
Alex King 57bae08ef5 made the pop-up comment link friendly url aware
git-svn-id: https://develop.svn.wordpress.org/trunk@721 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 04:07:19 +00:00
Alex King d05c946222 using the comments_link_rss function
git-svn-id: https://develop.svn.wordpress.org/trunk@720 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 03:14:12 +00:00
Alex King 58f4c191c3 removing extra nbsp before smilies
git-svn-id: https://develop.svn.wordpress.org/trunk@718 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 03:03:49 +00:00
Alex King 73682d64f8 making spacing of counts consistent betweek archives list and category list
git-svn-id: https://develop.svn.wordpress.org/trunk@717 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 03:03:35 +00:00
Alex King fc1fbafc58 fixing extra calendar cells bug
git-svn-id: https://develop.svn.wordpress.org/trunk@716 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 01:43:01 +00:00
Alex King beecaecc46 removing extra nbsp before smilies
git-svn-id: https://develop.svn.wordpress.org/trunk@715 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 01:41:00 +00:00
Matt Mullenweg f924ebc46e Lots of fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@714 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 07:40:15 +00:00
Alex King 9d54e6a0c5 fixing next/previous page links to work w/ clean URLs
git-svn-id: https://develop.svn.wordpress.org/trunk@713 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 02:54:36 +00:00
Matt Mullenweg 1c82c615d5 Space bug in wp_title.
git-svn-id: https://develop.svn.wordpress.org/trunk@712 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 02:34:58 +00:00
Matt Mullenweg 57d62ffdf3 Smilies fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@710 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 00:48:29 +00:00
Matt Mullenweg 49feb2716f Comment_allowed_tags fixup.
git-svn-id: https://develop.svn.wordpress.org/trunk@709 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 23:48:16 +00:00
Matt Mullenweg 81ca149ad0 Change how get_settings errors are returned.
git-svn-id: https://develop.svn.wordpress.org/trunk@708 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 22:20:25 +00:00
Matt Mullenweg dfdf60424d Typo
git-svn-id: https://develop.svn.wordpress.org/trunk@706 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 19:05:55 +00:00
Matt Mullenweg 13519fd241 Comments number bug.
git-svn-id: https://develop.svn.wordpress.org/trunk@701 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 05:03:28 +00:00
Matt Mullenweg 2f6e0142f8 Fix for post_id
git-svn-id: https://develop.svn.wordpress.org/trunk@687 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 19:38:16 +00:00
Matt Mullenweg b1923c0ccc Use post_status in get_lastpostdate
git-svn-id: https://develop.svn.wordpress.org/trunk@686 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 19:27:21 +00:00
Alex King 2376e40465 fixing a bug where the next month link was using previous->year instead of next->year
git-svn-id: https://develop.svn.wordpress.org/trunk@685 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 19:21:50 +00:00
Matt Mullenweg 66b51bbee8 Version bump
git-svn-id: https://develop.svn.wordpress.org/trunk@684 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 02:49:58 +00:00
Matt Mullenweg 6a55c9a84c Query optimizations.
git-svn-id: https://develop.svn.wordpress.org/trunk@683 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 00:58:13 +00:00
Matt Mullenweg 4209bebb6c Duplicate comment number queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@681 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 00:45:12 +00:00
Matt Mullenweg d552550752 Use modified get_links_list
git-svn-id: https://develop.svn.wordpress.org/trunk@678 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 22:13:06 +00:00
Alex King 192fc9544f suppressing Notice messages and moving the use_cache setting higher in blog-header so that it actually gets used when getting settings
git-svn-id: https://develop.svn.wordpress.org/trunk@677 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 21:12:22 +00:00
Matt Mullenweg c8fd26d21a Author description field.
git-svn-id: https://develop.svn.wordpress.org/trunk@674 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 00:55:31 +00:00
Matt Mullenweg 622e22e5bb Edit comment from Ryan Boren.
git-svn-id: https://develop.svn.wordpress.org/trunk@673 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 00:20:22 +00:00
Matt Mullenweg 88d4ebbac4 Installation cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@672 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-31 23:51:41 +00:00
Matt Mullenweg 749f393872 Initial Atom syndication and autodiscovery support.
git-svn-id: https://develop.svn.wordpress.org/trunk@666 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 12:05:25 +00:00
Matt Mullenweg 0319c15727 edit_this_post() from Ryan Boren. Cleaned up function and integrated into default template.
git-svn-id: https://develop.svn.wordpress.org/trunk@665 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 10:48:06 +00:00
Matt Mullenweg a00617018a KSES fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@663 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 08:34:57 +00:00
Matt Mullenweg 1003d0e395 Permalink structure fix and link comments when pings are on.
git-svn-id: https://develop.svn.wordpress.org/trunk@659 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-28 21:45:18 +00:00
Matt Mullenweg 3b7c3e22d1 Fix title function.
git-svn-id: https://develop.svn.wordpress.org/trunk@653 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-27 18:37:30 +00:00
Matt Mullenweg 0c44a67568 New title code.
git-svn-id: https://develop.svn.wordpress.org/trunk@652 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-25 00:01:31 +00:00
Matt Mullenweg 8682ef7789 We don't need to numeric amp.
git-svn-id: https://develop.svn.wordpress.org/trunk@651 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-24 21:57:16 +00:00
Matt Mullenweg a81f4116dd Add kses HTML cleaning to comment functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@650 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-24 20:43:04 +00:00
Matt Mullenweg f27aff65fe Add kses HTML cleaning.
git-svn-id: https://develop.svn.wordpress.org/trunk@649 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 22:09:02 +00:00
Matt Mullenweg 481a009885 Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@648 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 21:51:56 +00:00
Matt Mullenweg d179dd97d9 Moved gzip stuff into options.
git-svn-id: https://develop.svn.wordpress.org/trunk@646 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 21:31:09 +00:00
Matt Mullenweg 4d96a5e921 Template tag for category_description and set $cat if you have category_name thing going on. Space out options screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@643 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 20:51:04 +00:00
Dougal Campbell 0937ec283d Fixed %post_id% token handling. Fixed pingback link detection.
git-svn-id: https://develop.svn.wordpress.org/trunk@640 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 23:00:45 +00:00
Matt Mullenweg afa0ffeae3 Update sending pingbacks to use new URL structure. Need to update to receive like that.
git-svn-id: https://develop.svn.wordpress.org/trunk@638 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 03:26:31 +00:00
Matt Mullenweg 7d72c03fb8 Trackback on edit done.
git-svn-id: https://develop.svn.wordpress.org/trunk@636 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 02:46:40 +00:00
Matt Mullenweg 73c4bcdc7a Better error reporting.
git-svn-id: https://develop.svn.wordpress.org/trunk@635 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 01:50:20 +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 3b71e1dec1 Moved wp-links files to wp-includes or wp-images where appropiate. Updated necessary paths.
git-svn-id: https://develop.svn.wordpress.org/trunk@630 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 10:12:34 +00:00
Matt Mullenweg 9fd74ae0eb Formatting changes and version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@629 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:45:34 +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 0ddb4c1552 Now more sanely deals with bad connection data and offers useful suggestions, doesn't go on when it can't connect to the DB.
git-svn-id: https://develop.svn.wordpress.org/trunk@625 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:18:57 +00:00
Matt Mullenweg 382d6400f6 Multiple categories in RSS. RSS 1.0 currently broken
git-svn-id: https://develop.svn.wordpress.org/trunk@624 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 08:58:07 +00:00
Mike Little acf936810f Some more b2->wp renaming
git-svn-id: https://develop.svn.wordpress.org/trunk@617 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-16 01:58:39 +00:00
Matt Mullenweg 40fc216aa7 Hacks file option and include.
git-svn-id: https://develop.svn.wordpress.org/trunk@614 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-15 09:55:47 +00:00
Matt Mullenweg db09e4cd77 Took out some old stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@611 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-15 08:01:13 +00:00
Matt Mullenweg 781df194f5 Fix to have post title where post_name is specified but post ID is not.
git-svn-id: https://develop.svn.wordpress.org/trunk@610 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-13 17:53:42 +00:00
Matt Mullenweg 57afaea33d Update autop to include th and divs.
git-svn-id: https://develop.svn.wordpress.org/trunk@609 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-13 17:47:28 +00:00
Matt Mullenweg c5d9fd8e24 Missing quote.
git-svn-id: https://develop.svn.wordpress.org/trunk@605 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 18:44:05 +00:00
Matt Mullenweg 83052c7203 Fix for permalink in comment. Removed old sample config.
git-svn-id: https://develop.svn.wordpress.org/trunk@603 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 18:10:43 +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