azaozz
|
a4d9998ce0
|
Fix URL in wp-link when editing, props SergeyBiryukov, fixes #18149
git-svn-id: http://svn.automattic.com/wordpress/trunk@18474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-27 23:02:54 +00:00 |
|
ryan
|
e3418e214e
|
Allow creating sites with IDN domains. Props SergeyBiryukov, wpmuguru. fixes #15554
git-svn-id: http://svn.automattic.com/wordpress/trunk@18473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-26 21:35:39 +00:00 |
|
ryan
|
496081f898
|
phpdoc for all_items and menu_name. Props ocean90. fixes #18036
git-svn-id: http://svn.automattic.com/wordpress/trunk@18472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-26 21:31:36 +00:00 |
|
ryan
|
05b3172a32
|
Allow sorting by id in get_bookmarks(). Props SergeyBiryukov. see #18234 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@18470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-26 21:22:13 +00:00 |
|
ryan
|
55d7366c42
|
Recognize urls that start with a question mark as relative urls that do not require a scheme to be prepended. fixes #18260
git-svn-id: http://svn.automattic.com/wordpress/trunk@18469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-26 19:44:18 +00:00 |
|
ryan
|
c2d37a3d65
|
Consolidate update count code into wp_get_update_data(). Props mitchoyoshitaka. fixes #17694
git-svn-id: http://svn.automattic.com/wordpress/trunk@18468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-26 18:39:57 +00:00 |
|
ryan
|
3000ee7664
|
Explain the empty req_uri branch. Props duck_. fixes #17177
git-svn-id: http://svn.automattic.com/wordpress/trunk@18467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-25 20:20:07 +00:00 |
|
ryan
|
b1842a700c
|
Optimize parse_request for the home page. Props duck_. see #17177
git-svn-id: http://svn.automattic.com/wordpress/trunk@18466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-25 20:18:07 +00:00 |
|
westi
|
009b264271
|
Make [18456] more obvious. Fixes #16432.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-25 13:20:07 +00:00 |
|
azaozz
|
21058cf460
|
Use json_encode() for adding script data (formerly l10n). Add the same functionality to WP_Styles for adding inline css after a stylesheet has been outputted. See #11520
git-svn-id: http://svn.automattic.com/wordpress/trunk@18464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-25 00:36:06 +00:00 |
|
dd32
|
adbcddd6eb
|
Cast $themes to an array to avoid a PHP Warning when there are no themes currently installed. Fixes #18213
git-svn-id: http://svn.automattic.com/wordpress/trunk@18462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-22 10:57:34 +00:00 |
|
nacin
|
754bebe419
|
Context for the color scheme strings. props SergeyBiryukov, fixes #18208.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-22 06:29:14 +00:00 |
|
azaozz
|
5256d7951f
|
<!DOCTYPE html> for all, fixes #18202
git-svn-id: http://svn.automattic.com/wordpress/trunk@18460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-22 00:25:41 +00:00 |
|
potbot
|
6c6ef73c1e
|
POT, generated from r18458
git-svn-id: http://svn.automattic.com/wordpress/trunk@18459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:48:02 +00:00 |
|
nacin
|
50dd290502
|
Fix @sinces in Twenty Eleven. see #18045.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:44:47 +00:00 |
|
ryan
|
28b241df2b
|
Empty headers instance var instead of unsetting to avoid warning. Props chrisbliss18. fixes #18157
git-svn-id: http://svn.automattic.com/wordpress/trunk@18457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:44:35 +00:00 |
|
nacin
|
6185986c0e
|
Add pre_ent2ncr filter. props GaryJ, fixes #16432.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:41:21 +00:00 |
|
nacin
|
93560c8612
|
Use the Settings fields/sections API in Twenty Eleven. props chipbennett for initial patch. see #18045. for 3.3.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:37:31 +00:00 |
|
ryan
|
f0fc1f3e48
|
Strip trailing slashes form WP_HOME and WP_SITEURL. Props xknown. fixes #17898
git-svn-id: http://svn.automattic.com/wordpress/trunk@18454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:35:23 +00:00 |
|
azaozz
|
49c71bc6db
|
UI fix for select form elements, props ptahdunbar, fixes #17043
git-svn-id: http://svn.automattic.com/wordpress/trunk@18453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:15:27 +00:00 |
|
ryan
|
3c930bc018
|
Fix redirects for plugin searches containing spaces in the search string. Props SergeyBiryukov. fixes #16548
git-svn-id: http://svn.automattic.com/wordpress/trunk@18452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 21:04:12 +00:00 |
|
ryan
|
2564e26011
|
Show admin bar in single site backend by default. Props dimadin. fixes #17899
git-svn-id: http://svn.automattic.com/wordpress/trunk@18451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 19:41:18 +00:00 |
|
ryan
|
db8c49d886
|
Call register_shutdown_function() for SHORTINIT. Props jtclarke. fixes #16389
git-svn-id: http://svn.automattic.com/wordpress/trunk@18450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 19:37:47 +00:00 |
|
ryan
|
4e538ea9c8
|
Check caps for both old and new meta keys when changing the key for a mid. Properly handle slashes when checking meta caps. Props xknown. see #17850
git-svn-id: http://svn.automattic.com/wordpress/trunk@18449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 19:32:12 +00:00 |
|
ryan
|
62f427a096
|
phpdoc typo fixes for functions.php. Props coffee2code. fixes #17752
git-svn-id: http://svn.automattic.com/wordpress/trunk@18448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 17:48:25 +00:00 |
|
ryan
|
a117773fc8
|
Typo fix. Props kawauso. fixes #18177
git-svn-id: http://svn.automattic.com/wordpress/trunk@18447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 17:46:01 +00:00 |
|
azaozz
|
23f490bb02
|
Support for using wp_enqueue_script() and wp_enqueue_style() in the HTML body. All scripts and styles are added in the footer, fixes #9346
git-svn-id: http://svn.automattic.com/wordpress/trunk@18446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-21 16:32:01 +00:00 |
|
ryan
|
4ad0954961
|
Introduce register_meta(), get_metadata_by_mid(), and *_post_meta capabilities. fixes #17850
git-svn-id: http://svn.automattic.com/wordpress/trunk@18445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-20 22:04:35 +00:00 |
|
nacin
|
8d7a97abf9
|
Use login_post context for wp_login_form action. props mdawaffe, see #18137 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-15 23:11:36 +00:00 |
|
ryan
|
2d148f51de
|
Fix CPT rewrite generation when turning on permalinks. Props andy. see #18040 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@18443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-15 15:49:42 +00:00 |
|
ryan
|
7f88e6ee2f
|
Sites search improvements. fixes #18013
git-svn-id: http://svn.automattic.com/wordpress/trunk@18442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-15 15:42:26 +00:00 |
|
potbot
|
1e2e87100d
|
POT, generated from r18439
git-svn-id: http://svn.automattic.com/wordpress/trunk@18440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-13 11:47:58 +00:00 |
|
ryan
|
79870c1ad5
|
1.2
git-svn-id: http://svn.automattic.com/wordpress/trunk@18438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-12 18:30:26 +00:00 |
|
azaozz
|
b87d9d50d6
|
Fix resetting of page number when entering it manually, fixes #18002 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@18436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 21:53:29 +00:00 |
|
nacin
|
6fba9adeaf
|
Use edit_comment rather than edit_post in admin-ajax. props ejdanderson, see #17909. for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 21:48:43 +00:00 |
|
nacin
|
cc5f9863f1
|
Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 20:32:24 +00:00 |
|
nacin
|
916a1c943c
|
Don't echo empty <h3>s if we don't pass a section title to add_settings_section(). see #18045.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 20:22:24 +00:00 |
|
nacin
|
01060c0689
|
Twenty Eleven: Prefix theme_options_render_page(). props chipbennett, see #18045. for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 20:15:37 +00:00 |
|
azaozz
|
fcc103f0b2
|
Fix expanding the admin menu in RTL mode when no JS and collapsing it when JS, fixes #18029 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@18428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 19:16:09 +00:00 |
|
nacin
|
61afb5def3
|
Check for WP_Error return values when using get_term_field() to set up nav menu items. fixes #17958 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 19:03:04 +00:00 |
|
nacin
|
8ead4891b9
|
A few more pixels of padding for the admin content area. props iammattthomas, fixes #18046 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 18:55:39 +00:00 |
|
nacin
|
0d9f4a7495
|
Twenty Eleven: Don't call comments_popup_link() if post_password_required(). That'll result in double password messages. props helenyhou, fixes #17962 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 17:58:43 +00:00 |
|
nacin
|
bac625849e
|
Fix RTL admin menu collapsing margin. props rosshanney, see #18029 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:50:34 +00:00 |
|
nacin
|
31a48be307
|
Twenty Eleven: Update screenshot, use png. props iandstewart, fixes #18054 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:41:19 +00:00 |
|
nacin
|
0904773260
|
Browse Happy dashboard box title should be white. props AndrewFrazier, fixes #17987 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:36:47 +00:00 |
|
nacin
|
6590faa5ba
|
Shears.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:34:15 +00:00 |
|
nacin
|
6a073f6d47
|
Restore page-template-default body class. props peterwilsoncc, fixes #18018 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:31:57 +00:00 |
|
nacin
|
08c6f34a11
|
Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:29:14 +00:00 |
|
nacin
|
ddd86fcfba
|
Twenty Eleven: Fix search form width in IE7. props iandstewart, fixes #18004 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 05:27:53 +00:00 |
|
ryan
|
7697960abe
|
Use browser default sans-serif instead of Arial or Helvetica. Props iammattthomas. fixes #18020 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@18406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-07 18:03:30 +00:00 |
|