Commit Graph

27 Commits

Author SHA1 Message Date
Ben Word
9a14571814 Use Sass to style search form, remove search template 2015-10-10 12:53:19 -05:00
Ben Word
ded39d88cf Use WP core's HTML5 gallery markup 2015-09-22 21:52:36 -05:00
Jason Gegere
031c4e17c0 use correct filename editor-style.css on dev or editor-style-*.css listed in manifest file for tinymce editor 2015-02-12 20:02:54 -06:00
Ben Word
b942809c97 Remove unnecessary forward slash from editor style path 2015-02-11 01:07:04 -06:00
Ben Word
b8608db3ec minor 2015-01-27 14:12:09 -06:00
Ben Word
1d7205891b Fix editor style path 2015-01-19 16:19:57 -06:00
Ben Word
a903e08b86 Use short array syntax 2015-01-18 16:45:18 -06:00
Ben Word
587fbf6c35 Add namespace 2015-01-10 14:49:46 -06:00
Ben Word
030c084134 Rename to Sage 2015-01-09 20:52:29 -06:00
Ben Word
dadb2ce632 Merge master 2015-01-09 19:09:46 -06:00
Ben Word
49221085d1 Remove wp_title, add title-tag theme support 2014-12-18 14:07:43 -06:00
Austin Pray
3a4ae77b1e Reorganizes asset file structure
Separates assets into
- Source assets: `assets`
- Compiled assets: `dist`

Edits assets.php to reflect changes

Removes '.min' from filenames

Fixes:
- removes 'clean' from build step.
2014-11-24 12:34:11 -06:00
Kalen Johnson
329102d630 Added correct path to editor-styles.css 2014-10-31 12:29:34 -07:00
Ben Word
0c1ae408e0 Simplify comments, use core comment form and list 2014-10-24 17:06:41 -05:00
Kevin Lisota
d040ddef2e use WP HTML5 markup for captions instead of Soil
Use add_theme_support to enable native HTML5 captions and add caption styling to wp-caption-text.
2014-07-25 19:02:49 -07:00
Ben Word
17ee6e42d8 Update lib/init.php 2014-06-30 00:12:37 -05:00
Ben Word
87ef63f58b Move translations outside repo
See https://github.com/roots/roots-translations
2014-03-30 19:12:38 -05:00
Ben Word
dede0bd851 Close #992 - Move some Roots features into Soil 2014-03-11 23:34:17 -05:00
Scott Walkinshaw
9bcd427ab6 Fixes #962 - Not used anymore 2014-01-15 13:45:24 -05:00
Ben Word
ccb79488c9 Move helper constants to config.php 2013-06-23 12:13:15 -05:00
Joel Kuczmarski
9c183bb7f4 reorganize init defines 2013-05-09 19:22:03 -05:00
Scott Walkinshaw
9ac6bc698e Use SERVER_NAME to avoid parsing site_url()
site_url() was previously retrieved and parsed many times per page
before. This is cleaner and done for optimization purposes.
2013-05-09 17:04:26 -04:00
Ben Word
a8c543753a Fix clean URL issues with non-standard setups 2013-05-01 15:51:59 -05:00
Ben Word
260fc4c353 Comments clean up, consistent formatting 2013-02-15 12:13:18 -06:00
petermartin
51ba28379b Added backslash to add_editor_style
Editor style css wasn't being applied for me until adding the backslash.
2013-01-31 12:13:21 -05:00
Scott Walkinshaw
eec11c76b9 Re-order init file 2012-09-21 16:27:33 -04:00
Scott Walkinshaw
ba56e0fa4d Re-organize theme configuration and setup
functions.php should not contain any Roots specific code. It's just used
to require files and bootstrap Roots. lib/init.php now handles initial
theme setup and defines helper constants which did not belong in
lib/config.php.

config.php should be limited to strictly configuration settings.
2012-09-21 16:20:03 -04:00