Commit Graph

27 Commits

Author SHA1 Message Date
Ryan Boren fdaf705b04 Support timestamp permalinks. Make wider use of is_single(). Bug 0000194.
git-svn-id: https://develop.svn.wordpress.org/trunk@1491 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 02:43:54 +00:00
Ryan Boren 475e0b9e07 stripslashes() elimination. Remove extra slashes during upgrade. Bugs 0000059 and 0000018
git-svn-id: https://develop.svn.wordpress.org/trunk@1435 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-18 00:22:09 +00:00
Ryan Boren a5a67ec795 Get our slashes straight.
git-svn-id: https://develop.svn.wordpress.org/trunk@1405 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-11 08:02:40 +00:00
Matt Mullenweg f1cdd2b2ff Needs to be inside of conditional.
git-svn-id: https://develop.svn.wordpress.org/trunk@1402 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-10 09:17:41 +00:00
Matt Mullenweg feef0aee85 More comments and comment template improvements. TODO: popup comment template
git-svn-id: https://develop.svn.wordpress.org/trunk@1400 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-10 08:40:58 +00:00
Matt Mullenweg a507894ed3 Move comments include into function.
git-svn-id: https://develop.svn.wordpress.org/trunk@1398 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-10 07:42:48 +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 cc29f6be5e wfw:commentRSS and E_ALL fix to blog-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@1255 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-10 07:51:50 +00:00
Matt Mullenweg 7f1cdc843e Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1245 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-09 05:47:02 +00:00
Matt Mullenweg ef353e438a remove_slashes was broken.
git-svn-id: https://develop.svn.wordpress.org/trunk@1226 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 06:47:20 +00:00
Matt Mullenweg a6722e257e Comments fix?
git-svn-id: https://develop.svn.wordpress.org/trunk@1224 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 06:32:49 +00:00
Matt Mullenweg e848549387 Reducing queries and forward thinking database fields.
git-svn-id: https://develop.svn.wordpress.org/trunk@1185 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-26 23:54:52 +00:00
Matt Mullenweg 3222602163 Fix for empty comment bug.
git-svn-id: https://develop.svn.wordpress.org/trunk@1132 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-23 04:03:10 +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
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 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
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 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
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
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
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 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 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 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 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