Commit Graph

23 Commits

Author SHA1 Message Date
QWp6t
69a292a5b3 Add shared $post variable to Blade 2017-01-09 19:32:16 -08:00
Ben Word
d930f19c0d Close #1791 - Only disable customizer if theme isn't activated 2017-01-08 14:19:42 -07:00
QWp6t
50bc9d8525 Merge branch 'master' into config-class 2016-12-28 13:20:50 -08:00
Ben Word
725ee8446b Enable selective refresh for widgets in customizer (#1778) 2016-12-25 14:48:18 -08:00
QWp6t
c0fc19ef61 Use Config object to store config options 2016-12-24 23:14:38 -08:00
QWp6t
a3141c569e Refactor Blade implementation (again), closes #1769 (#1777)
* Squash bugs, reorganize, etc.
* Use `get_body_class()` to apply filters on template data
* Use `PHP_INT_MAX` as priority for `template_include` filter
2016-12-18 15:50:08 -08:00
QWp6t
0d83ed4b8b Refactor Blade implementation. Use Container 2016-12-06 03:42:41 -08:00
kalenjohnson
0af72b8525 Unused use keyword 2016-11-27 18:40:33 -08:00
Ben Word
d3171d3caa Replace WP codex links with developer.wordpress.org links 2016-11-27 14:56:03 -07:00
Ben Word
78ea970eab Remove post formats 2016-11-27 14:54:47 -07:00
Kalen Johnson
2124163de0 Namespaces on own line (#1712)
`namespace` declarations appear on their own line in PHP FIG examples as well as in common PHP frameworks. While not officially part of PSR-2, we should still follow this common practice of not putting `namespace` declaration on the same line as `<?php`.

- http://www.php-fig.org/psr/psr-2/
- https://github.com/laravel/laravel/blob/master/app/User.php#L1-L3
- https://github.com/symfony/filesystem/blob/master/Filesystem.php#L1-L12
- https://github.com/zendframework/zend-mail/blob/master/src/Address.php#L1-L10
2016-09-09 04:24:09 -07:00
Ben Word
4fa89c2b80 Fix path, fix permissions [ci skip] 2016-09-04 21:49:54 -06:00
johnnyicarus
529b1085f9 Fix path to stylesheet in add_editor_style 2016-07-23 07:58:42 -06:00
Patrick Vézina
7fa53e3e37 remove SAGE_ENV; uses webpack -d/-p flags; add config file; subfolders in dist/ 2016-03-15 10:47:02 -04:00
Patrick Vézina
7d1baa0fe7 webpack implementation 2016-03-13 17:08:30 -04:00
QWp6t
6a4d3bd51a Conform to new rules 2016-03-11 18:03:15 -05:00
QWp6t
12d6ac3c51 Remove closure from sidebar registration 2016-03-11 18:03:15 -05:00
Ben Word
d4461fa1e4 Remove sage.pot 2016-03-11 18:03:15 -05:00
Ben Word
9eec17dc3f Fix error 2016-03-11 18:03:15 -05:00
Ben Word
67c190fc41 Cleanup 2016-03-11 18:03:14 -05:00
Ben Word
fa0e51faa4 Update asset handles 2016-03-11 18:03:14 -05:00
Ben Word
d217ba6f57 Remove comment-reply JS 2016-03-11 18:03:14 -05:00
QWp6t
f752470b33 Rename app to src 2016-03-11 18:00:06 -05:00