Commit Graph

16496 Commits

Author SHA1 Message Date
westi
4360343656 Only show Comments are Closed when they are supported.
Tidy up the logic to be clearer.
Mark attachements as supporting comments.
Fixes #17568 props duck_

git-svn-id: http://svn.automattic.com/wordpress/trunk@18211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 11:12:39 +00:00
potbot
b385498c11 POT, generated from r18209
git-svn-id: http://svn.automattic.com/wordpress/trunk@18210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 10:47:45 +00:00
westi
a81609ddb5 Bumpity Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@18209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 10:43:37 +00:00
nacin
70ba819afd i before e except after c. props trepmal, fixes #17730.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 09:13:00 +00:00
azaozz
c0cec1175e Enable autocomplete on the href and title fields in the link popup, props nacin, fixes #17101
Remove unneeded for=".." attributes from the <label> tags there.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 22:39:08 +00:00
nacin
e7739ff5f6 Move charset declaration to just inside <head>. props niallkennedy, fixes #17148.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 22:22:07 +00:00
koopersmith
e1b8dfc8fa Prevent items from overflowing from the 'howdy' menu. Props Otto42. fixes #17148.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 22:18:52 +00:00
iandstewart
5cedbc4075 Twenty Eleven: updated featured slider border color for the dark color scheme
git-svn-id: http://svn.automattic.com/wordpress/trunk@18204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 21:35:57 +00:00
koopersmith
a0485323c9 DFW: When hiding DFW, switch to correct main editors before saving content. Otherwise, some content will be lost. fixes #17729.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 20:55:33 +00:00
azaozz
07356cc1a7 Fix borders at the bottom of tabs in postboxes, props dcowgill, fixes #17699
Fix color of active tab in Categories postbox.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 18:23:49 +00:00
markjaquith
8cbd92f9f8 Move copyright notices to license.txt. props hakre. props aaroncampbell. fixes #16269
git-svn-id: http://svn.automattic.com/wordpress/trunk@18201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 18:18:21 +00:00
markjaquith
cfcde41182 Check parent caps for revisions. props aaroncampbell. fixes #17668
git-svn-id: http://svn.automattic.com/wordpress/trunk@18200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 18:06:43 +00:00
ryan
152af39f98 Add padding to search subtitle. Props kawauso. fixes #17634
git-svn-id: http://svn.automattic.com/wordpress/trunk@18199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 17:52:18 +00:00
nacin
e68bd9e42e Twenty Eleven: Properly handle the default link color for the dark theme. props dcowgill for the patch refresh. fixes #17351.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 17:39:12 +00:00
azaozz
296fdb256e background-color = transparent, fixes #17726
git-svn-id: http://svn.automattic.com/wordpress/trunk@18197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 17:35:48 +00:00
azaozz
57b1e29c10 Fix style of the <!--more--> tag replacement image in TinyMCE so it doesn't show horizontal scrollbar in FF and IE.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 17:16:22 +00:00
markjaquith
f030e87cdc Throw _doing_it_wrong() when nonce action not passed to check_admin_referer(). props duck_. see #16449
git-svn-id: http://svn.automattic.com/wordpress/trunk@18195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 16:56:26 +00:00
nacin
71c2782b1c Admin Bar: Add View Site/Dashboard links, 'View X' links in the admin, 'View' action link for terms. New custom taxonomy string: view_item, defaulting to 'View Tag' and View Category'. fixes #17705.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 16:49:27 +00:00
markjaquith
029a8d1bef Remove code formatting from uploaded file size error messages, for now. props JohnONolan. fixes #17674
git-svn-id: http://svn.automattic.com/wordpress/trunk@18193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 16:27:57 +00:00
nacin
5cc93d8dc4 Don't 404 for empty post type archives. props markmcwilliams, jfarthing84, fixes #17316.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 16:07:38 +00:00
potbot
3733f6a835 POT, generated from r18190
git-svn-id: http://svn.automattic.com/wordpress/trunk@18191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 14:29:39 +00:00
iandstewart
c022908e92 Twenty Eleven: reset content margins for 404
git-svn-id: http://svn.automattic.com/wordpress/trunk@18190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 02:15:56 +00:00
azaozz
853d1ab1a2 Implement rel="author" in Twenty Eleven and Twenty Ten, props joostdevalk, fixes #17722
git-svn-id: http://svn.automattic.com/wordpress/trunk@18189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 02:02:09 +00:00
iandstewart
38b273b9b6 Twenty Eleven: submenu line-height was too cramped; Props mitchoyoshitaka; Fixes #17695
git-svn-id: http://svn.automattic.com/wordpress/trunk@18188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 01:55:48 +00:00
azaozz
d697ce638b Make copying the PressThis bookmarklet code easier in WebKit browsers, fixes #17184
git-svn-id: http://svn.automattic.com/wordpress/trunk@18187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 01:33:07 +00:00
iandstewart
b8ef6fbbdf Twenty Eleven: prevent notices in taxonomy archives using custom post types; Props mfields; Fixes #17566
git-svn-id: http://svn.automattic.com/wordpress/trunk@18186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 01:30:18 +00:00
ryan
a98d5a605c HTTP API PHP Doc Updates. Props sivel. fixes #17724
git-svn-id: http://svn.automattic.com/wordpress/trunk@18185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-08 00:51:31 +00:00
iandstewart
c8f194a504 Twenty Eleven: make sure all user-added images are fluid with auto height correction only on images that WordPress adds attributes to
git-svn-id: http://svn.automattic.com/wordpress/trunk@18184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 23:29:06 +00:00
iandstewart
8027076b0e Twenty Eleven: restore max-width for full-size images
git-svn-id: http://svn.automattic.com/wordpress/trunk@18183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 22:36:16 +00:00
iandstewart
8c1ace0e1f Twenty Eleven: updating editor styles to match main stylesheet
git-svn-id: http://svn.automattic.com/wordpress/trunk@18182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 21:45:34 +00:00
iandstewart
af7b7c70ab Twenty Eleven: miscellaneous bug fixes and improvements
* Only style images uploaded to the WordPress media library with border styles (and not placeholder images for content added by plugins)
* Prevent content added by plugins and long custom excerpts from overflowing the featured post slider
* Make sure small thumbnails will never appear in the Custom Header area
* Better indicate the current featured post with custom link color and cursor
* Add a class for text-only featured posts
* Style improvements for small screens


