Commit Graph

16505 Commits

Author SHA1 Message Date
nacin
b75066943f PHPdoc fixes. props trepmal. fixes #17734.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 21:47:28 +00:00
potbot
dfc1898cbc POT, generated from r18218
git-svn-id: http://svn.automattic.com/wordpress/trunk@18219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 17:47:32 +00:00
iandstewart
6d99619150 Twenty Eleven: check for published posts on the showcase page to prevent trashed sticky posts from appearing in the featured post loop; Props kawauso
git-svn-id: http://svn.automattic.com/wordpress/trunk@18218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 16:53:01 +00:00
potbot
8fb8077944 POT, generated from r18216
git-svn-id: http://svn.automattic.com/wordpress/trunk@18217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 16:47:40 +00:00
iandstewart
ff1a97a7fc Twenty Eleven: make sure we're checking for sticky posts at the correct time in showcase.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@18216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 16:39:40 +00:00
iandstewart
64502ddea5 Twenty Eleven: reduce image sizes; Props demetris; Fixes #17641
git-svn-id: http://svn.automattic.com/wordpress/trunk@18215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 14:30:57 +00:00
potbot
53e5aa9868 POT, generated from r18213
git-svn-id: http://svn.automattic.com/wordpress/trunk@18214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 11:47:38 +00:00
westi
93118d34cf Only show the Dashboard link if you are logged in. See #17705.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 11:16:07 +00:00
dd32
5fae95984b Remove the psd's from Twenty Eleven. See #17641
git-svn-id: http://svn.automattic.com/wordpress/trunk@18212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-06-09 11:14:06 +00:00
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