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 |
ryan
|
23d963c967
|
Use correct var. Props ocean90. fixes #18176
git-svn-id: http://svn.automattic.com/wordpress/trunk@19267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-13 15:20:25 +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 |
nacin
|
64ab05ab09
|
Normal sentence case. see #19228.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 20:32:20 +00:00 |
ryan
|
c4d9f38dce
|
Fix message concatentation. Remove no longer used 'posted' message. fixes #16380
git-svn-id: http://svn.automattic.com/wordpress/trunk@19259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 20:01:56 +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 |
ryan
|
61fca35691
|
Don't show 'Use as featured image' in the image insert dialog if the post type does not support thumbnails. Props SergeyBiryukov. fixes #18669
git-svn-id: http://svn.automattic.com/wordpress/trunk@19256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 19:38:34 +00:00 |
ryan
|
04831b81ec
|
Used numbered format specifiers. Add translator note. Props SergeyBiryukov. fixes #19090
git-svn-id: http://svn.automattic.com/wordpress/trunk@19255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 18:37:04 +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
|
73432f9c5a
|
Use taxnow to determine the taxonomy for GET and POST requests in edit-tags.php. Props nacin. fixes #19131
git-svn-id: http://svn.automattic.com/wordpress/trunk@19253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 15:44:16 +00:00 |
ryan
|
4c837e9522
|
Check caps when showing media edit and attach links. Clean up formatting. Props kurtpayne, DH-Shredder, solarissmoke. fixes #17419
git-svn-id: http://svn.automattic.com/wordpress/trunk@19252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-11 15:04:54 +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 |
ryan
|
ba9bd2e208
|
Properly handle child themes for WP_DEFAULT_THEME. Props SergeyBiryukov. fixes #18591
git-svn-id: http://svn.automattic.com/wordpress/trunk@19249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 21:06:57 +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 |
ryan
|
872428d60d
|
More specific error strings for failed theme and plugin package uploads. Props dd32. fixes #14999
git-svn-id: http://svn.automattic.com/wordpress/trunk@19246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 19:41:44 +00:00 |
potbot
|
72b02a429c
|
POT, generated from r19244
git-svn-id: http://svn.automattic.com/wordpress/trunk@19245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 19:29:33 +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 |
potbot
|
3c0ea09535
|
POT, generated from r19242
git-svn-id: http://svn.automattic.com/wordpress/trunk@19243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 18:47:54 +00:00 |
nacin
|
a285efe6e3
|
Make twentyeleven_content_nav() pluggable. props adeptris, SergeyBiryukov. fixes #18585.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 18:41:05 +00:00 |
ryan
|
132097032e
|
Make date formats for transation. Props SergeyBiryukov, settle. fixes #16441
git-svn-id: http://svn.automattic.com/wordpress/trunk@19241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 18:37:20 +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 |
potbot
|
6e62008a14
|
POT, generated from r19237
git-svn-id: http://svn.automattic.com/wordpress/trunk@19238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 14:47:40 +00:00 |
ryan
|
af1982e70a
|
Contextual help for Twenty Eleven theme options page. see #19020
git-svn-id: http://svn.automattic.com/wordpress/trunk@19237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-10 14:01:46 +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
|
89c5a967d6
|
Add wxr_export_skip_postmeta filter for skipping postmeta in exports. props westi, fixes #18280.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 19:32:44 +00:00 |
nacin
|
087eb4e30a
|
Rename attachment link button from 'Post URL' to 'Attachment Post URL.' props jeremyclarke, fixes #13544.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 19:23:31 +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 |
duck_
|
a57f6b0271
|
Stop multiple loading spinners showing when repeatedly accessing Press This Add Photos box. Fixes #18992.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 16:46:05 +00:00 |
nacin
|
4fa61390ef
|
Fix link in welcome panel. see #19217, props cebradesign, SergeyBiryukov.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-09 15:21:26 +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
|
eca4184725
|
Revert media.php too, see #19174
git-svn-id: http://svn.automattic.com/wordpress/trunk@19226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-11-08 22:42:20 +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 |