Commit Graph

3958 Commits

Author SHA1 Message Date
Ryan Boren 5e18dd3e86 prefix not table_prefix. Props Kafkaesqui. fixes #2528
git-svn-id: https://develop.svn.wordpress.org/trunk@3604 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-03 20:36:40 +00:00
Ryan Boren 4489be47f5 Use table prefix from wpdb. Props Mark J. #2524
git-svn-id: https://develop.svn.wordpress.org/trunk@3603 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-03 17:19:05 +00:00
Ryan Boren e800b7823f Forget to group with parens on [3600]. #2498
git-svn-id: https://develop.svn.wordpress.org/trunk@3601 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-03 02:17:14 +00:00
Ryan Boren be34c79158 Make sure posts array is not empty before checking preview state. #2498
git-svn-id: https://develop.svn.wordpress.org/trunk@3600 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-03 02:14:31 +00:00
Ryan Boren cd75b0ceb9 Fix edit comment link.
git-svn-id: https://develop.svn.wordpress.org/trunk@3599 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 12:26:13 +00:00
Ryan Boren cbcee2c156 Remove linkcategories table from schema.
git-svn-id: https://develop.svn.wordpress.org/trunk@3598 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 10:43:57 +00:00
Ryan Boren 7d27dd42ca s/get_linkz/get_bookmarks/
git-svn-id: https://develop.svn.wordpress.org/trunk@3597 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 10:32:19 +00:00
Ryan Boren f2094325f4 Update bookmarks include.
git-svn-id: https://develop.svn.wordpress.org/trunk@3596 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 10:22:18 +00:00
Ryan Boren a429dd1cd9 Use array_merge() to set defaults.
git-svn-id: https://develop.svn.wordpress.org/trunk@3595 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 06:37:00 +00:00
Ryan Boren c4d9df2c99 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: https://develop.svn.wordpress.org/trunk@3594 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 05:47:59 +00:00
Ryan Boren e2df169ed3 Move links.php to template-functions-bookmarks.php
git-svn-id: https://develop.svn.wordpress.org/trunk@3593 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 04:59:27 +00:00
Ryan Boren 50d6b727d8 s/get_linkz/get_bookmarks/
git-svn-id: https://develop.svn.wordpress.org/trunk@3592 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 04:55:31 +00:00
Ryan Boren 621da95d0d Add wp_dropdown_categories(). Deprecate dropdown_categories(). Add wp_list_categories() and make wp_list_cats() an alias.
git-svn-id: https://develop.svn.wordpress.org/trunk@3591 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 04:51:24 +00:00
Ryan Boren 25dc212067 Actually move these this time. #2520
git-svn-id: https://develop.svn.wordpress.org/trunk@3590 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 03:31:43 +00:00
Ryan Boren 64173c9918 Move deprecated functions to deprecated.php. #2520
git-svn-id: https://develop.svn.wordpress.org/trunk@3589 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 03:27:48 +00:00
Ryan Boren 1239ce2315 DB escaping in fix_attachment_links(). #2434
git-svn-id: https://develop.svn.wordpress.org/trunk@3586 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-02 02:47:36 +00:00
Ryan Boren 54198167b7 s/Links/Bookmarks/
git-svn-id: https://develop.svn.wordpress.org/trunk@3585 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-01 21:44:22 +00:00
Ryan Boren e4a05b4bdf Better show up front UI from Mark Jaquith. #2515
git-svn-id: https://develop.svn.wordpress.org/trunk@3583 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-01 20:58:40 +00:00
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 55ba231f8e What's up front? #2515
git-svn-id: https://develop.svn.wordpress.org/trunk@3581 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-01 07:08:04 +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 f7ee176581 More comment cookie sanitation.
git-svn-id: https://develop.svn.wordpress.org/trunk@3577 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-28 09:49:06 +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 71232c4705 Add name arg to wp_dropdown_pages().
git-svn-id: https://develop.svn.wordpress.org/trunk@3575 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-28 06:11:59 +00:00
Ryan Boren e0feeb161a Strip all html from comment author name, email, and url.
git-svn-id: https://develop.svn.wordpress.org/trunk@3574 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-28 04:22:24 +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 966f2abfe2 _SERVER is not escaped by magic_quotes_gpc so don't strip it.
git-svn-id: https://develop.svn.wordpress.org/trunk@3572 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-28 01:52:59 +00:00
Ryan Boren ba5d6bafdd Fix post save/delete redirects. fixes #2505 #2502
git-svn-id: https://develop.svn.wordpress.org/trunk@3571 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-27 05:15:13 +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 fea381e8de Mac meta keys from Alex King. fixes #2182
git-svn-id: https://develop.svn.wordpress.org/trunk@3569 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-24 03:55:25 +00:00
Ryan Boren 44f922a6ae Fix Write a post link in Dashboard. fixes #2503
git-svn-id: https://develop.svn.wordpress.org/trunk@3568 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-23 20:09:50 +00:00
Ryan Boren bc8f242382 Fix edit links.
git-svn-id: https://develop.svn.wordpress.org/trunk@3567 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-22 19:17:28 +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 c25a2ca7af Hide cookie layout behind wp_get_cookie_login() so that plugins can customize the cookies.
git-svn-id: https://develop.svn.wordpress.org/trunk@3565 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-22 07:30:28 +00:00
Ryan Boren dd489dd463 Allow queries by post type. Enable paging in Manage->Pages
git-svn-id: https://develop.svn.wordpress.org/trunk@3564 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-21 08:39:58 +00:00
Ryan Boren b4351fd870 Breakup post.php into post.php, comment.php, page.php, post-new.php
git-svn-id: https://develop.svn.wordpress.org/trunk@3563 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-21 06:11:46 +00:00
Ryan Boren 02c324dd68 Oops. Missing paren.
git-svn-id: https://develop.svn.wordpress.org/trunk@3562 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-20 21:23:09 +00:00
Ryan Boren 5932545a46 Move wp_cron from shutdown hook to init. It was acting all funky (in the bad way) in the shutdown hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@3561 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-20 21:07:17 +00:00
Ryan Boren 30c5d8a624 Check Published for future posts. fixes #2488
git-svn-id: https://develop.svn.wordpress.org/trunk@3560 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-20 21:00:19 +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 bcf84b6e6d Add Publish button for pages. fixes #2451
git-svn-id: https://develop.svn.wordpress.org/trunk@3550 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-19 05:57:54 +00:00
Ryan Boren ae48463e5d Add alpha sort to wp_get_archives(). Props skippy. fixes #247
git-svn-id: https://develop.svn.wordpress.org/trunk@3549 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-19 02:07:13 +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 f2979042e5 Honor comment_status and ping_status when writing a new post. Props Mark Jaquith. fixes #2445
git-svn-id: https://develop.svn.wordpress.org/trunk@3547 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-18 00:16:41 +00:00
Ryan Boren f598aff5b6 greymatter importer from bungeman. fixes #2464
git-svn-id: https://develop.svn.wordpress.org/trunk@3546 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-18 00:06:33 +00:00
Ryan Boren d5629b2d53 Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446
git-svn-id: https://develop.svn.wordpress.org/trunk@3544 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 02:05:40 +00:00
Ryan Boren e7c7898311 Remove extraneous paren. fixes #2448
git-svn-id: https://develop.svn.wordpress.org/trunk@3543 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 01:34:37 +00:00
Ryan Boren bac53166c4 clean comment author url. fixes #2454
git-svn-id: https://develop.svn.wordpress.org/trunk@3542 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 01:31:53 +00:00