ryan
|
5643e1c1ba
|
Allow args to be passed as query string or as associative array. This avoid multiple parse_str calls when passing args along and provides choice on the cheap.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 05:47:59 +00:00 |
|
ryan
|
83a6d4c005
|
Move links.php to template-functions-bookmarks.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@3593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 04:59:27 +00:00 |
|
ryan
|
e475b0e8d9
|
s/get_linkz/get_bookmarks/
git-svn-id: http://svn.automattic.com/wordpress/trunk@3592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 04:55:31 +00:00 |
|
ryan
|
36adfa7d1c
|
Add wp_dropdown_categories(). Deprecate dropdown_categories(). Add wp_list_categories() and make wp_list_cats() an alias.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 04:51:24 +00:00 |
|
ryan
|
263088e1a8
|
Actually move these this time. #2520
git-svn-id: http://svn.automattic.com/wordpress/trunk@3590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 03:31:43 +00:00 |
|
ryan
|
ca92bb4311
|
Move deprecated functions to deprecated.php. #2520
git-svn-id: http://svn.automattic.com/wordpress/trunk@3589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 03:27:48 +00:00 |
|
ryan
|
7973bc5d93
|
DB escaping in fix_attachment_links(). #2434
git-svn-id: http://svn.automattic.com/wordpress/trunk@3586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 02:47:36 +00:00 |
|
ryan
|
86372fea2e
|
s/Links/Bookmarks/
git-svn-id: http://svn.automattic.com/wordpress/trunk@3585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-01 21:44:22 +00:00 |
|
ryan
|
4207b4cb00
|
Better show up front UI from Mark Jaquith. #2515
git-svn-id: http://svn.automattic.com/wordpress/trunk@3583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-01 20:58:40 +00:00 |
|
ryan
|
459c030ef3
|
wp_list_cats() rework. Add walk_tree() and walk_category_tree(). Use get_categories() for query.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-01 13:30:19 +00:00 |
|
ryan
|
6452ec1bbc
|
What's up front? #2515
git-svn-id: http://svn.automattic.com/wordpress/trunk@3581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-01 07:08:04 +00:00 |
|
ryan
|
5fb29643cb
|
walk_page_tree() fix from Mark J. fixes #2516
git-svn-id: http://svn.automattic.com/wordpress/trunk@3579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 21:02:10 +00:00 |
|
ryan
|
0c110bc342
|
Fix page walk bug. fixes #2516
git-svn-id: http://svn.automattic.com/wordpress/trunk@3578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 11:19:04 +00:00 |
|
ryan
|
25c2dcac3c
|
More comment cookie sanitation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 09:49:06 +00:00 |
|
ryan
|
6eadde74ac
|
Add get_category_by_path(). Remove old fullpath stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 08:00:39 +00:00 |
|
ryan
|
740d8f1c1f
|
Add name arg to wp_dropdown_pages().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 06:11:59 +00:00 |
|
ryan
|
672530a9da
|
Strip all html from comment author name, email, and url.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 04:22:24 +00:00 |
|
ryan
|
803c970527
|
wp_dropdown_pages() and walk_page_tree()
git-svn-id: http://svn.automattic.com/wordpress/trunk@3573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 03:57:08 +00:00 |
|
ryan
|
be1f99d329
|
_SERVER is not escaped by magic_quotes_gpc so don't strip it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 01:52:59 +00:00 |
|
ryan
|
1de4321d0b
|
Fix post save/delete redirects. fixes #2505 #2502
git-svn-id: http://svn.automattic.com/wordpress/trunk@3571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-27 05:15:13 +00:00 |
|
ryan
|
e9c75f4bd2
|
Bookmark/link rework. #2499
git-svn-id: http://svn.automattic.com/wordpress/trunk@3570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-27 04:57:30 +00:00 |
|
ryan
|
0bc5aae7ef
|
Mac meta keys from Alex King. fixes #2182
git-svn-id: http://svn.automattic.com/wordpress/trunk@3569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-24 03:55:25 +00:00 |
|
ryan
|
c8f803dfbd
|
Fix Write a post link in Dashboard. fixes #2503
git-svn-id: http://svn.automattic.com/wordpress/trunk@3568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-23 20:09:50 +00:00 |
|
ryan
|
83728df100
|
Fix edit links.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-22 19:17:28 +00:00 |
|
ryan
|
5322fc2faa
|
current user cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@3566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-22 19:08:55 +00:00 |
|
ryan
|
e06ed8c9b6
|
Hide cookie layout behind wp_get_cookie_login() so that plugins can customize the cookies.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-22 07:30:28 +00:00 |
|
ryan
|
b4166c403b
|
Allow queries by post type. Enable paging in Manage->Pages
git-svn-id: http://svn.automattic.com/wordpress/trunk@3564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-21 08:39:58 +00:00 |
|
ryan
|
29540c8e2b
|
Breakup post.php into post.php, comment.php, page.php, post-new.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@3563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-21 06:11:46 +00:00 |
|
ryan
|
c8e61c99b8
|
Oops. Missing paren.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-20 21:23:09 +00:00 |
|
ryan
|
decf6ec071
|
Move wp_cron from shutdown hook to init. It was acting all funky (in the bad way) in the shutdown hook.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-20 21:07:17 +00:00 |
|
ryan
|
0cda0d89f0
|
Check Published for future posts. fixes #2488
git-svn-id: http://svn.automattic.com/wordpress/trunk@3560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-20 21:00:19 +00:00 |
|
ryan
|
f517a9c06c
|
Use current_time() instead of time(). fixes #2489
git-svn-id: http://svn.automattic.com/wordpress/trunk@3559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-20 17:15:13 +00:00 |
|
ryan
|
605d4a617a
|
Fix post/page slug out. Props donncha. fixes #2472
git-svn-id: http://svn.automattic.com/wordpress/trunk@3558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-20 17:13:06 +00:00 |
|
ryan
|
2fc8c248b3
|
Add Publish button for pages. fixes #2451
git-svn-id: http://svn.automattic.com/wordpress/trunk@3550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-19 05:57:54 +00:00 |
|
ryan
|
35c2833427
|
Add alpha sort to wp_get_archives(). Props skippy. fixes #247
git-svn-id: http://svn.automattic.com/wordpress/trunk@3549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-19 02:07:13 +00:00 |
|
ryan
|
941ec0ff97
|
Blog privacy. fixes #2480
git-svn-id: http://svn.automattic.com/wordpress/trunk@3548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-18 07:40:43 +00:00 |
|
ryan
|
70197e85f3
|
Honor comment_status and ping_status when writing a new post. Props Mark Jaquith. fixes #2445
git-svn-id: http://svn.automattic.com/wordpress/trunk@3547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-18 00:16:41 +00:00 |
|
ryan
|
73affaa5c7
|
greymatter importer from bungeman. fixes #2464
git-svn-id: http://svn.automattic.com/wordpress/trunk@3546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-18 00:06:33 +00:00 |
|
ryan
|
0f14c31ff1
|
Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446
git-svn-id: http://svn.automattic.com/wordpress/trunk@3544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 02:05:40 +00:00 |
|
ryan
|
bfa59b9419
|
Remove extraneous paren. fixes #2448
git-svn-id: http://svn.automattic.com/wordpress/trunk@3543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:34:37 +00:00 |
|
ryan
|
f34023a445
|
clean comment author url. fixes #2454
git-svn-id: http://svn.automattic.com/wordpress/trunk@3542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:31:53 +00:00 |
|
ryan
|
e297c36253
|
Move raquo into gettext. Props SteveAgl. fixes #2453
git-svn-id: http://svn.automattic.com/wordpress/trunk@3541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:29:33 +00:00 |
|
ryan
|
96ee80d399
|
Remove useless lines. Props majelbstoat. fixes #2455
git-svn-id: http://svn.automattic.com/wordpress/trunk@3540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:25:10 +00:00 |
|
ryan
|
ec22fc85b3
|
Add post_content_filtered to insert and update in wp_insert_attachment(). Props bungeman. fixes #2457
git-svn-id: http://svn.automattic.com/wordpress/trunk@3539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:09:40 +00:00 |
|
ryan
|
e95ada23ce
|
get_permalink() performance improvement from arnee. fixes #2463
git-svn-id: http://svn.automattic.com/wordpress/trunk@3538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:04:20 +00:00 |
|
ryan
|
34398e5a2e
|
Make sure user_id is set before inserting. Props bungeman. fixes #2459
git-svn-id: http://svn.automattic.com/wordpress/trunk@3537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:00:18 +00:00 |
|
ryan
|
1d49d0373f
|
Dynamic menu reparenting. fixes #2257
git-svn-id: http://svn.automattic.com/wordpress/trunk@3536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 00:57:10 +00:00 |
|
ryan
|
60d01b1f96
|
Use post_type not post_status.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-15 07:16:58 +00:00 |
|
ryan
|
e9442d2d08
|
schedule future posts with cron when upgrading.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 23:48:44 +00:00 |
|
ryan
|
521f99d371
|
Correct inverted logic.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 23:37:28 +00:00 |
|