Commit Graph

23987 Commits

Author SHA1 Message Date
michelvaldrighi
bd3265d911 added get_date_from_gmt()
git-svn-id: http://svn.automattic.com/wordpress/trunk@917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 04:37:11 +00:00
michelvaldrighi
95b3def4b6 better get time_difference from get_settings than assume a global is set
git-svn-id: http://svn.automattic.com/wordpress/trunk@915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 03:46:55 +00:00
michelvaldrighi
84435bfa5f big leap to GMT dates
git-svn-id: http://svn.automattic.com/wordpress/trunk@914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 03:42:40 +00:00
michelvaldrighi
d92647edb0 added get_gmt_from_date()
git-svn-id: http://svn.automattic.com/wordpress/trunk@913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 03:04:55 +00:00
saxmatt
68655b83f7 Undefined function typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-22 14:39:04 +00:00
michelvaldrighi
6d59c60739 added get_lastpostmodified()
git-svn-id: http://svn.automattic.com/wordpress/trunk@908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-22 03:28:46 +00:00
michelvaldrighi
a6165937b1 fixes to handle ISO-scrambled email subjects in wp-mail
git-svn-id: http://svn.automattic.com/wordpress/trunk@907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-22 00:31:25 +00:00
michelvaldrighi
8091c63bff removed useless php3 compatibility, fixed a forgotten global
git-svn-id: http://svn.automattic.com/wordpress/trunk@906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-21 22:59:40 +00:00
michelvaldrighi
7449fbcebd notification emails are now sent using the blog's charset
git-svn-id: http://svn.automattic.com/wordpress/trunk@905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-21 22:53:05 +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
saxmatt
dbba7a2d8c New get_posts function, for multiple WP loops.
git-svn-id: http://svn.automattic.com/wordpress/trunk@902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-21 14:10:07 +00:00
michelvaldrighi
aaa4710246 quick typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-20 14:05:43 +00:00
michelvaldrighi
f6c86216a6 quick typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-20 02:10:04 +00:00
michelvaldrighi
8dfca9ba1c more quotes replacements
git-svn-id: http://svn.automattic.com/wordpress/trunk@896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-20 01:53:41 +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
michelvaldrighi
ba0f9c0f6b michel is being anal with single quotes
git-svn-id: http://svn.automattic.com/wordpress/trunk@894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-20 01:14:33 +00:00
michelvaldrighi
251b4a0423 using "" for html attributes in some functions
git-svn-id: http://svn.automattic.com/wordpress/trunk@893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-20 00:51:52 +00:00
michelvaldrighi
1a51bec12c user_pass_ok now uses md5()
git-svn-id: http://svn.automattic.com/wordpress/trunk@892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-19 22:42:47 +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
d5374b68b6 Typo in previous commit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-17 04:57:31 +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
a0b1f690ef New *_action functions, removed alert_error.
git-svn-id: http://svn.automattic.com/wordpress/trunk@883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-17 03:00:20 +00:00
rboren
b70022525e Support PATH_INFO permalinks. Move rewrite rule generation to rewrite_rules().
git-svn-id: http://svn.automattic.com/wordpress/trunk@881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-17 02:50:57 +00:00
saxmatt
d0c81c9f8e Fix for id= bug. Old code made obsolete by KSES.
git-svn-id: http://svn.automattic.com/wordpress/trunk@876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-16 03:18:36 +00:00
saxmatt
a8d831a286 Texturize tweak.
git-svn-id: http://svn.automattic.com/wordpress/trunk@875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-16 03:02:25 +00:00
saxmatt
ecbf95566b Show categories nested by default. New wp_list_cats function that uses parse_str.
git-svn-id: http://svn.automattic.com/wordpress/trunk@873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-13 16:14:36 +00:00
saxmatt
718dcc6297 Edit post slugs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-13 11:21:30 +00:00
saxmatt
725ec5f2e0 Autop improvement
git-svn-id: http://svn.automattic.com/wordpress/trunk@868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-13 06:33:55 +00:00
saxmatt
0284b7ba09 New function, remove_filter. Added priorities to filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-09 11:58:49 +00:00
saxmatt
63a6efea29 Nested category list from Philip Taron.
git-svn-id: http://svn.automattic.com/wordpress/trunk@848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-09 08:55:29 +00:00
saxmatt
c49fecf3f0 Breaking out some of the formatting functions into a different file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-09 06:57:02 +00:00
michelvaldrighi
2055a5905d we should never use $RESUEST_URI, but access it with $_SERVER
git-svn-id: http://svn.automattic.com/wordpress/trunk@845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-08 16:10:28 +00:00
saxmatt
c26991b1d1 Move hack file include.
git-svn-id: http://svn.automattic.com/wordpress/trunk@844 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-07 22:52:20 +00:00
michelvaldrighi
2d31de1484 fixed typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-06 21:00:31 +00:00
saxmatt
827e40c677 the_excerpt should get autop goodness. Excerpt should fake it by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-06 20:28:26 +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
cab7113ff9 Bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-05 15:38:23 +00:00
saxmatt
91b753594d Logic error when checking for define.
git-svn-id: http://svn.automattic.com/wordpress/trunk@834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-05 15:25:00 +00:00
saxmatt
ebf9f84acd Let people override the allowedtags variable.
git-svn-id: http://svn.automattic.com/wordpress/trunk@832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-05 14:40:32 +00:00
mikelittle
a644a1018b 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: http://svn.automattic.com/wordpress/trunk@814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-31 00:03:51 +00:00
alex_t_king
ca6bbb36a8 added single quotes around values in SQL statements
git-svn-id: http://svn.automattic.com/wordpress/trunk@810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-30 02:39:01 +00:00
saxmatt
7d63d0c095 Remove remnants of $c.
git-svn-id: http://svn.automattic.com/wordpress/trunk@808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-29 06:49:19 +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
14ede25eb5 Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-28 01:52: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
saxmatt
292737d0b2 Sub-categories interface improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-27 08:31:17 +00:00
saxmatt
8b9f213e57 Initial sub-categories code from Jason Verber
git-svn-id: http://svn.automattic.com/wordpress/trunk@798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-27 06:35:07 +00:00
saxmatt
996ba79f93 last_cats fix from TheJason.
git-svn-id: http://svn.automattic.com/wordpress/trunk@797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-26 20:34:14 +00:00
emc3
07731fae29 Fix hide_empty for list_cats()
git-svn-id: http://svn.automattic.com/wordpress/trunk@795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-26 01:59:09 +00:00
saxmatt
215d39b88d Use IDs instead of classes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-24 23:24:46 +00:00
saxmatt
04541968dc Fix for foreign language comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-24 23:22:31 +00:00
saxmatt
5b908a99d9 Have links use unique class.
git-svn-id: http://svn.automattic.com/wordpress/trunk@788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-24 23:12:55 +00:00
alex_t_king
dc902731b0 added id's and classes to li's in the menu to help in skinning
git-svn-id: http://svn.automattic.com/wordpress/trunk@786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-24 22:52:22 +00:00
alex_t_king
ff237a769f bette rhandling of HTML entities in preview/next posts links
git-svn-id: http://svn.automattic.com/wordpress/trunk@780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-15 22:11:13 +00:00
saxmatt
3e494326c4 Fix for mpts markup prob.
git-svn-id: http://svn.automattic.com/wordpress/trunk@779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-15 11:01:21 +00:00
alex_t_king
b506da37ff enabled using Category Description as the title attribute in list_cats and made the displayed text use htmlspecialchars
git-svn-id: http://svn.automattic.com/wordpress/trunk@778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-15 01:28:41 +00:00
saxmatt
c38e0e27b8 Make entity catch in sanitize_title ungreedy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-14 05:46:53 +00:00
saxmatt
5c4302e582 fix for multiple hypens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-14 05:40:57 +00:00
alex_t_king
e2d9617bd6 changed the permalink dates to output leading zeros
git-svn-id: http://svn.automattic.com/wordpress/trunk@773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-14 05:10:32 +00:00
alex_t_king
8058390507 fixed hilite whitespace checking
git-svn-id: http://svn.automattic.com/wordpress/trunk@770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 23:24:51 +00:00
emc3
4834619229 Fix harcoded table names
git-svn-id: http://svn.automattic.com/wordpress/trunk@769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 22:53:11 +00:00
saxmatt
28298145c8 Tag cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 22:09:07 +00:00
emc3
6f5b19cc85 Added a few tags. Pretty formatting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 18:15:09 +00:00
saxmatt
02d732dd4a Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 12:59:27 +00:00
saxmatt
6f44a5461d Performance optimizations.
git-svn-id: http://svn.automattic.com/wordpress/trunk@760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 11:52:35 +00:00
saxmatt
bc5519d97b Fix from alex:
http://wordpress.org/support/10/1636#post-11