git-svn-id: http://svn.automattic.com/wordpress/trunk@18181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 21:28:56 +00:00
koopersmith
beb5da730c Show post editor inset shadow in visual mode.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 20:29:54 +00:00
ryan
6c6db6a54e Don't add search wildcards to an empty string. fixes #17719
git-svn-id: http://svn.automattic.com/wordpress/trunk@18179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 16:05:04 +00:00
ryan
1b8b61d1ae Use DISTINCT to eliminate duplicates when using an OR meta query relation. Props scribu, greuben. fixes #17582
git-svn-id: http://svn.automattic.com/wordpress/trunk@18178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 15:55:05 +00:00
potbot
991dedba6b POT, generated from r18176
git-svn-id: http://svn.automattic.com/wordpress/trunk@18177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 10:46:31 +00:00
westi
bb74249c0d Ensure that we always coerce the class list passed to get_body_class to an array even when it is empty. Fixes #17717
git-svn-id: http://svn.automattic.com/wordpress/trunk@18176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 08:55:25 +00:00
iandstewart
927a1b04dc Twenty Eleven: we need to be really specific about resetting the layout for smaller screen sizes
git-svn-id: http://svn.automattic.com/wordpress/trunk@18175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 00:40:33 +00:00
nacin
667fe521ec Use correct textdomain. props knutsp, fixes #17712.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-07 00:08:01 +00:00
azaozz
9855641210 Some CSS cleanup and tuning, see #17324
git-svn-id: http://svn.automattic.com/wordpress/trunk@18173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 22:27:03 +00:00
iandstewart
55073fd174 Twenty Eleven: make sure the featured post title link is visible in the dark color scheme
git-svn-id: http://svn.automattic.com/wordpress/trunk@18172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 21:33:12 +00:00
iandstewart
86f8cda557 Twenty Eleven: visual fixes
* Prevent the sidebar-content layout from breaking singular post and page views
* Prevent smileys from inheriting borders and padding


git-svn-id: http://svn.automattic.com/wordpress/trunk@18171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 19:41:25 +00:00
azaozz
245d007ab2 Workaround for removeAttr('style') in Chromium, props duck_, fixes #17706
git-svn-id: http://svn.automattic.com/wordpress/trunk@18170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 18:59:10 +00:00
ryan
ebdc0d02b6 Fix warnings in menu.php when plugins.php is enabled for non-supes. Props PeteMall. fixes #17702
git-svn-id: http://svn.automattic.com/wordpress/trunk@18169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 16:59:24 +00:00
iandstewart
2de8d4818d Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415
git-svn-id: http://svn.automattic.com/wordpress/trunk@18168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 14:58:16 +00:00
iandstewart
33c3f9e3f8 Twenty Eleven: focus styles for sidebar links; Fixes #17410
git-svn-id: http://svn.automattic.com/wordpress/trunk@18167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 14:46:40 +00:00
iandstewart
0a85e3f74f Twenty Eleven: Add a hidden label for search forms; See #17524
git-svn-id: http://svn.automattic.com/wordpress/trunk@18166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 14:35:30 +00:00
iandstewart
c97af65e26 Twenty Eleven: prevent stretching of full-size images reduced in size with CSS in IE8; Props rosshanney and nickbohle; Fixes #17650
git-svn-id: http://svn.automattic.com/wordpress/trunk@18165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 14:26:12 +00:00
westi
e84e708e8d Link the Media item in the Add New menu to the Upload New Media form correctly. Props hew.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 12:40:00 +00:00
nacin
21abd80ac5 Oops. Credits API version remain unchanged. see #17518.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 06:46:11 +00:00
nacin
cef8b6662f Credits screen redux. Add external libraries, gravatars for language validators. Backed by a new API. fixes #17518, fixes #17532.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-06 06:38:29 +00:00