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
78ab2aa476
Minor improvement on session check (using PHP 5.4+ way)
2018-04-23 09:40:31 +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
830c9524eb
Merge branch 'develop' of https://github.com/getgrav/grav into feature/session
2018-04-16 09:33:07 +03: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
Matias Griese
b8c61e34c9
Improve session error if it fails to start
2018-04-14 11:50:22 +03:00
Matias Griese
02555ba3f5
Merge branch 'develop' of https://github.com/getgrav/grav into feature/session
2018-04-13 21:04:40 +03:00
Andy Miller
4db2b75699
Merge tag '1.4.3' into develop
...
Release v1.4.3
2018-04-12 15:54:26 -06:00
Andy Miller
c64590af16
Merge branch 'release/1.4.3'
1.4.3
2018-04-12 15:54:25 -06:00
Andy Miller
3607124e55
Prepare for release
2018-04-12 15:54:16 -06:00
Andy Miller
e7405a13fc
Revert "Test fixes for session/parsedown changes, jquery update, quark default theme"
...
This reverts commit cad10b6095 .
# Conflicts:
# CHANGELOG.md
2018-04-12 15:28:53 -06:00
Andy Miller
46f16ce4db
Note about updated vendor libs
2018-04-12 15:26:26 -06:00
Andy Miller
d3a4466d9b
Updated changelog
2018-04-12 15:25:29 -06:00
Andy Miller
46d682f889
Revert "Fix for audio/video parsedown #1924 "
...
This reverts commit 33cfa5e104 .
# Conflicts:
# CHANGELOG.md
2018-04-12 15:25:19 -06:00
Matias Griese
2b17bf70de
Merge branch 'develop' of https://github.com/getgrav/grav into feature/session
2018-04-10 09:47:59 +03:00
Andy Miller
8e019b7958
Updated changelog
2018-04-09 14:38:46 -06:00
Andy Miller
47037e3f5e
moved sortArrayByKey logic into Utils::
2018-04-09 14:35:44 -06:00
Andy Miller
1ec653268d
Parsedown 1.8 breaks things, need to fix when final is released
2018-04-09 12:00:07 -06:00
Andy Miller
3ee140e77f
Revert "Temporarily using parsedown dev-master to address HTML encoding issues #1921 "
...
This reverts commit ff2df04a58 .
2018-04-09 11:58:52 -06:00
Rex Kelly
cb490a1762
Add overriding of setup.php config file, via constants ( #1945 )
...
I'm working on a custom install of Grav, where being able to dynamically swap setup files was required. I've modified the $file assignment to permit overriding it's value via a defined constant, "GRAV_SETUP_PATH".
And I thought that might be useful to others, so I'm submitting a pull request.
2018-04-09 11:35:49 -06:00
Raul E Watson
6d8ba5ed4d
Update CHANGELOG.md ( #1958 )
...
Fixed small typos in changelog
2018-04-09 11:34:56 -06:00
michielStaes
7020130511
Readme.md was missing info regarding the 'composer test-windows' command ( #1970 )
2018-04-09 11:34:36 -06:00
Andy Miller
ff2df04a58
Temporarily using parsedown dev-master to address HTML encoding issues #1921
2018-04-02 18:04:40 -06:00
Djamil Legato
3248b97997
Reverted zip changes while adding extra details about unzip failure
2018-03-29 13:07:11 -07:00
Djamil Legato
3c26d831fd
Refactored Installer (zip) change to maintain consistency in the errorCode
2018-03-29 12:15:34 -07:00
Andy Miller
f4e584cda1
Fix for bad ZipArchive references
2018-03-24 13:49:56 -06:00
Andy Miller
df7e9b9c1f
Merge tag '1.4.2' into develop
...
Release v1.4.2
2018-03-21 11:49:38 -06:00
Andy Miller
1108d063ef
Merge branch 'release/1.4.2'
1.4.2
2018-03-21 11:49:37 -06:00