Commit Graph

139 Commits

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