Commit graph

597 commits

Author SHA1 Message Date
Konstantin Obenland
a462ad5720 Merge pull request #280 from jayj/jayj-underscores-url-selector
Add `url` to the list of input selectors.
2013-08-11 15:06:15 -07:00
Konstantin Obenland
3c4b905086 Merge pull request #279 from jayj/jayj-underscores-heading-spacing
Add spaces between heading selectors.
2013-08-07 08:26:21 -07:00
Konstantin Obenland
74370a2148 Merge pull request #278 from jayj/jayj-underscores-main-element
Add the `<main>` element to the list of HTML5 selectors.
2013-08-07 08:24:59 -07:00
Jesper Johansen
b5864622ee Add the <main> element to the list of HTML5 selectors 2013-08-07 00:59:28 +02:00
Jesper Johansen
c8ca427356 Add a space between the heading selectors 2013-08-07 00:58:31 +02:00
Jesper Johansen
1108a8a582 Add url to the list of input selectors 2013-08-07 00:57:17 +02:00
Michael Cain
c3901be10c Merge pull request #277 from lucasmullens/patch-1
Update README.md layouts
2013-08-05 09:48:04 -07:00
lucasmullens
684fd1626f Update README.md 2013-08-05 01:21:28 -05:00
Philip Arthur Moore
407b666216 Merge pull request #275 from matiasvad/patch-1
<div id="main"> in comments corrected to the new <main>-element
2013-08-04 12:01:08 -07:00
Matias Vad
7145d9fb58 <div id="main"> in comments corrected to the new <main>-element 2013-08-04 20:32:11 +02:00
Konstantin Obenland
5199a56b05 Merge pull request #271 from kovshenin/patch-15
Add a domain path header to the stylesheet for translation.
2013-07-30 12:47:22 -07:00
Konstantin Kovshenin
167197dd07 Add a domain path header to the stylesheet for translation 2013-07-30 23:45:55 +04:00
obenland
810e499b93 _s: Use <main> element for main content.
See: http://www.w3.org/TR/html51/grouping-content.html#the-main-element

Props @BFTrick for initial patch.
Fixes #222.
2013-07-30 12:12:45 -07:00
obenland
1f15c20995 _s: Make theme headers translatable. Props @grappler. Fixes #203. 2013-07-30 11:58:13 -07:00
obenland
4227e37e47 _s: Remove three column layouts.
We don't register a second sidebar and styles seem to be incomplete.
Let's revisit this once we have a more modular way of putting `_s`
together.

Closes #199.
2013-07-30 11:19:38 -07:00
obenland
1a12794a21 _s: Make file paths more consistent in readme file. Props @asdfgh746.
Fixes #269.
2013-07-30 11:07:13 -07:00
Konstantin Obenland
9fc508f362 Merge pull request #265 from sixhours/Author-Link
Remove author link from archive.php. Fixes #264.
2013-07-29 09:56:19 -07:00
sixhours
9f866cde82 Remove author link from archive.php 2013-07-26 11:59:25 -04:00
Philip Arthur Moore
db5cc6d3ce Remove WordPress.com-specific functions and definitions require line from functions.php; wpcom.php is now automatically included via plugin on WordPress.com. 2013-07-24 16:04:56 -07:00
Konstantin Obenland
fa2f9e3434 Merge pull request #262 from calvinwinter/master
_s: Update `.toggled` class to reflect revised `navigation.js` syntax. Fixes #261.
2013-07-18 08:38:46 -07:00
Calvin Winter
7276a13a4b Fixed bug where menu does not toggle on click
fixes the error described here: https://github.com/Automattic/_s/issues/261
2013-07-17 23:28:49 -04:00
Konstantin Obenland
2c23f460ab Merge pull request #260 from bungeshea/fix-js-errors
_s: Fix JSHint errors.
2013-07-15 18:09:12 -07:00
Shea Bunge
e5a8931afc Add missing semicolon 2013-07-14 16:39:03 +10:00
Shea Bunge
4c99b2aba8 Use === and !== instead of == and != 2013-07-14 16:38:08 +10:00
Konstantin Obenland
79d69e7593 Merge pull request #256 from michaeldcain/master
_s: Switch "navigation-" classes back to "-navigation".
2013-07-11 14:22:20 -07:00
michaeldcain
31331b4b64 Switch "navigation-" back to "-navigation"
Original edit not needed for `[class*="navigation"]` selector. Matches
other class/id navigation naming conventions.
2013-07-11 16:42:45 -04:00
michaeldcain
d480e820c3 Switch ".navigation-main" back to ".main-navigation"
Original edit not needed for `[class*="navigation"]` selector. Matches
other class/id navigation naming conventions.
2013-07-11 16:17:12 -04:00
obenland
d406dc8f8c _s: Add .page-content class to style.css to encourage styling. Also
removes some redundant comments.
2013-07-11 12:18:47 -07:00
obenland
cb2d9d1e9e Merge branch 'obenland-page' 2013-07-11 12:13:47 -07:00
obenland
98c1c82c62 _s: Move away from using <article> for content that is not a post,
page, or attachment.
2013-07-11 12:12:59 -07:00
Konstantin Obenland
418d31dea4 Merge pull request #255 from kwighta8c/escaping
_s: Escape URLs in image.php.
2013-07-11 11:53:28 -07:00
obenland
261acc6099 Merge branch 'open-empty-tags' of https://github.com/bungeshea/_s into
bungeshea-open-empty-tags

