Ryan Boren
|
93ec2ffd02
|
wp_list_cats() rework. Add walk_tree() and walk_category_tree(). Use get_categories() for query.
git-svn-id: https://develop.svn.wordpress.org/trunk@3582 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-01 13:30:19 +00:00 |
|
Ryan Boren
|
0b9513d43c
|
walk_page_tree() fix from Mark J. fixes #2516
git-svn-id: https://develop.svn.wordpress.org/trunk@3579 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-28 21:02:10 +00:00 |
|
Ryan Boren
|
9055457e82
|
Fix page walk bug. fixes #2516
git-svn-id: https://develop.svn.wordpress.org/trunk@3578 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-28 11:19:04 +00:00 |
|
Ryan Boren
|
a1d0a8e672
|
Add get_category_by_path(). Remove old fullpath stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@3576 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-28 08:00:39 +00:00 |
|
Ryan Boren
|
68b90359ea
|
wp_dropdown_pages() and walk_page_tree()
git-svn-id: https://develop.svn.wordpress.org/trunk@3573 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-28 03:57:08 +00:00 |
|
Ryan Boren
|
a2f5fa5254
|
Bookmark/link rework. #2499
git-svn-id: https://develop.svn.wordpress.org/trunk@3570 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-27 04:57:30 +00:00 |
|
Ryan Boren
|
cd4a8a24c5
|
current user cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@3566 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-22 19:08:55 +00:00 |
|
Ryan Boren
|
24f330346d
|
Use current_time() instead of time(). fixes #2489
git-svn-id: https://develop.svn.wordpress.org/trunk@3559 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-20 17:15:13 +00:00 |
|
Ryan Boren
|
5177b31702
|
Fix post/page slug out. Props donncha. fixes #2472
git-svn-id: https://develop.svn.wordpress.org/trunk@3558 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-20 17:13:06 +00:00 |
|
Ryan Boren
|
28961b459c
|
Blog privacy. fixes #2480
git-svn-id: https://develop.svn.wordpress.org/trunk@3548 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-18 07:40:43 +00:00 |
|
Ryan Boren
|
181d539681
|
Use post_type not post_status.
git-svn-id: https://develop.svn.wordpress.org/trunk@3535 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-15 07:16:58 +00:00 |
|
Ryan Boren
|
03f0909476
|
get_page_by_path() tweak.
git-svn-id: https://develop.svn.wordpress.org/trunk@3523 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-13 07:04:14 +00:00 |
|
Ryan Boren
|
953064226a
|
wp_cron() array warning fix ups from Owen. fixes #2436
git-svn-id: https://develop.svn.wordpress.org/trunk@3522 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-13 05:30:44 +00:00 |
|
Ryan Boren
|
6008a133c4
|
Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-12 07:53:23 +00:00 |
|
Ryan Boren
|
f156e83af5
|
Post status = future. #2426
git-svn-id: https://develop.svn.wordpress.org/trunk@3514 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-12 07:41:56 +00:00 |
|
Ryan Boren
|
cf622439d5
|
Pseudo-cron first cut. Props Owen. #2425
git-svn-id: https://develop.svn.wordpress.org/trunk@3512 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-11 02:24:47 +00:00 |
|
Ryan Boren
|
91421a7124
|
get_page_by_path. Some page uri cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@3511 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-10 00:54:16 +00:00 |
|
Ryan Boren
|
f961003343
|
Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: https://develop.svn.wordpress.org/trunk@3510 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-09 10:03:48 +00:00 |
|
Ryan Boren
|
b0907797f3
|
Delete usermeta field if set to empty string. Props David House. fixes #2341
git-svn-id: https://develop.svn.wordpress.org/trunk@3495 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-29 19:48:09 +00:00 |
|
Ryan Boren
|
e729765dca
|
Allow empty usermeta fields. Props David House. fixes #2341
git-svn-id: https://develop.svn.wordpress.org/trunk@3494 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-29 00:21:48 +00:00 |
|
Ryan Boren
|
2307a29c94
|
CGI ping fixes. fixes #2197
git-svn-id: https://develop.svn.wordpress.org/trunk@3491 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-28 18:41:19 +00:00 |
|
Matt Mullenweg
|
88aba4e4c2
|
Caching typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@3490 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-28 06:19:11 +00:00 |
|
Ryan Boren
|
e3834a8f51
|
Make sure we have an array. Props David House. fixes #2344
git-svn-id: https://develop.svn.wordpress.org/trunk@3489 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-27 19:22:55 +00:00 |
|
Ryan Boren
|
9bd8f4ee17
|
Use double quotes. fixes #2332
git-svn-id: https://develop.svn.wordpress.org/trunk@3487 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-26 02:33:14 +00:00 |
|
Ryan Boren
|
97c6c5ee4f
|
update_option_* actions. fixes #2332
git-svn-id: https://develop.svn.wordpress.org/trunk@3485 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-25 06:46:21 +00:00 |
|
Ryan Boren
|
017660016b
|
add_query_arg() fix from majelbstoat. fixes #2326
git-svn-id: https://develop.svn.wordpress.org/trunk@3474 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-23 23:42:25 +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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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 |
|
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 |
|