Commit Graph

1656 Commits

Author SHA1 Message Date
Ben Word
654719e243 Sage 8.3.0 2015-10-13 09:34:05 -05:00
Ben Word
2435d85d89 Merge pull request #1558 from roots/setup-organization
Setup organization
2015-10-13 09:23:35 -05:00
Ben Word
acd8f5af33 Add link to roots-example-project.com repo [ci skip] 2015-10-11 22:18:28 -05:00
Ben Word
4072bb0d76 Move CSS/JS enqueues to setup.php 2015-10-10 22:58:16 -05:00
Ben Word
aa1026514d Move Soil theme support into setup function 2015-10-10 22:48:03 -05:00
Ben Word
da51434648 Remove DIST_DIR constant 2015-10-10 22:33:44 -05:00
Ben Word
e1e252472a Update CHANGELOG [ci skip] 2015-10-10 15:01:11 -05:00
Ben Word
b764ef6353 Merge pull request #1556 from roots/rename-config-to-setup
Rename config.php to setup.php
2015-10-10 15:00:05 -05:00
Ben Word
045b47b444 Rename config.php to setup.php 2015-10-10 14:53:54 -05:00
Ben Word
8c451e8014 Merge pull request #1557 from asuh/master
Removing redundancy with WAI-ARIA in HTML
2015-10-10 14:18:46 -05:00
Micah
28a25c430f Removing redundancy with WAI-ARIA in HTML 2015-10-10 12:13:29 -07:00
Ben Word
19de3e27a8 Update README [ci skip] 2015-10-10 13:20:42 -05:00
Ben Word
1e69c5e229 Update CHANGELOG [ci skip] 2015-10-10 13:18:09 -05:00
Ben Word
8a4d09e104 Merge pull request #1555 from roots/move-init-to-config
Move init.php to config.php
2015-10-10 13:15:06 -05:00
Ben Word
23ab579f37 Move init.php to config.php 2015-10-10 13:09:20 -05:00
Ben Word
2fa9cd608f Merge pull request #1545 from roots/remove-custom-search-template
Use Sass to style search form, remove search template
2015-10-10 13:02:59 -05:00
Ben Word
9a14571814 Use Sass to style search form, remove search template 2015-10-10 12:53:19 -05:00
Ben Word
2be91c1b5e Merge pull request #1541 from roots/remove-modernizr
Remove Modernizr
2015-10-10 12:52:12 -05:00
Ben Word
4281e6f932 Remove Modernizr 2015-10-10 12:37:44 -05:00
Ben Word
5def47b7d7 Merge pull request #1554 from roots/remove-wp-env-references
Remove references to WP_ENV
2015-10-10 12:33:38 -05:00
Ben Word
a88a4db344 Remove references to WP_ENV 2015-10-10 12:28:19 -05:00
Ben Word
f98db69e3b Merge pull request #1546 from roots/html5-gallery
Use WP core's HTML5 gallery markup
2015-09-22 21:59:55 -05:00
Ben Word
ded39d88cf Use WP core's HTML5 gallery markup 2015-09-22 21:52:36 -05:00
Ben Word
dce3c27b12 Merge pull request #1530 from mikaelmattsson/patch-1
Add compatibility with WooCommerce Multilingual plugin
2015-09-22 20:21:57 -05:00
Ben Word
a6c9d4dd4f Merge pull request #1494 from roots/QWp6t-conditionaltagcheck
Remove ConditonalTagCheck class
2015-09-22 20:21:32 -05:00
Ben Word
2aafd22584 Merge pull request #1486 from palpalani/master
Update newer versions of dependencies
2015-09-15 11:10:19 -05:00
Ben Word
cc95eb4493 Merge pull request #1537 from roots/asset-handles
Use slash in handle names for theme CSS and JS
2015-09-15 10:46:32 -05:00
Ben Word
31e3c3c527 Use slash in handle names for theme CSS and JS 2015-09-11 11:52:50 -05:00
Palaniappan
8d9a56670f Update newer versions of dependencies
Update Bootstrap sass and rename

Update main.scss

Update newer versions of dependencies

Update newer versions of dependencies

