Commit Graph

  • 4227e37e47 _s: Remove three column layouts. obenland 2013-07-30 11:19:38 -0700
  • 1a12794a21 _s: Make file paths more consistent in readme file. Props @asdfgh746. Fixes #269. obenland 2013-07-30 11:07:13 -0700
  • 9fc508f362 Merge pull request #265 from sixhours/Author-Link Konstantin Obenland 2013-07-29 09:56:19 -0700
  • 9f866cde82 Remove author link from archive.php sixhours 2013-07-26 11:59:25 -0400
  • db5cc6d3ce Remove WordPress.com-specific functions and definitions require line from functions.php; wpcom.php is now automatically included via plugin on WordPress.com. Philip Arthur Moore 2013-07-24 16:04:56 -0700
  • fa2f9e3434 Merge pull request #262 from calvinwinter/master Konstantin Obenland 2013-07-18 08:38:46 -0700
  • 7276a13a4b Fixed bug where menu does not toggle on click Calvin Winter 2013-07-17 23:28:49 -0400
  • 2c23f460ab Merge pull request #260 from bungeshea/fix-js-errors Konstantin Obenland 2013-07-15 18:09:12 -0700
  • e5a8931afc Add missing semicolon Shea Bunge 2013-07-14 16:39:03 +1000
  • 4c99b2aba8 Use === and !== instead of == and != Shea Bunge 2013-07-14 16:38:08 +1000
  • 79d69e7593 Merge pull request #256 from michaeldcain/master Konstantin Obenland 2013-07-11 14:22:20 -0700
  • 31331b4b64 Switch "navigation-" back to "-navigation" michaeldcain 2013-07-11 16:42:45 -0400
  • d480e820c3 Switch ".navigation-main" back to ".main-navigation" michaeldcain 2013-07-11 16:17:12 -0400
  • d406dc8f8c _s: Add `.page-content` class to `style.css` to encourage styling. Also removes some redundant comments. obenland 2013-07-11 12:18:47 -0700
  • cb2d9d1e9e Merge branch 'obenland-page' obenland 2013-07-11 12:13:47 -0700
  • 98c1c82c62 _s: Move away from using `<article>` for content that is not a post, page, or attachment. obenland 2013-07-11 12:12:59 -0700
  • 418d31dea4 Merge pull request #255 from kwighta8c/escaping Konstantin Obenland 2013-07-11 11:53:28 -0700
  • 261acc6099 Merge branch 'open-empty-tags' of https://github.com/bungeshea/_s into bungeshea-open-empty-tags obenland 2013-07-11 11:45:38 -0700
  • 43b77adcab _s: Update screenshot to a retina size of 600x450px. Fixes #249. obenland 2013-07-11 11:37:47 -0700
  • 2930ba91be _s: Escape URLs in image.php Kirk Wight 2013-07-11 12:04:40 -0400
  • d279972455 _s: Simplify 'Posted on' string for easier translation and add a HTML wrapper for easier CSS manipulation. Props @grappler. Fixes #253. obenland 2013-07-11 08:42:01 -0700
  • 36ad7cb751 Improve "Posted on" translation string Ulrich Pogson 2013-07-10 22:23:46 +0200
  • 77b0fa51ae _s: Simplifies the attached image template tag by only querying for ids. obenland 2013-07-02 17:41:51 -0400
  • d722bf10ef Merge pull request #248 from soulseekah/master Konstantin Obenland 2013-07-01 06:57:40 -0700
  • ddebe0f15f Extra single-quote in "Search" Gennady Kovshenin 2013-07-01 17:38:44 +0600
  • e620d8dd09 Merge pull request #245 from asdfgh746/patch-1 Konstantin Obenland 2013-06-30 07:17:42 -0700
  • 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. obenland 2013-06-29 16:19:10 -0400
  • a514017986 Merge pull request #246 from ianstewart/cleaner-archives Ian Stewart 2013-06-28 07:13:45 -0700
  • c09c02081a Simplified archive titles Ian Stewart 2013-06-27 15:15:58 -0500
  • 584ed2a6f2 _s: Remove back compat for custom header/background. Fixes #244. obenland 2013-06-27 07:14:12 -0700
  • 514b2aa62d _s: Don't show separator between meta data. Fixes #72. obenland 2013-06-27 07:03:43 -0700
  • 39d8f7ad61 _s: Include "entry updated" as part of the hAtom. Props @michiecat. See #131, fixes #170. obenland 2013-06-27 06:54:02 -0700
  • 3a5afef198 _s: Add custom taxonomy support for term descriptions in taxonomy archives. obenland 2013-06-27 06:24:26 -0700
  • e9880dbd44 Update README.md Lucas Cherkewski 2013-06-26 19:44:45 -0400
  • 55596d6c67 Merge pull request #242 from mfields/navigation-menu Konstantin Obenland 2013-06-26 09:44:59 -0700
  • 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. Michael Fields 2013-06-25 01:45:52 -0700
  • 4c396f6f9b Rework menu navigation: these changes build off pull request #239 for issue #200 * Only set button and menu if container is not null. * Break up the "return early" conditional into multiple parts. * Shorten the name of the toggled class from `toggled-on` to `toggled`. * Restore the "Hide menu toggle button if menu is empty." documentation. * Remove the `nav-menu` class. The previous code would replace any custom custom classes applied via `wp_nav_menu()` or template file. * Replace the `nav-menu` selector is style.css with selectors that will target both a custom nav menu and a page menu. These changes could use critical feedback. Do you know of an edge case where they might not work as expected? Michael Fields 2013-06-16 20:29:17 -0700
  • 75f612d365 Merge pull request #226 from jeremyfelt/master Konstantin Obenland 2013-06-14 19:43:11 -0700
  • a4168fdb74 Leave empty tags open in accordance with the HTML5 spec. Resolves #234 Shea Bunge 2013-06-05 21:08:55 +1000
  • 6c83cfb5cc _s: Simplify image.php: obenland 2013-06-04 13:13:15 -0700
  • 0e44f8479b _s: Add .pot file for easier translation. Fixes #230. obenland 2013-05-28 17:13:45 -0700
  • 99f6d17f9c _s: Revert reset changes. They were accidentally committed after resolving merge conflicts. obenland 2013-05-28 09:39:02 -0700
  • f0ed253d5b Merge branch 'custom_header_fix' of https://github.com/iamtakashi/_s into iamtakashi-custom_header_fix obenland 2013-05-28 09:31:59 -0700
  • dbe5359307 Remove executable permissions on content-single.php jeremyfelt 2013-05-25 10:49:47 -0700
  • 9afe82b900 _s: Require is a statement, not a function. Props @drrobotnik. Fixes #213. obenland 2013-05-25 12:35:51 +0200
  • 95c3bd62cf _s: Update comment markup to make it forward compatible with html5 comments in 3.6. As a result the custom callback can be safely removed in the future. Also closes #220. obenland 2013-05-25 12:33:20 +0200
  • 9bc326be66 Merge pull request #224 from JasonHoffmann/master Konstantin Obenland 2013-05-25 03:05:55 -0700
  • a4ecb648ae Merge branch 'master' of https://github.com/Automattic/_s.git obenland 2013-05-25 12:02:43 +0200
  • 49bc3a577a _s: Remove .error404 class, it is used by core in `body_class()`. Props @mfields. Fixes #195. obenland 2013-05-25 11:59:09 +0200
  • 64e712270e Merge pull request #216 from Automattic/ditch-html5shiv Konstantin Obenland 2013-05-25 02:52:38 -0700
  • b790c82151 Comments.php Spelling Issue Jason Hoffmann 2013-05-20 14:12:09 -0400
  • 7a570bef38 _s: Load all modules consistently at the bottom of the file. obenland 2013-05-20 16:07:25 +0200
  • c7bf07061d _s: Let's not limit the setup function to IS. obenland 2013-05-20 13:02:30 +0200
  • c1960ec122 _s: Cache header text color value; obenland 2013-05-20 13:01:22 +0200
  • 655ee71d60 _s: Better use of template tags in the image template. obenland 2013-05-20 12:59:09 +0200
  • ce1bb74ddb Merge pull request #221 from kovshenin/patch-14 Philip Arthur Moore 2013-05-16 22:44:32 -0700
  • 5014af54a4 Remove trailing whitespace. Konstantin Kovshenin 2013-05-17 09:34:30 +0400
  • c186c5ee0b Remove HTML5Shiv from _s. See #215. Philip Arthur Moore 2013-05-11 10:00:08 +0900
  • f367fefd72 Fix unlinked site title in the Customizer Takashi Irie 2013-05-08 12:27:48 +0100
  • dbddb18ccf Merge pull request #207 from Automattic/post-thumbnails-off-by-default Philip Arthur Moore 2013-05-01 19:04:44 -0700
  • 64f78bca0d DocBlock adjustments to post thumbnail support. See #207. Philip Arthur Moore 2013-05-02 11:02:38 +0900
  • f9a3c2dc1d Merge pull request #209 from Automattic/remove-redundant-title-attributes Philip Arthur Moore 2013-05-01 18:56:03 -0700
  • 9a633b9236 Remove title attributes where it duplicates in anchor text. See http://core.trac.wordpress.org/ticket/24203. Philip Arthur Moore 2013-04-30 20:21:29 +0900
  • 7ac501c70a Merge branch 'master' of https://github.com/Automattic/_s.git obenland 2013-04-28 04:14:57 -0700
  • 456cd3dd01 _s: Removes unnecessary switch in and out of PHP. obenland 2013-04-28 04:13:55 -0700
  • c81a044a99 Merge pull request #206 from Automattic/rip-hgroup Philip Arthur Moore 2013-04-24 14:41:18 -0700
  • e59b1cd448 Turn post thumbnail support off by default, as it's used nowhere in the theme by default. Also add a DocBlock into the theme which gives more information on post thumbnail support implementation. Philip Arthur Moore 2013-04-24 19:57:11 +0900
  • 07c44bbeef Restore site-header class to header element and give site-branding class to title and description wrapper div. See #206. Philip Arthur Moore 2013-04-24 15:08:06 +0900
  • bcff5534a5 Merge pull request #201 from iamtakashi/minor-clean-up Konstantin Obenland 2013-04-23 12:53:47 -0700
  • 1ea2ccd909 Remove hgroup from theme. It's dead now: http://www.sitepoint.com/html5-hgroup-element-dropped/. In its place a div will be use that inherits the old class that was being applied to header. Philip Arthur Moore 2013-04-23 15:45:23 +0900
  • 1520999e66 Merge pull request #202 from gatespace/works Konstantin Obenland 2013-04-22 09:40:33 -0700
  • 8ceefdcdeb Fixes the broken display header text option in the Customizer. Takashi Irie 2013-04-22 16:47:14 +0100
  • 48702363eb `nav-` prefix for css class 'previous/next'. gatespace 2013-04-22 20:08:49 +0900
  • 790b765ac2 Ditch license.txt from theme and change License URI to canonical source of information on version 2 of the GNU General Public License. Also adjust theme license DocBlock to explicitly state that _s is GPL v2 or later. Philip Arthur Moore 2013-04-22 08:58:10 +0900
  • c780bc0559 Add trailing commas to the last elements of arrays Takashi Irie 2013-04-20 16:45:36 +0100
  • 7be757759c Minor code style clean-up Takashi Irie 2013-04-20 01:26:43 +0100
  • a47b1523dd Updates to the _s_admin_header_image() callback michiecat 2013-04-17 16:46:57 -0700
  • 6056c1ed66 _s: Re-introduce `nav-` prefix for previous/next links. obenland 2013-04-05 09:34:08 -0700
  • ee7323950a Update copyright/license notice. The capital S in _S felt really weird. Also, shorten copyright text and re-arrange link to Underscores.me. Philip Arthur Moore 2013-04-04 11:45:57 -0700
  • 5c3689cd67 Update stylesheet to include proper copyright and license attribution in style.css. Fixes #10 and also reverts the changes that were made in 06463db11d, since we can now use this copyright notice to find out which themes are based on Underscores. Philip Arthur Moore 2013-04-04 11:01:38 -0700
  • f424711c65 _s: Simplify the way we do responsive images. Props @philiparthurmoore. Fixes #120. obenland 2013-03-27 11:37:20 -0700
  • a298e8c2bd _s: Revert partial heading change. obenland 2013-03-26 15:56:47 -0700
  • 32d2432487 _s: Minor updates to categories widget. Closes #183. obenland 2013-03-26 15:55:49 -0700
  • 603b57727f Merge pull request #189 from slobodan/issue-183 Konstantin Obenland 2013-03-26 15:44:21 -0700
  • 4c120839ec _s: Remove vendor prefixes on box-shadow and some legacy IE6/7 adjustments. Props @SeamlessThemes. Fixes #176. obenland 2013-03-26 15:39:48 -0700
  • dfbf5f5d2e Corrected if statement formatting Slobodan Manic 2013-03-26 21:03:29 +0100
  • bd20a6214a _s: /inc/etras.php is active by default. obenland 2013-03-26 12:02:55 -0700
  • 3edc2ee616 Merge pull request #180 from pierrepavlov/patch-1 Konstantin Obenland 2013-03-26 12:01:24 -0700
  • 9af47bab03 _s: Use the_title_attrinute() when we don't need to specify a post. See #188, closes #184. obenland 2013-03-26 12:00:34 -0700
  • 6752ef06a5 Merge pull request #188 from slobodan/issue-184 Konstantin Obenland 2013-03-26 11:58:35 -0700
  • e3b4907946 _s: Add a Post Format Archives heading to archive.php. Props @sixhours, @philiparthurmoore. Fixes #95. obenland 2013-03-26 11:41:51 -0700
  • eb683c73a3 Revert part of previous commit so that search and replace step 3 is parsed properly. Philip Arthur Moore 2013-03-23 20:02:11 -0500
  • ddec2916eb Update README.md with search and replace steps for handles. Philip Arthur Moore 2013-03-23 19:57:13 -0500
  • 6885730506 Make sure that the theme's style enqueue handles are properly prefixed. Philip Arthur Moore 2013-03-23 17:03:12 -0500
  • 153c76c92b Skip printing categories widget in 404 template if there's only one category Slobodan Manic 2013-03-21 06:42:55 +0100
  • 410ca3b1df Added strip_tags when get_the_title is used for title attribute in image.php Slobodan Manic 2013-03-21 06:35:08 +0100
  • 84ed9c519d Merge pull request #182 from philiparthurmoore/ditch-since-docblocks Philip Arthur Moore 2013-03-18 13:04:59 -0700
  • fe19f5433b Ditch all @since DocBlocks from theme. Philip Arthur Moore 2013-03-18 14:53:23 -0500
  • 273c97abd9 Updated with mention of extras.php instead Pierre Pavlov 2013-03-18 17:38:43 +0100
  • 789f59cf51 Update mention of tweaks.php in README.md Pierre Pavlov 2013-03-18 17:30:29 +0100