Commit Graph

403 Commits

Author SHA1 Message Date
Sergey Biryukov
49007e52bc Build/Test Tools: Add banner to RTL CSS and minified JS files.
Patches occasionally come in on generated files. We should be kind to new contributors and give them a hint that these files are auto-generated.

This is a follow-up to [41271], which added the banner to minified CSS files.

Fixes #48424. See #30666.
Built from https://develop.svn.wordpress.org/trunk@46589


git-svn-id: http://core.svn.wordpress.org/trunk@46386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-10-26 00:17:07 +00:00
Gary Pendergast
0a9d61ab63 Admin: Introduce the Site Health screens.
The Site Health tool serves two purposes:
- Provide site owners with information to improve the performance, reliability, and security of their site.
- Collect comprehensive debug information about the site.

By encouraging site owners to maintain their site and adhere to modern best practices, we ultimately improve the software hygeine of both the WordPress ecosystem, and the open internet as a whole.

Props Clorith, hedgefield, melchoyce, xkon, karmatosed, jordesign, earnjam, ianbelanger, wpscholar, desrosj, pedromendonca, peterbooker, jcastaneda, garyj, soean, pento, timothyblynjacobs, zodiac1978, dgroddick, garrett-eclipse, netweb, tobifjellner, pixolin, afercia, joedolson, birgire.
See #46573.

Built from https://develop.svn.wordpress.org/trunk@44986


git-svn-id: http://core.svn.wordpress.org/trunk@44817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-23 03:55:53 +00:00
Konstantin Obenland
c56a8ae0f7 Introducing Site Icon, favicon management for WordPress.
This v1 marries Jetpack's Site Icon module with the Media Modal, reusing code
from the Custom Header admin. For now, the core-provided icons will be limited
to a favicon, an iOS app icon, and a Windows tile icon, leaving `.ico` support
and additional icons to plugins to add.

Props obenland, tyxla, flixos90, jancbeck, markjaquith, scruffian.
See #16434.


Built from https://develop.svn.wordpress.org/trunk@32994


git-svn-id: http://core.svn.wordpress.org/trunk@32965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-06-29 12:58:25 +00:00
Andrew Ozz
1857055bb8 PressThis v2, first run. Props michael-arestad, stephdau, marcelomazza, DrewAPicture, iseulde, afercia, kraftbj, rachelbaker, AramZS, dd32. See #31373.
Built from https://develop.svn.wordpress.org/trunk@31534


git-svn-id: http://core.svn.wordpress.org/trunk@31515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-25 01:50:26 +00:00
Helen Hou-Sandí
060cc19157 Make login styles standalone. see #12506.
Built from https://develop.svn.wordpress.org/trunk@27199


git-svn-id: http://core.svn.wordpress.org/trunk@27056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-20 03:24:14 +00:00
Helen Hou-Sandí
ab31bf8683 Once upon a time not long ago,
The admin CSS was merged in #18314.
After a couple years as it stood,
The mess it had become just was no good.
One day we realized Grunt is pretty cool,
And said "we should use this as our build tool!"
Now we can maintain separate files with ease,
Using @import and cssmin meets all our needs.
Welcome to the future of the WordPress stylesheets,
And thanks to Slick Rick for the beats.

props jorbin for the initial patch.
fixes #26669.

Built from https://develop.svn.wordpress.org/trunk@27195


git-svn-id: http://core.svn.wordpress.org/trunk@27054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-19 21:43:14 +00:00
Andrew Nacin
11c3695c77 Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes.
We'll be using it for two distinct tasks:
 * Core CSS files will keep prefixes. `grunt autoprefixer:core` will update files directly in src/ as a pre-commit step, rather than doing it on build.
 * Color CSS files will receive prefixes when they are built.

This commit:
 * Adds prefixes we were missing to core CSS.
 * Removes prefixes that we no longer need from core CSS.
 * Removes all prefixes from colors CSS.

props ocean90.
fixes #27078.

Built from https://develop.svn.wordpress.org/trunk@27174


git-svn-id: http://core.svn.wordpress.org/trunk@27038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-13 08:30:17 +00:00
Helen Hou-Sandí
b2e6ad7c32 Fix some hover/focus styling and specificity issues. see #18380.
Built from https://develop.svn.wordpress.org/trunk@27109


git-svn-id: http://core.svn.wordpress.org/trunk@26976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-06 17:57:13 +00:00
Helen Hou-Sandí
9419dc2fe0 Some tweaks to [27106]:
* Add more @todo markings and remove one that's been resolved.
* Restore a missing comma in a `.wp-badge` background rule, and add a comment reminding us why it's there.