Conflicts:
	searchform.php
2013-07-11 11:45:38 -07:00
obenland
43b77adcab _s: Update screenshot to a retina size of 600x450px. Fixes #249. 2013-07-11 11:37:47 -07:00
Kirk Wight
2930ba91be _s: Escape URLs in image.php 2013-07-11 12:04:40 -04:00
obenland
d279972455 _s: Simplify 'Posted on' string for easier translation and add a HTML
wrapper for easier CSS manipulation. Props @grappler. Fixes #253.
2013-07-11 08:42:01 -07:00
Ulrich Pogson
36ad7cb751 Improve "Posted on" translation string 2013-07-10 22:23:46 +02:00
obenland
77b0fa51ae _s: Simplifies the attached image template tag by only querying for ids. 2013-07-02 17:41:51 -04:00
Konstantin Obenland
d722bf10ef Merge pull request #248 from soulseekah/master
_s: Remove trailing single-quote in search button.
2013-07-01 06:57:40 -07:00
Gennady Kovshenin
ddebe0f15f Extra single-quote in "Search"
A trailing singe-quote has found its way into the search button value,
resulting in the button displaying "Search'" instead of "Search".
2013-07-01 17:38:44 +06:00
Konstantin Obenland
e620d8dd09 Merge pull request #245 from asdfgh746/patch-1
Update README.md to make it look like the concrete example.
2013-06-30 07:17:42 -07:00
obenland
6e22132768 _s: Update search form markup to make it forward compatible with HTML5
search form in 3.6. As a result, `searchfornm.php` can be safely
removed in the future. Also fixes #240.
2013-06-29 16:19:10 -04:00
Ian Stewart
a514017986 Merge pull request #246 from ianstewart/cleaner-archives
Simplified archive titles: The current archive titles are verbose and fusty. This commit simplifies them to the bare minimum needed (and wanted by users) for description, orientation, and navigation.
2013-06-28 07:13:45 -07:00
Ian Stewart
c09c02081a Simplified archive titles
The current archive titles are verbose and fusty. This commit
simplifies them to the bare minimum needed (and wanted by actual users)
for description, orientation, and navigation.
2013-06-27 15:15:58 -05:00
obenland
584ed2a6f2 _s: Remove back compat for custom header/background. Fixes #244. 2013-06-27 07:14:12 -07:00
obenland
514b2aa62d _s: Don't show separator between meta data. Fixes #72. 2013-06-27 07:03:43 -07:00
obenland
39d8f7ad61 _s: Include "entry updated" as part of the hAtom. Props @michiecat. See
#131, fixes #170.
2013-06-27 06:54:02 -07:00
obenland
3a5afef198 _s: Add custom taxonomy support for term descriptions in taxonomy
archives.

We don't even have to check for a context before printing the
description, `term_description()` does all the heavy lifting for us.

Props @jasondpx. Fixes #128.
2013-06-27 06:24:26 -07:00
Lucas Cherkewski
e9880dbd44 Update README.md
Change the reference to DocBlock search to actually display a space (to make it more consistent with the second appearance, after the OR).
2013-06-26 19:44:45 -04:00
Konstantin Obenland
55596d6c67 Merge pull request #242 from mfields/navigation-menu
Rework Navigation Menu. Closes #200, #205, #237, #243.
2013-06-26 09:44:59 -07:00
Michael Fields
ac3cda4543 Rework Navigation Menu Part 2
* Separate scoping and assignment so that a decision does not need to be made as to whether we should intermix spaces and tabs on the left
 * Restore the previously removed nav-menu class addition to the first unordered list in `#site-navigation`.
 * Restore the `.navigation-main.toggled-on .nav-menu` selector.
 * Remove rules for the `.main-small-navigation ul` selector.
2013-06-25 01:45:52 -07:00