Julien Melissas
ea35b85da7
- fixing weird double negative thing on line 22
...
- using unpackages/unoptimized modernizr when in the WordPress development environment
2014-04-05 00:49:21 -04:00
Ben Word
b4c7b9b4b2
Offer just one header, the BS top navbar
2014-03-31 20:14:33 -05:00
Ben Word
be14fdb69c
Use grunt-wp-assets
2014-03-30 23:01:59 -05:00
Ben Word
92cb5bc518
Use 'roots/' for filters
2014-03-30 21:23:00 -05:00
Ben Word
ea5699f284
Use apply_filters for main and sidebar classes
2014-03-30 20:47:16 -05:00
Ben Word
0f606929e0
Add comments about GA
2014-03-30 19:50:03 -05:00
Ben Word
7551f99641
Re-add excerpt and wp_title functions from cleanup.php
...
Rename custom.php to extras.php
2014-03-30 19:36:47 -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
70054b7d08
Just enqueue JS instead of register + enqueue
2014-03-11 23:57:03 -05:00
Ben Word
dede0bd851
Close #992 - Move some Roots features into Soil
2014-03-11 23:34:17 -05:00
Ben Word
4a03d3b2ab
Clean up the latest changes to lib/scripts.php
...
💙 @swalkinshaw
2014-02-21 23:53:45 -06:00
Ben Word
5b23b7fb96
Replace grunt-wp-assets with grunt-filerev and grunt-filerev-assets
...
By writing to assets-manifest.json with grunt-filerev-assets, it's
no longer necessary to commit changes to lib/scripts.php when developing
2014-02-21 23:14:12 -06:00
Ben Word
7b255992cf
Ref #933 - dev and build tasks for Grunt
...
Dev: don't minify
Build: minify, lean Modernizr build
Dev assets will load if you have defined your WP_ENV as development
If you don't use Bedrock, you'll need to add this to your wp-config.php:
define('WP_ENV', 'development');
TODO: lib/scripts.php shouldn't need to be committed for changes after
running the version task
2014-02-21 21:59:09 -06:00
Ben Word
cf843567ce
Better LESS organization
2014-02-04 23:34:29 -06:00
Ben Word
d8cbdb251a
Load Modernizr from Bower, lean build with Grunt
2014-02-04 23:13:33 -06:00
Ben Word
6ace5bbb27
Load jQuery from Bower
2014-02-04 22:59:07 -06:00
Ben Word
999759c375
Roots 6.5.2
2014-02-04 22:44:25 -06:00
Foxaii
553347d59a
Bootstrap 3.1.0
2014-01-30 20:45:30 +00:00
Ben Word
c095bd361a
Update to jQuery 1.11.0
2014-01-24 12:12:21 -06:00
Foxaii
98e7fc0b89
Fix avatar classes
2014-01-22 18:24:10 +00:00
Ben Word
d6fc59e041
Add comments to _main.js, remove finalize
2014-01-18 18:43:25 -06:00
Ben Word
9663bb489f
Remove widget-inner
...
No longer needed with box-sizing: border-box
2014-01-18 00:26:32 -06:00
Scott Walkinshaw
9bcd427ab6
Fixes #962 - Not used anymore
2014-01-15 13:45:24 -05:00
Foxaii
378841c8a8
Merge pull request #947 from leoj3n/gallery-fix
...
Fix gallery link option
2014-01-05 07:33:41 -08:00
Roscius
940b8b5399
Match wp_register_script function signature
...
Although the third parameter currently works when false to indicate
no dependancies, it works by side-effect, the function signature uses
an empty array to indicate no dependancies.
2014-01-03 23:33:43 -05:00
Ben Word
a0534e8c90
Add notice to theme activation, tidy activation table markup
2013-12-29 14:31:42 -06:00
Ben Word
e4ac25853c
screen_icon has been deprecated with WP 3.8
2013-12-29 14:13:23 -06:00
Ben Word
d581900fe8
Remove changing media folder from theme activation
2013-12-29 14:10:41 -06:00
Joel Kuzmarski
261fb43776
Fix gallery link option
...
Galleries should support three link types:
* Attachment Page (default): [gallery ids="1,2,3"]
* Media File: [gallery link="file" ids="1,2,3"]
* None: [gallery link="none" ids="1,2,3"]
2013-12-20 06:47:52 -06:00
Scott Walkinshaw
17ea6019e4
Merge pull request #942 from roots/language-attributes
...
Remove lang cleanup and fix dir
2013-12-14 14:42:21 -08:00
Foxaii
51b246ea92
Fix relative url changes
2013-12-14 21:02:49 +00:00
Scott Walkinshaw
d19f17bc17
Remove lang cleanup and fix dir
2013-12-14 10:56:21 -05:00
Foxaii
7f88525175
Port support for rel urls
2013-12-13 19:52:39 +00:00
Foxaii
aa59cede7f
Update to Bootstrap 3.0.3
2013-12-05 19:27:34 +00:00
Foxaii
9fca562a61
Merge pull request #908 from bjornerik/figurefix
...
Add 10 px to the width of <figure> to avoid figure overflow
2013-12-04 12:32:52 -08:00
Hans Czajkowski Jørgensen
c72a8a7e79
fixed deprecated class name for unstyled lists
2013-12-01 16:40:18 +01:00
Ben Word
94991089c9
Update to Modernizr 2.7.0
2013-11-18 09:46:09 -06:00
magox
bfd07ce8ff
restore apply_filters and switch echo to return
2013-11-13 17:58:00 +01:00
magox
6cbdcd63e2
add a space after the comma L:28
2013-11-13 17:22:57 +01:00
magox
aca0793f87
roots_title() returns a value
...
Instead of printing the value directly, now the function returns a
value which can printed with echo (like it is in page-header.php) or
stored in a $var when needed.
2013-11-13 16:40:25 +01:00
Ben Word
840ee637bf
Formatting, adding/updating links
2013-11-07 21:28:52 -06:00
Ben Word
5fe6c44dab
Update to Bootstrap 3.0.2
2013-11-06 19:16:58 -06:00
Ben Word
3b64f10111
Switch to grunt-contrib-less, add LESS source maps support
2013-11-06 13:38:21 -06:00
Ben Word
f8bc0ca80b
Move rewrites to a plugin, Roots 6.5.1
2013-11-05 14:54:09 -06:00
Ben Word
8575130b02
Merge pull request #893 from RistoNiinemets/master
...
Filter titles
2013-11-03 14:09:47 -08:00
Ben Word
a6d3139269
Close #888 - Add comment about Universal Analytics
2013-11-03 16:04:50 -06:00
bjornerik
92dee5ad5e
Add 10 px to the width of <figure> to avoid figure overflow
2013-10-28 21:54:58 +01:00
Brandon Shutter
beb3467ed9
Update rewrites.php
...
Broken link.
2013-10-11 16:41:08 -04:00
RistoNiinemets
20f9383c4d
filter titles
2013-10-09 15:23:20 +03:00
Ben Word
2a3fbf0d66
Make sure jQuery fallback is immediately after jQuery
2013-09-08 12:02:42 -05:00