see #18380.

Built from https://develop.svn.wordpress.org/trunk@27107


git-svn-id: http://core.svn.wordpress.org/trunk@26974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-06 07:08:13 +00:00
Helen Hou-Sandí
0100dd772a Merge colors.css into wp-admin.css. Non-default color schemes became overloads rather than swaps in the 3.8 redesign. Benefits include:
* No more border-width, border-style, border-color insanity.
* Point releases are much less likely to require extra finagling to avoid rebuilding the color schemes.
* Yours truly has a better overall vision of ~14,000 lines of admin CSS and where we go from here.

1,065 net lines of red, y'all.
props helen, jorbin. fixes #18380.

Built from https://develop.svn.wordpress.org/trunk@27106


git-svn-id: http://core.svn.wordpress.org/trunk@26973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-06 06:25:18 +00:00
Andrew Ozz
398ae265bc DFW: remove unused #wp-fullscreen-title-prompt-text selectors. See #24067.
Built from https://develop.svn.wordpress.org/trunk@27039


git-svn-id: http://core.svn.wordpress.org/trunk@26915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-27 00:39:12 +00:00
Andrew Ozz
87589dd445 Remove table cellspacing attribute from the admin, part-props MattyRob, fixes #22086.
Built from https://develop.svn.wordpress.org/trunk@27036


git-svn-id: http://core.svn.wordpress.org/trunk@26912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-26 20:28:12 +00:00
Sergey Biryukov
d136519061 Fix typo in CSS. props ciantic, MikeHansenMe. fixes #26898.
Built from https://develop.svn.wordpress.org/trunk@27020


git-svn-id: http://core.svn.wordpress.org/trunk@26896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-23 12:22:11 +00:00
Andrew Ozz
33c41db77a Improve keyboard accessibility for the admin menu when in responsive mode, props SergeyBiryukov, fixes #26639 for trunk.
Built from https://develop.svn.wordpress.org/trunk@27011


git-svn-id: http://core.svn.wordpress.org/trunk@26888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-22 20:08:11 +00:00
Andrew Nacin
c64266f38f Themes screen: Various IE8 adjustments and fixes.
props morganestes, matveb.
fixes #26541.

Built from https://develop.svn.wordpress.org/trunk@27007


git-svn-id: http://core.svn.wordpress.org/trunk@26884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-22 18:54:11 +00:00
Andrew Nacin
06efe8130d Dashboard widgets: Don't link to Pages or Posts for Authors or Contributors respectively.
props mattheu.
see #26574 for trunk.

Built from https://develop.svn.wordpress.org/trunk@26999


git-svn-id: http://core.svn.wordpress.org/trunk@26876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-22 16:52:11 +00:00
Andrew Ozz
443e88b1c2 Widgets: fix scaling of extra-wide widgets on 480px and 320px devices, fixes #26701 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26963


git-svn-id: http://core.svn.wordpress.org/trunk@26842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-16 21:56:11 +00:00
Matt Thomas
5b327853e4 The comment screen hides the author column at narrow screen sizes; this adds back the author info above the comment content. Fixes #26618, props SergeyBiryukov, nacin.
Built from https://develop.svn.wordpress.org/trunk@26961


git-svn-id: http://core.svn.wordpress.org/trunk@26840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-16 20:34:10 +00:00
Andrew Nacin
0cf6bbc60a RTL: Flip half-star star ratings.
props SergeyBiryukov.
fixes #26814.

Built from https://develop.svn.wordpress.org/trunk@26952


git-svn-id: http://core.svn.wordpress.org/trunk@26831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-15 08:19:12 +00:00
Andrew Nacin
f49bd78ae4 Fix alignment and borders of plugin/theme updates on the Updates screen.
props morganestes, ocean90.
see #26699, for trunk.

Built from https://develop.svn.wordpress.org/trunk@26935


git-svn-id: http://core.svn.wordpress.org/trunk@26816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-13 16:00:11 +00:00
Helen Hou-Sandí
a3b2f6f49d Break long words in Quick Draft content to prevent ugly overflow, as was previously done. props aubreypwd, SergeyBiryukov. see #26658 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26928


git-svn-id: http://core.svn.wordpress.org/trunk@26809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-09 04:01:13 +00:00
Dominik Schilling
dea41019ef Dashicons: Update to the latest dashicons files.
props empireoflight, melchoyce.
see #26518 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26925


