ryan
|
cab11a0488
|
Isolate backref. fixes #2521
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-04 22:42:01 +00:00 |
|
ryan
|
325a641cac
|
Delete usermeta field if set to empty string. Props David House. fixes #2341
git-svn-id: http://svn.automattic.com/wordpress/trunk@3495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-29 19:48:09 +00:00 |
|
ryan
|
cd678d9a32
|
Allow empty usermeta fields. Props David House. fixes #2341
git-svn-id: http://svn.automattic.com/wordpress/trunk@3494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-29 00:21:48 +00:00 |
|
ryan
|
5c166af378
|
CGI ping fixes. fixes #2197
git-svn-id: http://svn.automattic.com/wordpress/trunk@3491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-28 18:41:19 +00:00 |
|
matt
|
dd14d47290
|
Caching typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-28 06:19:11 +00:00 |
|
ryan
|
a191df007e
|
Make sure we have an array. Props David House. fixes #2344
git-svn-id: http://svn.automattic.com/wordpress/trunk@3489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-27 19:22:55 +00:00 |
|
ryan
|
10c1b81d0a
|
Use double quotes. fixes #2332
git-svn-id: http://svn.automattic.com/wordpress/trunk@3487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-26 02:33:14 +00:00 |
|
ryan
|
f87324b259
|
update_option_* actions. fixes #2332
git-svn-id: http://svn.automattic.com/wordpress/trunk@3485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-25 06:46:21 +00:00 |
|
ryan
|
6a4f2fbec8
|
add_query_arg() fix from majelbstoat. fixes #2326
git-svn-id: http://svn.automattic.com/wordpress/trunk@3474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-23 23:42:25 +00:00 |
|
ryan
|
b708753730
|
Don't use glob. Props David House. fixes #2312
git-svn-id: http://svn.automattic.com/wordpress/trunk@3468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-20 21:09:19 +00:00 |
|
ryan
|
30be2a8f69
|
8 not 7. fixes #2283
git-svn-id: http://svn.automattic.com/wordpress/trunk@3464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-19 00:21:42 +00:00 |
|
ryan
|
6ff524425a
|
Fall back to default theme if current theme is deleted. Props David House. fixes #2305
git-svn-id: http://svn.automattic.com/wordpress/trunk@3459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-18 19:38:29 +00:00 |
|
matt
|
90b3004603
|
Better HTTPS support - fixes #2283
git-svn-id: http://svn.automattic.com/wordpress/trunk@3445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-16 23:04:09 +00:00 |
|
ryan
|
88e32d34fc
|
Add upload folder options. Props David House. fixes #2206
git-svn-id: http://svn.automattic.com/wordpress/trunk@3413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-09 22:24:57 +00:00 |
|
ryan
|
02089fb5f2
|
Fix get_post_meta() array return. fixes #2183
git-svn-id: http://svn.automattic.com/wordpress/trunk@3410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-06 01:30:13 +00:00 |
|
ryan
|
778923ceb1
|
Don't cache posts when importing. fixes #2224
git-svn-id: http://svn.automattic.com/wordpress/trunk@3404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-05 05:34:28 +00:00 |
|
ryan
|
ca096fabad
|
Make sure we have a valid timestamp. fixes #2148
git-svn-id: http://svn.automattic.com/wordpress/trunk@3359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-25 21:42:07 +00:00 |
|
ryan
|
65223a924f
|
Reduce consecutive backslashes to one backslash. Handy when escaped windows paths are passed in.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-22 05:18:18 +00:00 |
|
ryan
|
a626f32296
|
Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096
git-svn-id: http://svn.automattic.com/wordpress/trunk@3330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-19 19:14:22 +00:00 |
|
ryan
|
4e79fa55fe
|
get_children()
git-svn-id: http://svn.automattic.com/wordpress/trunk@3321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-16 09:50:10 +00:00 |
|
ryan
|
30c70223b3
|
Compression tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-16 08:04:55 +00:00 |
|
ryan
|
97cd7143da
|
New asyncronous ping method. fixes #2048
git-svn-id: http://svn.automattic.com/wordpress/trunk@3317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-16 03:04:33 +00:00 |
|
ryan
|
ab9b8f8b6a
|
Attachment enhancements from skeltoac. fixes #2074
git-svn-id: http://svn.automattic.com/wordpress/trunk@3303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-13 19:19:56 +00:00 |
|
ryan
|
f2d7c06c6d
|
Add optional user_id arg.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-13 03:46:08 +00:00 |
|
ryan
|
931ee9ff74
|
get_post(), get_page() fixes from skeltoac. fixes #2057
git-svn-id: http://svn.automattic.com/wordpress/trunk@3289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-11 18:01:19 +00:00 |
|
ryan
|
e6bcf0632d
|
Fix is_admin() for situations where the query is not run. fixes #1741
git-svn-id: http://svn.automattic.com/wordpress/trunk@3286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-10 23:29:39 +00:00 |
|
ryan
|
9de108b9bf
|
Make sure user_login keyed caches are cleared upon change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-01 17:38:37 +00:00 |
|
ryan
|
d9c7e8ff0d
|
Add delete_usermeta(). fixes #1992
git-svn-id: http://svn.automattic.com/wordpress/trunk@3247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 19:19:47 +00:00 |
|
ryan
|
5211ae3da6
|
Unserialize fix. fixes #1988
git-svn-id: http://svn.automattic.com/wordpress/trunk@3239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 00:25:05 +00:00 |
|
matt
|
0ff8f49cd5
|
Part of a healthy balanced breakfast - fixes #1980
git-svn-id: http://svn.automattic.com/wordpress/trunk@3234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 07:58:50 +00:00 |
|
ryan
|
efce6979b1
|
Use the full page hierarchy when matching page URIs. Props David House. fixes #1964
git-svn-id: http://svn.automattic.com/wordpress/trunk@3229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 01:43:32 +00:00 |
|
matt
|
2235469b60
|
No need to do those big fancy joins.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 09:44:56 +00:00 |
|
matt
|
7c4d4cbec8
|
Another query bites the dust!
git-svn-id: http://svn.automattic.com/wordpress/trunk@3219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 09:37:17 +00:00 |
|
matt
|
dced5779ea
|
Don't create empty umeta values.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 08:48:18 +00:00 |
|
ryan
|
73dde55507
|
Update meta before updating the post so that page_template is not stomped. fixes #1933
git-svn-id: http://svn.automattic.com/wordpress/trunk@3190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 00:36:36 +00:00 |
|
ryan
|
c1095d12dd
|
Don't return undefined variable.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 02:15:08 +00:00 |
|
ryan
|
90004a8ae6
|
Don't stripslashes() in plugin_basename() since this breaks established expectation of being able to pass a non-escaped FILE. Instead, stripslashes further up the stack. fixes #1866
git-svn-id: http://svn.automattic.com/wordpress/trunk@3139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 23:01:28 +00:00 |
|
ryan
|
5fdc8b56da
|
Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892
git-svn-id: http://svn.automattic.com/wordpress/trunk@3115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:48:12 +00:00 |
|
ryan
|
25b644e8ce
|
Add comment_count to the posts table. Props donncha. fixes #1860
git-svn-id: http://svn.automattic.com/wordpress/trunk@3104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 06:29:36 +00:00 |
|
ryan
|
005dce9352
|
Make sure plugins and themes are readable. Props Mike Little. fixes #1502
git-svn-id: http://svn.automattic.com/wordpress/trunk@3103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 03:27:22 +00:00 |
|
ryan
|
b6f44dc532
|
Pull the values in WP_User::data directly into WP_User so that we don't have to do ->data->blah.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 02:54:23 +00:00 |
|
ryan
|
f83326f125
|
Renaming. object and subpost are now attachment. post_type is post_mime_type.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 22:55:24 +00:00 |
|
matt
|
4f0edc7878
|
Reverse that cleanup, there is reason in the madness ;)
git-svn-id: http://svn.automattic.com/wordpress/trunk@3071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 09:08:27 +00:00 |
|
matt
|
f1951d856a
|
Small cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@3068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 08:51:04 +00:00 |
|
ryan
|
f6fd138e51
|
Don't return false from get_settings() when installing. Use update_option() when setting the blog title and admin email so that the cache is kept in sync. fixes #1869
git-svn-id: http://svn.automattic.com/wordpress/trunk@3067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 06:51:09 +00:00 |
|
ryan
|
3f20184aa3
|
Cleanup options save.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-12 09:36:20 +00:00 |
|
ryan
|
0c2c997bab
|
Don't use hard query. Remove unneeded line. fixes #1858
git-svn-id: http://svn.automattic.com/wordpress/trunk@3052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 02:24:09 +00:00 |
|
matt
|
41775561d5
|
Add HTTPS support, fixes #1372
git-svn-id: http://svn.automattic.com/wordpress/trunk@3041 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 01:21:28 +00:00 |
|
ryan
|
03567e7d88
|
Return false if we don't find the option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-10 20:59:20 +00:00 |
|
ryan
|
d2fec03493
|
Fix commit gone wild.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 21:30:40 +00:00 |
|