Kim Helge Frimanslund
7fd70d6fc8
Bring hook run sequence in line with expected WordPress behaviour
2018-10-27 11:53:52 +02:00
Ben Word
5b389077ea
Merge pull request #2114 from roots/9.0.5
...
9.0.5
2018-09-17 11:21:39 -06:00
Ben Word
46766af486
9.0.5
2018-09-17 11:13:10 -06:00
Ben Word
e1d70b90ef
Update comment [ci skip]
2018-09-17 11:09:24 -06:00
MWDelaney
a8838f486b
Workaround for Bootstrap incompatibility with webpack. Fixes #2017
2018-09-17 10:17:14 -04:00
Ben Word
de3b251fd1
Merge pull request #2112 from roots/9.0.4
...
9.0.4: Force `illuminate/support` to `5.6.*`
2018-09-07 09:36:32 -06:00
Ben Word
194802e893
Force illuminate/support to 5.6.*
2018-09-07 09:30:38 -06:00
Ben Word
50f4e6c8dc
Merge pull request #2111 from roots/9.0.3
...
9.0.3
2018-09-07 08:17:53 -06:00
Ben Word
62b5ba6faf
9.0.3
2018-09-07 08:02:01 -06:00
Ben Word
86d7459f78
Merge pull request #2110 from roots/revert-2090-master
...
Revert "Add searchform partial and function to replace default WordPress functionality"
2018-09-07 07:57:23 -06:00
Ben Word
b7d60eb833
Merge pull request #2100 from mejta/comments-template-data
...
Add data from controller to comments template
2018-09-06 19:14:22 -06:00
Ben Word
bc6fd7352d
Revert "Add searchform partial and function to replace default WordPress functionality"
2018-09-06 19:12:32 -06:00
Matt Mirus
fbe0a90c16
Merge pull request #2108 from roots/unescape-language-attributes
...
Unescape get_language_attributes()
2018-09-06 11:44:57 -04:00
Matt Mirus
0d134643b9
Unescape get_language_attributes()
2018-09-06 11:30:46 -04:00
Daniel Mejta
844d42335f
Revert "Final filter that renders template should have PHP_INT_MAX priority."
...
This reverts commit a9d2541632 .
2018-09-05 00:46:31 +02:00
Daniel Mejta
62d8c6f2a5
$comments_template fix
2018-09-03 08:43:51 +02:00
Ben Word
a441f15204
Patreon
2018-08-30 13:36:35 -06:00
Daniel Mejta
a9d2541632
Final filter that renders template should have PHP_INT_MAX priority.
2018-08-28 07:23:58 +02:00
Daniel Mejta
3585d02f43
Add data from controller to comments template
2018-08-28 07:19:59 +02:00
Ben Word
99b2cde397
Merge pull request #2099 from roots/9.0.2
...
9.0.2
2018-08-21 15:54:44 -06:00
Ben Word
120005bcef
9.0.2
2018-08-21 15:48:26 -06:00
Ben Word
d9652abf98
Merge pull request #2095 from mejta/comments-template-fix
...
Comments template fix
2018-08-21 15:37:22 -06:00
Ben Word
bae7a79b72
Merge pull request #2025 from darrenjacoby/master
...
Upgrade to Controller 2.1.0
2018-08-21 15:35:49 -06:00
Ben Word
769a0ef744
Merge pull request #2098 from roots/update-deps
...
Update dependencies
2018-08-21 15:33:09 -06:00
Ben Word
f796f1cde7
Merge branch 'master' into master
2018-08-21 15:30:05 -06:00
Ben Word
20a6e59f65
Merge pull request #2092 from LubomirGeorgiev/uglifyjs-es5
...
UglifyJs: Change the ecma option from 8 to 5
2018-08-21 15:26:17 -06:00
Ben Word
4f2980a210
Update dependencies
2018-08-21 15:24:47 -06:00
Ben Word
28b4dec791
Merge pull request #2097 from roots/bootstrap-4.1.3
...
Update to Bootstrap 4.1.3
2018-08-21 15:19:46 -06:00
Ben Word
4f7ff8a600
Update to Bootstrap 4.1.3
2018-08-21 15:13:27 -06:00
Ben Word
0278cf0155
Merge pull request #2096 from roots/update-sage-installer
...
Bump sage-installer
2018-08-21 15:08:46 -06:00
Matt Mirus
6c702b0921
Bump sage-installer
2018-08-21 14:54:35 -04:00
Daniel Mejta
53abe14942
Fix
2018-08-21 15:40:11 +02:00
Darren Jacoby
5c6bd4aa97
Update composer.json
2018-08-17 10:15:25 +02:00
Lubomir Georgiev
ab23669164
UglifyJs: Change the ecma option from 8 to 5
2018-08-14 17:23:15 +03:00
Nathan Knowler
b3f046ddfa
Use smartStrategy to replace loaders with preset ( #2084 )
...
Using `merge.smartStrategy` with `'module.loaders' = 'replace'` to load
the preset config allows presets to override the the default webpack
config. This is necessary for the coming Tailwind preset which requires
`resolve-url-loader` and source maps to be disabled.
2018-08-11 19:32:19 -07:00
Ben Word
104e4c93f4
Merge pull request #2081 from kukac7/patch-2
...
missing semicolon
2018-08-09 15:11:47 -06:00
Ben Word
009aa93efb
Merge pull request #2089 from Log1x/patch-1
...
Change language_attributes() to get_language_attributes()
2018-08-09 15:11:20 -06:00
Ben Word
b22a371cd5
Merge pull request #2090 from MWDelaney/master
...
Add searchform partial and function to replace default WordPress functionality
2018-08-09 15:05:09 -06:00
Michael W. Delaney
230f194855
Update filters.php
2018-08-08 09:55:54 -04:00
Michael W. Delaney
28710faf2f
Update filters.php
2018-08-08 08:51:00 -04:00
Ben
b912090139
Extract logic from search form template
...
This removes all logic from the search form Blade template, and extracts
it to the "Controller" level via Sage's filter system. It also adds a
global 'app' filter to hook into, so that the search form data will be
served on every page.
2018-08-06 13:06:34 -07:00
MWDelaney
13b0875bdc
Add text domain
2018-08-05 21:15:08 -04:00
MWDelaney
f1cb3a1ef0
Remove gross WPCS
2018-08-05 21:06:46 -04:00
MWDelaney
0984d82b36
Add searchform partial and function to replace (and maintain) default WordPress functionality
2018-08-05 12:07:32 -04:00
Brandon
0eb23162b3
Change language_attributes() to get_language_attributes()
2018-07-31 17:25:45 -05:00
Daniel Roe
cc349672ca
Fix missing comment-reply JS ( #2085 )
2018-07-18 16:37:51 -06:00
Nathan Knowler
9cce28990f
Add support for preset specific Webpack config ( #2083 )
2018-07-17 10:58:16 -07:00
béla
fe6875f0ed
missing semicolon
2018-07-02 00:22:37 +02:00
Jason Baciulis
e8748173d9
Add uglifyjs plugin ( #2070 )
...
* Add uglifyjs plugin and replace -p flag with --env.production
* Add uglifyjs plugin
* Configure UglifyJsPlugin to drop console and prevent eslint error
* Turn off no-console rule because uglifyjs plugin drops it in prod
2018-06-16 08:33:41 -07:00
Ben Word
fd54c09c8f
Merge pull request #2078 from knowler/enable-sass-comments
...
Enable Sass comments and run prefixing before minification
2018-06-11 11:05:12 -06:00