Matias Griese
053f96dec1
Make Debugger::addException() to accept \Throwable
2019-06-28 13:39:04 +03:00
Matias Griese
94494c3c96
Merge branch 'develop' of github.com:getgrav/grav into 1.7
2019-06-28 13:37:39 +03:00
Matias Griese
69b39b4b21
Fixed multiple url() issues with streams
...
* Fixed `url()` returning wrong path if using stream with grav root path in it, eg: `user-data://shop` when Grav is in `/shop`
* Fixed `url()` not returning a path to non-existing file (`user-data://shop` => `/user/data/shop`) if it is set to fail gracefully
* Fixed `url()` returning false on unknown streams, such as `ftp://domain.com`, they should be treated as external URL
2019-06-28 13:36:37 +03:00
Matias Griese
5afae3c3f2
Merge branch '1.7' of github.com:getgrav/grav into 1.7
2019-06-27 18:11:58 +03:00
Matias Griese
eed3d84a10
Merge branch 'develop' of github.com:getgrav/grav into 1.7
2019-06-27 18:11:24 +03:00
Matias Griese
02f544f813
Merge remote-tracking branch 'origin/develop' into develop
2019-06-27 18:08:21 +03:00
Matias Griese
69b5a779e4
Fixed error when calling Media::add($name, null)
2019-06-27 18:08:12 +03:00
Andy Miller
89b9cc5367
Merge branch 'develop' into 1.7
2019-06-26 09:06:19 -06:00
Andy Miller
fa5c1e495d
Use new Utils::getSupportedPageTypes() to enforce html,htm at the front of the list #2531
2019-06-26 08:59:24 -06:00
Matias Griese
7fdb2c10cb
Minor code cleanup
2019-06-26 12:14:57 +03:00
Keith Bentrup
e422eebd3c
fixed typos in comments / API docs
2019-06-26 11:46:08 +03:00
Keith Bentrup
3dca7e3539
fixed typos in comments / API docs
2019-06-26 11:46:08 +03:00
Matias Griese
75210b102e
Changelog update
2019-06-26 10:48:06 +03:00
Matias Griese
f0e97a7277
Fixed some potential issues when $grav['user'] is not set
2019-06-26 10:38:38 +03:00
Matias Griese
cca7b6b1d4
Minor cleanup in InitializeProcessor
2019-06-25 10:45:59 +03:00
Newb I the Newbd
e16c81516e
Make yaml_decode only return array, again
2019-06-25 10:02:40 +03:00
Andy Miller
c765787102
vendor updates
1.7.0-beta.3
2019-06-24 17:43:26 -06:00
Andy Miller
dff3872b43
prepare for release
2019-06-24 17:41:20 -06:00
Andy Miller
3c91cea232
Updated changelog
2019-06-24 16:59:03 -06:00
Andy Miller
a2e9c013ad
Fixed Clockwork on Windows machines
2019-06-24 16:58:46 -06:00
Andy Miller
dd82ab45bc
updated changelog
2019-06-24 16:28:33 -06:00
Andy Miller
46b710b435
Fix for clockwork in subdomains - Don’t rely on base_uri
2019-06-24 16:26:37 -06:00
Matias Griese
a6d3e1ee8e
Merge branches '1.7' and 'develop' of github.com:getgrav/grav into 1.7
...
# Conflicts:
# CHANGELOG.md
2019-06-24 20:41:28 +03:00
Matias Griese
140c9a941f
Added support for custom FormFlash save locations
2019-06-24 13:15:27 +03:00
Andy Miller
2b29b17044
Prepare for release
1.7.0-beta.2
2019-06-21 15:20:27 -06:00
Andy Miller
5316f0f28c
Merge branch 'develop' into 1.7
...
# Conflicts:
# system/defines.php
2019-06-21 15:19:50 -06:00
Andy Miller
5d4ea87402
Merge tag '1.6.11' into develop
...
Release v1.6.11
2019-06-21 15:19:04 -06:00
Andy Miller
eb58fe9e97
Merge branch 'release/1.6.11'
1.6.11
2019-06-21 15:19:04 -06:00
Andy Miller
9f1d7240a9
Prepare for release
2019-06-21 15:18:54 -06:00
Matias Griese
ac4d6cc8d0
Merge branches '1.7' and 'develop' of github.com:getgrav/grav into 1.7
2019-06-21 23:00:14 +03:00
Matias Griese
84894274f0
Fixed some FormFlash bugs, cleaned up the code
2019-06-21 22:59:54 +03:00
Matias Griese
ea09002012
Changed FormFlashInterface constructor to take $config array
2019-06-21 13:19:01 +03:00
Matias Griese
601ec5cb7a
Added FormFlashInterface
2019-06-21 11:47:21 +03:00
Andy Miller
565947e074
Tweak clockwork message #2558
2019-06-20 21:07:04 -06:00
Andy Miller
25d1767e6c
updated changelog
2019-06-20 19:48:04 -06:00
Andy Miller
c079f9b95b
Merge branch 'develop' into 1.7
2019-06-20 19:46:26 -06:00
Matias Griese
85ec2ee3a0
Fixed error if user has no form flashes
2019-06-20 21:19:10 +03:00
Matias Griese
20cfb45c14
Fixed error if user has no form flashes
2019-06-20 21:18:44 +03:00
Matias Griese
5314558a8e
Merge branches '1.7' and 'develop' of github.com:getgrav/grav into 1.7
2019-06-20 21:12:31 +03:00
Matias Griese
965f69f680
Fixed issue with FormFlash objects when there is no session initialized
2019-06-20 21:10:48 +03:00
Matias Griese
02b93d510a
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
# Conflicts:
# system/src/Grav/Common/Page/Pages.php
2019-06-20 20:26:49 +03:00
Matias Griese
13a56dd4da
Initialize pages only once
2019-06-20 19:21:52 +03:00
Matias Griese
4cf1b8c400
Better fix for Route class
2019-06-20 19:21:35 +03:00
Matias Griese
9c805a4317
Added created timestamp to FormFlash
2019-06-20 12:18:55 +03:00
Matias Griese
b7b1182e14
Added timestamp to FormFlash objects
2019-06-20 11:47:23 +03:00
Matias Griese
8dfb0ca993
Merge branch 'develop' of github.com:getgrav/grav into 1.7
2019-06-20 01:05:07 +03:00
Matias Griese
f695aaaea4
Added FormTrait::getAllFlashes() method to get all the available form flash objects for the form
2019-06-20 00:51:20 +03:00
Matias Griese
b398d04d96
Fixed a bug in Route::withParam() method
2019-06-20 00:45:59 +03:00
Matias Griese
574df5cf80
Merge branches '1.7' and 'develop' of github.com:getgrav/grav into 1.7
...
# Conflicts:
# CHANGELOG.md
2019-06-19 21:52:28 +03:00
Matias Griese
ac9ef4da76
Fixed empty form flash name after update
2019-06-19 20:56:23 +03:00