ryan
|
04ddd8cb06
|
Add clearing break. Props johnbillion. fixes #8677 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:42:21 +00:00 |
|
ryan
|
3bd0e07d30
|
Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:32:58 +00:00 |
|
ryan
|
171034ed24
|
Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior. Props filosofo. fixes #8614 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 22:30:54 +00:00 |
|
ryan
|
5a6b76973f
|
Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 20:10:15 +00:00 |
|
ryan
|
0c49ae8c6d
|
phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 19:48:17 +00:00 |
|
ryan
|
8696b890ff
|
Fix link_before and after args. Props ev3rywh3re. fixes #8715 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 19:42:07 +00:00 |
|
ryan
|
77ab18f590
|
Fix html doctype check. Props zekrap. fixes #8745 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 18:35:45 +00:00 |
|
ryan
|
f06e4fc681
|
Show 'Delete All Spam' only if can moderate_comments. Props mrmist. fixes #8684 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 18:31:14 +00:00 |
|
ryan
|
62d71ca11b
|
Check for is_wp_error() return
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 18:05:21 +00:00 |
|
ryan
|
e73bca6f7e
|
s/sumbit/submit/. Props Malaiac. fixes #8645 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-30 17:41:34 +00:00 |
|
azaozz
|
96df144c18
|
Fix debug notices for bulk edit, fixes #8707 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-26 22:36:48 +00:00 |
|
azaozz
|
293e84f6cd
|
Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-26 02:57:35 +00:00 |
|
azaozz
|
4d9850ced6
|
Fix disabling of submit buttons while auto-saving for pages, props emartin24, fixes #8710 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-24 02:12:17 +00:00 |
|
ryan
|
3c9e7dcabb
|
Allow overriding cat walker. Props AaronCampbell. fixes #8682 for 2.7.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-23 12:52:25 +00:00 |
|
ryan
|
36a76ba70a
|
Fix selected for none and all. Props filosofo. fixes #8700 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-23 12:51:25 +00:00 |
|
ryan
|
c6e8ef4885
|
Update secret-key url. Props sivel. fixes #8687 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-22 23:19:23 +00:00 |
|
ryan
|
cc67ec0499
|
get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-22 19:33:50 +00:00 |
|
ryan
|
412ae85b7b
|
cron phpdoc fixes. Props filosofo. fixes #8680 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-19 20:47:32 +00:00 |
|
azaozz
|
f7e96fad0a
|
Explicitly declare Javascript vars when created, props projct, fixes #8654, fixes #8655, fixes #8656, for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-19 20:30:37 +00:00 |
|
ryan
|
a419d43e8e
|
Press This CSS fixes. Props noel. fixes #8666 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-18 19:34:11 +00:00 |
|
ryan
|
a659936a4f
|
is_ssl() improvements. Props johnbillion. fixes #8641 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-17 17:58:31 +00:00 |
|
ryan
|
6d524de74d
|
Add thread xmlns. Props neoxx. fixes #8626 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-17 00:15:18 +00:00 |
|
ryan
|
8f434fb30d
|
Don't cache filtered post objects. Set filter when getting sample permalink. Props brianwhite. fixes #8526 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-16 23:51:38 +00:00 |
|
ryan
|
89c03b1658
|
Set Content-Length to 0 for null body requests. Props Jalada. see #8605 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-16 22:07:47 +00:00 |
|
ryan
|
36d87099f8
|
https for secret-key
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-16 08:33:05 +00:00 |
|
ryan
|
1a17437db9
|
Update _walk_bookmarks phpdoc. Props brh and sivel. fixes #8607 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-16 07:54:29 +00:00 |
|
ryan
|
84bba9d6ed
|
Return cat name and description. Props josephscott. fixes #8494 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-16 07:22:13 +00:00 |
|
azaozz
|
0f3c87bc78
|
Silence warnings when looking for translations for external plugins for TinyMCE, for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-14 01:12:58 +00:00 |
|
ryan
|
4f05c6ff22
|
Explicitly return ref for the sake of PHP4. Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-12 20:48:08 +00:00 |
|
ryan
|
ac9c3cfe37
|
Reset port when saving credntials. Props dwenaus and DD32. fixes #8580 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-12 20:12:35 +00:00 |
|
ryan
|
660cd88cf2
|
Fix comment links when displaying first page of comments. Props johnconners. fixes #8583 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-12 20:09:29 +00:00 |
|
ryan
|
2b36cbc0d8
|
Fix missing closing tag in theme-editor.php, props roganty, fixes #8581 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-12 17:59:32 +00:00 |
|
ryan
|
c8073c5ab5
|
Remove lines that are choking phpdoc
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-11 22:22:00 +00:00 |
|
westi
|
ccdfa822c3
|
Test for curl_exec as well to catch hosts that disable it but not curl_init. Fixes #8577 for 2.7 branch props sivel.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-11 18:10:30 +00:00 |
|
westi
|
fb5b146060
|
Prepare the branch for the inevitable.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-11 18:02:53 +00:00 |
|
ryan
|
c8a2dea9e5
|
2.7
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 22:49:21 +00:00 |
|
ryan
|
ff4d5fd518
|
2.7 branch
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 22:42:57 +00:00 |
|
ryan
|
c08f309815
|
Sort by 'menu_order, post_title'. see #8549
git-svn-id: http://svn.automattic.com/wordpress/trunk@10182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 22:22:30 +00:00 |
|
westi
|
129d2296d1
|
Sort page_parent dropdown by menu_order. Fixes #8549.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 21:48:41 +00:00 |
|
ryan
|
8c1c46d5f0
|
Update func name. see #8550
git-svn-id: http://svn.automattic.com/wordpress/trunk@10180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 21:13:32 +00:00 |
|
ryan
|
e372e7f39a
|
Change default add_below. see #8550
git-svn-id: http://svn.automattic.com/wordpress/trunk@10179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 21:08:20 +00:00 |
|
ryan
|
7105e62a48
|
Post reply API updates. see #8550
git-svn-id: http://svn.automattic.com/wordpress/trunk@10178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 21:06:13 +00:00 |
|
azaozz
|
637d90aa96
|
Fix HTML issue with the single page comment form in the default theme, props vladimir_kolesnikov, fixes #8560
git-svn-id: http://svn.automattic.com/wordpress/trunk@10177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 19:45:44 +00:00 |
|
ryan
|
046c47f1b0
|
Remove unneeded lines. Props matthewh84. fixes #8563
git-svn-id: http://svn.automattic.com/wordpress/trunk@10176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 19:43:24 +00:00 |
|
ryan
|
0eede66e7f
|
OPML import fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@10175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 18:43:43 +00:00 |
|
ryan
|
47b68e1400
|
Update form action
git-svn-id: http://svn.automattic.com/wordpress/trunk@10174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 18:22:56 +00:00 |
|
ryan
|
c1692f42a7
|
Remove blank line. fixes #8562
git-svn-id: http://svn.automattic.com/wordpress/trunk@10173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 18:08:34 +00:00 |
|
ryan
|
4df81bd7fe
|
Shorten to 40
git-svn-id: http://svn.automattic.com/wordpress/trunk@10172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 18:05:12 +00:00 |
|
ryan
|
e97297b217
|
Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 17:43:43 +00:00 |
|
ryan
|
7b81f9f354
|
JS and CSS bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@10170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 17:42:26 +00:00 |
|