ryan
|
bcc6275b3a
|
Link show_option_all in wp_list_categories() to the posts page if one is set. Props solarissmoke. fixes #18610
git-svn-id: http://svn.automattic.com/wordpress/trunk@19273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-14 17:24:14 +00:00 |
|
ryan
|
0ec7ae44ca
|
Fix edit.php row action redirects when referrers are not sent. Return false from wp_get_referer() when no referrer found. Props mitchoyoshitaka. fixes #17628
git-svn-id: http://svn.automattic.com/wordpress/trunk@19272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-14 16:59:45 +00:00 |
|
koopersmith
|
6566ac849d
|
Add pointer images for [19269]. props georgestephanis, chexee. see #18693.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-14 11:07:34 +00:00 |
|
koopersmith
|
9057e02e72
|
More admin bar markup improvements. Make primary and secondary submenu groups siblings (and prevent ul nesting issues). see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-14 11:05:37 +00:00 |
|
koopersmith
|
8740d2c65d
|
New pointer styles. Arrows are currently optimized to point upward. props georgestephanis, chexee. see #18693.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-14 10:30:14 +00:00 |
|
azaozz
|
a491abfbb2
|
Media Lib: fix displaying file headers in IE7, delegate the Show/Hide JS, prevent displaying upload error for the same file twice, see #19228
git-svn-id: http://svn.automattic.com/wordpress/trunk@19268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-13 18:37:30 +00:00 |
|
azaozz
|
7123026a3b
|
Add error message when a big file fails to upload, expose the XHR request in plipload and abort() it, see #19228
git-svn-id: http://svn.automattic.com/wordpress/trunk@19266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-13 02:01:13 +00:00 |
|
duck_
|
06c5ce2278
|
Default arguments for is_user_member_of_blog() can now be used. See #19122, #19160.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-12 20:52:56 +00:00 |
|
azaozz
|
ac807f00fb
|
Thickbox: do .triggerHandler() instead of .trigger(), props duck_, fixes #19189
git-svn-id: http://svn.automattic.com/wordpress/trunk@19264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-12 06:48:04 +00:00 |
|
azaozz
|
cc2232068a
|
Standardize title strings for editor buttons, props pavelevap SergeyBiryukov, fixes #18125
git-svn-id: http://svn.automattic.com/wordpress/trunk@19263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-12 06:15:15 +00:00 |
|
azaozz
|
9961962861
|
Uploader: fix file-size-exceeded error handling, see #18206
git-svn-id: http://svn.automattic.com/wordpress/trunk@19262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-12 00:52:26 +00:00 |
|
koopersmith
|
f099d03f84
|
Improve admin bar markup. Un-nest top level secondary menu. Remove unnecessary span. see #18197.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-12 00:26:55 +00:00 |
|
azaozz
|
ca9e43f1c4
|
Send the 'wp-remove-post-lock' XHR only when the main window is unloaded (unloading the Thickbox iframe triggers it too), see #18515
git-svn-id: http://svn.automattic.com/wordpress/trunk@19258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 19:52:12 +00:00 |
|
azaozz
|
a37b440bac
|
Bring back the multi-file/html uploader switching, see #19228
git-svn-id: http://svn.automattic.com/wordpress/trunk@19257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 19:40:23 +00:00 |
|
nacin
|
366565f196
|
.pmuB
git-svn-id: http://svn.automattic.com/wordpress/trunk@19254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 17:06:31 +00:00 |
|
ryan
|
6bbc8d4ce4
|
Avoid notice when themes dir is empty or missing. Don't reset current theme in current_theme_info() if there are no themes. Show warning in Right Now if there are no themes. Props azaozz. fixes #19089
git-svn-id: http://svn.automattic.com/wordpress/trunk@19251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 14:10:54 +00:00 |
|
nacin
|
58cdff8ce9
|
Style updates to translators list on Credits page. see #18742.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 23:16:21 +00:00 |
|
koopersmith
|
5299994ce5
|
Add general top-level class to the secondary admin menu. Fixes hover styling and tabbing JS. fixes #19220.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 20:46:29 +00:00 |
|
azaozz
|
6074eda69d
|
Uploader: fix progress bar JS and update the style (light blue bars), see #18206
git-svn-id: http://svn.automattic.com/wordpress/trunk@19247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 20:33:26 +00:00 |
|
nacin
|
22cf9f0fe4
|
New WordPress badge for welcome panel and about screens. props chexee, ocean90. see #11651.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 19:05:01 +00:00 |
|
nacin
|
f88cdc0668
|
Pass remaining start_el() arguments to page_css_class. props TheDeadMedic, fixes #17727.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 18:35:25 +00:00 |
|
azaozz
|
5869b4d388
|
More phpdoc for wp_editor(), see #17144
git-svn-id: http://svn.automattic.com/wordpress/trunk@19239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 17:46:23 +00:00 |
|
nacin
|
c3fb2795b0
|
Promote secondary admin bar items to primary if there are no primary items at time of render. see #19136, #19221.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 00:42:39 +00:00 |
|
nacin
|
019fa9e1e7
|
Show sites in the 'My Sites' menu as secondary items only when the user is a super admin and therefore has a primary menu item (Network Admin). props wpmuguru, fixes #19221.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 00:41:45 +00:00 |
|
dd32
|
5a026c389b
|
Fix typo in [19231]. See #17579
git-svn-id: http://svn.automattic.com/wordpress/trunk@19234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 22:13:35 +00:00 |
|
nacin
|
04c38f3313
|
Check post type and bail earlier in wp_get_attachment_url(). props mitchoyoshitaka, fixes #17579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 19:20:33 +00:00 |
|
koopersmith
|
4de1815c67
|
Add secondary flag to admin bar. fixes #19136.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 19:12:48 +00:00 |
|
azaozz
|
afe9b90b3d
|
Fix styling in the MCE help popup, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@19227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 14:38:37 +00:00 |
|
azaozz
|
331b242bcd
|
Revert [19223] and only stop showing the checkbox, props nacin, see #19174
git-svn-id: http://svn.automattic.com/wordpress/trunk@19225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 22:34:09 +00:00 |
|
ryan
|
3bac0bba44
|
beta3 bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@19224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 22:26:49 +00:00 |
|
azaozz
|
623220187a
|
Remove the Resize files checkbox for now (revisit in 3.4), fixes #19174
git-svn-id: http://svn.automattic.com/wordpress/trunk@19223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 22:23:40 +00:00 |
|
koopersmith
|
b297f9061c
|
Make top level admin menu items show an arrow when selected. fixes #19209.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 21:32:03 +00:00 |
|
koopersmith
|
bd80a28a82
|
Remove Helvetica Neue from the admin bar font stack. see #19145.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 21:12:22 +00:00 |
|
azaozz
|
57340c009e
|
Fix admin bar background gradients, props ocean90, fixes #19163
git-svn-id: http://svn.automattic.com/wordpress/trunk@19220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 20:13:41 +00:00 |
|
azaozz
|
ee227a7e48
|
Fix inline/block switching for the Categories postbox tabs, props linuxologos, fixes #19129
git-svn-id: http://svn.automattic.com/wordpress/trunk@19219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 18:24:55 +00:00 |
|
azaozz
|
dc77e4c86a
|
Phpdoc fix for wp_add_script_before(), see #11520
git-svn-id: http://svn.automattic.com/wordpress/trunk@19218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 18:15:56 +00:00 |
|
azaozz
|
10859e2b8f
|
Ressurect WP_Scripts::localize() and fix public function names, fixes #11520
git-svn-id: http://svn.automattic.com/wordpress/trunk@19217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 18:05:59 +00:00 |
|
nacin
|
964b620f7b
|
Remove unused variable. props kawauso, see #18364.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 17:53:52 +00:00 |
|
azaozz
|
25f7c9a446
|
Bring back the Fullscreen button in Quicktags, fixes #19194
git-svn-id: http://svn.automattic.com/wordpress/trunk@19215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 16:53:31 +00:00 |
|
ryan
|
a893bf5cfc
|
Admin bar validation fix. Props usermrpapa. fixes #19180
git-svn-id: http://svn.automattic.com/wordpress/trunk@19214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 15:55:58 +00:00 |
|
nacin
|
eea7874845
|
Simplify logic in wp_get_attachment_link(). see #18491.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 14:22:42 +00:00 |
|
ryan
|
75e238360a
|
Avoid warning when non-existent ID pass to wp_get_attachment_link(). Tidy formatting of wp_get_attachment_link(). Props SergeyBiryukov, Jayjdk. fixes #18491
git-svn-id: http://svn.automattic.com/wordpress/trunk@19210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 14:08:25 +00:00 |
|
duck_
|
4cf30f3410
|
is_user_member_of_blog() [no args] should return true for logged in users on single site. $wpdb->blogid is 0, but the current blog ID isn't. Fixes #19160.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 23:07:07 +00:00 |
|
duck_
|
e0b10ef8a7
|
get_blogs_of_user() should return false for logged out and non-existent users on single site. See #19160.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 23:05:13 +00:00 |
|
azaozz
|
b8f091fcbc
|
Fix a:focus styling and backwards tabbing, add tabindex arg for <a>, see #19088
git-svn-id: http://svn.automattic.com/wordpress/trunk@19207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 20:38:38 +00:00 |
|
nacin
|
02f57cbf59
|
Merge and update variable declarations. fixes #19176.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 17:45:24 +00:00 |
|
nacin
|
3a3c7e2334
|
Remove old vendor prefixes. props andrewryno, ocean90, fixes #18700.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 17:32:24 +00:00 |
|
nacin
|
3526f8a7da
|
Context for 'All Links'. props SergeyBiryukov, pavelevap. fixes #18096.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 17:28:20 +00:00 |
|
nacin
|
815d4065be
|
Clean up wp_admin_bar_my_account_menu() a bit. see #19193.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 17:27:24 +00:00 |
|
nacin
|
7f9e07a136
|
Link the profile meta in 'My Account' to profile.php. props linuxologos, fixes #19193.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-07 17:25:13 +00:00 |
|