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
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
3607124e55
Prepare for release
2018-04-12 15:54:16 -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
47037e3f5e
moved sortArrayByKey logic into Utils::
2018-04-09 14:35:44 -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
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
a6306aae05
Prepare for release
2018-03-21 11:49:28 -06:00
Matias Griese
f31f7f0962
Added Grav\Framework\Session class to replace RocketTheme\Toolbox\Session\Session
...
Improved session handling, allow all session configuration options in `system.session.options`
2018-03-21 12:45:57 +02:00
Matias Griese
3a207843c7
Merge branch 'develop' of https://github.com/getgrav/grav into feature/1.4
2018-03-20 09:22:19 +02:00
Andy Miller
8f1639c10b
case for case sensitive metadata grav-admin-plugin#1370
2018-03-18 21:37:17 -06:00
Andy Miller
33cfa5e104
Fix for audio/video parsedown #1924
2018-03-18 12:55:20 -06:00
Al-Demon
a20d6d7230
Update LanguageCodes.php ( #1917 )
...
Add Bosnian LanguageCode
2018-03-18 11:57:16 -06:00
Andy Miller
40e7ee79b4
Added more detailed error handling ( #1922 )
2018-03-18 11:56:59 -06:00
Andy Miller
727f759b41
Added some twig stuff
2018-03-13 16:10:12 -06:00
Andy Miller
f42d59409b
updaetd clean command with some minor changes
2018-03-11 16:28:50 -06:00
Andy Miller
0e26422613
Prepare for release
2018-03-11 16:12:55 -06:00
Matias Griese
234555b208
Fixed session timing out because of session cookie was not being sent
2018-03-11 21:52:49 +02:00
Andy Miller
4c1d1dd5d0
Prepare for release
2018-03-09 13:02:50 -07:00
Andy Miller
cad10b6095
Test fixes for session/parsedown changes, jquery update, quark default theme
2018-03-09 12:45:27 -07:00
Andy Miller
7aa930ca55
Merge branch '1.4' into develop
...
# Conflicts:
# system/src/Grav/Common/Twig/TwigExtension.php
# system/src/Grav/Common/Uri.php
# tests/unit/Grav/Common/AssetsTest.php
2018-03-09 12:43:08 -07:00
Matias Griese
7e1c6b6137
Do not initialize session in CLI and unit tests
2018-03-09 21:07:44 +02:00
Andy Miller
d008376169
Updated parsedown + toolbox
2018-03-08 17:08:20 -07:00
Andy Miller
eaac77881f
Force clearing PHP clearstatcache and opcache-reset on Cache::clear()
2018-03-08 14:52:49 -07:00
Andy Miller
54cd7f85b8
theme_var() twig function now checks page header var first
2018-03-02 15:39:59 -06:00
Andy Miller
5ffe32ef58
Fix alt tag issue #1883
2018-03-01 15:30:51 -06:00
Andy Miller
b0ad83ebf7
support both alt and alt_text
2018-03-01 15:13:42 -06:00
mahagr
d5060a2012
Framework\Route::getRoute() return relative path only if offset isn't 0
2018-02-25 17:38:55 -06:00
mahagr
bf16e2e854
Framework\Route::getRoute() with parameters should return relative path
2018-02-25 17:37:23 -06:00
mahagr
ec78319993
Add Framework\Route::getRoute() parameters
2018-02-25 17:35:01 -06:00
mahagr
67b5649ee4
Add Framework\Route::getRouteParts() function
2018-02-25 17:29:29 -06:00
CSixtyFour
eca23a918a
Fix for #1827 ( #1888 )
...
Modified Build scheme and Build port functions to take into account those in SSL offloading situations.
2018-02-24 11:00:26 -07:00
Andy Miller
5b291f8f54
Added Route overrides
2018-02-22 16:14:24 -07:00
Matias Griese
274c701907
Improved Object serialize()/unserialize()
2018-02-22 09:00:41 +02:00
Andy Miller
e533024b2e
Added {% switch %} twig tag
2018-02-21 23:00:37 -07:00
Andy Miller
8750602f76
Added new {% markdown %} twig tag
2018-02-21 17:28:43 -07:00
Todd Coleman
51a9b9b7c7
Taxonomy Filtering - space characters ( #1880 )
...
Taxonomies with spaces were not recognized because they are encoded in the uri.
2018-02-21 10:43:20 -07:00
Matias Griese
42d8836569
Improved Session initialization ( #1879 )
2018-02-21 10:42:09 -07:00
Matias Griese
01886b6df9
Added better session checks, warn in debugbar if session messages cannot be used
2018-02-21 12:53:40 +02:00