Commit Graph

766 Commits

Author SHA1 Message Date
ryan
826ecd2bcd Pass arg from bloginfo_rss() to get_bloginfo_rss(). http://mosquito.wordpress.org/view.php?id=992 Props: kim
git-svn-id: http://svn.automattic.com/wordpress/trunk@2389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-27 16:42:57 +00:00
ryan
4ae13d2448 Make sure get_the_category() returns an array.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-27 04:47:38 +00:00
ryan
8d579218f6 Use index.php for feed links instead of wp-*.php http://mosquito.wordpress.org/view.php?id=915
git-svn-id: http://svn.automattic.com/wordpress/trunk@2384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-26 06:12:16 +00:00
matt
ee0bee021f Escape amps in links manager links - http://priyadi.net/archives/2005/02/25/wordpress-15-bugs/
git-svn-id: http://svn.automattic.com/wordpress/trunk@2382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-25 17:46:27 +00:00
ryan
b07728b5ee Add get_bloginfo_rss(). http://mosquito.wordpress.org/view.php?id=971 Hat tip: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@2380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-25 15:52:28 +00:00
ryan
eb8369937f Add get_the_category_list(). http://mosquito.wordpress.org/view.php?id=970 Hat tip: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@2379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-25 15:50:55 +00:00
matt
774a21505d Version bump, testing new list
git-svn-id: http://svn.automattic.com/wordpress/trunk@2371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-21 07:02:12 +00:00
ryan
810bf22215 Do not translate dates in feeds. http://mosquito.wordpress.org/view.php?id=924. Reviewed by morganiq.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2366 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-21 04:19:43 +00:00
rboren
c567fccfc4 Remove option from wp_mail(). The additional parameters argument to mail() is non-portable and not useful to us. Props: dalziel. http://mosquito.wordpress.org/view.php?id=855
git-svn-id: http://svn.automattic.com/wordpress/trunk@2365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-19 04:17:34 +00:00
michelvaldrighi
a7110c0663 reverting the previous patch: it made it impossible to sort the list by category name
git-svn-id: http://svn.automattic.com/wordpress/trunk@2364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-18 16:42:49 +00:00
saxmatt
e39c8e0706 Trackback ending http://mosquito.wordpress.org/view.php?id=884
git-svn-id: http://svn.automattic.com/wordpress/trunk@2361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-17 09:03:23 +00:00
michelvaldrighi
11aea9b0bc whoops, make wp_list_pages not spew a warning when there are no pages
git-svn-id: http://svn.automattic.com/wordpress/trunk@2360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-17 00:11:35 +00:00
emc3
55b747eb07 Oops. Stupid typo. Thanks, Ryan.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-16 22:01:52 +00:00
emc3
86e5a8a70d This really deserves to be in a separate function so that plugins can get at it more easily, don't you think?
git-svn-id: http://svn.automattic.com/wordpress/trunk@2357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-16 21:35:58 +00:00
michelvaldrighi
57aabc9252 getting the list of categories from cat_counts if hide_empty is true, saves one query
git-svn-id: http://svn.automattic.com/wordpress/trunk@2356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-16 16:06:07 +00:00
michelvaldrighi
f547b70201 if permalink_structure doesn't have %category%, don't bother querying categories
git-svn-id: http://svn.automattic.com/wordpress/trunk@2355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-16 15:49:02 +00:00
michelvaldrighi
b361854d4f added cache_pages to avoid making 1+X queries everytime wp_list_pages is called, where X is the number of pages
git-svn-id: http://svn.automattic.com/wordpress/trunk@2354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-16 15:12:04 +00:00
michelvaldrighi
8e770d3e6e unified cache_userdata indexes by referencing user_login to ID, got rid of the useless, and broken, get_userid (get_userdatabylogin provides the same functionnality anyway)
git-svn-id: http://svn.automattic.com/wordpress/trunk@2353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-16 14:29:55 +00:00
emc3
9aba2af474 I'm pretty sure that this should be get_theme_root(), not get_theme_base()
git-svn-id: http://svn.automattic.com/wordpress/trunk@2350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-15 19:55:12 +00:00
rboren
cff1d9f8f2 Fix category links when permalinks are not enabled.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-15 06:52:38 +00:00
saxmatt
86f0f9fa5c *cough*
git-svn-id: http://svn.automattic.com/wordpress/trunk@2345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-15 01:24:11 +00:00
saxmatt
18aaa8b406 Wrong line
git-svn-id: http://svn.automattic.com/wordpress/trunk@2344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-15 00:50:23 +00:00
saxmatt
067e48e161 Make excerpt stuff a filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@2341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-15 00:21:21 +00:00
rboren
1d6d4c6d93 Make wp_setcookie() and wp_clearcookie() replaceable.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-15 00:17:21 +00:00
saxmatt
973fea010e Accidentally removed H2
git-svn-id: http://svn.automattic.com/wordpress/trunk@2339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 23:37:28 +00:00
saxmatt
d973258889 User agent in trackbacks, good idea - http://mosquito.wordpress.org/view.php?id=873
git-svn-id: http://svn.automattic.com/wordpress/trunk@2334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 09:48:48 +00:00
rboren
6a11fa21a2 Load comments-popup template through the index.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 09:17:23 +00:00
saxmatt
4bfafda743 http://mosquito.wordpress.org/view.php?id=871
git-svn-id: http://svn.automattic.com/wordpress/trunk@2330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 07:09:51 +00:00
saxmatt
ab9fa0a56b Fix for single_month_title - http://mosquito.wordpress.org/view.php?id=867
git-svn-id: http://svn.automattic.com/wordpress/trunk@2327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 06:48:51 +00:00
saxmatt
a622906bd5 Don't let there be duplicate post_names
git-svn-id: http://svn.automattic.com/wordpress/trunk@2323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 04:51:14 +00:00
saxmatt
8e014dea63 html_type to allow for true XHTML.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 04:36:57 +00:00
saxmatt
72dc0ab63b More efficient get_category_link - http://mosquito.wordpress.org/view.php?id=590
git-svn-id: http://svn.automattic.com/wordpress/trunk@2316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 03:27:50 +00:00
saxmatt
eda8b55ac0 Removal of changes.xml bloat.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 03:11:23 +00:00
saxmatt
87917546b6 Better pinging
git-svn-id: http://svn.automattic.com/wordpress/trunk@2312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 01:57:48 +00:00
saxmatt
0cd0269cc8 Support for categories - http://mosquito.wordpress.org/view.php?id=52
git-svn-id: http://svn.automattic.com/wordpress/trunk@2311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-14 00:58:51 +00:00
saxmatt
d8b56fa353 Show post count in dropdown - http://mosquito.wordpress.org/view.php?id=596
git-svn-id: http://svn.automattic.com/wordpress/trunk@2306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 23:46:33 +00:00
rboren
8fd4dd7b12 Use the object's is_* vars instead of the global is_* functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 19:45:04 +00:00
rboren
1b8050d0d3 Process posts_per_rss in WP_Query. http://mosquito.wordpress.org/view.php?id=864
git-svn-id: http://svn.automattic.com/wordpress/trunk@2299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 19:42:22 +00:00
rboren
1cb207c91e Make adding new feeds to rewrite rules easier.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 18:42:40 +00:00
rboren
7c6579f01f /archives/%post_id% permalinks break for post ids over 1000. http://mosquito.wordpress.org/view.php?id=847
git-svn-id: http://svn.automattic.com/wordpress/trunk@2296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 18:26:50 +00:00
rboren
8ee644d067 Allow category and date filtering to coincide. Allow any number of spaces or commas to serve as item separators in the category and author arrays. http://mosquito.wordpress.org/view.php?id=221
git-svn-id: http://svn.automattic.com/wordpress/trunk@2295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 17:52:58 +00:00
rboren
e509af852c Add theme directory location hooks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 19:06:06 +00:00
saxmatt
5d2fe3fa18 Allow custom comment template - http://mosquito.wordpress.org/view.php?id=632
git-svn-id: http://svn.automattic.com/wordpress/trunk@2289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 08:58:27 +00:00
saxmatt
553e41cf73 Enclosure cleanups
git-svn-id: http://svn.automattic.com/wordpress/trunk@2288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 08:58:10 +00:00
saxmatt
6a8d010ec6 Styleme - http://mosquito.wordpress.org/view.php?id=856
git-svn-id: http://svn.automattic.com/wordpress/trunk@2283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 07:31:56 +00:00
saxmatt
fa0753801a Don't show pages or objects in recent posts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 05:25:09 +00:00
saxmatt
b0db8dfc0b Invalid XHTML possibility - http://mosquito.wordpress.org/view.php?id=518
git-svn-id: http://svn.automattic.com/wordpress/trunk@2280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 02:05:58 +00:00
saxmatt
26831e298d We send the charset so we shouldn't need to do character conversion
git-svn-id: http://svn.automattic.com/wordpress/trunk@2277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-12 01:22:36 +00:00
saxmatt
e8699e2099 Don't show category counts from the future.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-11 03:43:56 +00:00
saxmatt
34da840f28 Allow setting of post_parent - http://mosquito.wordpress.org/view.php?id=111
git-svn-id: http://svn.automattic.com/wordpress/trunk@2269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-11 03:36:49 +00:00