westi
|
4c7bfb6a4f
|
Refactor atom support to share code. Fixes #5181 props rubys
git-svn-id: http://svn.automattic.com/wordpress/trunk@6273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-19 15:42:30 +00:00 |
|
ryan
|
6edc7aed5c
|
Catch WP_Error. Props tellyworth. fixes #5226
git-svn-id: http://svn.automattic.com/wordpress/trunk@6271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-18 15:55:15 +00:00 |
|
markjaquith
|
d395d55a0e
|
Stripslashes tag names to prevent double slashing in wp_insert_term(). fixes #5202
git-svn-id: http://svn.automattic.com/wordpress/trunk@6267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-17 20:41:43 +00:00 |
|
westi
|
9ef11d81bd
|
Set the Sender on emails as well as from. Fixes #5007 for trunk props mattyrob
git-svn-id: http://svn.automattic.com/wordpress/trunk@6265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-17 20:17:01 +00:00 |
|
markjaquith
|
875424adae
|
Explicitly exclude previews from canonicalization. fixes #5203 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-17 20:14:38 +00:00 |
|
ryan
|
38a3758570
|
Remove refs to old, dead caches.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-17 17:37:21 +00:00 |
|
ryan
|
9c6dc8f1be
|
More taxonomy phpdoc from darkdragon. see #4742
git-svn-id: http://svn.automattic.com/wordpress/trunk@6254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-15 22:49:31 +00:00 |
|
ryan
|
0e0ebbba23
|
Move all page and post caches to 'posts' cache group.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-15 20:11:30 +00:00 |
|
westi
|
1eb4758157
|
Fix typo in call to $wpdb->update. Fixes #5206 props zamoose
git-svn-id: http://svn.automattic.com/wordpress/trunk@6251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-15 20:07:29 +00:00 |
|
ryan
|
20f655d83b
|
Kill unused var.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-14 09:38:12 +00:00 |
|
ryan
|
808cd79992
|
Just cache the is_blog_installed value. If the options table goes away while the value is still cached, oh well. Very edge-case.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-14 07:57:56 +00:00 |
|
ryan
|
363eae9d76
|
Add some clean cache hooks
git-svn-id: http://svn.automattic.com/wordpress/trunk@6248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-14 04:55:33 +00:00 |
|
ryan
|
bd5d107814
|
Allow single post ID and comma delimited list of post IDs to be passed to update_postmeta_cache(). Fix default cache to allow storage of empty array. see #5194
git-svn-id: http://svn.automattic.com/wordpress/trunk@6247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-14 01:08:07 +00:00 |
|
ryan
|
24af93e9c0
|
If checking for term within taxonomy, just do the taxonomy specific query. Saves one query.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 19:04:39 +00:00 |
|
ryan
|
befa8f0f11
|
Eliminate extra query.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 18:53:28 +00:00 |
|
ryan
|
16411f9c7b
|
Set global is_blog_installed flag so we don't query the DB more than once per load.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 18:39:28 +00:00 |
|
ryan
|
a8d380c32c
|
Eliminate object_term_cache array. see #5182
git-svn-id: http://svn.automattic.com/wordpress/trunk@6243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 18:23:59 +00:00 |
|
markjaquith
|
4a43a0b353
|
Some foreach array casting
git-svn-id: http://svn.automattic.com/wordpress/trunk@6242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 05:33:39 +00:00 |
|
markjaquith
|
6f0cbc16a8
|
prepare(), insert(), update() for wp-includes/ taxonomy.php, rss.php, registration.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@6241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 03:51:11 +00:00 |
|
markjaquith
|
14c3ea37ca
|
Forget about 4th update() param -- only accept named array. Roll out more insert()/update() and various cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 02:36:38 +00:00 |
|
markjaquith
|
f18e02b0f0
|
Allow wpdb->update() to optionally take a named array of where column/value pairs (which will be ANDed)
git-svn-id: http://svn.automattic.com/wordpress/trunk@6239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 01:44:25 +00:00 |
|
markjaquith
|
1d883e1b9c
|
Remove redundant "db_" from db_insert() and db_update() methods. Now just insert() and update(). see #5178
git-svn-id: http://svn.automattic.com/wordpress/trunk@6238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 00:54:26 +00:00 |
|
markjaquith
|
05e68a8676
|
More use of db_insert()/db_update(). see #5178
git-svn-id: http://svn.automattic.com/wordpress/trunk@6237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 00:48:52 +00:00 |
|
markjaquith
|
596db96326
|
Oops, within the class here.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-13 00:45:34 +00:00 |
|
ryan
|
42fee85546
|
Fix category assigment during link import. fixes #5107 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-12 21:47:34 +00:00 |
|
ryan
|
62d3a12280
|
Eliminate , , and . see #5182
git-svn-id: http://svn.automattic.com/wordpress/trunk@6229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-12 21:12:34 +00:00 |
|
westi
|
714742b70e
|
Add is_page_template() function to allow theme developers to detect that they are is a page template. Fixes #3335
git-svn-id: http://svn.automattic.com/wordpress/trunk@6228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-12 20:01:16 +00:00 |
|
westi
|
cd8dcf0046
|
Translation fix for wp_tag_cloud(). Fixes #5131 props webrocker
git-svn-id: http://svn.automattic.com/wordpress/trunk@6227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-12 19:49:25 +00:00 |
|
ryan
|
c674a475d7
|
Use inner joins instead of left joins for taxonomy. Inner is faster. fixes #5179
git-svn-id: http://svn.automattic.com/wordpress/trunk@6224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-11 17:43:49 +00:00 |
|
markjaquith
|
a30ed0ded5
|
Code cleanup and standardization for functions.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@6223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-11 05:46:57 +00:00 |
|
markjaquith
|
c23352bedf
|
Introducing absint() for casting to an absolute integer. see #4762
git-svn-id: http://svn.automattic.com/wordpress/trunk@6222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-10 22:11:18 +00:00 |
|
markjaquith
|
c5f9186919
|
Introducing db_insert() and db_update(), with immediate usage in wp_insert_post(). fixes #5178
git-svn-id: http://svn.automattic.com/wordpress/trunk@6221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-10 22:01:40 +00:00 |
|
markjaquith
|
dec5db7586
|
check for a match against a lowercase host in wp_safe_redirect(). props BoltClock. fixes #5114 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-10 19:25:23 +00:00 |
|
ryan
|
40a2a02cb1
|
Output localized strings before outputting js. Props mdawaffe. fixes #5177 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-10 18:51:12 +00:00 |
|
markjaquith
|
90da0b6561
|
Revert partial prepare() implementation. Needs to be all or nothing. Props xknown. fixes #5145
git-svn-id: http://svn.automattic.com/wordpress/trunk@6216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-09 23:16:35 +00:00 |
|
ryan
|
44ca974c27
|
jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805
git-svn-id: http://svn.automattic.com/wordpress/trunk@6214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-09 22:51:25 +00:00 |
|
ryan
|
f8afc0b75d
|
jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805
git-svn-id: http://svn.automattic.com/wordpress/trunk@6213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-09 22:49:42 +00:00 |
|
ryan
|
a8ede71d87
|
Force prototype to load before jquery. Props mdawaffe. fixes #5067 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-09 21:04:26 +00:00 |
|
markjaquith
|
60cde1b789
|
use type="text/javascript", not lang="javascript". Props dsiemon. fixes #5168
git-svn-id: http://svn.automattic.com/wordpress/trunk@6207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-09 04:13:36 +00:00 |
|
ryan
|
b8febc8501
|
Apply filteres when returning empty array from get_pages. Props epper. fixes #4712 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-08 22:25:33 +00:00 |
|
westi
|
8ff0a0659a
|
Move the WLW manifest related files to have proper WordPress naming scheme.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-08 20:21:29 +00:00 |
|
westi
|
395fd9fc29
|
Define $constaint is all cases in get_attachment_icon() to fix E_NOTICE. Fixed #5159 props richcon.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-07 07:35:20 +00:00 |
|
westi
|
f6234acb5d
|
Add documentation of _wp_filter_build_unique_id(). Fixed #5053 props darkdragon.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-07 07:31:14 +00:00 |
|
westi
|
e026d1dfa2
|
Move all calls to mysql_ functions to withiWPDB so that t we don't expect any mysql stuff when we are using a custo$wpdb class. Fixes #5127
props ComputerGuru.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-06 08:40:54 +00:00 |
|
westi
|
61f8b8f569
|
Move database class loading to a shared function to ensure all of WordPress is wp-content/wp-db.php aware. Fixes #5128 props ComputerGuru.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-06 08:18:33 +00:00 |
|
westi
|
e9cfb43133
|
Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-06 06:55:24 +00:00 |
|
ryan
|
60fdc763b6
|
WLW manifest from josephscott. fixes #5023 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-05 17:29:34 +00:00 |
|
ryan
|
7f61116c5b
|
Add some spacing. fixes #5137 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-05 16:27:48 +00:00 |
|
ryan
|
fe60a3ab06
|
New taxonomy intersection queries from xknown. fixes #5137
git-svn-id: http://svn.automattic.com/wordpress/trunk@6186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-04 18:10:03 +00:00 |
|
ryan
|
3211ab1d54
|
Add page sanitization. Props xknown. fixes #5135 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-03 16:27:07 +00:00 |
|
ryan
|
5300ef20cf
|
Add sanitize_url. Don't convert ampersands in URLs when saving to DB. fixes #4411 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-03 16:16:55 +00:00 |
|
markjaquith
|
21c25b5566
|
prepare() for wp-includes/ link-template.php, post.php, general-template.php, pluggable.php, functions.php. see #4553
git-svn-id: http://svn.automattic.com/wordpress/trunk@6180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-10-02 18:45:47 +00:00 |
|
westi
|
0b23746c72
|
We're working on bleeding edge 2.4 stuff now
git-svn-id: http://svn.automattic.com/wordpress/trunk@6177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-29 10:56:53 +00:00 |
|
markjaquith
|
47955b3fae
|
prepare() for wp-includes/ bookmark.php, canonical.php, comment.php, comment-template.php. see #4553
git-svn-id: http://svn.automattic.com/wordpress/trunk@6173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-27 07:34:15 +00:00 |
|
ryan
|
649cff7dc2
|
Fix typo in category widget class name. Props joostdevalk. fixes #5079 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-26 16:12:28 +00:00 |
|
matt
|
15372a22b6
|
bumpity
git-svn-id: http://svn.automattic.com/wordpress/trunk@6164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-25 00:34:43 +00:00 |
|
ryan
|
a48973211c
|
Fix typo. fixes #5061
git-svn-id: http://svn.automattic.com/wordpress/trunk@6161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-24 01:48:36 +00:00 |
|
ryan
|
8d349aa85c
|
Add some filtering. Props jhodgdon. fixes #3595
git-svn-id: http://svn.automattic.com/wordpress/trunk@6160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-23 19:25:15 +00:00 |
|
ryan
|
e76e370638
|
Fix term count padding.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-23 00:35:59 +00:00 |
|
ryan
|
683db28b4c
|
Term with slug that conflicts with existing term with different parent gets a new term entry with a unique slug. see #5034
git-svn-id: http://svn.automattic.com/wordpress/trunk@6157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-22 18:01:08 +00:00 |
|
ryan
|
72e74add8d
|
Don't reset parent when updating attachment. Props filosofo and michelwp. fixes #5010
git-svn-id: http://svn.automattic.com/wordpress/trunk@6155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-22 16:30:40 +00:00 |
|
markjaquith
|
0fb4233fdf
|
Add tag_base to list of untrailingslashed options, and standardize the unslashing. Prevents /mytags//tagname/
git-svn-id: http://svn.automattic.com/wordpress/trunk@6153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-22 06:11:48 +00:00 |
|
markjaquith
|
c005340430
|
Fix PATH_INFO first page paging link. fixes #5039
git-svn-id: http://svn.automattic.com/wordpress/trunk@6152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-22 06:07:03 +00:00 |
|
markjaquith
|
d3d447d6e9
|
Core and plugin update checking: make sure fsockopen() is available and check file resources with is_resource() -- both to prevent feof() infinite loops. Props xknown. fixes #5037
git-svn-id: http://svn.automattic.com/wordpress/trunk@6151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-22 00:08:50 +00:00 |
|
ryan
|
48813443db
|
Revert [5969]. It can break permalinks. see #4739
git-svn-id: http://svn.automattic.com/wordpress/trunk@6150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-21 19:36:12 +00:00 |
|
ryan
|
81482db30b
|
Add checks for WP_Error. Props filosofo. see #4809
git-svn-id: http://svn.automattic.com/wordpress/trunk@6148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-21 15:51:00 +00:00 |
|
markjaquith
|
5177c0e5c7
|
Pass the attempted redirect host as a second parameter in the allowed_redirect_hosts filter. props mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-20 21:53:42 +00:00 |
|
ryan
|
40b7e58b82
|
Always remove index.php from request before contructing page links. fixes #5000
git-svn-id: http://svn.automattic.com/wordpress/trunk@6144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-20 20:56:22 +00:00 |
|
markjaquith
|
3be5215e08
|
Remove trailing /index.php fixing from canonical.php ... Thanks chaoticmortalcom. fixes #5017
git-svn-id: http://svn.automattic.com/wordpress/trunk@6143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-20 20:25:43 +00:00 |
|
ryan
|
4a03a94051
|
Bail if post is empty. Props mdawaffe. fixes #5019
git-svn-id: http://svn.automattic.com/wordpress/trunk@6142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-20 18:25:14 +00:00 |
|
ryan
|
3542e01f19
|
Don't specialchars markup in term description. fixes #5021
git-svn-id: http://svn.automattic.com/wordpress/trunk@6141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-20 18:23:33 +00:00 |
|
ryan
|
9eb6351d24
|
Extra protection in check_ajax_referer from mdawaffe. fixes #4939
git-svn-id: http://svn.automattic.com/wordpress/trunk@6138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-19 19:32:34 +00:00 |
|
ryan
|
3ac0df5170
|
Fix includes for setup-config so that wp_die is defined. Props DD32. fixes #4997
git-svn-id: http://svn.automattic.com/wordpress/trunk@6137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-19 04:27:56 +00:00 |
|
markjaquith
|
f25f33c4ba
|
Put a filter in wp_safe_redirect() so people can whitelist other domains. see #4606
git-svn-id: http://svn.automattic.com/wordpress/trunk@6136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-19 04:14:53 +00:00 |
|
ryan
|
192cb2dda5
|
RC1
git-svn-id: http://svn.automattic.com/wordpress/trunk@6135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-19 04:14:27 +00:00 |
|
markjaquith
|
3c89a5c5d7
|
More robust wp_safe_redirect(). Introducing wp_sanitize_redirect() for use in wp_redirect() and wp_safe_redirect(). fixes #4606
git-svn-id: http://svn.automattic.com/wordpress/trunk@6134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-19 03:47:37 +00:00 |
|
ryan
|
deb7701a85
|
Script loader cleanup from mdawaffe. fixes #5003
git-svn-id: http://svn.automattic.com/wordpress/trunk@6133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-19 00:51:21 +00:00 |
|
ryan
|
1fa2f6df66
|
the_title_attribute(). Props Nazgul. fixes #4731
git-svn-id: http://svn.automattic.com/wordpress/trunk@6132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-18 22:50:59 +00:00 |
|
markjaquith
|
dbd3d07274
|
Introducing wp_safe_redirect(). fixes #4606 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-18 22:23:16 +00:00 |
|
ryan
|
1d146b6153
|
Revert rename of more-link class. Props foolswisdom. fixes #4999
git-svn-id: http://svn.automattic.com/wordpress/trunk@6128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-18 16:44:35 +00:00 |
|
ryan
|
c352f29893
|
Drop old tables. Props Nazgul. fixes #4995
git-svn-id: http://svn.automattic.com/wordpress/trunk@6126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-18 16:37:21 +00:00 |
|
ryan
|
9bfccd6286
|
Add checks for WP_Error. Props filosofo. see #4809
git-svn-id: http://svn.automattic.com/wordpress/trunk@6125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-18 16:32:22 +00:00 |
|
markjaquith
|
f30cd7acec
|
Use maybe_unserialize() in get_usermeta(). Props filosofo. fixes #4993
git-svn-id: http://svn.automattic.com/wordpress/trunk@6124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-17 19:19:55 +00:00 |
|
ryan
|
76fee1da02
|
Don't lose tags when saving a post with attachments. Props filosofo. fixes #4532
git-svn-id: http://svn.automattic.com/wordpress/trunk@6121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-16 02:36:23 +00:00 |
|
matt
|
1e127b413c
|
Sometimes the $page global is set but it's just an integer, like 1, not an object which we should try to address and put in the cache. The page would work but we'd do spurious wp_cache_add
git-svn-id: http://svn.automattic.com/wordpress/trunk@6120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-15 21:52:37 +00:00 |
|
matt
|
4216f95b64
|
Because we're modifying an existing cache variable we need to do a _set, not an _add, like we do other places we stick multiple cache values in a single var and key.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-15 21:50:53 +00:00 |
|
westi
|
e08024d86e
|
Set svn:eol-style on a few files.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-15 17:35:32 +00:00 |
|
matt
|
8bfcfae2f8
|
Incorrect cache group was causing terms never to get cached.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-15 16:48:29 +00:00 |
|
markjaquith
|
8a6802ef00
|
Canonical fixes: Allow Pages to have /page/x/. Always trailing slash home when it is not paged. Strip extra trailing slashes off of /page/x///
git-svn-id: http://svn.automattic.com/wordpress/trunk@6115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-14 19:41:23 +00:00 |
|
ryan
|
ec182d74a6
|
Deprecate fakeit arg. Props Nazgul. fixes #4439
git-svn-id: http://svn.automattic.com/wordpress/trunk@6114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 21:27:26 +00:00 |
|
markjaquith
|
3d3846ee8a
|
Handle ports for canonical redirects. Props driverkt and westi. fixes #4970
git-svn-id: http://svn.automattic.com/wordpress/trunk@6112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 19:24:05 +00:00 |
|
markjaquith
|
9ea001d704
|
Just some indent fixes in canonical.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@6111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 19:12:53 +00:00 |
|
markjaquith
|
b36471d4cf
|
Use wp_die() for WPDB bails. Send 500 response and no-cache headers so wp_die()s are not cached. props DD32. fixes #3471
git-svn-id: http://svn.automattic.com/wordpress/trunk@6110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 06:23:23 +00:00 |
|
ryan
|
9e61170004
|
s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630
git-svn-id: http://svn.automattic.com/wordpress/trunk@6109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 05:33:54 +00:00 |
|
markjaquith
|
3fc1d4f08d
|
De-rabbit-hole compat.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@6108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 05:24:31 +00:00 |
|
markjaquith
|
76d0f29698
|
Check for apply_filters() in status_header() so that it can be called early on in load process
git-svn-id: http://svn.automattic.com/wordpress/trunk@6107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 05:00:46 +00:00 |
|
ryan
|
103e793478
|
no follow callback
git-svn-id: http://svn.automattic.com/wordpress/trunk@6105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 04:51:33 +00:00 |
|
markjaquith
|
95908afb48
|
Move $wp_header_to_desc array to get_status_header_desc() so that it can be called before vars.php is loaded.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 04:48:41 +00:00 |
|
markjaquith
|
1cae6a8691
|
Plugins are not loaded at this point, so the wp_header_to_desc_array filter is useless
git-svn-id: http://svn.automattic.com/wordpress/trunk@6103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 04:13:32 +00:00 |
|
ryan
|
7bbd23f3c6
|
Don't strip slashes from pre. Props DelGurth and mdawaffe. fixes #2059
git-svn-id: http://svn.automattic.com/wordpress/trunk@6102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-13 04:11:21 +00:00 |
|
markjaquith
|
ec6416ec0b
|
fix links generated by get_category_rss_link(). props gwagenknecht. fixes #4550 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 22:24:28 +00:00 |
|
markjaquith
|
791aec14b2
|
Set $theme_loc correctly when ABSPATH is "/". Props arabek. fixes #4541
git-svn-id: http://svn.automattic.com/wordpress/trunk@6099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 22:19:26 +00:00 |
|
markjaquith
|
0880ca8693
|
Set widget classname when passed string, object/method, object-reference/method. fixes #4910
git-svn-id: http://svn.automattic.com/wordpress/trunk@6098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 20:48:21 +00:00 |
|
markjaquith
|
1f3ce09d52
|
Ignore HOST capitalization differences for canonical redirects. props jbctech. fixes #4773
git-svn-id: http://svn.automattic.com/wordpress/trunk@6097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 20:44:41 +00:00 |
|
westi
|
d1acf020b5
|
Allow plugins to sanitize there own options easily.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 18:15:29 +00:00 |
|
westi
|
223182463d
|
Ensure the parentlink is trailingslashed when building the url - don't trim / off the front. Fixes #2801 props Libertus
git-svn-id: http://svn.automattic.com/wordpress/trunk@6095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 17:46:13 +00:00 |
|
westi
|
2f44508e9b
|
Consolidate shared code in get_userdata and get_userdatabylogin. Fixes #2134 props johnjosephbachir
git-svn-id: http://svn.automattic.com/wordpress/trunk@6094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 17:15:17 +00:00 |
|
westi
|
cf26b9d049
|
Make the atom feed updated field actually tell you when the post was updated. Fixes #4816 props lapcat.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 16:26:39 +00:00 |
|
ryan
|
60bec14a4e
|
More phpdoc for taxonomy from darkdragon. see #4742
git-svn-id: http://svn.automattic.com/wordpress/trunk@6092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 02:56:44 +00:00 |
|
ryan
|
48b96208e2
|
Add echo or return option to wp_list_categories. Props Otto42. fixes #4182
git-svn-id: http://svn.automattic.com/wordpress/trunk@6091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 02:53:27 +00:00 |
|
ryan
|
a1046188b8
|
Deprecate old links functions. Props rob1n. fixes #3413
git-svn-id: http://svn.automattic.com/wordpress/trunk@6088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 01:01:48 +00:00 |
|
ryan
|
98d52ab1f2
|
Resurrect count padding.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-12 00:49:16 +00:00 |
|
ryan
|
c06e70516a
|
Remove duplicate code from wp_insert_attachment(). Update to use sanitize_post. Props Otto42. fixes #4946
git-svn-id: http://svn.automattic.com/wordpress/trunk@6086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 22:27:36 +00:00 |
|
markjaquith
|
4bc7869c84
|
Always trailingslash the "home" URL. Protect against chained redirects. Thanks wantmoore. fixes #4773
git-svn-id: http://svn.automattic.com/wordpress/trunk@6085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 21:21:40 +00:00 |
|
westi
|
ca4ddf50f8
|
Allow the wp_mail filter to change the passed data. Fixes #4511 props ryan.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 20:49:28 +00:00 |
|
westi
|
446c704af5
|
Ensure (next|previous)_post_link always have some content even when the post title is blank. Fixes #1835, props johnbillion
git-svn-id: http://svn.automattic.com/wordpress/trunk@6082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 20:05:52 +00:00 |
|
ryan
|
c8077169aa
|
Add user_nicename key to users table. fixes #4937
git-svn-id: http://svn.automattic.com/wordpress/trunk@6075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 18:13:56 +00:00 |
|
ryan
|
368b18d383
|
Set tag_id to first tag in multi tag queries. Have single_cat_title() fallback to single_tag_title() if is_tag so that existing category templates will work with tags. fixes #4506
git-svn-id: http://svn.automattic.com/wordpress/trunk@6074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 18:06:52 +00:00 |
|
ryan
|
9fbbf54462
|
beta3
git-svn-id: http://svn.automattic.com/wordpress/trunk@6073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-11 01:43:49 +00:00 |
|
ryan
|
d84f590203
|
References don't work inside foreach in php4. Props mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-10 19:37:00 +00:00 |
|
markjaquith
|
ba6e8f4a92
|
Actually, we always need to URLencode square brackets... or wp_redirect() will strip them out. see #4935. see #4878
git-svn-id: http://svn.automattic.com/wordpress/trunk@6070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-10 15:53:34 +00:00 |
|
markjaquith
|
51299852ef
|
Forgot to use $lsb and $rsb in [6064]. Props mdawaffe. see #4935. see #4878
git-svn-id: http://svn.automattic.com/wordpress/trunk@6069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-10 15:34:13 +00:00 |
|
markjaquith
|
d59743c972
|
Strip index.php/ before adding it in get_pagenum_link(). Insert index.php/ for the first page when blog is on a page. fixes #4945
git-svn-id: http://svn.automattic.com/wordpress/trunk@6068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-10 15:06:21 +00:00 |
|
markjaquith
|
79c4324e01
|
Only urlencode previously existing values in add_query_arg() (more backwards compatible). fixes #4935. see #4084. see #4878
git-svn-id: http://svn.automattic.com/wordpress/trunk@6064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-08 14:27:24 +00:00 |
|
markjaquith
|
ead6bfebf7
|
Try more ways of getting wp-admin URL in wp_die(). props Nazgul. fixes #4006
git-svn-id: http://svn.automattic.com/wordpress/trunk@6057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-07 02:25:54 +00:00 |
|
markjaquith
|
1ba81b4f02
|
Properly construct widget classname if second param is an array. Props f00f. fixes #4910
git-svn-id: http://svn.automattic.com/wordpress/trunk@6054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-06 23:27:16 +00:00 |
|
ryan
|
8d33c59576
|
Case terms to int so we don't try to create new terms with the term ids as the names. fixes #4920
git-svn-id: http://svn.automattic.com/wordpress/trunk@6050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-06 22:07:23 +00:00 |
|
ryan
|
a428494291
|
Resurrect hide_empty
git-svn-id: http://svn.automattic.com/wordpress/trunk@6048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-06 04:34:06 +00:00 |
|
ryan
|
a40345190e
|
Add missing instance var. Props filosofo. see #4806
git-svn-id: http://svn.automattic.com/wordpress/trunk@6046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 23:17:41 +00:00 |
|
ryan
|
827ed61968
|
Remove redundant declaration ofedInsertContent. Props Viper007Bond. fixes #4902
git-svn-id: http://svn.automattic.com/wordpress/trunk@6045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 23:14:39 +00:00 |
|
ryan
|
b5a2f7431e
|
Update pop3 class to latest from squirrelmail. Props westi. see #4337
git-svn-id: http://svn.automattic.com/wordpress/trunk@6044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 22:55:38 +00:00 |
|
ryan
|
c5d33cbebd
|
Basic tag cloud widget. Props Stargazer. fixes #4130
git-svn-id: http://svn.automattic.com/wordpress/trunk@6040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 21:50:52 +00:00 |
|
markjaquith
|
98a92950a3
|
Deprecate option_can_override, option_type, option_width, option_height, option_description, option_admin_level from options table. Props Nazgul. fixes #4390
git-svn-id: http://svn.automattic.com/wordpress/trunk@6039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 19:20:53 +00:00 |
|
ryan
|
1760555e8b
|
Don't skip sanitization if 404. Add wp_title display filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-05 03:11:04 +00:00 |
|
westi
|
d7c37c0c02
|
Improve desriptions for I18N strings. Fixes #4906 props nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@6033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-04 20:56:08 +00:00 |
|
markjaquith
|
1e8e248b97
|
Actually, let's just drop that slash check altogether. Equals sign is the best indicator. fixes #4903 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-04 05:26:18 +00:00 |
|
markjaquith
|
ab71cc4a4f
|
Require a slash AND the absence of an equals sign to designate the passed $uri as a base (without a query string). fixes #4903 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-04 05:21:54 +00:00 |
|
markjaquith
|
5913b16065
|
Better $pagenow determination. fixes #4748
git-svn-id: http://svn.automattic.com/wordpress/trunk@6029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-04 03:21:04 +00:00 |
|
ryan
|
a4f8a52b4e
|
beta2
git-svn-id: http://svn.automattic.com/wordpress/trunk@6027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-04 01:01:01 +00:00 |
|
ryan
|
321c310717
|
Remove trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@6026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 23:32:58 +00:00 |
|
ryan
|
87c4f3a17f
|
Strip lines that contain only whitespace down to newlines.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 23:19:20 +00:00 |
|
westi
|
d38d018ce9
|
Fix admin css link when installing in a directory. Fixes #4877
git-svn-id: http://svn.automattic.com/wordpress/trunk@6024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 20:20:18 +00:00 |
|
markjaquith
|
e468628526
|
Check for wp-admin case-insensitively in is_admin()
git-svn-id: http://svn.automattic.com/wordpress/trunk@6022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 19:56:09 +00:00 |
|
ryan
|
58c7ce91e3
|
Tag unions and intersections. fixes #4895
git-svn-id: http://svn.automattic.com/wordpress/trunk@6021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 18:14:05 +00:00 |
|
westi
|
03d6c4d0ba
|
Change queries in get_{next|previous}_post so that plugins can INNER JOIN on other tables with an ID column. Fixes #4822 props Cimmo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 16:46:31 +00:00 |
|
ryan
|
4726644b8b
|
Don't strip @ from url. Fix scheme prefixing. Props pishmishy. fixes #3299
git-svn-id: http://svn.automattic.com/wordpress/trunk@6015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 15:59:12 +00:00 |
|
ryan
|
986715f5b6
|
tag_id not tag__id. see #4895
git-svn-id: http://svn.automattic.com/wordpress/trunk@6012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 03:26:57 +00:00 |
|
ryan
|
f87baf5b1f
|
tag__in, tag__not_in, and tag_and queries. fixes #4895
git-svn-id: http://svn.automattic.com/wordpress/trunk@6011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-03 03:24:23 +00:00 |
|
markjaquith
|
d723ff00d8
|
Escape text titles in AtomParser. Props Sam Ruby. fixes #4892
git-svn-id: http://svn.automattic.com/wordpress/trunk@6010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-02 20:42:00 +00:00 |
|
markjaquith
|
7e45ed193a
|
Eliminate double urlencode()ing in add_query_arg(). Move &-to-& conversion to wp_nonce_url(). fixes #4884
git-svn-id: http://svn.automattic.com/wordpress/trunk@6008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-02 05:49:54 +00:00 |
|
markjaquith
|
e26363a568
|
Correct variable name in clean_object_term_cache(). props arnee. fixes #4888
git-svn-id: http://svn.automattic.com/wordpress/trunk@6007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-02 05:08:48 +00:00 |
|
markjaquith
|
d60384b385
|
Turn & to & in add_query_arg(). fixes #4878
git-svn-id: http://svn.automattic.com/wordpress/trunk@6005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-01 22:12:17 +00:00 |
|
westi
|
7612bc20b1
|
Fix RDF feeds to not contain invalid tag "category". Fixed #4643 props kztk
git-svn-id: http://svn.automattic.com/wordpress/trunk@6001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-01 08:33:08 +00:00 |
|
ryan
|
a43e37b8a1
|
get_tag() and get_tag_feed_link()
git-svn-id: http://svn.automattic.com/wordpress/trunk@6000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-01 04:43:27 +00:00 |
|
markjaquith
|
0906863d2c
|
Preserve query string arrays in add_query_arg(). fixes #4878 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-09-01 03:41:50 +00:00 |
|
ryan
|
93840b1632
|
Add some filtering. Props jhodgdon. see #4516
git-svn-id: http://svn.automattic.com/wordpress/trunk@5998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-31 23:55:56 +00:00 |
|
ryan
|
277e5aa914
|
Don't use unavailable func. Props filosofo. fixes #4881
git-svn-id: http://svn.automattic.com/wordpress/trunk@5997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-31 22:36:16 +00:00 |
|
markjaquith
|
a2cac0cf09
|
Kill %tag%-based permalinks. fixes #4875
git-svn-id: http://svn.automattic.com/wordpress/trunk@5995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-30 19:42:34 +00:00 |
|
markjaquith
|
bacbca924f
|
Roll back [5986], [5988], [5989]. We are in a char class, so no escaping needed. Props mdawaffe. see #4873
git-svn-id: http://svn.automattic.com/wordpress/trunk@5993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-30 18:13:48 +00:00 |
|
markjaquith
|
f0b39c1b5c
|
Better %0d/%0a sanitization for wp_redirect() from hakre. fixes #4819 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-30 17:46:09 +00:00 |
|
ryan
|
5a997f588b
|
Escape special chars in regex. Props eightize and Otto42. fixes #4873
git-svn-id: http://svn.automattic.com/wordpress/trunk@5986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-30 15:42:26 +00:00 |
|
ryan
|
56dd1d2033
|
Make sure term cache is cleared when updating term counts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-30 00:34:55 +00:00 |
|
ryan
|
b92227412a
|
Trackback fxn cleanup from Otto42. fixes #4800
git-svn-id: http://svn.automattic.com/wordpress/trunk@5982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 23:08:44 +00:00 |
|
ryan
|
395ee1acad
|
Include tags in feeds. fixes #4537
git-svn-id: http://svn.automattic.com/wordpress/trunk@5979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 21:10:20 +00:00 |
|
markjaquith
|
816f89fb03
|
More cautious canonical-ness. Exclude IIS and POSTs. Better paging handling. Still a work in progress! see #4773
git-svn-id: http://svn.automattic.com/wordpress/trunk@5978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 21:06:51 +00:00 |
|
ryan
|
d330ec7e34
|
delete_post_meta_by_key() from Mark Jaquith. fixes #4178
git-svn-id: http://svn.automattic.com/wordpress/trunk@5976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 19:12:20 +00:00 |
|
ryan
|
0f6dfb8b1f
|
Remove hardcoded clean_url on comment_author_url since it is handled on the pre_comment_author_url filter. Props wnorris. fixes #4120
git-svn-id: http://svn.automattic.com/wordpress/trunk@5975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 19:04:14 +00:00 |
|
markjaquith
|
9e48d38752
|
Fix paging and preview links for canonical stuff. see #4773. fixes #4862
git-svn-id: http://svn.automattic.com/wordpress/trunk@5974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 18:10:11 +00:00 |
|
ryan
|
ef5caabe37
|
Limit recent entries query to published posts. fixes #4786
git-svn-id: http://svn.automattic.com/wordpress/trunk@5973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 18:02:19 +00:00 |
|
ryan
|
6a0629e717
|
Take port into consideration when spawning cron. Props bchecketts. fixes #4782
git-svn-id: http://svn.automattic.com/wordpress/trunk@5972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 17:57:06 +00:00 |
|
westi
|
51bde8f657
|
Remove dead code. Fixed #4791 props filosofo
git-svn-id: http://svn.automattic.com/wordpress/trunk@5970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 17:36:46 +00:00 |
|
westi
|
5691b03700
|
Add utf8->ascii mappings for icelandic letters. Fixes #4739 props einare
git-svn-id: http://svn.automattic.com/wordpress/trunk@5969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 17:34:15 +00:00 |
|
westi
|
36ec45d7ff
|
Fix xhtml output for RSS widget when feed contains no items. Fixed #4671 props brettz95 and Nazgul
git-svn-id: http://svn.automattic.com/wordpress/trunk@5968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-29 17:28:07 +00:00 |
|
ryan
|
014915caea
|
Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830
git-svn-id: http://svn.automattic.com/wordpress/trunk@5965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-28 23:23:38 +00:00 |
|
westi
|
67d21286a8
|
Ensure we flush the recent entries widget cache after a post has been deleted. Fixes #4825 props donncha
git-svn-id: http://svn.automattic.com/wordpress/trunk@5960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-28 20:12:43 +00:00 |
|
westi
|
9b742b7959
|
Pass through the function argument so rules can actually be added to the top of the stack, props santos
git-svn-id: http://svn.automattic.com/wordpress/trunk@5959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-28 19:55:11 +00:00 |
|
ryan
|
3fe16de587
|
explicitly check next() against FALSE in do_action_ref_array(). Props Denis-de-Bernardy, Otto42, Nazgul, santosj, DD32. fixes #4625 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-28 19:06:56 +00:00 |
|
ryan
|
666bfd2d91
|
Don't return permalink for non-existent post. Props Viper007Bond. fixes #4834
git-svn-id: http://svn.automattic.com/wordpress/trunk@5956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-28 18:58:54 +00:00 |
|
ryan
|
501833e41e
|
beta1
git-svn-id: http://svn.automattic.com/wordpress/trunk@5954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-28 00:18:36 +00:00 |
|
ryan
|
788512c881
|
Add clean_url filter. see #4570
git-svn-id: http://svn.automattic.com/wordpress/trunk@5952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-27 23:31:09 +00:00 |
|
ryan
|
f8d09ad828
|
Bring in atomlib 0.4 and update wp-app to use it. Props eliast and placey. fixes #4191
git-svn-id: http://svn.automattic.com/wordpress/trunk@5951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-27 19:52:58 +00:00 |
|
ryan
|
7aa077d6a0
|
Revert get_col behavior. Props mdawaffe. fixes #4826
git-svn-id: http://svn.automattic.com/wordpress/trunk@5950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-27 19:44:53 +00:00 |
|
matt
|
d9793c3e8d
|
Make the entire comment flood check pluggable as it can cause load problems on large sites.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-27 06:34:18 +00:00 |
|
ryan
|
e80177b92b
|
Display tag name, not slug, in title. Props ionfish. fixes #4812
git-svn-id: http://svn.automattic.com/wordpress/trunk@5945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-26 17:18:00 +00:00 |
|
ryan
|
86932908e3
|
Add missing global and remove unused var. Props JeremyVisser. fixes #4818
git-svn-id: http://svn.automattic.com/wordpress/trunk@5944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-26 17:12:31 +00:00 |
|
ryan
|
4340c63de1
|
Update to jquery 1.1.4. Props mdawaffe. fixes #4810
git-svn-id: http://svn.automattic.com/wordpress/trunk@5939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-24 21:46:03 +00:00 |
|
ryan
|
51b6d6f6ea
|
Don't pass cat as ref. Fix some term sanitization. fixes #4702
git-svn-id: http://svn.automattic.com/wordpress/trunk@5938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-24 18:41:01 +00:00 |
|
ryan
|
ccdf20ef62
|
Update WP importer to use taxonomy and query cat based on slug. see #4613
git-svn-id: http://svn.automattic.com/wordpress/trunk@5937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-24 14:44:26 +00:00 |
|
ryan
|
c8723a4f3f
|
Fix how wp_filter array is keyed. Props santosj/darkdragon. fixes #3875 for 2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@5936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-24 14:18:08 +00:00 |
|
westi
|
fcd0a36f09
|
Enable plugins to override the cockney replace array, fixes #4804 props andihit
git-svn-id: http://svn.automattic.com/wordpress/trunk@5930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-23 21:02:31 +00:00 |
|
westi
|
31992bac0d
|
Allow upload of all Open Office document types props nbachiyski fixes #4615
git-svn-id: http://svn.automattic.com/wordpress/trunk@5929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-23 18:28:14 +00:00 |
|
ryan
|
ac46bc16c7
|
Don't allow private query vars in url_to_postid
git-svn-id: http://svn.automattic.com/wordpress/trunk@5925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-23 16:09:37 +00:00 |
|
westi
|
07ff444b6f
|
Fix plugin basename for Windows servers. Fixes #3002 props Ozh
git-svn-id: http://svn.automattic.com/wordpress/trunk@5924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-23 16:07:21 +00:00 |
|
markjaquith
|
68501fd51b
|
No canonical-ness for wp-admin. see #4773
git-svn-id: http://svn.automattic.com/wordpress/trunk@5921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-23 03:40:51 +00:00 |
|
ryan
|
276b690c7e
|
Add cat-item-id and page-item-id classes. Props Otto42. fixes #4703
git-svn-id: http://svn.automattic.com/wordpress/trunk@5920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-22 22:59:45 +00:00 |
|
ryan
|
f65528ed41
|
Fix get_post_comments_feed_link() to work with pages. fixes #4637
git-svn-id: http://svn.automattic.com/wordpress/trunk@5919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-22 22:42:57 +00:00 |
|
ryan
|
200f0b020f
|
Add get_lastpostdate and 'get_lastpostdatemodified filters. Props rob1n. fixes #4801
git-svn-id: http://svn.automattic.com/wordpress/trunk@5918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-22 22:30:06 +00:00 |
|
ryan
|
02df4f722c
|
Add class to tag cloud links. Props filosofo. fixes #4798
git-svn-id: http://svn.automattic.com/wordpress/trunk@5917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-22 22:28:00 +00:00 |
|
ryan
|
cbad9a2993
|
posts_results and posts_selection hooks. fixes #4799
git-svn-id: http://svn.automattic.com/wordpress/trunk@5916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-22 18:03:26 +00:00 |
|
ryan
|
1a2aa3fcc3
|
Sanitize a few options
git-svn-id: http://svn.automattic.com/wordpress/trunk@5914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-22 17:57:36 +00:00 |
|
ryan
|
851ce58496
|
Some tag api additions from andy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-21 18:39:45 +00:00 |
|
ryan
|
763f8b8821
|
commentsrss2_head action from joostdevalk. fixes #4694
git-svn-id: http://svn.automattic.com/wordpress/trunk@5911 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-21 18:32:39 +00:00 |
|
ryan
|
9b395107f4
|
Deprecate permalink_single_rss(). Add the_permalink_rss() with accompanying filter. Props joostdevalk and Otto42. fixes #4654
git-svn-id: http://svn.automattic.com/wordpress/trunk@5910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-21 18:27:45 +00:00 |
|
ryan
|
567bc9d3f1
|
wp_reset_query() from mdawaffe. fixes #4741
git-svn-id: http://svn.automattic.com/wordpress/trunk@5907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-20 22:55:43 +00:00 |
|
ryan
|
ba0f401390
|
bookmark sanitizer funcs and default filter cleanup. see #4546
git-svn-id: http://svn.automattic.com/wordpress/trunk@5906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-20 22:50:04 +00:00 |
|
matt
|
04558f4424
|
Don't run if installing, fixes $4772
git-svn-id: http://svn.automattic.com/wordpress/trunk@5900 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-19 04:27:04 +00:00 |
|
ryan
|
b4cd7ba224
|
Add back compat to get_the_category. Props nbachiyski. fixes #4771
git-svn-id: http://svn.automattic.com/wordpress/trunk@5899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-18 17:21:51 +00:00 |
|
ryan
|
8d75bcef27
|
Revert accidental commit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-17 21:23:39 +00:00 |
|
ryan
|
0458d919c0
|
First cut of taxonomy API phpdoc from darkdragon. see #4742
git-svn-id: http://svn.automattic.com/wordpress/trunk@5896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-17 21:22:37 +00:00 |
|
matt
|
096bece621
|
Switch to init action. Hat tip: westi. See #1476
git-svn-id: http://svn.automattic.com/wordpress/trunk@5894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-17 13:28:45 +00:00 |
|
matt
|
7c2dbb9cb1
|
First pass at upgrade notification for core, see #1476. Also includes some minor footer styling changes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-17 10:33:52 +00:00 |
|
markjaquith
|
410a3c5762
|
Oops... forgot the svn add. Thanks mdawaffe. see #4554
git-svn-id: http://svn.automattic.com/wordpress/trunk@5891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-17 03:45:59 +00:00 |
|
ryan
|
948284b296
|
Don't update comments feed last-modified header for unapproved comments. Props James Ballantine and Nazgul. fixes #4618 for 2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@5885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-16 19:26:01 +00:00 |
|
ryan
|
19f1e721bb
|
Use dc:creator instead of author for rss2 comment feeds. Props lexhair, Otto42. fixes #4704 for 2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@5881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-16 18:34:57 +00:00 |
|
ryan
|
4ae69ee6a8
|
Advanced Toolbar shortcut hint fix from leonid. fixes #4707
git-svn-id: http://svn.automattic.com/wordpress/trunk@5880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-16 18:17:54 +00:00 |
|
ryan
|
aa1b4e8968
|
Set instead of add since the cache value has multiple keys that can change. Props josephscott. fixes #4743
git-svn-id: http://svn.automattic.com/wordpress/trunk@5879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-16 18:12:12 +00:00 |
|
ryan
|
f478ddaa36
|
Pass args as array instead of query string.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-16 18:00:47 +00:00 |
|
ryan
|
ff20fd6c17
|
Category union and intersection query vars. fixes #4750
git-svn-id: http://svn.automattic.com/wordpress/trunk@5873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-15 22:08:51 +00:00 |
|
ryan
|
8b205f4e87
|
Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@5872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-15 21:54:02 +00:00 |
|
ryan
|
951a41ad1e
|
get_the_tag_list from andy. fixes #4733
git-svn-id: http://svn.automattic.com/wordpress/trunk@5871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 03:44:49 +00:00 |
|
ryan
|
13b23aa20a
|
Space before slash to properly close br tag. Props tmountjr. fixes #4717
git-svn-id: http://svn.automattic.com/wordpress/trunk@5870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 03:12:24 +00:00 |
|
ryan
|
ddc05f60ea
|
wp_update_comment_count hook from mdawaffe. fixes #4740
git-svn-id: http://svn.automattic.com/wordpress/trunk@5869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 03:08:44 +00:00 |
|
ryan
|
2ae70d7c72
|
Update in_category() to use object term cache API. Props technosailor. fixes #4442
git-svn-id: http://svn.automattic.com/wordpress/trunk@5868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 03:01:26 +00:00 |
|
ryan
|
dc1c54a35c
|
Use opendir instead of dir. Props nbachiyski. fixes #4450
git-svn-id: http://svn.automattic.com/wordpress/trunk@5867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 02:58:33 +00:00 |
|
ryan
|
638d5e6e39
|
wp_update_term_count fixes from cavemonkey50. fixes #4500
git-svn-id: http://svn.automattic.com/wordpress/trunk@5866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 02:54:02 +00:00 |
|
ryan
|
7c1ce10fae
|
sanitize the value, not the field. Props cavemonkey50. fixes #4651
git-svn-id: http://svn.automattic.com/wordpress/trunk@5865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-14 02:46:06 +00:00 |
|
matt
|
c13a667443
|
A more elegant way of doing get_col.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-10 19:30:24 +00:00 |
|
markjaquith
|
5b82b1c426
|
Prevent get_col() from returning an array of NULLs. see #4725
git-svn-id: http://svn.automattic.com/wordpress/trunk@5860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-10 18:08:04 +00:00 |
|
markjaquith
|
676ea2ea3c
|
globalize wp_version so Magpie can use it. props Nazgul, hakre. fixes #3996
git-svn-id: http://svn.automattic.com/wordpress/trunk@5859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-10 08:07:53 +00:00 |
|
matt
|
0311e61389
|
If you don't have anything nice to say, don't say anything at all. (And certainly don't return the results of a previous query to an empty query.)
git-svn-id: http://svn.automattic.com/wordpress/trunk@5858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-10 01:33:56 +00:00 |
|
markjaquith
|
b64ce2d0f0
|
explicitly check next() against FALSE when iterating through filters. Props Denis-de-Bernardy, Otto42, Nazgul, santosj (go team effort!). fixes #4625 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-08 17:41:46 +00:00 |
|
markjaquith
|
2af150e496
|
Avoid running get_posts filter twice. Props DD32. fixes #4712
git-svn-id: http://svn.automattic.com/wordpress/trunk@5855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-08 04:24:44 +00:00 |
|
markjaquith
|
5c83a39e33
|
Clear old future post cron entry before creating the authoritative one. Props Barry. fixes #4710
git-svn-id: http://svn.automattic.com/wordpress/trunk@5853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-08 04:08:06 +00:00 |
|
markjaquith
|
44df30f2d6
|
Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700
git-svn-id: http://svn.automattic.com/wordpress/trunk@5852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-05 18:13:24 +00:00 |
|
markjaquith
|
fa0dc110d9
|
Allow for hour/minute/second values in the QS that evaluate as false (like 0). Props Otto42 and agharbeia. fixes #4499
git-svn-id: http://svn.automattic.com/wordpress/trunk@5848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-04 16:30:27 +00:00 |
|
matt
|
763b0b689e
|
If no user ID for whatever reason, bail early.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-04 03:58:42 +00:00 |
|
markjaquith
|
9e21fb42fc
|
function_exists() wrapper around fetch_rss() to allow for plugin replacement. Props Otto42. see #4547
git-svn-id: http://svn.automattic.com/wordpress/trunk@5845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-03 01:39:36 +00:00 |
|
markjaquith
|
3ba71111de
|
Allow pre_option_ filters to return values that evaluate as false. fixes #4695
git-svn-id: http://svn.automattic.com/wordpress/trunk@5842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-02 22:51:42 +00:00 |
|
markjaquith
|
ad81604c8c
|
add_option()/update_option() should pass the option name to get_option() pre-escaped. fixes #4690 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-08-01 19:14:10 +00:00 |
|
markjaquith
|
e06883dfcc
|
Use "home," not "siteurl" for widget dropdown category URLs. Props Pastinakel. fixes #4683 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-30 16:23:04 +00:00 |
|
markjaquith
|
764f50bd3d
|
ABSPATH already has a trailing slash. Props Nazgul. fixes #4607
git-svn-id: http://svn.automattic.com/wordpress/trunk@5820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-27 21:28:01 +00:00 |
|
ryan
|
f2223e6dc5
|
In your cats, making them back compat.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-25 03:04:46 +00:00 |
|
ryan
|
401f581879
|
Don't forget to filter post_category
git-svn-id: http://svn.automattic.com/wordpress/trunk@5817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-24 22:29:41 +00:00 |
|
ryan
|
b01cbf1b76
|
fix FF bug in write screen: post status change on reload. Props mdawaffe. fixes #4664
git-svn-id: http://svn.automattic.com/wordpress/trunk@5816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-24 21:40:58 +00:00 |
|
westi
|
75a3af7d17
|
Only enable gzip compression if it is not enabled in php.ini. Fixes #4426
git-svn-id: http://svn.automattic.com/wordpress/trunk@5810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-18 21:12:22 +00:00 |
|
ryan
|
e7d71efdd9
|
Revert jcalendar date picker experiment. Save it for another day. fixes #4641
git-svn-id: http://svn.automattic.com/wordpress/trunk@5808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-17 19:26:03 +00:00 |
|
ryan
|
7217266ca3
|
AND get_terms() field queries
git-svn-id: http://svn.automattic.com/wordpress/trunk@5807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-17 02:02:52 +00:00 |
|
ryan
|
460ddd3a1d
|
Eliminate post_pingback stuff since we always use default_pingback_flag. fixes pingback problems caused by [5797] for #4620
git-svn-id: http://svn.automattic.com/wordpress/trunk@5806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-16 23:11:51 +00:00 |
|
ryan
|
db54c8c57d
|
Make balanceTags() option independent. Props mdawaffe. fixes #4626
git-svn-id: http://svn.automattic.com/wordpress/trunk@5805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-16 19:23:41 +00:00 |
|
ryan
|
714f8edd6c
|
jquery data selector for post timestamps. Props tellyworth. fixes #4641
git-svn-id: http://svn.automattic.com/wordpress/trunk@5804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-16 19:22:27 +00:00 |
|
ryan
|
d8d651221c
|
Show upload file size in upload browser. Props tellyworth. fixes #4561
git-svn-id: http://svn.automattic.com/wordpress/trunk@5801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-15 17:52:50 +00:00 |
|
ryan
|
c140ccb72d
|
Fix variable name. Props bgracewood. fixes #4621
git-svn-id: http://svn.automattic.com/wordpress/trunk@5797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-12 16:00:51 +00:00 |
|
ryan
|
ebf520f0d7
|
Post filter rework. see #4546
git-svn-id: http://svn.automattic.com/wordpress/trunk@5796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-11 19:57:43 +00:00 |
|
ryan
|
b4557ec25b
|
Don't load all includes by default. We have our own script loader. fixes #4512
git-svn-id: http://svn.automattic.com/wordpress/trunk@5794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-09 21:22:38 +00:00 |
|
ryan
|
6eb4acd7fd
|
Bump scriptaculous ver in script loader. fixes #4512
git-svn-id: http://svn.automattic.com/wordpress/trunk@5793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-09 20:20:34 +00:00 |
|
ryan
|
e47dfd7529
|
Update to scriptaculous 1.7.1_beta3. Props Nazgul. fixes #4512
git-svn-id: http://svn.automattic.com/wordpress/trunk@5792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-09 20:14:28 +00:00 |
|
markjaquith
|
76ed1bdad8
|
Undo pre-doublequoting in prepare(). Props JeremyVisser. see #4553
git-svn-id: http://svn.automattic.com/wordpress/trunk@5791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-09 17:55:32 +00:00 |
|
ryan
|
97daaa0d03
|
Update jquery to 1.1.3.1. Fixes http://bugs.kde.org/show_bug.cgi?id=147661
git-svn-id: http://svn.automattic.com/wordpress/trunk@5790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-08 21:10:14 +00:00 |
|
markjaquith
|
9b0c0d56db
|
Properly unset notoptions cache in add_option() so that get_option() and update_option() work on the same load. fixes #4429 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-07 04:06:29 +00:00 |
|
markjaquith
|
b721942f26
|
Pass extra args to pre_kses hook. Props mdawaffe. see #4409
git-svn-id: http://svn.automattic.com/wordpress/trunk@5787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-06 22:47:24 +00:00 |
|
ryan
|
fd4c86f9a4
|
Resurrect noquery
git-svn-id: http://svn.automattic.com/wordpress/trunk@5784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-06 20:45:46 +00:00 |
|
markjaquith
|
2304077c2b
|
Entitize lone less-than characters. Props mdawaffe. fixes #4409
git-svn-id: http://svn.automattic.com/wordpress/trunk@5783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-06 12:53:15 +00:00 |
|
ryan
|
0d05f746cf
|
Don't richedit for comments. Props Joseph Scott. fixes #4587 for 2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@5780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-05 20:11:32 +00:00 |
|
markjaquith
|
45db1a512a
|
Automatically quote strings in $wpdb->prepare(). Use vsprintf(). see #4553
git-svn-id: http://svn.automattic.com/wordpress/trunk@5779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-05 17:32:46 +00:00 |
|
markjaquith
|
fbdfcce157
|
Introducing "prepare", a WPDB method for sprintf()-prepared SQL statements. see #4553. Implementation details to follow.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-04 16:18:57 +00:00 |
|
markjaquith
|
6e0ef646b7
|
Make it possible for a plugin to replace the feed-parsing engine. see: #4547
git-svn-id: http://svn.automattic.com/wordpress/trunk@5776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-03 18:10:20 +00:00 |
|
matt
|
d31029a026
|
Upgrade to jQuery 1.1.3, fixes #4576
git-svn-id: http://svn.automattic.com/wordpress/trunk@5775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-02 23:57:52 +00:00 |
|
ryan
|
46110c7774
|
Delete term relationship only for the given object.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-07-02 15:47:27 +00:00 |
|
markjaquith
|
a2f7332558
|
Mark pingback as already pinged when the target site says it already got the pingback. props mdawaffe. fixes #4289
git-svn-id: http://svn.automattic.com/wordpress/trunk@5772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-27 23:28:36 +00:00 |
|
ryan
|
c1adb3c7ad
|
Allow rules to be added to the top of the rule stack.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-27 21:39:50 +00:00 |
|
markjaquith
|
0e2d9ff004
|
Fix typo in get_the_author_url(). props pgdx. fixes #4542
git-svn-id: http://svn.automattic.com/wordpress/trunk@5767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-27 00:51:04 +00:00 |
|
markjaquith
|
64ef1ed841
|
Correctly grab Content-Type from old-school headers, skip blank headers. fixes #4296
git-svn-id: http://svn.automattic.com/wordpress/trunk@5764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-26 20:18:56 +00:00 |
|
markjaquith
|
9a91481a2b
|
Don't add MIME-Version header twice (PHPMailer already adds it). see #4296
git-svn-id: http://svn.automattic.com/wordpress/trunk@5763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-26 19:11:23 +00:00 |
|
markjaquith
|
d9d5fde1e7
|
compare mail headers case-insensitively and actually use the Content-Type specified. Props Nazgul. see: #4296
git-svn-id: http://svn.automattic.com/wordpress/trunk@5762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-26 18:28:56 +00:00 |
|
markjaquith
|
829ace3e68
|
strpos() is "haystack,needle", not "needle,haystack" Props pishmishy. fixes #4520
git-svn-id: http://svn.automattic.com/wordpress/trunk@5761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-26 18:06:17 +00:00 |
|
ryan
|
267997a4fd
|
Add name_like query to get_terms(). Use it in suggestCategories.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-25 21:28:19 +00:00 |
|
ryan
|
0e7483cc5a
|
s/cat_name/name/ see #4537
git-svn-id: http://svn.automattic.com/wordpress/trunk@5755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-25 20:06:02 +00:00 |
|
ryan
|
a5e56dc9db
|
s/cat_name/name/ see #4537
git-svn-id: http://svn.automattic.com/wordpress/trunk@5754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-25 19:51:26 +00:00 |
|
ryan
|
ed549303d7
|
Move the_title filter to get_the_title. Props jhodgdon. fixes #4477
git-svn-id: http://svn.automattic.com/wordpress/trunk@5752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-25 17:48:35 +00:00 |
|
markjaquith
|
ad9271f86f
|
Don't init widgets if the blog isn't installed yet. fixes #4504
git-svn-id: http://svn.automattic.com/wordpress/trunk@5747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-23 05:32:16 +00:00 |
|
markjaquith
|
eefdd4cef7
|
Upgrade to Prototype 1.5.1.1 (bugfix release). Props Nazgul. fixes #4502
git-svn-id: http://svn.automattic.com/wordpress/trunk@5743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-21 22:01:21 +00:00 |
|
ryan
|
74bc9bb8a6
|
Term count fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@5741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-21 15:46:49 +00:00 |
|
ryan
|
21e8f43f8c
|
Don't create '0' categories. fixes #4413
git-svn-id: http://svn.automattic.com/wordpress/trunk@5739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-20 22:06:29 +00:00 |
|
ryan
|
9d84bef608
|
js_escape improvements from Alexander Concha. Catches ' ' ' ' ' ' ' etc.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-19 22:46:55 +00:00 |
|
rob1n
|
7b09e504e7
|
Change references of get_object_terms() to wp_get_object_terms(). fixes #4490
git-svn-id: http://svn.automattic.com/wordpress/trunk@5728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-19 18:03:12 +00:00 |
|
rob1n
|
0eb86404da
|
Fix up wp_list_authors() SQL. fixes #4485
git-svn-id: http://svn.automattic.com/wordpress/trunk@5727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-19 17:57:53 +00:00 |
|
ryan
|
e2dc2a8dd3
|
Add some taxonomy validation. Rearrange funcs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-19 00:33:44 +00:00 |
|
ryan
|
e30a9ba012
|
Upgrade code for multiple category widgets. Props Andy. see #4285
git-svn-id: http://svn.automattic.com/wordpress/trunk@5717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-16 02:03:25 +00:00 |
|
ryan
|
64d3a54b85
|
Don't use permalinks for pending posts. see #4446
git-svn-id: http://svn.automattic.com/wordpress/trunk@5716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-15 22:11:01 +00:00 |
|
rob1n
|
404e50bfb3
|
Show the name, not the slug. fixes #4473
git-svn-id: http://svn.automattic.com/wordpress/trunk@5715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-15 18:26:43 +00:00 |
|
ryan
|
aac03a2066
|
wp_parse_str() from mdawaffe. see #4467
git-svn-id: http://svn.automattic.com/wordpress/trunk@5709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 22:46:59 +00:00 |
|
ryan
|
9d3d20f063
|
Use EXTR_SKIP when extracting. see #4468
git-svn-id: http://svn.automattic.com/wordpress/trunk@5708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 22:45:40 +00:00 |
|
markjaquith
|
7f44512c5d
|
Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket
git-svn-id: http://svn.automattic.com/wordpress/trunk@5707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 16:24:28 +00:00 |
|
markjaquith
|
e211aa64e7
|
use FALSE to designate lack of user-supplied URL in *_query_arg() funcs. fixes #4465 for 2.3 (trunk)
git-svn-id: http://svn.automattic.com/wordpress/trunk@5705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 05:12:22 +00:00 |
|
markjaquith
|
99f0971b73
|
only strip question marks from the RIGHT side of the query string. fixes #4464 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@5704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 04:44:06 +00:00 |
|
rob1n
|
9fac8dcbae
|
Use display_name instead. Props Pal Gronas Drange. fixes #4459
git-svn-id: http://svn.automattic.com/wordpress/trunk@5701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 02:30:26 +00:00 |
|
ryan
|
2f09416258
|
Trim empty lines. Nothing but newline.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-14 02:25:30 +00:00 |
|
ryan
|
72c169c2f1
|
Don't output author uri tag if uri is empty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-13 18:03:17 +00:00 |
|
rob1n
|
cbdc90759c
|
wp_rss() updates. fixes #3834
git-svn-id: http://svn.automattic.com/wordpress/trunk@5698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-13 17:23:38 +00:00 |
|
markjaquith
|
8187ddb3d7
|
correct CSS link for install. Props Viper007Bond. fixes #4443
git-svn-id: http://svn.automattic.com/wordpress/trunk@5694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-06-13 06:33:17 +00:00 |
|