Andy Miller
11266ce8f8
Revert "Add special handling for User authenticated and authorized properties"
...
This reverts commit 8e0e3e8718 .
2018-05-14 18:25:36 -06:00
Matias Griese
dab595f571
Merge branch 'develop' of https://github.com/getgrav/grav into 1.5
...
# Conflicts:
# system/defines.php
2018-05-14 21:25:35 +03:00
Matias Griese
afe72d0783
Merge remote-tracking branch 'origin/develop' into develop
2018-05-14 21:24:03 +03:00
Matias Griese
8e0e3e8718
Add special handling for User authenticated and authorized properties
2018-05-14 21:23:56 +03:00
Matias Griese
5ab956a8ec
Fixed Route::withQueryParam() to accept array values
2018-05-14 12:30:30 +03:00
Andy Miller
30ff986603
Merge tag '1.4.4' into develop
...
Releaase v1.4.4
2018-05-11 16:07:38 -06:00
Andy Miller
a17554c951
Merge branch 'release/1.4.4'
1.4.4
2018-05-11 16:07:38 -06:00
Andy Miller
18f46d902d
Prepare for release
2018-05-11 16:07:27 -06:00
Andy Miller
3948ed5618
updated changelog
2018-05-11 16:06:54 -06:00
Matias Griese
e6dd91f698
Added authorized support (2FA)
...
(cherry picked from commit 2c82e15 )
2018-05-10 19:58:39 +03:00
Matias Griese
2c82e15fa1
Added authorized support (2FA)
2018-05-10 19:56:56 +03:00
Andy Miller
2c7d866724
alignment of parens
2018-05-09 22:43:26 -06:00
Andy Miller
a977023e45
minor vendor updates
2018-05-09 14:43:28 -06:00
Djamil Legato
9c7008e225
Enable markdown support for 2FA account field description
2018-05-09 10:41:23 -07:00
Matias Griese
342aa0ff04
Added MediaTrait::getMediaUri()
2018-05-09 14:01:20 +03:00
Matias Griese
d434d51d42
Merge remote-tracking branch 'origin/1.5' into 1.5
2018-05-08 21:00:24 +03:00
Matias Griese
f03eb693e6
Rename object key back to _key
2018-05-08 21:00:16 +03:00
Andy Miller
18928d6962
Revert "fire onPluginsInitialized event"
...
This reverts commit f7832e78dc .
2018-05-08 09:48:56 -06:00
Andy Miller
f7832e78dc
fire onPluginsInitialized event
2018-05-07 21:32:00 -06:00
Matias Griese
68428a714a
Change exception type in ContentBlock::fromArray()
2018-05-07 15:24:43 +03:00
Matias Griese
58db31a7d8
Added support for ContentBlock checksums
2018-05-07 14:58:50 +03:00
Matias Griese
2917345b56
Improve ObjectTrait
2018-05-04 21:43:12 +03:00
Matias Griese
1cfd3482bb
Added Grav\Common\Media interfaces and trait; use those in Page and Media classes
...
Added `Grav\Common\Page` interface to allow custom page types in the future
2018-05-04 19:06:37 +03:00
Matias Griese
4d690938a8
Merge branch 'develop' of https://github.com/getgrav/grav into 1.5
2018-04-30 12:37:01 +03:00
Dmitry Yakovlev
40b475ecb9
Fix hardcoded string ( #1993 )
...
Fix hard-coded string "Modular Setup" to improve internationalization. Needs new string PLUGIN_ADMIN.MODULAR_SETUP in Admin plugin language file.
2018-04-28 11:29:28 -06:00
Gabriel Caruso
4ab0a601ad
Use array_key_exists instead of in_array + array_keys ( #1991 )
2018-04-28 11:25:41 -06:00
Gabriel Caruso
40ba5e9106
Use dedicated PHPUnit assertions ( #1990 )
...
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com >
2018-04-28 11:24:43 -06:00
Christian Weiske
d4ec2a25d4
Add default configuration for images ( #1979 )
...
This patch allows configuring image processing instructions
for all images.
A use case is generating a fixed set of sizes (derivatives) for
all images, without having to specify them in the content markdown.
Example configuration in user/config/system.yaml:
images:
defaults:
derivatives: "[300,600,1200]"
2018-04-28 11:24:14 -06:00
Andy Miller
0b1c18d63e
Added Uri::post() and Uri::getConentType()
2018-04-27 16:44:38 -06:00
Andy Miller
f681f1c60b
resolve streams earlier
2018-04-27 16:18:16 -06:00
Andy Miller
27df27d1df
resolve streams earlier
2018-04-27 16:17:52 -06:00
Andy Miller
027dbcf6fa
Added Uri::post() and Uri::getConentType()
2018-04-27 15:40:03 -06:00
Matias Griese
91e98cd32e
Added RouteFactory::createFromString() rename MarkdownFormatter configuration option
2018-04-27 20:41:05 +03:00
Matias Griese
1cef2a182a
Added Grav\Common\Media interfaces and trait; use those in Page and Media classes
...
Added `Grav\Common\Page` interface to allow custom page types in the future
2018-04-27 20:38:57 +03:00
Matias Griese
ad8764897a
New classes have wrong namespace
2018-04-24 15:47:31 +03:00
Matias Griese
d2e700eea2
Formatters: Better error handling, allow custom file extension
2018-04-24 12:22:06 +03:00
Matias Griese
895e145d82
Added new Grav\Framework\File\Formatter classes for encoding/decoding YAML, MarkDown, JSON, INI and PHP serialized formats
2018-04-24 11:41:55 +03:00
Matias Griese
b9a7341e5e
Composer update to fix YAML issues
2018-04-22 19:09:05 +03:00
Matias Griese
261ea62472
Added compatibility mode to fall back to Symfony YAML 2.8 when needed
2018-04-20 14:03:49 +03:00
Matias Griese
fae2aa4582
Added compatibility mode to fall back to Symfony YAML 2.8 when needed
2018-04-20 11:18:01 +03:00
Matias Griese
fb7230ec9a
Merge branch 'develop' of https://github.com/getgrav/grav into 1.5
...
# Conflicts:
# CHANGELOG.md
2018-04-20 10:24:06 +03:00
Andy Miller
692aff3c89
SORT_REGULAR for dates #1910
2018-04-18 18:37:34 -06:00
Andy Miller
3091a14223
Improve support for regex redirects with query and params #1983
2018-04-18 15:02:53 -06:00
Andy Miller
a49f3d460e
allow type to be passed
2018-04-18 10:43:27 -06:00
Andy Miller
b6e0f8b75a
Added a Medium::thumbnailExists() method
2018-04-17 23:29:23 -06:00
Andy Miller
ac8a1191f8
Fix for custom_base_url not routing properly
2018-04-17 19:04:16 -06:00
Matias Griese
ce1e635451
Minimum PHP requirement was 5.6.4, not 5.6.0
2018-04-14 17:42:13 +03:00
Matias Griese
8b0c1b7937
Updated Symfony Components to 3.4, causing some compatibility issues with YAML files
2018-04-14 13:23:54 +03:00
Matias Griese
33cfa17899
Fix couple of deprecated extend@s
2018-04-14 13:00:40 +03:00
Matias Griese
87b0d80de0
PHP 5.6.0 minimum, updated to Doctrine Collections 1.4
2018-04-14 12:28:00 +03:00