Matias Griese
1bd3d2693d
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-06-08 11:29:08 +03:00
Flavio Copes
947c920fbd
Improved error message when running bin/grav install instead of bin/gpm install, and also when running on a non-skeleton site #1027
...
```
$ bin/grav install
HINT Are you trying to install Grav? Grav is already installed. You
need to run this command only if you download a skeleton from GitHub
directly.
$ bin/grav install admin
HINT Are you trying to install a plugin or a theme? Make sure you use
bin/gpm install <something>, not bin/grav install. This command is only
used to install Grav skeletons.
```
2017-06-06 13:15:08 +02:00
Flavio Copes
354ef34c7a
Restore GravTrait in ConsoleTrait, fix https://github.com/getgrav/grav-plugin-login/issues/119
2017-06-06 13:00:39 +02:00
Matias Griese
3468f59ac7
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-06-06 12:20:04 +03:00
Ole Vik
ff8a8dde28
Fix Windows routing with built-in server ( #1502 )
...
Strips backward-slashes from Medium.php's and ImageMedium.php's url() method.
2017-06-04 14:24:29 -06:00
the4thamigo-uk
9c0f06e306
fix #1504 process_twig and frontmatter.yaml ( #1507 )
2017-06-04 14:21:28 -06:00
ShtHappens796
634f2bdfa0
Nicetime fix: 0 seconds from now -> just now ( #1509 )
...
* Update TwigExtension.php
Check if date matches, which means the post / comment was posted just now.
Will return proper value to whatever function uses it.
The file /system/languages/en.yaml and basically all language files need to include the JUST_NOW text value which should be "just now", of course correctly translated in each language.
This fix has been created in order to fix the "0 seconds from now" message as it sounds weird.
* Update en.yaml - Add JUST_NOW variable
Should be translated to other languages and included in all translation files.
2017-06-02 06:32:15 -06:00
Denis Efremov
5551cb834c
Fixed help text wrapping ( #1503 )
2017-05-31 19:54:50 +02:00
Matias Griese
c4fac41fe3
Improve CacheTrait::getMultiple()
2017-05-31 13:35:14 +03:00
Matias Griese
512aae350e
Fix cloning issues with ObjectCollection
2017-05-31 13:34:04 +03:00
Matias Griese
673131926a
Improve caching functions
2017-05-29 14:30:52 +03:00
Matias Griese
668c9801eb
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-29 10:12:20 +03:00
Matias Griese
6dbf704a13
Implement memory and chain cache
2017-05-29 10:12:02 +03:00
Andy Miller
c1edbab1fa
added lower/upper filter types
2017-05-27 08:35:18 -06:00
Andy Miller
7274f52988
only build media from supported media types
2017-05-27 00:21:29 -06:00
Andy Miller
53bccab326
Adde pathinfo twig function
2017-05-26 17:52:19 -06:00
Matias Griese
83943ce70d
Namespace and TTL not needed in MemoryCache adapter
2017-05-26 13:12:18 +03:00
Matias Griese
99eff9587c
Implement MemoryCache adapter
2017-05-26 12:27:48 +03:00
Matias Griese
5ec844d883
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-26 11:57:00 +03:00
Andy Miller
0ca58122a9
added a relativePath() method
2017-05-25 06:13:27 -06:00
Andy Miller
42d99756ea
Added a tonne of new thumbs
2017-05-24 11:48:23 -06:00
Matias Griese
7f3f634e3e
Merge branch 'feature/debug-json' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
2017-05-24 15:18:23 +03:00
Matias Griese
b2070c8ab5
Fix error on missing renderer if using unknown file extension
2017-05-24 15:15:14 +03:00
Matias Griese
6ffc062531
Merge branch 'develop' of https://github.com/getgrav/grav into feature/debug-json
...
# Conflicts:
# CHANGELOG.md
2017-05-24 15:13:11 +03:00
Andy Miller
f22d6beb28
Prepare for release
2017-05-22 14:41:08 -06:00
Matias Griese
4cc502c477
Merge branch 'feature/debug-json' of https://github.com/getgrav/grav into 2.0
2017-05-22 15:10:41 +03:00
Matias Griese
7ca0f8711c
Make it possible to include debug bar also into non-HTML responses
2017-05-22 14:55:26 +03:00
Matias Griese
78cb767172
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
2017-05-22 09:09:32 +03:00
Andy Miller
d40cb3c74a
Fix for bad base_url paths in some URLs
2017-05-21 16:24:13 -06:00
Andy Miller
9277381527
Fix for inefficient path parts
2017-05-21 16:23:27 -06:00
Andy Miller
7dd886837f
Tweak to 'hash' file check method
2017-05-20 22:17:40 -06:00
Andy Miller
ba562f0486
Added Utils::getPagePathFromToken()
2017-05-20 22:16:53 -06:00
Flavio Copes
ce32a08cbf
Remove unpublished pages from the translated languages, move into untranslated list ( #1482 )
...
* Remove unpublished pages from the translated languages, move into untranslated list
Refs https://github.com/getgrav/grav-plugin-sitemap/issues/43
* Add missing part
* Add flags to avoid breaking changes
2017-05-19 10:01:02 +02:00
Matias Griese
9d918ad111
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-19 08:09:43 +03:00
Andy Miller
f7266ef752
Typo
2017-05-18 14:33:10 -06:00
Andy Miller
f126f3fd53
Put onOutputRendered back in processor
2017-05-18 14:16:26 -06:00
Matias Griese
cb29d81529
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-18 17:45:34 +03:00
OliverO2
890b0280b3
Fix output handling in RenderProcessor ( #1483 )
...
Ensure that output modifications by subscribers to onOutputGenerated are picked up.
2017-05-18 17:45:08 +03:00
Matias Griese
dd2384622c
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-18 13:09:52 +03:00
Matias Griese
5a93fcf952
Minor fix for adding custom page vars if page template file cannot be found
2017-05-18 13:09:29 +03:00
Matias Griese
4b14a0db7a
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-18 09:52:06 +03:00
Matias Griese
f3cecd8bdd
Merge remote-tracking branch 'origin/develop' into develop
2017-05-18 09:51:14 +03:00
Matias Griese
7543f3e543
Define public $this->output variable for Grav container (for PhpStorm)
2017-05-18 09:51:03 +03:00
Matias Griese
bf687e6fa6
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
2017-05-18 09:45:03 +03:00
Andy Miller
ffe286ea49
cleanup output
2017-05-17 15:29:21 -06:00
Andy Miller
f31f6f8e04
Moved onOutputRendered() back into Grav core
2017-05-17 14:31:59 -06:00
Andy Miller
725e6ab303
Prepare for release
2017-05-17 12:17:57 -06:00
Andy Miller
cb36bdabdf
Added timestamp on configurations #1480
2017-05-17 12:11:48 -06:00
Flavio Copes
8dabe88246
Avoid validation on a YAML field, do not parse YAML ( #1480 )
...
YAML parsing causes a fatal error if the field is not a string
2017-05-17 11:42:27 -06:00
Andy Miller
18f97b067d
Various checks for Exif existence before using
2017-05-17 10:31:56 -06:00