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 |
|
Andy Miller
|
fd858248af
|
Added media and vardump Twig functions
|
2017-05-17 10:31:27 -06:00 |
|
Matias Griese
|
012841617a
|
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
# Conflicts:
# CHANGELOG.md
|
2017-05-17 09:27:02 +03:00 |
|
Andy Miller
|
6496508810
|
Prepare for release
|
2017-05-16 13:33:59 -06:00 |
|
Matias Griese
|
0269ec579b
|
Object collections: Allow property get, set and grouping for nested arrays
|
2017-05-16 19:04:24 +03:00 |
|
Matias Griese
|
91a6224156
|
Rename Object::offsetLoad_*() functions, nested array access
|
2017-05-16 19:03:23 +03:00 |
|
Matias Griese
|
b4801560be
|
Update docblocks
|
2017-05-16 12:24:41 +03:00 |
|
Matias Griese
|
c7bcbeabd9
|
Add support for loading properties in Object class
|
2017-05-16 12:00:49 +03:00 |
|
Matias Griese
|
41c130cd43
|
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
# Conflicts:
# composer.lock
|
2017-05-16 10:54:16 +03:00 |
|
Matias Griese
|
9c5df5977d
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-15 20:26:52 +03:00 |
|
Matias Griese
|
d3526ae544
|
Added support for a single array field in the forms
|
2017-05-15 20:26:45 +03:00 |
|
Andy Miller
|
52d4c3f137
|
Only store 'extra' metadata in yaml
|
2017-05-15 10:45:14 -06:00 |
|
Andy Miller
|
0c0bf4b137
|
Store metadata atomically for easy retrieval
|
2017-05-15 10:03:36 -06:00 |
|
Flavio Copes
|
6b282d845f
|
Fix issue with exif when composer update is not run
For git-cloned repos
|
2017-05-15 12:36:31 +02:00 |
|
Andy Miller
|
82f223248e
|
Added Exif + Auto generation of meta.yaml files (#1472)
* Added Exif + Auto generation of meta.yaml files
* Added twig function
* Put a check in for `exif_read_data` function
|
2017-05-12 16:20:22 -06:00 |
|
Ole Vik
|
a9f1ca429a
|
Tiny typo (#1473)
|
2017-05-12 15:28:40 -06:00 |
|
Andy Miller
|
7db5d9189b
|
Updated clean command
|
2017-05-12 15:28:03 -06:00 |
|
Djamil Legato
|
4f27ff1100
|
Merge branch 'develop' into 2.0
# Conflicts:
# composer.json
# composer.lock
|
2017-05-12 14:08:47 -07:00 |
|
Andy Miller
|
8ff2003411
|
Added base32/64 encode/decode twig filters
|
2017-05-12 14:47:55 -06:00 |
|
j000
|
899cbffe33
|
ETag header should be inside double quotes (#1471)
It's small change, but still...
https://tools.ietf.org/html/rfc7232#section-2.3
|
2017-05-12 12:05:35 -06:00 |
|
Matias Griese
|
77b44f83e1
|
Add missing APCu
|
2017-05-11 13:37:24 +03:00 |
|
Matias Griese
|
d1654a3e32
|
Added Grav\Framework\Cache classes providing PSR-16 Simple Cache implementation
|
2017-05-11 13:34:43 +03:00 |
|
Matias Griese
|
77c2e47b95
|
Greatly simplify Object classes
|
2017-05-11 13:20:01 +03:00 |
|