Commit Graph

  • 8139497795 Sync new about.php "Thank you" line with freedoms and credits. Andrew Nacin 2013-12-07 07:36:09 +00:00
  • 91d6f455c6 Add four more color schemes to round out our collection at eight. Andrew Nacin 2013-12-07 07:25:08 +00:00
  • 05735491d4 Eliminate right padding on .wp-menu-name, see #26452. Matt Thomas 2013-12-07 06:28:16 +00:00
  • e197455f76 Revert accidental change to Gruntfile.js in [26767]. Andrew Nacin 2013-12-07 06:00:34 +00:00
  • 11236ceb8e Comment out these touch-related styles as they break toolbar dropdowns in Chrome for Android. Fixes #25972. Matt Thomas 2013-12-07 04:58:35 +00:00
  • 1973572006 Nudging a few pixels that were out of place. See #26387. Matt Thomas 2013-12-07 03:31:58 +00:00
  • deda30aaeb Making some adjustments to the hero screenshot image on the About page, see #26387. Matt Thomas 2013-12-07 03:28:33 +00:00
  • 85d5a58809 Make the Backbone routes pushSTate capable with ?theme=themename type urls instead of hashes. Same applies to search queries. Ryan Boren 2013-12-07 03:10:44 +00:00
  • f0b584637d Provide a bit more horizontal space for .wp-menu-name. See #26452. Matt Thomas 2013-12-07 02:02:55 +00:00
  • 08c059e8d0 Themes: Ensure the image returns a width before checking that it is less than 300px. Andrew Nacin 2013-12-07 01:58:23 +00:00
  • 5e55c77f89 Use   instead of   as it's more familiar to translators. Andrew Nacin 2013-12-07 01:33:34 +00:00
  • 4ceb9b380d Copy edits to the About page: Matt Thomas 2013-12-07 01:17:56 +00:00
  • 9f6f615dd6 Use wp_specialchars_decode() in the upgrade debugging email subject, same as the production email. Andrew Nacin 2013-12-07 01:14:43 +00:00
  • 77537cae6a Twenty Fourteen: clean up PHP braces style in page templates. Closes #26467. Lance Willett 2013-12-07 00:53:33 +00:00
  • 7fb7214d54 Use non-breaking spaces before the last word in headlines to prevent widows when wrapping at responsive sizes. See #26387. Matt Thomas 2013-12-07 00:52:03 +00:00
  • bed7328d1d Update the help text on themes.php. The Install Themes tab is now an Add New button. Andrew Nacin 2013-12-07 00:44:15 +00:00
  • 2c16db49b1 Translator's comment for a date_i18n() string. Andrew Nacin 2013-12-07 00:37:13 +00:00
  • 9e52834fd0 Twenty Fourteen: Remove stray slash. Andrew Nacin 2013-12-06 23:48:19 +00:00
  • ee56a8dcb3 Proper CSS specificity for columns-based dashboard grids. Andrew Nacin 2013-12-06 23:46:46 +00:00
  • 6b159da845 Dashicons: Update to the latest dashicons files. Dominik Schilling (ocean90) 2013-12-06 23:45:22 +00:00
  • 6cdfceddcd On the About page: comprise > compromise, assuming that this is a typo. See #26387. Matt Thomas 2013-12-06 23:35:30 +00:00
  • 426dbc083c Themes: Avoid overlap with themes with small screenshots and no description. Andrew Nacin 2013-12-06 23:15:23 +00:00
  • f2be10ef2a Updates to Dashicons classes. Andrew Nacin 2013-12-06 23:11:41 +00:00
  • 8f161aa20c I believe we're consistent about capitalizing Open Source elsewhere. See #26387. Matt Thomas 2013-12-06 22:21:31 +00:00
  • e53367f05f Visual refinements to the About page and screenshots. See #26387. Matt Thomas 2013-12-06 22:17:12 +00:00
  • 8cbb6c82af Bundled themes: new screenshots at 880x660 to maximize theme goodness in the new theme viewer design. See #26159. Lance Willett 2013-12-06 22:06:30 +00:00
  • af9148c053 RTL: Don't flip thumbnail positions in Insert Media window. Restores pre-3.8 behavior. Dominik Schilling (ocean90) 2013-12-06 21:45:01 +00:00
  • 520baebefd Themes: Final gutter and breakpoint adjustments. Andrew Nacin 2013-12-06 21:26:34 +00:00
  • b9893b491c Adding autosave for color schemes and removing RTL handling. See #26387, props ryelle. Matt Thomas 2013-12-06 21:25:31 +00:00
  • a05083f3a4 Gruntfile: Prevent -rtl-rtl.css stylesheets when running cssjanus on colors. fixes #26315. Andrew Nacin 2013-12-06 21:23:21 +00:00
  • 5112fe565a Provide a default generic avatar icon in the My Account menu if avatars are disabled, ensuring that the link is visible at responsive sizes. See #25858. Matt Thomas 2013-12-06 21:22:14 +00:00
  • 98b9246261 Responsive menu: fix calculation of the responsive trigger width from JS. It is affected by a vertical scrollbar width in some browsers. See #26458. Andrew Ozz 2013-12-06 20:49:46 +00:00
  • 092ee69e61 Add missing about.color-schemes.png. See #26387. Matt Thomas 2013-12-06 20:16:19 +00:00
  • 292391081a Dashboard: Restore a line that vanished from my editor to print recently published posts. Also fix an off-by-one error. Andrew Nacin 2013-12-06 20:12:10 +00:00
  • c45f49f2aa Revert Twenty Ten's original screenshot. Was using Kubrick to test [26738]. I hope this gave lancewillett a laugh. see #26459. Andrew Nacin 2013-12-06 19:52:18 +00:00
  • adbe0f1e1e Themes: Adjust screenshot ratios. * On the details overlay, always show the full 4/3 ratio. * On the grid, reduce to ~3/2 only if the screen width is less than 1400px. Otherwise, show the screenshot at 4/3 ratio. Andrew Nacin 2013-12-06 19:50:06 +00:00
  • 63ad0a71d4 Themes: If a theme only has a very-old-school 300px-wide screenshot (or narrower), don't stretch it. Andrew Nacin 2013-12-06 19:41:19 +00:00
  • 79cb3cf3ce Updates to the About page: Matt Thomas 2013-12-06 19:35:25 +00:00
  • 439c61a1ba Inline documentation fixes for hooks and functions introduced in 3.8.0. Drew Jaynes 2013-12-06 19:17:35 +00:00
  • 642293800b Add new fit-content rules to accompany intrinsic width on adminbar dropdown wrappers. Fixes #26430, props Jayjdk. Matt Thomas 2013-12-06 19:15:31 +00:00
  • bb59e40a22 Core updates: Explicitly call wp_cache_delete() after a DB upgrade, as not all cache backends allow the entire backend to be flushed. Andrew Nacin 2013-12-06 18:59:29 +00:00
  • 8aa177267e Ensure that disabled select elements are distinguishable from normal ones. Fixes #26456, props TobiasBg. Matt Thomas 2013-12-06 18:49:56 +00:00
  • 86282508aa Inline documentation fixes for wp_heartbeat_set_suspension(). Drew Jaynes 2013-12-06 18:42:50 +00:00
  • bab3a29a8e Add back CSS rules for RTL resize handles. Andrew Nacin 2013-12-06 18:34:05 +00:00
  • 6717db61d9 Themes: Set a max-width on screenshots so they don't get blurry at very wide screen widths. Andrew Nacin 2013-12-06 18:30:05 +00:00
  • be177ef23c Twenty Fourteen: Remove unused and untoggled no-js class. Andrew Nacin 2013-12-06 17:15:52 +00:00
  • 195465ce38 Remove screenshotGallery. see #25948. Andrew Nacin 2013-12-06 17:10:38 +00:00
  • 64d63704ab POT file update for Twenty Fourteen. see #26437. Andrew Nacin 2013-12-06 16:35:26 +00:00
  • b9cb349dc0 No-JavaScript and no-Customizer support for the new Themes screen. Andrew Nacin 2013-12-06 16:10:25 +00:00
  • efed19d3df Map old -width theme tags to new -layout tags for the purposes of translation in the admin. Andrew Nacin 2013-12-06 14:36:07 +00:00
  • ae61a2bc98 Use p.description instead of <small> on the discussion settings page. see #26441. Andrew Nacin 2013-12-06 14:21:15 +00:00
  • 4700feee1a Un-translate all of the about page strings so translators don't start working on incomplete copy. see #26387. Andrew Nacin 2013-12-06 14:19:35 +00:00
  • bc7dd7debb Add icon to the help button in distraction-free writing. Andrew Nacin 2013-12-06 14:10:03 +00:00
  • d47fbed75c Switch this header on the ABout page from title case to sentence case to match the style of all other headers on the page. See #26387. Matt Thomas 2013-12-06 12:36:47 +00:00
  • c4d923ae42 Slight adjustment to centered headlines in About page. See #26387. Matt Thomas 2013-12-06 12:32:48 +00:00
  • ef3b7be8e8 Updates to the About page: Matt Thomas 2013-12-06 12:15:59 +00:00
  • 4362bf3fa8 Committing a first pass at a new About page for 3.8. See #26387, props melchoyce. Matt Thomas 2013-12-06 07:49:05 +00:00
  • 7afd6ce8b4 Correct the direction of arrow icons when comparing revisions in RTL. Fixes #26439, props adamsilverstein. Matt Thomas 2013-12-06 07:20:25 +00:00
  • 3cf585f1d3 Make toolbar dropdown submenu links tappable. See #25972, props ninnypants. Matt Thomas 2013-12-06 05:27:19 +00:00
  • 6384a83e5f Keep draggable panels from interfering with swipe scrolling on touch devices running Internet Explorer 10/11. Fixes #26297, props georgestephanis. Matt Thomas 2013-12-06 04:43:23 +00:00
  • d6e06a2ee5 Bundled Themes: pinking shears. Lance Willett 2013-12-06 02:22:14 +00:00
  • 4bd180f8e9 Twenty Fourteen: minor fixes to main and RTL CSS files' table of contents. Lance Willett 2013-12-06 02:21:59 +00:00
  • 21cd81e21b Hide the 'Dismiss' label in the dashboard welcome panel at smartphone sizes, so the close link doesn't overlap the Welcome headline. See #25858. Matt Thomas 2013-12-06 01:15:33 +00:00
  • 2dab52c306 Add and display new tags to highlight the ever-growing number of responsive themes available. Fixes #21442. Matt Mullenweg 2013-12-06 01:06:04 +00:00
  • 764e70948b At responsive sizes, remove the hard-coded fixed positioning for Comments and Add New in the toolbar. Make links slightly wider to better fill small-screen devices. Fixes #26432. Matt Thomas 2013-12-06 01:01:40 +00:00
  • c962d1d79f Fix the positioning of arrow icons in the slider buttons in Revisions. See #26439. Matt Thomas 2013-12-06 00:42:36 +00:00
  • eb0406a401 Themes: Switch to a text overlay instead of an icon on hover. Numerous reasons outlined in the ticket. Andrew Nacin 2013-12-05 23:42:05 +00:00
  • 0bfdd9f189 Remove redundant closure for such a simple file. see #26445. Andrew Nacin 2013-12-05 23:39:47 +00:00
  • e1c50ac689 Twenty Fourteen: Wait for DOM ready in the customizer, which was breaking IE8. Andrew Nacin 2013-12-05 23:38:47 +00:00
  • e159b7b28a Unit Tests: Avoid using mime_content_type() as it fails miserably in PHP 5.2. Andrew Nacin 2013-12-05 23:36:50 +00:00
  • a7ee089f6f Fix various i18n issues on the dashboard. Limits it to posts and pages only for 3.8. Andrew Nacin 2013-12-05 23:33:48 +00:00
  • 5454336667 Widgets: jshint cleanup of widgets.js, see #25821. Andrew Ozz 2013-12-05 23:13:22 +00:00
  • beb2c296b8 Customizer: Revert [26548], removing _.isEqual() for proper object comparison. Andrew Nacin 2013-12-05 23:12:59 +00:00
  • f21d937706 Fix z-indexes as it relates to thickbox, the theme modal, and admin menu. Andrew Nacin 2013-12-05 23:09:23 +00:00
  • b7de614f71 Restore "Search Engines Discouraged" to the dashboard. Andrew Nacin 2013-12-05 23:04:46 +00:00
  • c38af94bc3 Twenty Fourteen: remove unneeded code from image template, see #25946. Lance Willett 2013-12-05 22:50:36 +00:00
  • 55725de979 Twenty Fourteen: remove redundant parentheses and translation wrapper, see #25946. Lance Willett 2013-12-05 22:46:50 +00:00
  • fa6cb8145f Dashboard: Rename the Site Content widget (née Right Now) to At a Glance. Andrew Nacin 2013-12-05 22:37:33 +00:00
  • 3831c95a04 Widgets: Add click-to-add widgets to the bottom (not top) of the target sidebar. Andrew Nacin 2013-12-05 22:26:45 +00:00
  • ddc9ed51e8 Widgets: Only scroll to the newly clicked-and-added widget if it is out of the viewport. Andrew Nacin 2013-12-05 22:21:15 +00:00
  • 7ee0d2c59c Twenty Fourteen: remove invalid rel attributes from post thumbnail output, and fix a CSS typo. See #25946 and #25325. Lance Willett 2013-12-05 22:08:45 +00:00
  • aa65527319 Final SVG painter fixes. * wp.svgPainter and now moved to wp-admin. * Restore !important background-image handling. * Delay executing the IE9-specific base64 code if we don't need it. * Make painted icons lose their color after hover at the same speed as dashicons (100ms). Andrew Nacin 2013-12-05 22:00:17 +00:00
  • 74d3e9103e Deactivate MP6 on update to 3.8. Andrew Nacin 2013-12-05 21:29:37 +00:00
  • ef1c3e09ac Twenty Fourteen: fix too-wide search "jump to" link and provide focus on the search input when it's used. Closes #25592. Lance Willett 2013-12-05 21:27:20 +00:00
  • 56b0a18ac2 Dashboard backwards compatibility updates. * Restore missing wp_dashboard_rss_control() helper. * Restore all original 3.7 functions, deprecating many, reusing others. * Rename and remove functions so as not to clash with the original dash plugin. * Filter cleanup/restoration. Andrew Nacin 2013-12-05 21:22:20 +00:00
  • a1ea21a258 Twenty Fourteen: remove unneeded !important declarations, and comment the ones we absolutely need to keep around. Fixes #26444. Lance Willett 2013-12-05 21:02:11 +00:00
  • 7511074840 Themes: Let theme author links look like links. Andrew Nacin 2013-12-05 19:57:33 +00:00
  • 3fc9dd346e Un-hide dropdown submenus at responsive sizes, make submenus within dropdowns appear as inline lists at mobile device sizes. See #25972. Matt Thomas 2013-12-05 19:57:17 +00:00
  • e98d56fab4 Themes: Only show author names during a search if it matches 3 or more characters. Andrew Nacin 2013-12-05 19:56:16 +00:00
  • dc7082fbc7 Themes: when initiating a search, avoid triggering a reset event when it's not necessary. Andrew Nacin 2013-12-05 19:14:59 +00:00
  • 74ea276315 Theme: When showing an author in the grid (during a search), don't include the author's link. Andrew Nacin 2013-12-05 19:08:01 +00:00
  • 5ee03aa6c7 When a button appears within a paragraph, vertically align it with the text baseline. Matt Thomas 2013-12-05 18:52:36 +00:00
  • ecb200553c More consistent vertical alignment of the .awaiting-mod/new updates indicator. See #25858. Matt Thomas 2013-12-05 18:47:02 +00:00
  • 2cf98e4e00 Themes: Refine how we display the current theme. Andrew Nacin 2013-12-05 18:41:44 +00:00
  • 39b72958c6 Allow dropdown lists to appear in responsive states; reset the minimum width of dropdowns at responsive sizes. See #26430. Matt Thomas 2013-12-05 18:37:43 +00:00
  • cbbeae6145 Twenty Fourteen: more string cleanup, and a pinking shear. See #26437. Lance Willett 2013-12-05 18:30:34 +00:00
  • 381c1f4211 By default, hide all adminbar links at responsive sizes and selectively un-hide just the essential core items. Fixes #26430. Matt Thomas 2013-12-05 18:27:34 +00:00
  • 3706de38db Bring screen reader shortcuts and image edit controls in line with admin design. see #25858. Helen Hou-Sandi 2013-12-05 18:16:18 +00:00
  • c27c592062 Lovingly restore corners that had previously been nibbled upon by a mouse. see #25858. Helen Hou-Sandi 2013-12-05 18:06:44 +00:00
  • f2200af9f2 Line up ALL the things: Matt Thomas 2013-12-05 18:02:33 +00:00