Andy Miller
929fefbef4
Updated links to https://
2017-02-08 10:55:57 -07:00
Andy Miller
9100c54244
Fixes to allow not just ‘default/file’ cache in CLI ( #1294 )
...
* Fixes to allow not just ‘default/file’ cache in CLI
* vendor updates
* Better solution
* Added cli_compatibility to system blueprint
* Fall back to ‘file’ if cli_compatibility and (auto or volatile)
2017-02-07 13:48:50 -07:00
Flavio Copes
cab21f9834
Typo
2017-02-03 19:23:54 +01:00
Andy Miller
b707007e7d
Added code to error output
2017-02-01 17:51:34 -07:00
Flavio Copes
a4c5d570ae
Add query information to default Caddy config
2017-01-31 09:17:22 +01:00
Andy Miller
3dc0e84351
Updated readme with Gitter -> Slack
2017-01-30 18:45:14 -07:00
Andy Miller
d269989c50
Merge branch 'release/1.1.15' into develop
2017-01-30 14:14:16 -07:00
Andy Miller
e17721b4bd
Prepare for release
2017-01-30 14:13:32 -07:00
Andy Miller
f37bebaacd
Added open collective info in readme
2017-01-30 13:29:36 -07:00
Andy Miller
f287dab16d
Need to experiment more.. This is causing more issues than it fixes.
2017-01-30 13:19:21 -07:00
Andy Miller
31fe300a1e
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-01-30 13:17:25 -07:00
Andy Miller
f1faea26e5
Code insight fix
2017-01-30 13:17:20 -07:00
Pia Mancini
422b9907cf
Add backers and sponsors from Open Collective ( #1281 )
...
This is for your open collective backers and sponsors to appear directly on your README.
see how it'll look [here](https://github.com/apex/apex#backers )
[More info](https://github.com/opencollective/opencollective/wiki/Github-banner )
Also add badges on top.
2017-01-30 11:47:09 -08:00
Andy Miller
24bffcde80
Don’t set default param_sep, use system constant ( #1275 )
...
* Don’t set default param_sep, use system constant, but still allow override
* Automatically fix param_sep on windows
* Reverted back to original system.yaml syntax
* Comment fix
* PSR formating fixes
* Ensure automatic override of `param_sep` is only in cases where it’s different from system + windows + apache
2017-01-30 11:36:37 -07:00
Andy Miller
b7c76b5a53
Composer libs updated
2017-01-30 10:27:03 -07:00
Andy Miller
c7619e5b52
Updated composer libs
2017-01-27 16:45:23 -07:00
Andy Miller
3d05574d08
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-01-27 07:21:08 -07:00
Andy Miller
6e8455fde6
Updated composer.phar
2017-01-27 07:20:58 -07:00
Matias Griese
c6c8577b6f
Silence E_WARNING: Zend OPcache API is restricted by "restrict_api" configuration directive
2017-01-27 10:29:55 +02:00
A----
108312e8c0
Provided empty alt if '' is supplied ( #1262 )
...
* Provided empty alt if '' is supplied
* Fixing some tests
* Regexp tests
* Again.
2017-01-26 16:30:39 -07:00
Andy Miller
060f21f83d
Skip symlinks in cache clearing if found - #1269
2017-01-24 20:36:22 -07:00
Flavio Copes
4d904e6f70
Add an additional parameter to GPM::findPackage to avoid throwing an exception, for use in Twig, re #1008
2017-01-22 15:48:26 +01:00
Andy Miller
6968e2edff
Fix Response object to handle 303 redirects when open_basedir in effect [ #1267 ]
2017-01-21 16:25:13 -07:00
Andy Miller
300f65c22e
Implode an array returned by sort order #1264
2017-01-20 15:17:28 -07:00
Andy Miller
5ecf240c26
Added new Collection::merge() method #1258
2017-01-20 10:47:24 -07:00
Andy Miller
9536f2e418
Merge branch 'release/1.1.14' into develop
2017-01-18 15:13:14 -07:00
Andy Miller
c7fd01a644
Prepare for release
2017-01-18 15:12:14 -07:00
Andy Miller
61c0c31992
Fix to allow you to enable content-encoding: identity. Set to ‘none’ by default. #548
2017-01-18 15:02:53 -07:00
Matias Griese
e2ee02a71d
Fixed page.collection() returning array and not Collection object when header variable did not exist
2017-01-18 10:42:13 +02:00
Andy Miller
4e283322ea
Merge branch 'release/1.1.13' into develop
2017-01-17 13:20:08 -07:00
Andy Miller
138abdcab1
Prepare for release
2017-01-17 13:19:19 -07:00
Andy Miller
bf661c4355
Vendor updates
2017-01-17 12:06:59 -07:00
Flavio Copes
085ca323e2
Fix #1254 issue in trying to process broken symlink
2017-01-17 14:25:42 +01:00
Matias Griese
c22b28f312
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# CHANGELOG.md
2017-01-13 12:28:23 +02:00
Matias Griese
9b5ef4c263
Fixed all $_GET parameters missing in Nginx (please update your nginx.conf) [ #1245 ]( https://github.com/getgrav/grav/issues/1245 )
2017-01-13 12:27:21 +02:00
Andy Miller
3cffe74965
Updated changelog
2017-01-12 11:55:10 -07:00
Andy Miller
759ba5143f
Added ability to never cache twig. This makes it possible to cache content, but always process twig. Useful for regular but especially modular pages. ( #1244 )
2017-01-12 11:51:12 -07:00
Andy Miller
9ebff2287c
Fixed an error in the ‘file’ type description
2017-01-12 10:59:05 -07:00
Andy Miller
e492fbde21
Hash added to blueprints
2017-01-12 06:40:51 -07:00
Andy Miller
7255556819
Fixed issue with multi-lang site caching non-lang specific pages for all langs #1211
2017-01-11 16:03:51 -07:00
Matias Griese
c718b8f32a
Fixed broken hash method on page modifications detection
2017-01-09 21:23:11 +02:00
Andy Miller
07b66dd5d0
Vendor updates
2017-01-06 15:51:14 -07:00
Andy Miller
2e4686fada
Updated changelog
2017-01-05 16:04:50 -07:00
ka7
e2544feeaf
spelling fixes ( #1236 )
2017-01-05 16:02:45 -07:00
Andy Miller
970bf77492
Feature/theme dev improvements ( #1232 )
...
* Initial improvements to help theme development
* Added default language to site
2017-01-05 16:02:23 -07:00
Flavio Copes
0145f454b7
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# CHANGELOG.md
2017-01-05 16:25:01 +01:00
Flavio Copes
e984d9b68f
Lint
2017-01-05 16:08:37 +01:00
Flavio Copes
1cd6773ded
Fix renaming the folder name if the page, in the default language, had a custom slug set in its header
2017-01-05 16:08:25 +01:00
Matias Griese
0445aa707b
Fixed issue with Content-Encoding: none. It should really be Content-Encoding: identity instead
2017-01-05 12:03:22 +02:00
Flavio Copes
cc96d160a4
Try rename before doing copy&delete
2017-01-04 16:43:56 +01:00