git-svn-id: http://svn.automattic.com/wordpress/trunk@755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 09:33:02 +00:00
saxmatt
d6ec36fed7 Search hilite changes from Ryan Boren
git-svn-id: http://svn.automattic.com/wordpress/trunk@754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 00:59:21 +00:00
alex_t_king
79cc343c52 made tooltips work with multiple posts per day
git-svn-id: http://svn.automattic.com/wordpress/trunk@752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-12 00:14:47 +00:00
alex_t_king
25db37a7a1 making the category links include the trailing slash
git-svn-id: http://svn.automattic.com/wordpress/trunk@749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-10 01:46:27 +00:00
saxmatt
598c4723cf Google hilite.
git-svn-id: http://svn.automattic.com/wordpress/trunk@747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-09 11:16:10 +00:00
emc3
96b3058e9f Fix bug handling ampersands.
git-svn-id: http://svn.automattic.com/wordpress/trunk@740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-08 22:59:25 +00:00
emc3
824fb50f60 Fixed include path problem for links-update-xml
git-svn-id: http://svn.automattic.com/wordpress/trunk@737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-07 21:02:26 +00:00
alex_t_king
b4c8ae6c9b re-enabling smilies in comments rss
git-svn-id: http://svn.automattic.com/wordpress/trunk@735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-07 03:00:10 +00:00
alex_t_king
7b434a5c54 commented out smiley conversion in comments RSS
git-svn-id: http://svn.automattic.com/wordpress/trunk@734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-07 02:28:32 +00:00
alex_t_king
567f076791 escaping ampersand in url, task # 42
git-svn-id: http://svn.automattic.com/wordpress/trunk@733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-07 02:22:00 +00:00
saxmatt
119f72da24 KSES fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-07 01:28:30 +00:00
saxmatt
b51cf5412b URL fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-07 01:16:24 +00:00
saxmatt
a8b5faacdc Reduce queries.
git-svn-id: http://svn.automattic.com/wordpress/trunk@727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-06 12:44:46 +00:00
saxmatt
572ba33802 More bug fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-06 10:44:41 +00:00
saxmatt
0d24e188a0 Various fixes from forums and such.
git-svn-id: http://svn.automattic.com/wordpress/trunk@725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-06 10:33:07 +00:00
alex_t_king
d69f26e0e8 made the pop-up comment link friendly url aware
git-svn-id: http://svn.automattic.com/wordpress/trunk@721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-05 04:07:19 +00:00
alex_t_king
588615970e using the comments_link_rss function
git-svn-id: http://svn.automattic.com/wordpress/trunk@720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-05 03:14:12 +00:00
alex_t_king
80b704540c removing extra nbsp before smilies
git-svn-id: http://svn.automattic.com/wordpress/trunk@718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-05 03:03:49 +00:00
alex_t_king
1e10cd53ac making spacing of counts consistent betweek archives list and category list
git-svn-id: http://svn.automattic.com/wordpress/trunk@717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-05 03:03:35 +00:00
alex_t_king
5c8b016bf3 fixing extra calendar cells bug
git-svn-id: http://svn.automattic.com/wordpress/trunk@716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-05 01:43:01 +00:00
alex_t_king
7f90eaf4c4 removing extra nbsp before smilies
git-svn-id: http://svn.automattic.com/wordpress/trunk@715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-05 01:41:00 +00:00
saxmatt
5781a9f056 Lots of fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-04 07:40:15 +00:00
alex_t_king
c31ebcf3c0 fixing next/previous page links to work w/ clean URLs
git-svn-id: http://svn.automattic.com/wordpress/trunk@713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-04 02:54:36 +00:00
saxmatt
13e9584684 Space bug in wp_title.
git-svn-id: http://svn.automattic.com/wordpress/trunk@712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-04 02:34:58 +00:00
saxmatt
82c593a558 Smilies fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-04 00:48:29 +00:00
saxmatt
f4e3970ec1 Comment_allowed_tags fixup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-03 23:48:16 +00:00
saxmatt
4ef7999064 Change how get_settings errors are returned.
git-svn-id: http://svn.automattic.com/wordpress/trunk@708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-03 22:20:25 +00:00
saxmatt
637df9921a Typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-03 19:05:55 +00:00
saxmatt
986c08cc1f Comments number bug.
git-svn-id: http://svn.automattic.com/wordpress/trunk@701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-03 05:03:28 +00:00
saxmatt
a0e3c8a8ac Fix for post_id
git-svn-id: http://svn.automattic.com/wordpress/trunk@687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-02 19:38:16 +00:00
saxmatt
384edd177b Use post_status in get_lastpostdate
git-svn-id: http://svn.automattic.com/wordpress/trunk@686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-02 19:27:21 +00:00
alex_t_king
230d55a93b fixing a bug where the next month link was using previous->year instead of next->year
git-svn-id: http://svn.automattic.com/wordpress/trunk@685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-02 19:21:50 +00:00
saxmatt
be8435d6b7 Version bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-02 02:49:58 +00:00
saxmatt
6245f53042 Query optimizations.
git-svn-id: http://svn.automattic.com/wordpress/trunk@683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-02 00:58:13 +00:00
saxmatt
11d47e1330 Duplicate comment number queries.
git-svn-id: http://svn.automattic.com/wordpress/trunk@681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-02 00:45:12 +00:00
saxmatt
253f684253 Use modified get_links_list
git-svn-id: http://svn.automattic.com/wordpress/trunk@678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-01 22:13:06 +00:00
alex_t_king
a392bb19d3 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: http://svn.automattic.com/wordpress/trunk@677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-01 21:12:22 +00:00
saxmatt
92c031cd84 Author description field.
git-svn-id: http://svn.automattic.com/wordpress/trunk@674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-01 00:55:31 +00:00
saxmatt
cbee61601c Edit comment from Ryan Boren.
git-svn-id: http://svn.automattic.com/wordpress/trunk@673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-01 00:20:22 +00:00
saxmatt
edc7d7cd8c Installation cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-31 23:51:41 +00:00
saxmatt
9a4221ee46 Initial Atom syndication and autodiscovery support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-30 12:05:25 +00:00
saxmatt
3bcdffad13 edit_this_post() from Ryan Boren. Cleaned up function and integrated into default template.
git-svn-id: http://svn.automattic.com/wordpress/trunk@665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-30 10:48:06 +00:00
saxmatt
3a2f87a2d4 KSES fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-30 08:34:57 +00:00
saxmatt
df7fdc51b6 Permalink structure fix and link comments when pings are on.
git-svn-id: http://svn.automattic.com/wordpress/trunk@659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-28 21:45:18 +00:00
saxmatt
738be91fcd Fix title function.
git-svn-id: http://svn.automattic.com/wordpress/trunk@653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-27 18:37:30 +00:00
saxmatt
8d232849e3 New title code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-25 00:01:31 +00:00
saxmatt
223d1b272b We don't need to numeric amp.
git-svn-id: http://svn.automattic.com/wordpress/trunk@651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-24 21:57:16 +00:00
saxmatt
52e1d45f45 Add kses HTML cleaning to comment functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-24 20:43:04 +00:00
saxmatt
3f71149d19 Add kses HTML cleaning.
git-svn-id: http://svn.automattic.com/wordpress/trunk@649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-23 22:09:02 +00:00
saxmatt
b8373c949d Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-23 21:51:56 +00:00
saxmatt
85eaa93dd6 Moved gzip stuff into options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-23 21:31:09 +00:00
saxmatt
42db9e2708 Template tag for category_description and set $cat if you have category_name thing going on. Space out options screen.
git-svn-id: http://svn.automattic.com/wordpress/trunk@643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-23 20:51:04 +00:00
emc3
c8604702fc Fixed %post_id% token handling. Fixed pingback link detection.
git-svn-id: http://svn.automattic.com/wordpress/trunk@640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-22 23:00:45 +00:00
saxmatt
1c352e673e Update sending pingbacks to use new URL structure. Need to update to receive like that.
git-svn-id: http://svn.automattic.com/wordpress/trunk@638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-22 03:26:31 +00:00
saxmatt
d3d08d60ef Trackback on edit done.
git-svn-id: http://svn.automattic.com/wordpress/trunk@636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-22 02:46:40 +00:00
saxmatt
61df3dab96 Better error reporting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-22 01:50:20 +00:00
saxmatt
c3d03c529d Multiple category support for RDF.
git-svn-id: http://svn.automattic.com/wordpress/trunk@634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-22 00:32:05 +00:00
saxmatt
af1326791a Moved wp-links files to wp-includes or wp-images where appropiate. Updated necessary paths.
git-svn-id: http://svn.automattic.com/wordpress/trunk@630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-18 10:12:34 +00:00
saxmatt
e7705d626b Formatting changes and version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-18 09:45:34 +00:00
saxmatt
99a7358baf Renaming Reloaded.
git-svn-id: http://svn.automattic.com/wordpress/trunk@628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-18 09:36:13 +00:00
saxmatt
869714e60b 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: http://svn.automattic.com/wordpress/trunk@625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-18 09:18:57 +00:00
saxmatt
bfefe94945 Multiple categories in RSS. RSS 1.0 currently broken
git-svn-id: http://svn.automattic.com/wordpress/trunk@624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-18 08:58:07 +00:00
mikelittle
b0db88d03a Some more b2->wp renaming
git-svn-id: http://svn.automattic.com/wordpress/trunk@617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-16 01:58:39 +00:00
saxmatt
eb2969916c Hacks file option and include.
git-svn-id: http://svn.automattic.com/wordpress/trunk@614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-15 09:55:47 +00:00
saxmatt
54bda8c55f Took out some old stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-15 08:01:13 +00:00
saxmatt
09092a3d3e Fix to have post title where post_name is specified but post ID is not.
git-svn-id: http://svn.automattic.com/wordpress/trunk@610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-13 17:53:42 +00:00
saxmatt
e1e8c6dbf7 Update autop to include th and divs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-13 17:47:28 +00:00
saxmatt
18407cfa16 Missing quote.
git-svn-id: http://svn.automattic.com/wordpress/trunk@605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-11 18:44:05 +00:00
saxmatt
5f1fe85ec0 Fix for permalink in comment. Removed old sample config.
git-svn-id: http://svn.automattic.com/wordpress/trunk@603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-11 18:10:43 +00:00
saxmatt
43e4a8a930 The great renaming.
git-svn-id: http://svn.automattic.com/wordpress/trunk@601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-11 00:22:36 +00:00