43ea44cb44_s: Simplifying search, index, and archive, with a common no posts found template part, no-results.php; Closes#1187
Ian Stewart
2012-03-29 15:55:33 +0000
7b04baa743_s: Simplifying search, index, and archive, with a common no posts found template part, no-results.php; Closes#1187
Ian Stewart
2012-03-29 15:55:33 +0000
23d87b749aAdd .unbind() before .click()
Josh McCarty
2012-03-27 22:17:50 -0700
18df2c463c_s: Removed line-height from button/submit type input because it makes too tall on browsers except Firefox which has a bug with line-height for the type
Takashi Irie
2012-03-20 19:50:05 +0000
49f37d5920_s: Removed line-height from button/submit type input because it makes too tall on browsers except Firefox which has a bug with line-height for the type
Takashi Irie
2012-03-20 19:50:05 +0000
7d63a28723_s: Enable support for Post Thumbnails
Philip Arthur Moore
2012-03-20 11:39:41 +0000
f104cec482_s: Enable support for Post Thumbnails
Philip Arthur Moore
2012-03-20 11:39:41 +0000
c71f030c18_s: Move post meta separators inside conditionals ensuring that separators will not be orphaned. Use consistent 'edit link' whitespace in image.php as well.
Michael Fields
2012-03-06 14:40:49 +0000
34c55ff465_s: Move post meta separators inside conditionals ensuring that separators will not be orphaned. Use consistent 'edit link' whitespace in image.php as well.
Michael Fields
2012-03-06 14:40:49 +0000
be34e27d04_s: Script dependancies need to be given as an array. Remove unneeded jQuery enqueue.
Michael Fields
2012-03-06 14:03:39 +0000
10314c8cb4_s: Script dependancies need to be given as an array. Remove unneeded jQuery enqueue.
Michael Fields
2012-03-06 14:03:39 +0000
9b183fcc16Merge branch 'master' of github.com:Automattic/_s
Lance Willett
2012-03-01 01:24:43 -0700
9fbba4ff7d_s: rework nav JS file a bit
Lance Willett
2012-02-29 18:53:02 +0000
8298c23e74_s: rework nav JS file a bit
Lance Willett
2012-02-29 18:53:02 +0000
94ac5caf18Merge branch 'master' of github.com:Automattic/_s
Ian Stewart
2012-02-29 15:43:18 +0000
fc97fbd34dMerge branch 'master' of github.com:Automattic/_s
Ian Stewart
2012-02-29 15:43:18 +0000
fa078b1981Merge branch 'master' of github.com:Automattic/_s
Ian Stewart
2012-02-29 09:39:15 -0600
fe4d870e38Merge pull request #4 from gcapizzi/patch-1
Ian Stewart
2012-02-27 12:04:06 -0800
1b8246a7eeUpdate inc/tweaks.php
Giuseppe Capizzi
2012-02-25 16:22:30 +0100
42fb1237cd_s: refix footer URL and extra spaces, originally fixed in r8766 but reverted in r8831
Lance Willett
2012-02-21 06:28:24 +0000
6817af282c_s: needs to be declared globally.
Michael Fields
2012-02-17 22:34:53 +0000
93a334bc97_s: refix footer URL and extra spaces, originally fixed in r8766 but reverted in r8831
Lance Willett
2012-02-21 06:28:24 +0000
1d680edf9c_s: needs to be declared globally.
Michael Fields
2012-02-17 22:34:53 +0000
ebf6fe57ab_s: we need to use the stylesheet_uri here or the default child theme stylesheet overriding doesn't work.
Ian Stewart
2012-02-16 20:59:28 +0000
3bc1fe9192_s: we need to use the stylesheet_uri here or the default child theme stylesheet overriding doesn't work.
Ian Stewart
2012-02-16 20:59:28 +0000
4c4c3e6d3badded 'search' ARIA role on searchform.php
Ian Stewart
2012-02-16 17:19:39 +0000
54fef29963Merge pull request #2 from InstinctBrett/master
Ian Stewart
2012-02-16 09:06:46 -0800
251dde5adeadded 'search' ARIA role on searchform.php
Brett Taylor
2012-02-15 14:28:32 +1300
32cdefb9ac_s: removing reference to a help doc that isn't there and an unneeded variable check
Ian Stewart
2012-02-14 17:39:26 +0000
432b27a162_s: updating the readme to reflect changes
Ian Stewart
2012-02-14 17:10:06 +0000
8de2e81018_s: enqueue style.css for consistency and for more customization through child themes of themes built on _s
Ian Stewart
2012-02-14 16:55:40 +0000
7aa2224a74_s: we shouldn't need to check if this is the admin here if we know that is_singular is true
Ian Stewart
2012-02-14 16:14:46 +0000
f3dc4c227d_s: move scripts into one function added to wp_enqueue_scripts
Ian Stewart
2012-02-14 16:10:45 +0000
0d87fcd173_s: attaching sidebar registration to the correct hook
Ian Stewart
2012-02-13 16:03:39 +0000
ea2b067539_s: a generic and basic interpretation of the aside post format
Ian Stewart
2012-02-10 20:49:23 +0000
dffc6549da_S: basic floated content styles
Ian Stewart
2012-02-10 20:43:25 +0000
e932aaadc4_s: provide a more helpful message to users with no posts on the home page or none at all; See #1112
Ian Stewart
2012-02-10 20:36:53 +0000
93fa346360_s: a generic catch-all that should automatically prevent most future themes from having things float up into posts
Ian Stewart
2012-02-10 19:19:48 +0000
2c76c21749_s: Cleaning up documentation
Ian Stewart
2012-02-08 21:33:17 +0000
fa1d6f856c_s: Adding a blank screenshot
Ian Stewart
2012-02-08 20:49:01 +0000
926f6bd0e4_s: fix double-defined class attributes
Matías Ventura
2012-02-08 14:59:38 +0000
699d298e54_s: Using plainer typographical elements in readme for better readmeability
Ian Stewart
2012-02-08 14:00:27 +0000
22522ac0c4_s: adding instructions on forking _s to the readme and cleaning up a php comment in comments.php that gets missed in the find and replace pattern
Ian Stewart
2012-02-08 13:54:26 +0000
60d8720ad6_s: adding empty selectors required for theme check plugin test
Ian Stewart
2012-02-07 21:15:27 +0000
4fe4900503_s: adding empty selectors required for theme check plugin test
Ian Stewart
2012-02-07 21:14:42 +0000
07a617f253_s: Adding some useful information to readme for anyone new to using _s
Ian Stewart
2012-02-07 20:42:03 +0000
df7ce3d902_s: removing temporary dev styles
Ian Stewart
2012-02-07 03:22:23 +0000
349e3f973e_s: Adding a class to the menu toggle for help in styling open-close states with just CSS
Ian Stewart
2012-02-07 03:20:46 +0000
e4a5c76fd6_s: simpler way of handling hiding authors on single author blogs without adding another class
Ian Stewart
2012-02-07 02:57:41 +0000
545b3514b3_s: If the tweaks file is in use hide the author of posts everywhere except singular -- where it's useful to see the author if that's your entry point to a single author blog -- unless it's a group blog in which case just show the author name everywhere. Doing this all with just CSS so it's easily reversible with child themes of themes built from _s
Ian Stewart
2012-02-07 02:52:04 +0000
a14038728d_s: cache the masthead selector and use find to grab it's descendants to improve performance while removing the style attribute on the toggled menu to prevent it from seeming to disappear on resizing up when the menu is toggled off
Ian Stewart
2012-02-06 21:44:43 +0000
4f3d984c7c_s: Simple script for changing the classes of the main menu based on browser width let's you easily restyle a menu for small screens without changing the markup
Ian Stewart
2012-02-06 16:40:54 +0000
e1f35edffb_s: We won't need comment replies if comments are closed
Ian Stewart
2012-02-03 20:26:25 +0000
d4c1da5692_s: This should have been an li element all along
Ian Stewart
2012-02-03 19:54:30 +0000
0a42cc02cb_s: Adding ARIA navigation roles to the all the nav elements
Ian Stewart
2012-02-03 14:22:08 +0000
44c46fd181_s: Simple WordPress menu styles
Ian Stewart
2012-02-03 14:15:28 +0000
e8b2bb81c6_s: A better name for the image navigation script and better experience by cycling through a gallery when done
Ian Stewart
2012-02-03 14:02:28 +0000
5f2d6758e7_s: Using the standard format for versioning of JS
Ian Stewart
2012-02-03 02:36:18 +0000
293458cbd7_s: First pass at keyboard navigation in image templates
Ian Stewart
2012-02-02 20:49:40 +0000
2428d6a051_s: using the time element image attachments to match posts
Ian Stewart
2012-02-02 16:39:41 +0000
d5b33742db_s: incorporating the author template into the archive template to reduce template bloat
Ian Stewart
2012-02-01 20:21:14 +0000
139dda72f5_s: cleaner, more consistent ids and classes for comments.php
Ian Stewart
2012-02-01 19:35:10 +0000
afe244fe68_s: More consistency with class names in the structural markup
Ian Stewart
2012-02-01 16:55:36 +0000
88b7c401e6_s: using a simpler and more consistent site-header class
Ian Stewart
2012-02-01 16:49:05 +0000
761e93ad32_s: adding a sample custom header, commented out
Ian Stewart
2012-01-31 20:18:40 +0000
dc2aacb56d_s: adding sample layouts for two sidebars on the right of a content column and two sidebars on the left of a content column
Ian Stewart
2012-01-23 17:59:27 +0000
b17f2285d4_s: removing the temporary margin on the body element
Ian Stewart
2012-01-23 17:45:41 +0000
5cad5adab9_s: adding sample layouts for content-sidebar, sidebar-content, and sidebar-content-sidebar
Ian Stewart
2012-01-13 20:57:16 +0000
a81dc6a810_s: Adding starter styles along with a few markup changes to accomodate them
Ian Stewart
2012-01-13 20:10:17 +0000
803ddfe86c_s: incorporating a revamped version of our sample theme options
Ian Stewart
2012-01-13 04:02:59 +0000
73ffdba03c_s: With so little variation among date archive, category arhive, and tag archive, we can safely combine those templates without overcomplicating things.
Ian Stewart
2012-01-12 17:12:04 +0000
ae85c2b76e_s
Ian Stewart
2012-01-11 04:51:12 +0000
9e817e0aa4_s: There's little worry about setting the wrong themecolors if you're manually including this file so let's have every array item and leave them blank for now
Ian Stewart
2012-01-11 04:24:42 +0000
553c12f513_s: If there's only one sidebar we can call it a sidebar
Ian Stewart
2012-01-11 04:21:12 +0000
ea9222cda2_s: Simplifying the markup for template tags
Ian Stewart
2012-01-11 04:19:37 +0000
caee136b9f_s: the theme description seems like a great place to tell anyone using that code that this theme is most definitely a starter theme
Ian Stewart
2012-01-11 04:04:23 +0000
01ce62d24f_s: simplifying functions.php by making some of the stuff happening there modular with functions being called in templates showing up in template-tags.php, little extras that won't produce a visible error if they're missing in tweaks, and wpcom stuff in wpcom
Ian Stewart
2012-01-11 03:43:23 +0000
db89577313_s
Ian Stewart
2012-01-10 20:43:34 +0000
edfeccc255_s: initial fork of Toolbox
Ian Stewart
2012-01-07 03:25:13 +0000