Update Bootstrap sass and rename

Update package
2015-08-23 14:07:14 +05:30
Mikael Mattsson
1a4f2abca8 Add compatibility with WPML and WooCommerce
I experienced a conflict between Sage and a WPML and WooCommerce combination, where a translated product archive (specificly product_cat taxonomy page) wouldn't be wrapped in the base template. Just the template file contents would be executed without the master/base template. This could be solved by changeing the priority of the template_include filter for the wrapper to >100. I'm not sure if this is WooCommerce specific or if this would be the case for any translated taxonomy when using WPML.
2015-08-13 13:15:46 +02:00
QWp6t
6d05c67f44 Remove ConditonalTagCheck class 2015-08-11 18:46:58 -07:00
Ben Word
12fe047368 Merge pull request #1524 from kevinlisota/iso8601
fix timezone offset in ISO 8601 date in byline
2015-08-03 10:55:59 -05:00
Kevin Lisota
878f8607ff fix timezone offset in ISO 8601 date in byline
get_the_time('c') returns the local time in ISO 8601 format, but does
not fetch the GMT timezone offset. This is incorrect. get_post_time is
the correct function here, using the true parameter for GMT
2015-08-03 08:47:22 -07:00
Austin Pray
8fe7eb29a0 Merge pull request #1522 from chrisk2020/jscs-update
Update jscs validateJSDoc to jsDoc rule
2015-07-28 11:05:28 -05:00
Chris Knight
bcefb5908f Update jscs validateJSDoc to jsDoc rule 2015-07-28 12:39:07 +01:00
Ben Word
cd6095da82 Merge pull request #1496 from martinvd/patch-1
Fix source map paths
2015-06-20 20:45:10 -07:00
Austin Pray
a08273efb1 Merge pull request #1487 from austinpray/gulpDebug
Allow `debugger` statements in development JS
2015-06-20 22:39:10 -05:00
Austin Pray
6c0c69b618 Allow debugger statements in development JS
fixes https://github.com/roots/sage/issues/1480
2015-06-20 22:36:41 -05:00
martinvd
ca9d7a2bb5 Fix sourcemaps sourceRoot 2015-06-20 01:41:07 +02:00
Scott Walkinshaw
5bcd06396e Merge pull request #1501 from kalenjohnson/patch-2
Fix jQuery being compiled in main.js
2015-06-17 17:59:29 -04:00
Kalen Johnson
7175cc833b Fix jQuery being compiled in main.js
Cause that happened, not blaming anyone
2015-06-17 14:58:03 -07:00
Ben Word
45ee2df2c5 Merge pull request #1499 from KayCreations/patch-1
Update bootstrap-sass-official to 3.3.5
2015-06-17 10:04:17 -07:00
Kevin Krummnacker
2305dbe439 Update bootstrap-sass-official to 3.3.5 2015-06-17 01:02:15 +02:00
Scott Walkinshaw
71c2e78b0e Merge pull request #1482 from Psykar/typofix
Adjust comments on ConditionalTagCheck to match actual functionality.
2015-06-02 10:14:11 -04:00
Louis des Landes
4c51724b25 Adjust comments on ConditionalTagCheck to match actual functionality.
The check returns false, if any of it's tags are true, not vise versa.
2015-06-02 15:08:03 +10:00
Ben Word
fd8d9accb7 Merge pull request #1468 from roots/remove-jquery-cdn-remnants
Remove unnecessary references to jQuery
2015-05-17 11:21:31 -05:00
Ben Word
d089414a6d Merge pull request #1471 from JulienMelissas/move-html-to-base
Moved opening html tag to base.php
2015-05-17 11:20:32 -05:00
Ben Word
11bcfa7507 Merge pull request #1472 from eballeste/svg-optimization-improvements
Keep SVG element IDs during gulp images task
2015-05-17 11:19:26 -05:00
Enrique Balleste
696dd15df3 Keep SVG element IDs during gulp images task 2015-05-16 16:37:53 -04:00
Julien Melissas
9e6d0ee587 Moved opening html tag to base.php
Still using the `head.php` partial at this point.
2015-05-15 15:45:45 -04:00