Commit Graph

360 Commits

Author SHA1 Message Date
Ben Word
045b47b444 Rename config.php to setup.php 2015-10-10 14:53:54 -05:00
Ben Word
23ab579f37 Move init.php to config.php 2015-10-10 13:09:20 -05:00
Ben Word
9a14571814 Use Sass to style search form, remove search template 2015-10-10 12:53:19 -05:00
Ben Word
4281e6f932 Remove Modernizr 2015-10-10 12:37:44 -05:00
Ben Word
a88a4db344 Remove references to WP_ENV 2015-10-10 12:28:19 -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
31e3c3c527 Use slash in handle names for theme CSS and JS 2015-09-11 11:52:50 -05:00
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
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
Colin Duwe
999adc6466 Allow revved production files on dev environment 2015-05-05 16:49:49 -07:00
Ben Word
64e78cf003 Remove nav walker and Bootstrap navbar 2015-04-28 23:59:59 -05:00
Ben Word
7066299690 Remove Bootstrap gallery 2015-04-28 23:49:27 -05:00
Ben Word
22329a401c Move jQuery CDN feature to Soil 2015-04-14 11:48:57 -05:00
Ben Word
c8693d858e Remove $content_width 2015-04-10 21:34:44 -05:00
QWp6t
1be28dff01 Remove Google Analytics 2015-04-01 17:46:56 -07:00
Ben Word
46d29c0ff7 Pass new ruleset 2015-04-01 16:39:30 -05:00
Phil Nelson
6b90341d5f Change SageNavWalker to NavWalker in comments 2015-03-22 12:25:36 -04:00
Kalen Johnson
796eaf1600 Referencing ConditionalTagCheck directly 2015-03-18 14:09:10 -07:00
Kalen Johnson
897782e65d Changing SageNavWalker to NavWalker, and referencing it directly in the template 2015-03-18 13:52:15 -07:00
QWp6t
67acc1ae3d Move GA snippet to roots/soil 2015-03-13 00:48:25 -07:00
QWp6t
39d635b9cf Apply script_loader_src filter to jquery fallback 2015-03-03 14:13:12 -08:00
Ben Word
a57e07b14a Use a constant for the build directory path
Ref #1352
2015-03-03 14:37:47 -06:00
Ben Word
0c25df7e09 Merge pull request #1365 from roots/conditional-tag-check-args-fix
Update ConditionalTagCheck and usage docs
2015-03-03 14:32:03 -06:00
Ben Word
6a9e437427 Merge pull request #1352 from emaildano/patch-2
Handle $dist_path as var
2015-03-03 14:31:04 -06:00
Scott Walkinshaw
fe94039e70 Update ConditionalTagCheck and usage docs
When passing an argument to a function for ConditionalTagCheck, the
argument should *not* always be an array. The function will be called
wit the arguments as is and not modified. So if the function takes a
string argument, keep it as a string. If it takes an array, use an
array.
2015-03-03 15:26:30 -05:00
Leo Gono
566563e701 change default columns to 3.
Issue is if you set 3 in Gallery options it will output 4 columns in the frontend. The default WordPress column is 3 for gallery and if it's set to 3, it does not added any column attribute to the shortcode which cause the issue. Setting the default to 3 should fix the issue.
2015-03-03 15:26:50 +08:00
Scott Walkinshaw
65382410b5 Restore template-custom to sidebar config 2015-02-27 22:07:43 -06:00
Austin Pray
12d0f21e03 dist_var -> dist_dir 2015-02-26 17:07:31 -06:00
Daniel Olson
c64d70f1bb Corrected $dist_path var 2015-02-26 17:32:53 -05:00
Daniel Olson
11713f1ec8 Handle $dist_path as var
Based on this thread: https://discourse.roots.io/t/sage-and-augmenting-my-workflow/2965/3

This sets up the opportunity to change the path of `dist/` for those needing to reference a different build.
2015-02-26 16:39:53 -05:00
Ben Word
3fe2fa9d92 config.php clean up 2015-02-20 16:21:32 -06:00
Ben Word
6e7c887b63 Merge pull request #1329 from roots/conditional-tag-check
[WIP] Conditional tag check
2015-02-20 16:01:07 -06:00
Ben Word
a8819028f0 Update links 2015-02-20 15:06:12 -06:00
Scott Walkinshaw
e1663c5d2f Convert Sidebar to ConditionalTagCheck
Simplify and generalize class since it had nothing to do directly with
the sidebar. Now it can be used for other purposes as well.
2015-02-19 15:36:42 -05:00
Ben Word
73fa0de4d5 Merge branch 'master' into 8.0.0
Conflicts:
	lib/sidebar.php
2015-02-19 11:18:49 -06:00
Ben Word
17a04ee696 Migrate @Foxaii's nav-rejig for 8.0.0 2015-02-19 11:08:47 -06: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
Austin Pray
7b54b36afd Adds get_path method to JsonManifest 2015-01-31 12:08:13 -06:00
Austin Pray
979b99f397 reconcile bower dependency versions with CDN url 2015-01-31 00:33:07 -06:00
Austin Pray
f93a1f2c8c Memoize asset_path function
Previously roots would do a file operation each time asset_path is
called. Now it will only parse the json manifest one time per program
execution.

Extract json reading to class that can be used to read bower.json
2015-01-30 23:25:55 -06:00
Austin Pray
c85d059239 Switches from livereload to browsersync
Formatting
Removes references to livereload
Removes enqueued livereload client
2015-01-28 09:22:05 -06:00
Ben Word
594251ae44 Update referenced file name 2015-01-27 16:40:38 -06:00
Ben Word
b8608db3ec minor 2015-01-27 14:12:09 -06:00
Austin Pray
d5d2d02459 Fixes livereload
If the environment is development -> try loading the livereload client
being served by `gulp watch`
2015-01-24 13:17:25 -06:00
Austin Pray
c95261e8a8 Merge branch '8.0.0' of github.com:roots/roots into fix-gulp-rev
Conflicts:
	gulpfile.js
	package.json
2015-01-24 11:41:59 -06:00
Ben Word
f4d64d23c9 Update PHP files to pass coding standards 2015-01-24 00:48:50 -06:00