Andy Miller
33f06e00a1
add webm and ogv
2016-04-19 17:08:39 -06:00
Andy Miller
643a977df6
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-04-19 10:35:12 -06:00
Andy Miller
cea454b2c5
Deleted deprecated newuser command - use login plugin
2016-04-19 10:34:58 -06:00
Andy Miller
672b37359a
Moved devtools out of core into a plugin
2016-04-19 10:34:29 -06:00
Flavio Copes
5d97fed383
Add 500 error option to the comment
2016-04-19 11:36:57 +02:00
Andy Miller
99f8ee2c81
Missing use statement
2016-04-18 16:40:09 -06:00
Djamil Legato
d4642e4b9a
Added Grav flag to identify if Grav is in testing or stable mode
2016-04-18 14:42:16 -07:00
Andy Miller
dc121e9ef2
Fix for fallbackUrl not being accessible in PageServiceProvider
2016-04-18 11:53:18 -06:00
Andy Miller
6124f71d6e
Feature/frontmatter twig processing ( #788 )
...
* start on processFrontmatter logic
* optimized the twig processing
* Added blueprint definitions
* updated changelog
* Fix to not process in admin
2016-04-14 15:33:45 -06:00
Flavio Copes
5213867611
Don't load plugins and themes in tests
2016-04-14 20:04:38 +02:00
Flavio Copes
a778878ec5
Fix reinitializing Grav in tests
2016-04-14 19:40:13 +02:00
Flavio Copes
e58994d196
Initialize stream in test
2016-04-14 19:25:35 +02:00
Flavio Copes
eb4e7ceae1
Better type hinting
2016-04-14 18:54:29 +02:00
Flavio Copes
773e3b68ef
Simplify test initialization code
2016-04-14 18:54:29 +02:00
Andy Miller
f2e6691f26
updated CHANGELOG.md
2016-04-13 15:12:08 -06:00
Andy Miller
3535c55bef
Merge pull request #775 from getgrav/feature/default-frontmatter-yaml
...
This allows a frontmatter.yaml file to be included in a page folder
2016-04-13 15:09:31 -06:00
Andy Miller
8bdceb6919
Added an isAdminPlugin() helper method in Utils
2016-04-13 15:05:17 -06:00
Andy Miller
40348124a1
Don't merge frontmatter.yaml if admin
2016-04-13 15:04:59 -06:00
Andy Miller
a5d4ede100
Added Cache::setKey() to allow dynamic setting of cache key
2016-04-13 14:59:25 -06:00
Andy Miller
c8e86dc1a6
added changelog mention of class refactor #745
2016-04-13 12:55:59 -06:00
Andy Miller
9eeb4c15ac
Merge pull request #745 from toovy/develop
...
Refactored the Grav classes load and process methods to follow clean coding standards
2016-04-13 12:51:45 -06:00
Tobias Braner
fbe65e7cac
merged
2016-04-13 07:23:18 +02:00
Andy Miller
a8f4092ac3
Merge pull request #778 from Xobb/patch-1
...
Add ability to link to file on gist
2016-04-12 16:26:42 -06:00
Andy Miller
c4470889b4
Fix for find() processing redirects via dispatch() - #781
2016-04-12 16:25:16 -06:00
Andy Miller
90481e8a6d
Added new gpm.releases option and output in CLI
2016-04-12 15:49:09 -06:00
Andy Miller
7e06b01771
Use new gpm.proxy_url and fallback to old proxy_url setting
2016-04-12 15:47:52 -06:00
Andy Miller
0e40257176
removed proxy_url and moved to gpm section
2016-04-12 15:46:28 -06:00
Flavio Copes
b4cdeba4cf
Drop seconds test
...
Caused false negatives on Travis
2016-04-12 16:36:52 +02:00
Flavio Copes
88320607fa
Detect error in exec call and output accordingly. Also fix trailing slash in path. Fix #746
2016-04-12 16:02:36 +02:00
Flavio Copes
a58766be66
Change the header.template override in system/blueprints/pages/default.yaml to be type text
...
Fixes https://github.com/getgrav/grav-plugin-admin/issues/433
2016-04-12 14:15:14 +02:00
Andy Miller
8751c662b9
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-04-11 21:03:44 -06:00
Andy Miller
3f1e482ee3
capitalized composer
2016-04-11 21:02:59 -06:00
Matias Griese
e880cf9c63
Fix warning on opcache clean
2016-04-11 08:27:16 +03:00
Matias Griese
9f7874a4f6
Simplify opcache test
2016-04-11 08:23:52 +03:00
Andy Miller
722e3cb55e
updated changelog
2016-04-10 19:49:57 -06:00
Andy Miller
63c2db5c85
Fix for non http/s external links - #738
2016-04-10 19:26:06 -06:00
Flavio Copes
c7c69cbd66
Update live changelog
2016-04-09 10:59:58 +02:00
Matias Griese
29eb3932ce
Fix Zend Opcache opcache.validate_timestamps=0 not detecting changes in compiled yaml and twig files
2016-04-08 11:50:21 +03:00
Andy Miller
9c5b457aa4
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-04-07 15:53:20 -06:00
Andy Miller
0f6d8b7037
allow the ability to override the auto escape without it impacting config
2016-04-07 15:53:08 -06:00
Paul (xobb) Chubatyy
bc6d9f98ff
Add ability to link to file on gist
...
Now when the file is passed to the gist filter only that file will be displayed, not the whole gist.
Example usage:
```{{ gist("000000000000000000000000", "somefile.php") }}```
Backward compatible by the way.
2016-04-07 16:28:04 +03:00
Flavio Copes
c47c4bcbf5
Test adding rel attribute to CSS assets group
2016-04-07 13:28:55 +02:00
Flavio Copes
61e6b8f371
Force downgrade phpunit/php-code-coverage to ~2.0 for PHP 5.5 testing
2016-04-07 12:15:06 +02:00
Flavio Copes
77c3f51118
Additional check that class exists before loading
2016-04-07 11:51:22 +02:00
Flavio Copes
9433eb4888
Update composer
2016-04-07 11:51:07 +02:00
Flavio Copes
3d449ff37c
Translate form field labels
2016-04-07 11:40:24 +02:00
Andy Miller
411a7d4b73
Merge pull request #698 from getgrav/feature/allow-authentication-proxy
...
Allow authentication for proxy
2016-04-06 17:54:03 -06:00
Andy Miller
33d69d7783
Merge pull request #759 from getgrav/feature/fix-redirect
...
Add params, query and fragment when redirecting to a language or default route
2016-04-06 17:49:43 -06:00
Andy Miller
9d2ef020b4
Merge pull request #747 from maxlysenko/feature/override-default-parsedown-processing
...
A way to override default Parsedown behavior
2016-04-06 17:46:26 -06:00
Andy Miller
d28e7bc147
Merge pull request #758 from getgrav/feature/load-twig-intl-extension
...
Add twig/extensions to allow Twig dates translation
2016-04-06 17:39:01 -06:00