lainga9
98818ea7c7
Bug in roots_request_filter()
...
This function affects the dashboard as well and breaks product filtering in WooCommerce 2.15 (not sure what other versions). Adding && !is_admin() should fix it.
2014-03-25 16:14:56 +00:00
Julien Melissas
e3012cb845
Adding comment to reduce confusion about div tag closing.
2014-03-20 12:57:03 -04:00
Illimar Tambek
554374fb07
Make Home and Primary Navigation translatable
2014-03-18 08:33:04 +02: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
Anson Kao
b2ca4611f6
Author Archives title - WPML Compatibility
...
If WPML String Translation is used to have multilingual author names, this change is needed to persist the translation to the title of the Author Archives page.
2014-03-05 02:21:37 -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
fa6b8eced0
Update to Bootstrap 3.1.1
2014-02-13 16:23:15 -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
Ben Word
acab6fe5f7
Latest build
2013-09-08 11:24:27 -05:00
Jamee Mikell
029e0c61e0
Update comment per swalkinshaw's suggestion
2013-09-03 13:32:06 -04:00
Jamee Mikell
1a40ba6530
Comment config.php excerpt length is in words
...
Add comment to POST_EXCERPT_LENGTH to indicate it is in words, not
characters.
2013-09-01 13:19:41 -04:00