ryan
|
98a5598483
|
Undef var fix from Denis-de-Bernardy. fixes #2780
git-svn-id: http://svn.automattic.com/wordpress/trunk@3842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-06-04 21:07:41 +00:00 |
|
ryan
|
bc877b4aa2
|
Strip extra slashes from _POST when doing nonce AYS. Props MarkJaquith and mdawaffe. fixes #2761
git-svn-id: http://svn.automattic.com/wordpress/trunk@3833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-06-01 23:38:34 +00:00 |
|
ryan
|
ff34dc012c
|
Be less aggressive in stripping user description.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-06-01 22:01:05 +00:00 |
|
ryan
|
2fce9d926e
|
intval cat ID
git-svn-id: http://svn.automattic.com/wordpress/trunk@3824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-06-01 07:42:46 +00:00 |
|
ryan
|
49dc7146e4
|
Typo fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-31 06:27:10 +00:00 |
|
ryan
|
1181533296
|
Remove unused var.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-31 01:40:25 +00:00 |
|
ryan
|
e38d68adac
|
wp_salt() and more hash work.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-31 01:40:00 +00:00 |
|
ryan
|
a50330dd45
|
wp_hash() and server secret.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-31 00:24:03 +00:00 |
|
ryan
|
1dff136d6f
|
Add some user filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-26 22:47:13 +00:00 |
|
ryan
|
70276282ad
|
Add some category filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-26 22:14:55 +00:00 |
|
ryan
|
e7618712cb
|
base64 cached objects and store within multi-line comment block to avoid CRLF injections into the cache. Props Peter Westwood.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-26 21:14:36 +00:00 |
|
ryan
|
d05a23cbc9
|
sanitize_user regex fix from grigs. fixes #2729
git-svn-id: http://svn.automattic.com/wordpress/trunk@3795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-26 17:27:51 +00:00 |
|
ryan
|
f072c902db
|
Enclosure redirect fix from aegrumet. fixes #2551
git-svn-id: http://svn.automattic.com/wordpress/trunk@3793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-26 17:25:48 +00:00 |
|
ryan
|
419f125cb7
|
Handle robots.txt requests and obey blog_plubic setting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-22 22:06:06 +00:00 |
|
ryan
|
16228c3d58
|
Add parse_request, send_headers, and wp actions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-22 19:23:46 +00:00 |
|
ryan
|
4d49e98fe4
|
Script loader from mdawaffe. #2701
git-svn-id: http://svn.automattic.com/wordpress/trunk@3788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-22 17:16:05 +00:00 |
|
ryan
|
afc4ec89bd
|
Add publish_page hook
git-svn-id: http://svn.automattic.com/wordpress/trunk@3787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-19 17:22:19 +00:00 |
|
ryan
|
8ee6921b49
|
Improvements to the nonce AYS from mdawaffe. #2734
git-svn-id: http://svn.automattic.com/wordpress/trunk@3783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-18 06:49:22 +00:00 |
|
ryan
|
78e403f5fc
|
Apply bloginfo_rss filter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-18 01:23:25 +00:00 |
|
ryan
|
769011e895
|
Fallback to admin referer check instead of nonce if no action is given to check_admin_referer(). For plugin compatibility.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-17 00:28:26 +00:00 |
|
ryan
|
2f68889eb6
|
Remove private posts from front page query. Aadd private posts and page caps. fixes #2613
git-svn-id: http://svn.automattic.com/wordpress/trunk@3772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-11 23:13:35 +00:00 |
|
matt
|
fdab6f4c1e
|
Lots of style and admin tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@3770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-10 20:35:10 +00:00 |
|
ryan
|
5adf0d701b
|
Add file deletion filter. Props to that Andy guy. fixes #2703
git-svn-id: http://svn.automattic.com/wordpress/trunk@3768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-09 22:44:51 +00:00 |
|
ryan
|
ed13228400
|
Category query cleanups from skeltoac. fixes #2709
git-svn-id: http://svn.automattic.com/wordpress/trunk@3767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-08 02:16:24 +00:00 |
|
ryan
|
293b3b4dee
|
Better escaping of strings used in JS.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-05 07:49:05 +00:00 |
|
ryan
|
63001676c3
|
Pass action to check_admin_referer hook.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-04 09:23:17 +00:00 |
|
ryan
|
89fe7ce543
|
nonce functions. #2678
git-svn-id: http://svn.automattic.com/wordpress/trunk@3758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-05-02 22:08:34 +00:00 |
|
ryan
|
8753af280c
|
Return user ID if email exists.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-27 04:24:14 +00:00 |
|
ryan
|
45302e1c22
|
Div balance across more. Props skeltoac. fixes #2348
git-svn-id: http://svn.automattic.com/wordpress/trunk@3751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-25 08:46:19 +00:00 |
|
ryan
|
a785678283
|
Fix page depth, again. PRops skeltoac. fixes #2690
git-svn-id: http://svn.automattic.com/wordpress/trunk@3750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-25 00:05:59 +00:00 |
|
ryan
|
8da6c47ae3
|
Add some prophylactic int casts and quoting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-22 00:02:00 +00:00 |
|
matt
|
c6e1adf128
|
Updating eol-style native. We must remember to do this when adding new files.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 10:13:28 +00:00 |
|
matt
|
b33778b079
|
Tidy comment_author_url_link just like we do on the bookmarks page
git-svn-id: http://svn.automattic.com/wordpress/trunk@3723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 08:36:45 +00:00 |
|
ryan
|
bb0efd050b
|
Move htmlentities2 to functions-formatting.php. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 03:03:27 +00:00 |
|
ryan
|
78e9a489f2
|
Remove comment_count_cache. fixes #2670
git-svn-id: http://svn.automattic.com/wordpress/trunk@3716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 02:53:02 +00:00 |
|
ryan
|
ffe09c30c7
|
Don't forget to pass args. Props Mike Little. fixes #2668
git-svn-id: http://svn.automattic.com/wordpress/trunk@3715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 02:33:47 +00:00 |
|
ryan
|
6027cfa946
|
Reorg comment functions. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 02:32:12 +00:00 |
|
ryan
|
d650991531
|
Move clean_url() to functions-formatting.php. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-18 04:58:38 +00:00 |
|
ryan
|
e2baa1d0ab
|
Move url_to_postid() to rewrite.php. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-18 04:47:26 +00:00 |
|
ryan
|
40b2e610cf
|
Move theme functions to theme.php. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-18 04:44:33 +00:00 |
|
ryan
|
97355f28fd
|
Escape single quotes in options.php. fixes #2656
git-svn-id: http://svn.automattic.com/wordpress/trunk@3710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-17 23:33:08 +00:00 |
|
ryan
|
7b2be71922
|
We like big inputs. fixes #2662
git-svn-id: http://svn.automattic.com/wordpress/trunk@3709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-17 23:27:18 +00:00 |
|
ryan
|
15248a593b
|
Make sure permalinks for draft pages use query string style since the slug might not be set yet.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-15 00:59:40 +00:00 |
|
ryan
|
c32db269eb
|
Default show description option to off for bookmarks list, for now. This seems to be the preferred default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-13 05:02:08 +00:00 |
|
ryan
|
2cf2472a52
|
Default category lists to hierarchical. Update default theme to use wp_list_categories(). Props David House. fixes #2653
git-svn-id: http://svn.automattic.com/wordpress/trunk@3706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-13 04:51:45 +00:00 |
|
ryan
|
b1af79fb05
|
Add wp_revoke_user() and WP_User::remove_all_caps() to help those doing multi blog stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-13 04:49:38 +00:00 |
|
ryan
|
a8eac8ee6d
|
Move page walkers to classes. Props David House. fixes #2593
git-svn-id: http://svn.automattic.com/wordpress/trunk@3704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-13 04:40:48 +00:00 |
|
ryan
|
22922b00bc
|
Thwart the browser cache by versioning tinyMCE. Props to that Andy guy. fixes #2658
git-svn-id: http://svn.automattic.com/wordpress/trunk@3703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-13 02:57:25 +00:00 |
|
ryan
|
6f0e341ce4
|
Split on '; ' not ';'.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-09 22:57:23 +00:00 |
|
matt
|
4390af2a82
|
walk_tree broken, fixes #2608
git-svn-id: http://svn.automattic.com/wordpress/trunk@3701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-09 22:08:18 +00:00 |
|
ryan
|
0e8625e05c
|
Mac users deserve their own backwards popup layout. Props to that Andy guy. fixes #2645
git-svn-id: http://svn.automattic.com/wordpress/trunk@3698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-06 09:56:56 +00:00 |
|
matt
|
ecb3101f4e
|
Formatting and eol fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-06 05:25:50 +00:00 |
|
ryan
|
8aa385cf3f
|
Removed unused var.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-06 00:44:35 +00:00 |
|
ryan
|
fa29d02a4b
|
New SACK and DBX releases and some list manip fixes from mdawaffe. fixes #2642
git-svn-id: http://svn.automattic.com/wordpress/trunk@3695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-05 20:58:57 +00:00 |
|
ryan
|
9e83d18a03
|
Paging fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-05 20:48:29 +00:00 |
|
ryan
|
9ffdbe2230
|
List filters from David House. fixes #2328
git-svn-id: http://svn.automattic.com/wordpress/trunk@3691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-04 02:02:12 +00:00 |
|
ryan
|
230fd0cc1b
|
ob_end_clean() in printr(). Props doit-cu. fixes #2297
git-svn-id: http://svn.automattic.com/wordpress/trunk@3689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-04 01:02:19 +00:00 |
|
ryan
|
5f67ca579a
|
texturize fix from that Andy guy. fixes #2634
git-svn-id: http://svn.automattic.com/wordpress/trunk@3686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-04 00:47:33 +00:00 |
|
matt
|
e78ef4fe16
|
Remove use of deprecated variables, don't show bookmarklet form to unrecognized browser.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-04 00:25:04 +00:00 |
|
ryan
|
a8434c8f49
|
Do a therapuetic double strip on HTTP_IF_MODIFIED_SINCE since we code in an imperfect world. fixes #2597
git-svn-id: http://svn.automattic.com/wordpress/trunk@3682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-03 05:59:03 +00:00 |
|
ryan
|
ffda0db982
|
Don't texturize home. Props Mark Jaquith and David House. fixes #2381
git-svn-id: http://svn.automattic.com/wordpress/trunk@3681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-03 03:04:39 +00:00 |
|
ryan
|
0497d716ad
|
Get all error messages with get_error_messages().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-02 00:48:14 +00:00 |
|
ryan
|
6123ea7eb7
|
Some optimization of the post query. #2604
git-svn-id: http://svn.automattic.com/wordpress/trunk@3678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-02 00:33:10 +00:00 |
|
ryan
|
3d2347a655
|
WP_Locale. Props Sewar. fixes #2568
git-svn-id: http://svn.automattic.com/wordpress/trunk@3676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-02 00:20:11 +00:00 |
|
ryan
|
1fb3390cc2
|
Prompt for confirmation for mailapprovecomment action. Props mdawaffe. fixes #2615
git-svn-id: http://svn.automattic.com/wordpress/trunk@3671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-31 08:32:30 +00:00 |
|
ryan
|
8a751c591d
|
Pluggable install functions. fixes #2616
git-svn-id: http://svn.automattic.com/wordpress/trunk@3670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-31 08:07:39 +00:00 |
|
ryan
|
9046cdf77b
|
Move DB prefix dependent code to separate init routines that can be called independently when the prefix changes. These methods are for internal use only.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-30 23:35:42 +00:00 |
|
ryan
|
169842a7ce
|
WP_Error. fixes #2600
git-svn-id: http://svn.automattic.com/wordpress/trunk@3667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-30 23:18:14 +00:00 |
|
ryan
|
078c537718
|
Return after delete so we don't re-add an empty field.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-30 23:15:35 +00:00 |
|
ryan
|
805df2b129
|
Ref checks from mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-30 23:12:54 +00:00 |
|
ryan
|
a7337fded7
|
tinyMCE 2.0.5 coming at you live. fixes #2598
git-svn-id: http://svn.automattic.com/wordpress/trunk@3664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-30 07:50:33 +00:00 |
|
ryan
|
73ef659763
|
Future post pinging and cron fixups from masquerade. fixes #2469
git-svn-id: http://svn.automattic.com/wordpress/trunk@3663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-30 07:36:54 +00:00 |
|
ryan
|
31cb659651
|
Filter comments when updating. Props mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-29 20:41:13 +00:00 |
|
ryan
|
baa30dd4d8
|
AJAX, cause you love it. Props mdawaffe. fixes #2561
git-svn-id: http://svn.automattic.com/wordpress/trunk@3660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-29 01:51:55 +00:00 |
|
ryan
|
ee60500f1f
|
update_option() action fix. fixes #2553
git-svn-id: http://svn.automattic.com/wordpress/trunk@3659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-25 21:46:53 +00:00 |
|
ryan
|
fe009bb136
|
Retrieve bookmarks for multiple cats. Props MichaelH. fixes #2592
git-svn-id: http://svn.automattic.com/wordpress/trunk@3658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-24 19:22:22 +00:00 |
|
ryan
|
3c61e4b10d
|
Add meta_key and meta_value options to get_posts() and get_pages(). Props MichaelH. fixes #2563
git-svn-id: http://svn.automattic.com/wordpress/trunk@3656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-21 22:46:38 +00:00 |
|
ryan
|
4ce7df114d
|
Add include param to get_posts(), get_categories(), get_pages(), and get_bookmarks(). Props MichaelH. fixes #2562
git-svn-id: http://svn.automattic.com/wordpress/trunk@3655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-21 04:26:50 +00:00 |
|
ryan
|
b5b8986bca
|
Fix backreferences in mysql2date(). Props tenpura. fixes #2564
git-svn-id: http://svn.automattic.com/wordpress/trunk@3654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-21 04:19:52 +00:00 |
|
ryan
|
734ce3a383
|
Put categories dbx box up top and open. fixes #2493
git-svn-id: http://svn.automattic.com/wordpress/trunk@3651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-21 00:25:58 +00:00 |
|
ryan
|
b470886433
|
Don't try to do paging for single page queries. Props westi. fixes #2578
git-svn-id: http://svn.automattic.com/wordpress/trunk@3649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-20 21:19:33 +00:00 |
|
ryan
|
79ba4ca2ec
|
edit_comment_link fix from westi. fixes #2559
git-svn-id: http://svn.automattic.com/wordpress/trunk@3647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-20 19:45:46 +00:00 |
|
ryan
|
f3880e051d
|
Post paging rework from David House. fixes #2536
git-svn-id: http://svn.automattic.com/wordpress/trunk@3646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-20 19:43:57 +00:00 |
|
ryan
|
667597592c
|
Comment feed fixes from David House. fixes #2570
git-svn-id: http://svn.automattic.com/wordpress/trunk@3644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-17 01:16:22 +00:00 |
|
ryan
|
898d025430
|
ent2ncr optimization. Props random. fixes #2548
git-svn-id: http://svn.automattic.com/wordpress/trunk@3641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-14 02:48:36 +00:00 |
|
ryan
|
5b10d4b1e0
|
Remove smilies sort. Props random. fixes #2550
git-svn-id: http://svn.automattic.com/wordpress/trunk@3640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-14 02:32:59 +00:00 |
|
ryan
|
9303053d39
|
Move WP_Query and its wrapper functions to query.php. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-13 01:44:32 +00:00 |
|
ryan
|
6970a75e94
|
Rewrite API additions and improvements from David House. #2433
git-svn-id: http://svn.automattic.com/wordpress/trunk@3638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-12 22:57:00 +00:00 |
|
ryan
|
3f9714b97f
|
Cron fixes from mdawaffe. #2425
git-svn-id: http://svn.automattic.com/wordpress/trunk@3636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-08 05:51:42 +00:00 |
|
ryan
|
bc44b1b75d
|
Cron fixes from masquerade. #2425
git-svn-id: http://svn.automattic.com/wordpress/trunk@3635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-07 22:34:05 +00:00 |
|
ryan
|
fb1e531077
|
Cron improvements from masquerade. #2425
git-svn-id: http://svn.automattic.com/wordpress/trunk@3634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-07 21:43:59 +00:00 |
|
ryan
|
8d5089e9d1
|
Don't add UTC offset again when formatting 'U' in mysql2date. Props masquerade. fixes #2537
git-svn-id: http://svn.automattic.com/wordpress/trunk@3633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-07 21:24:49 +00:00 |
|
ryan
|
14ece75d6f
|
Language support for TinyMCE. Props capt_kirk and Stephen Chu. fixes #2476
git-svn-id: http://svn.automattic.com/wordpress/trunk@3623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-06 22:51:28 +00:00 |
|
ryan
|
2714ef2df9
|
Relative links in RTE. fixes #2492
git-svn-id: http://svn.automattic.com/wordpress/trunk@3612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-04 22:44:51 +00:00 |
|
ryan
|
509ffdb9a7
|
Isolate backref. fixes #2521
git-svn-id: http://svn.automattic.com/wordpress/trunk@3610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-04 22:41:16 +00:00 |
|
ryan
|
91621266c1
|
Back compat fixes for get_links().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-04 20:39:51 +00:00 |
|
ryan
|
150bb1dcee
|
Normalize argument names.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-03 21:38:36 +00:00 |
|
ryan
|
eaea1c6e70
|
prefix not table_prefix. Props Kafkaesqui. fixes #2528
git-svn-id: http://svn.automattic.com/wordpress/trunk@3604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-03 20:36:40 +00:00 |
|
ryan
|
df35b1041b
|
Use table prefix from wpdb. Props Mark J. #2524
git-svn-id: http://svn.automattic.com/wordpress/trunk@3603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-03 17:19:05 +00:00 |
|
ryan
|
ce4fd3bf02
|
Forget to group with parens on [3600]. #2498
git-svn-id: http://svn.automattic.com/wordpress/trunk@3601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-03 02:17:14 +00:00 |
|
ryan
|
18db892b64
|
Make sure posts array is not empty before checking preview state. #2498
git-svn-id: http://svn.automattic.com/wordpress/trunk@3600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-03 02:14:31 +00:00 |
|
ryan
|
7f125c5135
|
Use array_merge() to set defaults.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-02 06:37:00 +00:00 |
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
a37a1d7440
|
Give future posts a post_status of future when upgrading.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 23:22:22 +00:00 |
|
ryan
|
d30b5f1c99
|
Option to 'mark as spam' in notification e-mail from Mark J. fixes #1048
git-svn-id: http://svn.automattic.com/wordpress/trunk@3529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 20:09:13 +00:00 |
|
ryan
|
bcb996e5d3
|
Don't show private and draft pages in post lists. fixes #2442
git-svn-id: http://svn.automattic.com/wordpress/trunk@3528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 06:23:03 +00:00 |
|
ryan
|
ecb85e38bb
|
Don't walk rewrite structure when generating comment feed rewrite rules. This fixes a bug uncovered when we switched from unions to merges. Props joshkidd. fixes #2379
git-svn-id: http://svn.automattic.com/wordpress/trunk@3527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 01:30:14 +00:00 |
|
ryan
|
535d41ea76
|
If requesting post caps for a page, redirect to equivalent page caps.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 01:10:51 +00:00 |
|
ryan
|
f3faa6c75d
|
Fix timestamps for future posts. fixes #2439
git-svn-id: http://svn.automattic.com/wordpress/trunk@3525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-14 00:12:09 +00:00 |
|
ryan
|
d0f14a4c93
|
Move generic_ping() to execute-pings.php. fixes #2440
git-svn-id: http://svn.automattic.com/wordpress/trunk@3524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-13 23:14:59 +00:00 |
|
ryan
|
a9fca43a85
|
get_page_by_path() tweak.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-13 07:04:14 +00:00 |
|
ryan
|
373424383e
|
wp_cron() array warning fix ups from Owen. fixes #2436
git-svn-id: http://svn.automattic.com/wordpress/trunk@3522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-13 05:30:44 +00:00 |
|
ryan
|
8b166d5c9b
|
User ref instead of copying. Props m4ttias. fixes #2256
git-svn-id: http://svn.automattic.com/wordpress/trunk@3519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-12 08:14:10 +00:00 |
|
ryan
|
e309d60bdb
|
i18n fix for next month links from bob58. fixes #2399
git-svn-id: http://svn.automattic.com/wordpress/trunk@3518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-12 08:00:54 +00:00 |
|
ryan
|
dd202ce1f9
|
Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: http://svn.automattic.com/wordpress/trunk@3517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-12 07:53:23 +00:00 |
|
ryan
|
30bb2362e2
|
dylsexia
git-svn-id: http://svn.automattic.com/wordpress/trunk@3515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-12 07:43:15 +00:00 |
|
ryan
|
a5fc1e9ebe
|
Post status = future. #2426
git-svn-id: http://svn.automattic.com/wordpress/trunk@3514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-12 07:41:56 +00:00 |
|
ryan
|
d6d431c1be
|
Add new page caps now that pages can be draft or publish. Brings page caps to parity with posts. Add delete caps for posts and pages. fixes #2382 #2336 #2301
git-svn-id: http://svn.automattic.com/wordpress/trunk@3513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-11 09:56:02 +00:00 |
|
ryan
|
9f50b562b5
|
Pseudo-cron first cut. Props Owen. #2425
git-svn-id: http://svn.automattic.com/wordpress/trunk@3512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-11 02:24:47 +00:00 |
|