Commit Graph

25 Commits

Author SHA1 Message Date
rboren
692627e424 Get our slashes straight.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 08:02:40 +00:00
saxmatt
f9d3eafb29 Needs to be inside of conditional.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 09:17:41 +00:00
saxmatt
50e5276b0a More comments and comment template improvements. TODO: popup comment template
git-svn-id: http://svn.automattic.com/wordpress/trunk@1400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 08:40:58 +00:00
saxmatt
6728151fd2 Move comments include into function.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 07:42:48 +00:00
saxmatt
25ae03ee65 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: http://svn.automattic.com/wordpress/trunk@1355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-24 08:22:18 +00:00
saxmatt
ee19b6c490 wfw:commentRSS and E_ALL fix to blog-header.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-10 07:51:50 +00:00
saxmatt
cdc9a55ad9 Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-09 05:47:02 +00:00
saxmatt
9e9589e6f9 remove_slashes was broken.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 06:47:20 +00:00
saxmatt
924792ffb0 Comments fix?
git-svn-id: http://svn.automattic.com/wordpress/trunk@1224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 06:32:49 +00:00
saxmatt
51335f97bb Reducing queries and forward thinking database fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-26 23:54:52 +00:00
saxmatt
b6a13bf8ab Fix for empty comment bug.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 04:03:10 +00:00
saxmatt
10c6b7ea9c Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: http://svn.automattic.com/wordpress/trunk@1108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-20 22:56:47 +00:00
alex_t_king
454b3cb0a9 removed email links from comment authors
git-svn-id: http://svn.automattic.com/wordpress/trunk@1024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-29 05:44:01 +00:00
michelvaldrighi
f043e71fdd comments template functions back to localtime
git-svn-id: http://svn.automattic.com/wordpress/trunk@998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 01:58:48 +00:00
saxmatt
8927968849 Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: http://svn.automattic.com/wordpress/trunk@945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 16:15:48 +00:00
michelvaldrighi
a33f95df3f now displaysing comment_date and comment_time as local dates instead of GMT
git-svn-id: http://svn.automattic.com/wordpress/trunk@924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 14:22:50 +00:00
saxmatt
6d5891cb5d Some formatting fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-21 15:22:34 +00:00
michelvaldrighi
e1beab4cb8 more double-to-single quotes replacements
git-svn-id: http://svn.automattic.com/wordpress/trunk@895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-20 01:42:39 +00:00
saxmatt
67fa9206a3 Edit comments improvement, multiple comment delete not implemented yet.
git-svn-id: http://svn.automattic.com/wordpress/trunk@887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-17 08:35:04 +00:00
saxmatt
77421739db 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: http://svn.automattic.com/wordpress/trunk@885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-17 04:56:29 +00:00
saxmatt
221123fa57 Comment author link should not strip tildes or plus signs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-06 18:04:35 +00:00
rboren
9bb849b8bf Make sure permalink has trailing slash before appending "trackback/" in trackback_url().
git-svn-id: http://svn.automattic.com/wordpress/trunk@838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-06 02:32:24 +00:00
rboren
6d55b3153a Clean feed and trackback URLs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-05 20:55:50 +00:00
saxmatt
a5c49531fd 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: http://svn.automattic.com/wordpress/trunk@805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-28 08:40:58 +00:00
saxmatt
87fa62b3e6 Broke up template-functions into several files to facilitate maintainance and change tracking.
git-svn-id: http://svn.automattic.com/wordpress/trunk@801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-27 09:58:01 +00:00