git-svn-id: http://core.svn.wordpress.org/trunk@26806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-08 22:26:10 +00:00
Dominik Schilling
441ccdd314 Fix another CSS clashing on the Network Themes page.
props SergeyBiryukov.
see #26513 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26923


git-svn-id: http://core.svn.wordpress.org/trunk@26804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-08 21:36:10 +00:00
Andrew Nacin
9e942606c8 Keyboard navigation friendliness for themes.php.
props matveb, azaozz, jorbin.
see #26527.

Built from https://develop.svn.wordpress.org/trunk@26922


git-svn-id: http://core.svn.wordpress.org/trunk@26803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-08 21:35:09 +00:00
Andrew Nacin
5baeb300a0 Fix CSS clashing on the Network Themes page.
props SergeyBiryukov.
see #26517 for trunk.

Built from https://develop.svn.wordpress.org/trunk@26919


git-svn-id: http://core.svn.wordpress.org/trunk@26800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-01-08 21:22:09 +00:00
Sergey Biryukov
8a82e4c463 Force LTR direction for code and plugin/theme editors.
props SergeyBiryukov, nivijah.
fixes #26666 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26888


git-svn-id: http://core.svn.wordpress.org/trunk@26771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-31 11:04:09 +00:00
Sergey Biryukov
c829c31aa9 Fix incorrect -mox prefixes in CSS.
props morganestes.
fixes #26702 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26887


git-svn-id: http://core.svn.wordpress.org/trunk@26770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-31 10:53:10 +00:00
Andrew Ozz
855889f7aa TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876


git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-28 23:53:15 +00:00
Andrew Nacin
2d56715ba3 Suppress admin notices on the about page.
Brings back [19393], accidentally reverted in [26718].

props ocean90.
fixes #26519.

Built from https://develop.svn.wordpress.org/trunk@26847


git-svn-id: http://core.svn.wordpress.org/trunk@26734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-11 17:39:10 +00:00
Andrew Ozz
d9feeb5b29 Themes: set maximum width for overlay view, props matveb, fixes #26507.
Built from https://develop.svn.wordpress.org/trunk@26839


git-svn-id: http://core.svn.wordpress.org/trunk@26726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:51:10 +00:00
Andrew Ozz
4f44dc74b1 Themes: fix overlays and buttons in responsive mode, props matveb, fixes #26481.
Built from https://develop.svn.wordpress.org/trunk@26838


git-svn-id: http://core.svn.wordpress.org/trunk@26725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:38:10 +00:00
Matt Thomas
2c7b69f7c1 In Press This, extend the sidebar for ru_RU. Fixes #26508, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26836


git-svn-id: http://core.svn.wordpress.org/trunk@26723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:23:10 +00:00
Matt Thomas
8210442632 Increase the height of the Add Photos box in Press This to prevent unnecessary scrolling. Fixes #26506, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26835


git-svn-id: http://core.svn.wordpress.org/trunk@26722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:16:10 +00:00
Matt Thomas
4fb4588829 Style the Add Comment button as a button. Fixes #26500, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26834


git-svn-id: http://core.svn.wordpress.org/trunk@26721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:14:11 +00:00
Matt Thomas
8cf1d699d9 Add line height to #commentstatusdiv p so that its checkboxes get some padding between them at responsive sizes. Fixes #26499, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26833


git-svn-id: http://core.svn.wordpress.org/trunk@26720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:12:18 +00:00
Matt Thomas
f6011db8ed Eliminate the padding on #titlediv #title to prevent characters with descenders getting cropped in some browsers. Fixes #26509, props SergeyBiryukov.
Built from https://develop.svn.wordpress.org/trunk@26830


git-svn-id: http://core.svn.wordpress.org/trunk@26717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 19:09:20 +00:00
Andrew Nacin
87265a374b Themes: use explicit 'search installed themes' label and placeholder.
fixes #26496.

Built from https://develop.svn.wordpress.org/trunk@26827


git-svn-id: http://core.svn.wordpress.org/trunk@26714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 07:41:10 +00:00
Matt Thomas
fb2ec8d5a4 Specify transition: none on plugin information dialog tabs to keep them from jump jumping around. Fixes #26498.
Built from https://develop.svn.wordpress.org/trunk@26824


git-svn-id: http://core.svn.wordpress.org/trunk@26711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 06:31:10 +00:00
Matt Thomas
ad50180eca Add widgets page draggable/sortable items to -ms-touch-action rules for proper touch scrolling in IE 10 and 11.
Built from https://develop.svn.wordpress.org/trunk@26820


