Matt Mullenweg
|
55cb586498
|
Compat function, fixes #2319
git-svn-id: https://develop.svn.wordpress.org/trunk@3471 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-23 23:15:17 +00:00 |
|
Ryan Boren
|
373ecf32fb
|
Don't use glob. Props David House. fixes #2312
git-svn-id: https://develop.svn.wordpress.org/trunk@3468 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-20 21:09:19 +00:00 |
|
Ryan Boren
|
c2835f7266
|
Make sure we have an array. Props Ozh and David House. fixes #2313
git-svn-id: https://develop.svn.wordpress.org/trunk@3467 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-20 21:07:10 +00:00 |
|
Ryan Boren
|
c87ff19cf0
|
Cache flush improvements from Owen. fixes #2223 #2278
git-svn-id: https://develop.svn.wordpress.org/trunk@3465 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-19 22:12:15 +00:00 |
|
Ryan Boren
|
10bc034888
|
8 not 7. fixes #2283
git-svn-id: https://develop.svn.wordpress.org/trunk@3464 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-19 00:21:42 +00:00 |
|
Ryan Boren
|
080c0c2bb5
|
Add ENABLE_CACHE flag to force persistent cache enable.
git-svn-id: https://develop.svn.wordpress.org/trunk@3462 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 22:21:40 +00:00 |
|
Ryan Boren
|
769f95e6e6
|
Fall back to default theme if current theme is deleted. Props David House. fixes #2305
git-svn-id: https://develop.svn.wordpress.org/trunk@3459 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 19:38:29 +00:00 |
|
Ryan Boren
|
006f02c99c
|
Give draft posts a current timestamp. Props David House and technosailor. fixes #2164
git-svn-id: https://develop.svn.wordpress.org/trunk@3458 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 19:30:28 +00:00 |
|
Ryan Boren
|
d06dfa3478
|
Pass comment ID to comment email filters. Props Mark Jaquith. fixes #2307
git-svn-id: https://develop.svn.wordpress.org/trunk@3455 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 18:49:28 +00:00 |
|
Ryan Boren
|
d1e7e7e9b7
|
sanitize_user() fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3454 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 05:37:26 +00:00 |
|
Ryan Boren
|
e165c3394e
|
wp_roles cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@3452 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-18 01:06:11 +00:00 |
|
Matt Mullenweg
|
5275f2eef6
|
get_post_custom_values update. Fixes #2160
git-svn-id: https://develop.svn.wordpress.org/trunk@3448 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-17 01:01:17 +00:00 |
|
Matt Mullenweg
|
07463c0755
|
Better HTTPS support - fixes #2283
git-svn-id: https://develop.svn.wordpress.org/trunk@3445 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-16 23:04:09 +00:00 |
|
Ryan Boren
|
3329ef57fd
|
Use ->comments instead of . fixes #2294
git-svn-id: https://develop.svn.wordpress.org/trunk@3442 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-16 20:03:56 +00:00 |
|
Ryan Boren
|
353b0b2b5c
|
wp_specialchars the request uri when contructing paging links. fixes #1686
git-svn-id: https://develop.svn.wordpress.org/trunk@3440 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-15 23:42:10 +00:00 |
|
Ryan Boren
|
6a0ee8785c
|
i18n fix from pandem. fixes #2292
git-svn-id: https://develop.svn.wordpress.org/trunk@3438 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-15 22:04:21 +00:00 |
|
Ryan Boren
|
f08416af58
|
More upload path tweaks. fixes #2271
git-svn-id: https://develop.svn.wordpress.org/trunk@3437 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-14 22:09:51 +00:00 |
|
Ryan Boren
|
0d0a6b876d
|
Disable peristent cache when safe_mode.
git-svn-id: https://develop.svn.wordpress.org/trunk@3436 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-14 21:22:48 +00:00 |
|
Ryan Boren
|
79da568b81
|
Acquire lock when flushing cache.
git-svn-id: https://develop.svn.wordpress.org/trunk@3435 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-14 00:05:22 +00:00 |
|
Ryan Boren
|
f8f6b07e9c
|
Force absolute lookup. Props tanuki. fixes #2237
git-svn-id: https://develop.svn.wordpress.org/trunk@3433 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-13 22:40:22 +00:00 |
|
Ryan Boren
|
ba8e3e8d47
|
Make the xmlrpc user the current user. fixes #2273
git-svn-id: https://develop.svn.wordpress.org/trunk@3430 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-13 19:19:09 +00:00 |
|
Ryan Boren
|
835a8b9992
|
kses regex tweakage for better comment filtering. fixes #2130
git-svn-id: https://develop.svn.wordpress.org/trunk@3429 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-13 07:28:47 +00:00 |
|
Ryan Boren
|
1f90fd76bf
|
Trigger pre_ping action outside of loop. Props Mark Jaquith. fixes #2269
git-svn-id: https://develop.svn.wordpress.org/trunk@3427 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-11 21:35:36 +00:00 |
|
Ryan Boren
|
ecbd16bf50
|
Don't overwrite global request when starting a new query.
git-svn-id: https://develop.svn.wordpress.org/trunk@3426 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-11 11:06:26 +00:00 |
|
Ryan Boren
|
1ea86684f4
|
Add gettext filter. fixes #2258
git-svn-id: https://develop.svn.wordpress.org/trunk@3425 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-10 22:53:40 +00:00 |
|
Ryan Boren
|
3974041405
|
Rerun comment text back through kses.
git-svn-id: https://develop.svn.wordpress.org/trunk@3418 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-10 01:27:36 +00:00 |
|
Ryan Boren
|
06532a3304
|
Pass comments through kses. Props tsimmons. fixes #2130 #2167
git-svn-id: https://develop.svn.wordpress.org/trunk@3417 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-09 23:49:56 +00:00 |
|
Ryan Boren
|
bb0f6ddb1c
|
Bump version.
git-svn-id: https://develop.svn.wordpress.org/trunk@3414 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-09 22:29:36 +00:00 |
|
Ryan Boren
|
ad6ed9c744
|
Add upload folder options. Props David House. fixes #2206
git-svn-id: https://develop.svn.wordpress.org/trunk@3413 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-09 22:24:57 +00:00 |
|
Ryan Boren
|
915517c4f2
|
Save cache after the shutdown hook runs. fixes #2232
git-svn-id: https://develop.svn.wordpress.org/trunk@3411 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-06 02:10:43 +00:00 |
|
Ryan Boren
|
c4ba2f4bfe
|
Fix get_post_meta() array return. fixes #2183
git-svn-id: https://develop.svn.wordpress.org/trunk@3410 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-06 01:30:13 +00:00 |
|
Ryan Boren
|
016361ea34
|
Avoid invoking template filters twice. Props David House. fixes #2225
git-svn-id: https://develop.svn.wordpress.org/trunk@3409 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-06 01:09:16 +00:00 |
|
Ryan Boren
|
8845339de9
|
Don't cache posts when importing. fixes #2224
git-svn-id: https://develop.svn.wordpress.org/trunk@3404 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-05 05:34:28 +00:00 |
|
Ryan Boren
|
78d90dda67
|
Remove printr calls.
git-svn-id: https://develop.svn.wordpress.org/trunk@3403 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-05 05:27:31 +00:00 |
|
Ryan Boren
|
04cd1038db
|
Don't remove top level cache dir when flushing.
git-svn-id: https://develop.svn.wordpress.org/trunk@3402 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-05 04:50:58 +00:00 |
|
Ryan Boren
|
d702816be5
|
Add [L] to rewrite rule. Props cavemonkey50. fixes #2222
git-svn-id: https://develop.svn.wordpress.org/trunk@3401 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-05 03:47:38 +00:00 |
|
Ryan Boren
|
a984308f14
|
More reliable cache flusher that does not require glob().
git-svn-id: https://develop.svn.wordpress.org/trunk@3400 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-05 02:56:42 +00:00 |
|
Ryan Boren
|
dc9a9382c2
|
Fix variable name collision that was breaking paging. fixes #2204
git-svn-id: https://develop.svn.wordpress.org/trunk@3396 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-04 00:41:53 +00:00 |
|
Ryan Boren
|
2ae1176fcb
|
Better broken path info workaround for setups that use redirection.
git-svn-id: https://develop.svn.wordpress.org/trunk@3395 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-03 00:59:31 +00:00 |
|
Ryan Boren
|
e4df415fa6
|
i18n fixes from SteveAgl. fixes #2207
git-svn-id: https://develop.svn.wordpress.org/trunk@3393 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-02 21:08:34 +00:00 |
|
Ryan Boren
|
fce486c48c
|
Create dir hierarchy for files passed to wp_upload_bits().
git-svn-id: https://develop.svn.wordpress.org/trunk@3390 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-02 04:59:39 +00:00 |
|
Ryan Boren
|
e6e5cd892f
|
Upload dir cleanups. Honor old fileupload_path settings if present.
git-svn-id: https://develop.svn.wordpress.org/trunk@3389 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-02 04:33:27 +00:00 |
|
Ryan Boren
|
f34cbd8d67
|
Preserve suid and sgid bits when creating new directories. fixes #2190
git-svn-id: https://develop.svn.wordpress.org/trunk@3388 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-02 02:50:59 +00:00 |
|
Ryan Boren
|
946cae67f4
|
Default expiration is too long. Change it to 15 minutes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3386 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-31 22:34:58 +00:00 |
|
Ryan Boren
|
e631d34d50
|
Fallback to matching the leaf category if the full path doesn't match. Props David House. fixes #2161
git-svn-id: https://develop.svn.wordpress.org/trunk@3385 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-31 21:53:13 +00:00 |
|
Ryan Boren
|
db2bd867db
|
Trackback tweaks. Props http://blog.serv.idv.tw/2005/12/29/380/. fixes #2170
git-svn-id: https://develop.svn.wordpress.org/trunk@3384 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-31 21:24:56 +00:00 |
|
Ryan Boren
|
29e7d65c71
|
Move PHP_SELF setup to wp-settings.php. #2153
git-svn-id: https://develop.svn.wordpress.org/trunk@3382 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-29 23:11:26 +00:00 |
|
Ryan Boren
|
dbde443d4a
|
More wp_upload_bits() fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3378 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-29 02:07:10 +00:00 |
|
Ryan Boren
|
164371f70f
|
Fix extension handling.
git-svn-id: https://develop.svn.wordpress.org/trunk@3377 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-29 01:46:32 +00:00 |
|
Ryan Boren
|
a3cb29233b
|
Typo in wp_upload_bits()
git-svn-id: https://develop.svn.wordpress.org/trunk@3376 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-29 01:40:42 +00:00 |
|
Ryan Boren
|
e45a58d547
|
LJ tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3375 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-29 01:25:41 +00:00 |
|
Ryan Boren
|
5be951ca28
|
Cache rewrite rules. Add WP_Rewrite::flush_rules(). fixes #2155
git-svn-id: https://develop.svn.wordpress.org/trunk@3373 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-28 07:05:05 +00:00 |
|
Ryan Boren
|
eddf881bb5
|
Create explicit page attachment rewrite rules rather than matching the attachment name against a regexp.
git-svn-id: https://develop.svn.wordpress.org/trunk@3371 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-28 04:27:21 +00:00 |
|
Ryan Boren
|
424dd330fe
|
Anchor str replacements to head so that we don't replace across the entire string. fixes #2162
git-svn-id: https://develop.svn.wordpress.org/trunk@3370 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-28 01:48:29 +00:00 |
|
Ryan Boren
|
9e591c4154
|
i18n trackback fix. Props thinkini. fixes #2163
git-svn-id: https://develop.svn.wordpress.org/trunk@3368 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-28 00:55:55 +00:00 |
|
Matt Mullenweg
|
774578481e
|
Pop the champagne
git-svn-id: https://develop.svn.wordpress.org/trunk@3362 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-26 20:15:06 +00:00 |
|
Ryan Boren
|
76c78b624d
|
Make sure we have a valid timestamp. fixes #2148
git-svn-id: https://develop.svn.wordpress.org/trunk@3359 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-25 21:42:07 +00:00 |
|
Ryan Boren
|
01d852fe7f
|
Silence mkdir().
git-svn-id: https://develop.svn.wordpress.org/trunk@3358 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-25 21:16:27 +00:00 |
|
Ryan Boren
|
bae7d044d2
|
Update post_modified when the post is changed. fixes #1837
git-svn-id: https://develop.svn.wordpress.org/trunk@3357 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-24 20:04:59 +00:00 |
|
Ryan Boren
|
250ecaaf4f
|
Fix page permalink 404 when pages are reordered. Props David House. fixes #2071
git-svn-id: https://develop.svn.wordpress.org/trunk@3356 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-24 16:26:55 +00:00 |
|
Ryan Boren
|
ddbd1e3ac3
|
MAke sure post_parent is valid.
git-svn-id: https://develop.svn.wordpress.org/trunk@3354 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-24 05:34:50 +00:00 |
|
Ryan Boren
|
1d06871ca5
|
Make wp_insert_attachment() MySQL 5 strict mode compliant. fixes #2115
git-svn-id: https://develop.svn.wordpress.org/trunk@3353 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-24 05:32:49 +00:00 |
|
Ryan Boren
|
2294967988
|
Return ID not user_login.
git-svn-id: https://develop.svn.wordpress.org/trunk@3351 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-23 23:16:01 +00:00 |
|
Ryan Boren
|
714948d9ed
|
Hide errors when getting usermeta in case we're upgrading and usermeta doesn't exist yet. fixes #2110
git-svn-id: https://develop.svn.wordpress.org/trunk@3343 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-23 00:32:15 +00:00 |
|
Matt Mullenweg
|
5acb6224ec
|
Updating to stable version.
git-svn-id: https://develop.svn.wordpress.org/trunk@3342 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-22 21:45:59 +00:00 |
|
Ryan Boren
|
96d9aa75ae
|
Reduce consecutive backslashes to one backslash. Handy when escaped windows paths are passed in.
git-svn-id: https://develop.svn.wordpress.org/trunk@3340 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-22 05:18:18 +00:00 |
|
Ryan Boren
|
76bc07fe3f
|
Don't get children for cat 0. fixes #2123
git-svn-id: https://develop.svn.wordpress.org/trunk@3338 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-22 04:31:48 +00:00 |
|
Ryan Boren
|
f29f877dba
|
Edit link does not belong on attachments. fixes #2119
git-svn-id: https://develop.svn.wordpress.org/trunk@3333 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-21 15:47:54 +00:00 |
|
Matt Mullenweg
|
142682fa5d
|
It goes bump in the night.
git-svn-id: https://develop.svn.wordpress.org/trunk@3332 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-20 07:07:26 +00:00 |
|
Ryan Boren
|
3dcda2fdf3
|
Make sure comment_parent is set.
git-svn-id: https://develop.svn.wordpress.org/trunk@3331 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-20 04:28:32 +00:00 |
|
Ryan Boren
|
4957068837
|
Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096
git-svn-id: https://develop.svn.wordpress.org/trunk@3330 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-19 19:14:22 +00:00 |
|
Ryan Boren
|
d417f96524
|
Validation tweaks. fixes #2097
git-svn-id: https://develop.svn.wordpress.org/trunk@3329 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-19 19:10:09 +00:00 |
|
Ryan Boren
|
46484d14df
|
Init tweak. No need to prime category cache.
git-svn-id: https://develop.svn.wordpress.org/trunk@3327 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-18 22:08:01 +00:00 |
|
Ryan Boren
|
494df9b02d
|
get_children()
git-svn-id: https://develop.svn.wordpress.org/trunk@3321 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-16 09:50:10 +00:00 |
|
Ryan Boren
|
b7ef286e0b
|
Compression tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3320 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-16 08:04:55 +00:00 |
|
Ryan Boren
|
dcd75531cb
|
Populate PHP_SELF from REQUEST_URI if blank.
git-svn-id: https://develop.svn.wordpress.org/trunk@3319 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-16 08:04:41 +00:00 |
|
Ryan Boren
|
b239244636
|
New asyncronous ping method. fixes #2048
git-svn-id: https://develop.svn.wordpress.org/trunk@3317 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-16 03:04:33 +00:00 |
|
Ryan Boren
|
03828f24dd
|
Add post titles to site comment feed. Add some gettext. fixes #2067 #1987
git-svn-id: https://develop.svn.wordpress.org/trunk@3314 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 22:20:06 +00:00 |
|
Ryan Boren
|
6428176144
|
Separate dbx managers for post and page forms. Props mdawaffe. fixes #2035
git-svn-id: https://develop.svn.wordpress.org/trunk@3313 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 21:48:12 +00:00 |
|
Ryan Boren
|
b1d79fd8f7
|
Pluggable tinyMCE init. fixes #2080
git-svn-id: https://develop.svn.wordpress.org/trunk@3312 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 21:42:38 +00:00 |
|
Ryan Boren
|
7321cfa5a1
|
When changing a post's categories, redo category counts for both old and new cats. Props ringmaster. fixes #2085
git-svn-id: https://develop.svn.wordpress.org/trunk@3311 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 20:31:29 +00:00 |
|
Ryan Boren
|
44fc04c42e
|
Don't treat a numeric user name as an id.
git-svn-id: https://develop.svn.wordpress.org/trunk@3310 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 16:45:20 +00:00 |
|
Ryan Boren
|
ecea3fad26
|
is_user_logged_in()
git-svn-id: https://develop.svn.wordpress.org/trunk@3309 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 16:31:41 +00:00 |
|
Ryan Boren
|
8b4c730141
|
Bump ver.
git-svn-id: https://develop.svn.wordpress.org/trunk@3308 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-15 01:17:46 +00:00 |
|
Ryan Boren
|
f160329f66
|
Attachment enhancements from skeltoac. fixes #2074
git-svn-id: https://develop.svn.wordpress.org/trunk@3303 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-13 19:19:56 +00:00 |
|
Ryan Boren
|
e7b4d38f78
|
Better user check.
git-svn-id: https://develop.svn.wordpress.org/trunk@3302 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-13 18:18:07 +00:00 |
|
Ryan Boren
|
f4579af67b
|
Update post cache before running the_posts filter. Since we already retrieved them, might as well cache them even if they are filtered out by plugins later.
git-svn-id: https://develop.svn.wordpress.org/trunk@3300 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-13 03:49:09 +00:00 |
|
Ryan Boren
|
5a02ae79af
|
If no user is logged in, setup an empty user.
git-svn-id: https://develop.svn.wordpress.org/trunk@3299 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-13 03:46:40 +00:00 |
|
Ryan Boren
|
b1b88e415f
|
Add optional user_id arg.
git-svn-id: https://develop.svn.wordpress.org/trunk@3298 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-13 03:46:08 +00:00 |
|
Ryan Boren
|
73edfc7c20
|
Add read_post meta cap.
git-svn-id: https://develop.svn.wordpress.org/trunk@3297 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-13 00:54:52 +00:00 |
|
Ryan Boren
|
53271cf5ac
|
role_has_cap and user_has_cap filters from ringmaster. fixes #2005
git-svn-id: https://develop.svn.wordpress.org/trunk@3296 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-12 23:20:44 +00:00 |
|
Ryan Boren
|
2907e6aade
|
Fix attachment queries. fixes #2041
git-svn-id: https://develop.svn.wordpress.org/trunk@3293 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-12 01:33:46 +00:00 |
|
Ryan Boren
|
baeac0c8ee
|
MCE improvements from skeltoac. fixes #2058
git-svn-id: https://develop.svn.wordpress.org/trunk@3292 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-12 01:27:56 +00:00 |
|
Ryan Boren
|
b74a303ec5
|
Resurrect save_post action for back compat. fixes #2063
git-svn-id: https://develop.svn.wordpress.org/trunk@3291 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-12 00:30:14 +00:00 |
|
Ryan Boren
|
e225cc0e92
|
Update get_queried_object() to use get_userdata() when retrieving authors. fixes #2044
git-svn-id: https://develop.svn.wordpress.org/trunk@3290 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-11 19:14:29 +00:00 |
|
Ryan Boren
|
bbf06ccf54
|
get_post(), get_page() fixes from skeltoac. fixes #2057
git-svn-id: https://develop.svn.wordpress.org/trunk@3289 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-11 18:01:19 +00:00 |
|
Ryan Boren
|
a0fd8d74eb
|
Gecko paste fix. fixes #2051
git-svn-id: https://develop.svn.wordpress.org/trunk@3287 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-11 01:32:05 +00:00 |
|
Ryan Boren
|
2c6e4421b4
|
Fix is_admin() for situations where the query is not run. fixes #1741
git-svn-id: https://develop.svn.wordpress.org/trunk@3286 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-10 23:29:39 +00:00 |
|
Ryan Boren
|
2ec76f2801
|
Make sure fields without defaults are specified when inserting. fixes #1953
git-svn-id: https://develop.svn.wordpress.org/trunk@3285 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-10 23:22:47 +00:00 |
|
Ryan Boren
|
d7e8fb6b25
|
Add richedit_pre filter. Props mani_monaj. fixes #2047
git-svn-id: https://develop.svn.wordpress.org/trunk@3284 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-10 19:03:22 +00:00 |
|
Ryan Boren
|
d9c8d0818a
|
MCE fix-em-ups from skeltoac. fixes #1962
git-svn-id: https://develop.svn.wordpress.org/trunk@3283 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-09 19:24:14 +00:00 |
|
Ryan Boren
|
be4624c49b
|
Remove debug cruft. fixes #2040
git-svn-id: https://develop.svn.wordpress.org/trunk@3280 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-08 23:54:24 +00:00 |
|
Ryan Boren
|
3f81a79727
|
Add timezone to iso8601 timestamp. Props devlogic. fixes #2036
git-svn-id: https://develop.svn.wordpress.org/trunk@3279 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-08 00:08:12 +00:00 |
|
Ryan Boren
|
de15eae87a
|
gzdeflate unnecessary. fixes #2038
git-svn-id: https://develop.svn.wordpress.org/trunk@3278 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-07 23:53:02 +00:00 |
|
Ryan Boren
|
1a2ed535e9
|
Make page slugs unique. Props skeltoac. fixes #2034
git-svn-id: https://develop.svn.wordpress.org/trunk@3277 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-07 19:02:05 +00:00 |
|
Ryan Boren
|
6f6e018161
|
Remove calls to html_entity_decode(). fixes #2029
git-svn-id: https://develop.svn.wordpress.org/trunk@3276 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-07 00:36:07 +00:00 |
|
Ryan Boren
|
77a91d9096
|
Add wp_title filter.
git-svn-id: https://develop.svn.wordpress.org/trunk@3274 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 23:57:41 +00:00 |
|
Ryan Boren
|
579e426260
|
autop fixes from skeltoac. fixes #2022
git-svn-id: https://develop.svn.wordpress.org/trunk@3273 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 17:00:01 +00:00 |
|
Ryan Boren
|
8cc3fefe8f
|
i18n fix from pandem. fixes #2028
git-svn-id: https://develop.svn.wordpress.org/trunk@3272 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 16:58:26 +00:00 |
|
Ryan Boren
|
94bc2195d4
|
Decrease comment count only when deleting approved comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@3271 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 05:31:27 +00:00 |
|
Ryan Boren
|
3edb82141a
|
Add edit_pages checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3269 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 04:04:23 +00:00 |
|
Ryan Boren
|
163b423722
|
Relocate wp_upload_dir(). fixes #2019
git-svn-id: https://develop.svn.wordpress.org/trunk@3267 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 03:17:03 +00:00 |
|
Ryan Boren
|
0ea01ba67c
|
tinyMCE updates from skeltoac. fixes #1991
git-svn-id: https://develop.svn.wordpress.org/trunk@3265 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-05 03:04:25 +00:00 |
|
Ryan Boren
|
f8f9acc610
|
i18n fixes from nbachiyski. #2006
git-svn-id: https://develop.svn.wordpress.org/trunk@3262 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-02 22:37:02 +00:00 |
|
Ryan Boren
|
96a472460d
|
Add wp_upload_bits(). Attempt to fix mw_newMediaObject().
git-svn-id: https://develop.svn.wordpress.org/trunk@3255 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-01 22:51:40 +00:00 |
|
Ryan Boren
|
b6a751dc30
|
Make sure user_login keyed caches are cleared upon change.
git-svn-id: https://develop.svn.wordpress.org/trunk@3254 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-01 17:38:37 +00:00 |
|
Ryan Boren
|
b6d0d21f63
|
Don't attempt to match the index against a rule. This fixes problems with /index.php requests matching agagainst the %category% rewrite rules.
git-svn-id: https://develop.svn.wordpress.org/trunk@3252 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-01 01:34:29 +00:00 |
|
Ryan Boren
|
ba38c0c3c4
|
Remove ugly whitespace. Props abhay. fixes #1996
git-svn-id: https://develop.svn.wordpress.org/trunk@3250 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 21:13:18 +00:00 |
|
Ryan Boren
|
4a4598bbdb
|
add_role() and remove_role() convenience wrappers around
git-svn-id: https://develop.svn.wordpress.org/trunk@3249 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 20:04:04 +00:00 |
|
Ryan Boren
|
aa6a393a50
|
Add delete_usermeta(). fixes #1992
git-svn-id: https://develop.svn.wordpress.org/trunk@3247 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 19:19:47 +00:00 |
|
Ryan Boren
|
1f77f33d51
|
Remove extraneous parens.
git-svn-id: https://develop.svn.wordpress.org/trunk@3245 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 17:30:51 +00:00 |
|
Ryan Boren
|
619d8d0c0c
|
TinyMCE directionality for RTL support. Props skeltoac. fixes #1967
git-svn-id: https://develop.svn.wordpress.org/trunk@3244 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 17:15:43 +00:00 |
|
Ryan Boren
|
02e9e6d8ea
|
Allow Author role to edit published posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@3243 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 07:47:22 +00:00 |
|
Ryan Boren
|
1dae83d024
|
Return role object after adding.
git-svn-id: https://develop.svn.wordpress.org/trunk@3242 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 07:32:43 +00:00 |
|
Ryan Boren
|
2520664ada
|
Unserialize fix. fixes #1988
git-svn-id: https://develop.svn.wordpress.org/trunk@3239 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-30 00:25:05 +00:00 |
|
Ryan Boren
|
7cec380314
|
Add get_role() convenience wrapper.
git-svn-id: https://develop.svn.wordpress.org/trunk@3238 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 18:47:28 +00:00 |
|
Ryan Boren
|
b948ca459f
|
escapeshell SA17779
git-svn-id: https://develop.svn.wordpress.org/trunk@3235 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 14:07:30 +00:00 |
|
Matt Mullenweg
|
92729e5fba
|
Part of a healthy balanced breakfast - fixes #1980
git-svn-id: https://develop.svn.wordpress.org/trunk@3234 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 07:58:50 +00:00 |
|
Ryan Boren
|
007caf7c3c
|
Only unset query vars when serving admin pages. fixes #1979
git-svn-id: https://develop.svn.wordpress.org/trunk@3233 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 06:44:44 +00:00 |
|
Ryan Boren
|
0577003eb9
|
If PHP_SELF is empty, use REQUEST_URI when determining pagenow.
git-svn-id: https://develop.svn.wordpress.org/trunk@3231 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 02:33:25 +00:00 |
|
Matt Mullenweg
|
47bc943716
|
So close I can taste it.
git-svn-id: https://develop.svn.wordpress.org/trunk@3230 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 02:01:48 +00:00 |
|
Ryan Boren
|
5e34745dc9
|
Use the full page hierarchy when matching page URIs. Props David House. fixes #1964
git-svn-id: https://develop.svn.wordpress.org/trunk@3229 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 01:43:32 +00:00 |
|
Ryan Boren
|
6f3cb17751
|
Don't try to do permalinks for admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@3226 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 23:30:42 +00:00 |
|
Matt Mullenweg
|
4ae18b8c15
|
Don't do bad xhtml fixing by default - fixes #1975
git-svn-id: https://develop.svn.wordpress.org/trunk@3223 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 23:05:12 +00:00 |
|
Matt Mullenweg
|
83bca28d72
|
No need to do those big fancy joins.
git-svn-id: https://develop.svn.wordpress.org/trunk@3220 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 09:44:56 +00:00 |
|
Matt Mullenweg
|
0d88ea9ef8
|
Another query bites the dust!
git-svn-id: https://develop.svn.wordpress.org/trunk@3219 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 09:37:17 +00:00 |
|
Matt Mullenweg
|
062836b194
|
Don't create empty umeta values.
git-svn-id: https://develop.svn.wordpress.org/trunk@3218 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 08:48:18 +00:00 |
|
Matt Mullenweg
|
dd9bb0699c
|
Return if not an array, fixes #1940
git-svn-id: https://develop.svn.wordpress.org/trunk@3217 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 06:38:12 +00:00 |
|
Matt Mullenweg
|
99fcdc938f
|
Don't show 404s for empty cats, fixes #1969
git-svn-id: https://develop.svn.wordpress.org/trunk@3215 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-28 03:15:48 +00:00 |
|
Matt Mullenweg
|
ec77539416
|
Better email from, fixes #1532
git-svn-id: https://develop.svn.wordpress.org/trunk@3214 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-25 22:57:26 +00:00 |
|
Ryan Boren
|
7226d2f2b3
|
Strip home path from path info. This prevents a path info value of '/wp/index.php' from being considered as a permalink request. fixes #1938
git-svn-id: https://develop.svn.wordpress.org/trunk@3206 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-23 22:38:25 +00:00 |
|
Ryan Boren
|
2ebfe35d2d
|
s/user_description/description/. Props tinyau. fixes #1943
git-svn-id: https://develop.svn.wordpress.org/trunk@3205 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-23 18:01:32 +00:00 |
|
Ryan Boren
|
81fed95acf
|
Add get_attached_file().
git-svn-id: https://develop.svn.wordpress.org/trunk@3203 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-23 10:00:07 +00:00 |
|
Matt Mullenweg
|
a0556647af
|
Don't show 0 as a month.
git-svn-id: https://develop.svn.wordpress.org/trunk@3202 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-23 07:57:58 +00:00 |
|
Ryan Boren
|
2bab8b487e
|
Allow wp_insert/update_post to handle classes in addition to associative arrays. This should avoid the 'Cannot use object of type stdClass as array' warnings.
git-svn-id: https://develop.svn.wordpress.org/trunk@3200 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-23 01:35:08 +00:00 |
|
Ryan Boren
|
289ef9a954
|
Add some defaults to avoid MySQL warnings.
git-svn-id: https://develop.svn.wordpress.org/trunk@3199 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-23 00:38:56 +00:00 |
|
Ryan Boren
|
3b4d47257d
|
Add glob() compat for php < 4.3.0
git-svn-id: https://develop.svn.wordpress.org/trunk@3198 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 23:39:56 +00:00 |
|
Ryan Boren
|
c29812748d
|
Store some values in the class for debug purposes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3197 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 21:07:48 +00:00 |
|
Matt Mullenweg
|
fd081cb70e
|
Bumpa version
git-svn-id: https://develop.svn.wordpress.org/trunk@3195 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 09:56:15 +00:00 |
|
Ryan Boren
|
07c03bb2f3
|
Silence mkdir().
git-svn-id: https://develop.svn.wordpress.org/trunk@3194 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 07:45:07 +00:00 |
|
Ryan Boren
|
e53912a4dd
|
Instead of incrementing the current comment count, recount all comments to make sure we have a good count. Props Mark Jaquith. fixes #1920
git-svn-id: https://develop.svn.wordpress.org/trunk@3193 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 03:45:40 +00:00 |
|
Ryan Boren
|
742e46274f
|
Upgrade to Snoopy 1.2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@3191 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 01:14:26 +00:00 |
|
Ryan Boren
|
43002e6cc1
|
Update meta before updating the post so that page_template is not stomped. fixes #1933
git-svn-id: https://develop.svn.wordpress.org/trunk@3190 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-22 00:36:36 +00:00 |
|
Ryan Boren
|
b41c0e1360
|
Therapeutic db version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@3183 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-21 09:13:20 +00:00 |
|
Ryan Boren
|
94804af59a
|
Run attachment filter for themes that don't have single.php or page.php. Props podz. fixes #1924
git-svn-id: https://develop.svn.wordpress.org/trunk@3174 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-21 02:08:59 +00:00 |
|
Ryan Boren
|
4327bb7a1e
|
TinyMCE publish fix from skeltoac. fixes #1921
git-svn-id: https://develop.svn.wordpress.org/trunk@3172 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-20 07:34:47 +00:00 |
|
Ryan Boren
|
3b1677473a
|
Silence fopen warnings and check return.
git-svn-id: https://develop.svn.wordpress.org/trunk@3171 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 22:52:57 +00:00 |
|
Ryan Boren
|
f086287b81
|
Suppress fopen warnings and check return.
git-svn-id: https://develop.svn.wordpress.org/trunk@3170 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 20:12:26 +00:00 |
|
Ryan Boren
|
d9d9fedb7a
|
get_post_mime_type() from skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@3169 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 20:08:21 +00:00 |
|
Ryan Boren
|
38192bfb4f
|
Remove extra file.
git-svn-id: https://develop.svn.wordpress.org/trunk@3168 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 19:41:54 +00:00 |
|
Ryan Boren
|
5fa9e518ee
|
Add missing file.
git-svn-id: https://develop.svn.wordpress.org/trunk@3167 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 19:41:21 +00:00 |
|
Ryan Boren
|
4959c3fefa
|
Relocate help icon to the correct place.
git-svn-id: https://develop.svn.wordpress.org/trunk@3166 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 19:39:09 +00:00 |
|
Ryan Boren
|
c48eaea2fd
|
Update help icon.
git-svn-id: https://develop.svn.wordpress.org/trunk@3165 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 19:28:48 +00:00 |
|
Ryan Boren
|
a1ef8e762c
|
TinyMCE help. fixes #1908
git-svn-id: https://develop.svn.wordpress.org/trunk@3163 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 19:15:11 +00:00 |
|
Ryan Boren
|
1549abf703
|
Wrong PCRE flag break TinyMCE on lower PHP versions. fixes #1913
git-svn-id: https://develop.svn.wordpress.org/trunk@3162 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 19:11:03 +00:00 |
|
Matt Mullenweg
|
64d7f37d3a
|
Dat da-da duuuummmmmmmm
git-svn-id: https://develop.svn.wordpress.org/trunk@3160 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-19 00:19:43 +00:00 |
|
Ryan Boren
|
97eefbc202
|
Don't texturize for the rich editor. Props skeltoac. fixes #1909
git-svn-id: https://develop.svn.wordpress.org/trunk@3156 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-18 23:27:39 +00:00 |
|
Ryan Boren
|
94a4853f02
|
Autosave warning fix. fixes #1910
git-svn-id: https://develop.svn.wordpress.org/trunk@3153 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-18 22:55:39 +00:00 |
|
Ryan Boren
|
7a90a61c9d
|
Attachment cleanups from skeltoac. fixes #1870
git-svn-id: https://develop.svn.wordpress.org/trunk@3145 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-18 09:25:47 +00:00 |
|
Ryan Boren
|
69f0e94125
|
Remove dead code.
git-svn-id: https://develop.svn.wordpress.org/trunk@3143 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-18 02:20:19 +00:00 |
|
Ryan Boren
|
5db06a0f98
|
Don't return undefined variable.
git-svn-id: https://develop.svn.wordpress.org/trunk@3142 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-18 02:15:08 +00:00 |
|
Ryan Boren
|
4b3f2a3cb4
|
Filter on the_content_rss. Props Kafkaesqui. fixes #1685
git-svn-id: https://develop.svn.wordpress.org/trunk@3140 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 23:17:06 +00:00 |
|
Ryan Boren
|
d13f35cdec
|
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: https://develop.svn.wordpress.org/trunk@3139 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 23:01:28 +00:00 |
|
Ryan Boren
|
c6c21c0d26
|
Don't loop over empty options. fixes #1900
git-svn-id: https://develop.svn.wordpress.org/trunk@3138 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 22:46:18 +00:00 |
|
Ryan Boren
|
751c08fd49
|
Tidy up get_userdatabylogin().
git-svn-id: https://develop.svn.wordpress.org/trunk@3137 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 18:15:59 +00:00 |
|
Ryan Boren
|
15513318ba
|
Big tiny fixes from skeltoac. fixes #1897
git-svn-id: https://develop.svn.wordpress.org/trunk@3136 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 17:47:29 +00:00 |
|
Ryan Boren
|
bd536befa8
|
Don't bother with sems.
git-svn-id: https://develop.svn.wordpress.org/trunk@3131 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 09:30:14 +00:00 |
|
Ryan Boren
|
80bc0af577
|
Add posts_groupby and posts_request filters. fixes #1479
git-svn-id: https://develop.svn.wordpress.org/trunk@3130 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 09:10:18 +00:00 |
|
Ryan Boren
|
6fcabdfba3
|
i18n fix from nbachiyski. fixes #1874
git-svn-id: https://develop.svn.wordpress.org/trunk@3125 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 03:01:55 +00:00 |
|
Ryan Boren
|
3e78ac5ae6
|
Check if writable before checking if dir to avoid permission denied problems.
git-svn-id: https://develop.svn.wordpress.org/trunk@3123 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 02:24:52 +00:00 |
|
Matt Mullenweg
|
39a7455309
|
Fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@3122 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 01:57:18 +00:00 |
|
Matt Mullenweg
|
e93d21f350
|
New logo, better login.
git-svn-id: https://develop.svn.wordpress.org/trunk@3120 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 00:51:34 +00:00 |
|
Matt Mullenweg
|
b4b4d48778
|
Not used any more.
git-svn-id: https://develop.svn.wordpress.org/trunk@3119 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 00:34:24 +00:00 |
|
Ryan Boren
|
a4e487c8e7
|
Add missing space to fix validation. Props seth. fixes #1887
git-svn-id: https://develop.svn.wordpress.org/trunk@3118 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 23:59:29 +00:00 |
|
Ryan Boren
|
1c2e933d90
|
Don't run stylesheet directory URI through filters. fixes #1890
git-svn-id: https://develop.svn.wordpress.org/trunk@3117 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 23:54:39 +00:00 |
|
Ryan Boren
|
da61a9f508
|
Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892
git-svn-id: https://develop.svn.wordpress.org/trunk@3115 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 23:48:12 +00:00 |
|
Matt Mullenweg
|
01c2155563
|
Better email links, fixes #1416
git-svn-id: https://develop.svn.wordpress.org/trunk@3114 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 23:44:03 +00:00 |
|
Ryan Boren
|
753dbd7183
|
Silence file ops.
git-svn-id: https://develop.svn.wordpress.org/trunk@3113 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 23:40:14 +00:00 |
|
Ryan Boren
|
ee98b26ac0
|
More 404 work. Hopefully fixes #1471
git-svn-id: https://develop.svn.wordpress.org/trunk@3111 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 22:54:52 +00:00 |
|
Ryan Boren
|
faa7e8cbdd
|
Don't flush if cache is disabled.
git-svn-id: https://develop.svn.wordpress.org/trunk@3110 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 19:01:58 +00:00 |
|
Ryan Boren
|
e9a970fd29
|
Fix 404s. Props donncha. fixes #1471
git-svn-id: https://develop.svn.wordpress.org/trunk@3108 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 10:16:20 +00:00 |
|
Ryan Boren
|
5135115f45
|
Fix typos in remove_accents(). Props kyknos and YaaL. fixes #1688
git-svn-id: https://develop.svn.wordpress.org/trunk@3106 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 06:37:06 +00:00 |
|
Ryan Boren
|
376a04e7de
|
Add comment_count to the posts table. Props donncha. fixes #1860
git-svn-id: https://develop.svn.wordpress.org/trunk@3104 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 06:29:36 +00:00 |
|
Ryan Boren
|
cae1b67170
|
Make sure plugins and themes are readable. Props Mike Little. fixes #1502
git-svn-id: https://develop.svn.wordpress.org/trunk@3103 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 03:27:22 +00:00 |
|
Ryan Boren
|
62f1fd972b
|
Pull the values in WP_User::data directly into WP_User so that we don't have to do ->data->blah.
git-svn-id: https://develop.svn.wordpress.org/trunk@3102 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 02:54:23 +00:00 |
|
Ryan Boren
|
35dd21caec
|
Execute rewrite rules for / so that plugins can add rules. Props: filosofo. fixes #1864
git-svn-id: https://develop.svn.wordpress.org/trunk@3097 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 01:58:04 +00:00 |
|
Ryan Boren
|
1228f9e554
|
Update to use cap API.
git-svn-id: https://develop.svn.wordpress.org/trunk@3095 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-16 00:50:02 +00:00 |
|
Ryan Boren
|
77fe382c33
|
Move category post count updater into wp_set_post_cats().
git-svn-id: https://develop.svn.wordpress.org/trunk@3094 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-15 23:47:16 +00:00 |
|
Ryan Boren
|
1a012b8b49
|
Renaming. object and subpost are now attachment. post_type is post_mime_type.
git-svn-id: https://develop.svn.wordpress.org/trunk@3092 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-15 22:55:24 +00:00 |
|
Ryan Boren
|
06d61e1f7a
|
Update category counts. Props donncha. fixes #1886
git-svn-id: https://develop.svn.wordpress.org/trunk@3091 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-15 16:31:24 +00:00 |
|