git-svn-id: http://core.svn.wordpress.org/trunk@26707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 02:57:10 +00:00
Andrew Ozz
448a401f77 Make older mobile browsers and IE7 usable:
- Text labels in the toolbar.
- Image icons in the visual editor.
- Some IE7 structural css fixes.
Fixes #26369.
Built from https://develop.svn.wordpress.org/trunk@26819


git-svn-id: http://core.svn.wordpress.org/trunk@26706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 02:41:10 +00:00
Matt Thomas
99063349c6 Expand adminmenu from 150px to 160px, creating more room for pending comment counts and translated text. Fixes #25918, props ocean90.
Built from https://develop.svn.wordpress.org/trunk@26817


git-svn-id: http://core.svn.wordpress.org/trunk@26704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 02:29:10 +00:00
Andrew Nacin
1154c059ef RTL font-family overrides. (Tahoma generally, and Arial for Hebrew.)
props yoavf.
fixes #24977.

Built from https://develop.svn.wordpress.org/trunk@26816


git-svn-id: http://core.svn.wordpress.org/trunk@26703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 01:31:11 +00:00
Matt Thomas
cd465575f1 Expand the Quick Draft section by default. Fixes #26463, props bassgang.
Built from https://develop.svn.wordpress.org/trunk@26813


git-svn-id: http://core.svn.wordpress.org/trunk@26700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 00:43:11 +00:00
Matt Thomas
c972cbb188 Ensure that plugins needing updates that aren't activated get their checkbox aligned properly. Fixes #26489, props ocean90.
Built from https://develop.svn.wordpress.org/trunk@26811


git-svn-id: http://core.svn.wordpress.org/trunk@26698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-09 00:30:11 +00:00
Matt Thomas
9c539f43b7 Remove 1px margin from post title input so it lines up with the top right-column meta box. Fixes #26483, props ocean90.
Built from https://develop.svn.wordpress.org/trunk@26807


git-svn-id: http://core.svn.wordpress.org/trunk@26694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-08 20:27:10 +00:00
Matt Thomas
dfceeb7471 A few updates to the About page
- Updated text on about-overview.png
- Changed about-typography, about-contrast, and about-modern-aesthetics from PNG24 to PNG8, saving 83 KB
- Reluctantly changed about-twentyfourteen from PNG to JPEG, because it saves a whopping 615 KB
- Tweak the headline size and styling of the about-twentyfourteen image to account for its lack of a transparent background.

See #26387.


Built from https://develop.svn.wordpress.org/trunk@26806


git-svn-id: http://core.svn.wordpress.org/trunk@26693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-08 20:05:12 +00:00
Andrew Nacin
790f951105 Move pointer-specific CSS from wp-admin.css to wp-pointer.css.
props ocean90.
fixes #26477.

Built from https://develop.svn.wordpress.org/trunk@26797


git-svn-id: http://core.svn.wordpress.org/trunk@26684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-08 07:17:10 +00:00
Matt Thomas
68b7f94042 A small adjustment to the page background color per yesterday's conversation with nacin, from #eee to #f3f3f3. This retains enough contrast with white widget containers while making for a more comfortable reading experiences on pages that heavily use the default background color, like the About page. A few adjustments to go along with it:
- Horizontal rules on the About page are lighter, to match their previous level of contrast with #eee
- Eliminated the .flush-top class on <hr>s on the About page since we want the styles applied to all About page <hr>s.
- Color schemes should match the bottom border of active tabs to the scheme's body-background variable.
- Lighten the comment background color on the Dashboard activity widget to keep adequate contrast with the new lighter body background.

See #25858.


Built from https://develop.svn.wordpress.org/trunk@26788


git-svn-id: http://core.svn.wordpress.org/trunk@26675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-08 04:12:11 +00:00
Andrew Ozz
7192115dca Dashboard: set two columns as default for IE8 (as it doesn't support @media rules), see #25824.
Built from https://develop.svn.wordpress.org/trunk@26784


git-svn-id: http://core.svn.wordpress.org/trunk@26671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-07 18:43:11 +00:00
Andrew Nacin
b0d9b30138 RTL should use Tahoma, Hebrew should use Arial.
props yoavf.
see #24977.

Built from https://develop.svn.wordpress.org/trunk@26783


git-svn-id: http://core.svn.wordpress.org/trunk@26670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-07 16:20:11 +00:00