Andy Miller
|
987429208c
|
Merge branch 'develop' into 1.7
# Conflicts:
# CHANGELOG.md
# composer.json
# composer.lock
|
2020-03-18 17:34:58 -06:00 |
|
Andy Miller
|
2eae104c7a
|
Fix for user reported CVE path-based open redirect
|
2020-03-18 17:32:46 -06:00 |
|
Andy Miller
|
e75960fee3
|
php 7.4 fixes for ParsedownExtra
|
2020-03-18 11:44:23 -06:00 |
|
Andy Miller
|
ec71ccdd0d
|
moved parsedown 1.6 and parsedown-extra 0.7 into framework for fixes
|
2020-03-18 11:39:08 -06:00 |
|
Matias Griese
|
a5d47a36f0
|
Implemented missing Flex $page->move() method
|
2020-03-18 14:54:01 +02:00 |
|
Matias Griese
|
866b63530a
|
Fixed some bugs in Flex root page methods
|
2020-03-18 14:06:04 +02:00 |
|
Matias Griese
|
57feac985c
|
Update installer recommended versions
|
2020-03-18 11:52:33 +02:00 |
|
Andy Miller
|
c72c980ad2
|
fixes #2847
|
2020-03-13 11:15:15 -06:00 |
|
Matias Griese
|
790d29cbfb
|
Fixed some more flex page inconsistencies with the old pages
|
2020-03-09 20:33:49 +02:00 |
|
Matias Griese
|
b9947f6984
|
Fixed bad default redirect code in ControllerResponseTrait::createRedirectResponse()
|
2020-03-09 19:31:44 +02:00 |
|
Matias Griese
|
79b7c3c38f
|
Fixed some bugs in Flex root page methods
|
2020-03-09 19:29:56 +02:00 |
|
Matias Griese
|
a9df896538
|
Flex Pages: added has-children to getLevelListing() response
|
2020-03-09 10:17:11 +02:00 |
|
Andy Miller
|
b58479cba6
|
Merge branch '1.7' of github.com:getgrav/grav into 1.7
|
2020-03-06 12:34:37 -07:00 |
|
Andy Miller
|
107341f33f
|
Fast check to see if a dir has child dirs
|
2020-03-06 12:34:33 -07:00 |
|
Matias Griese
|
1ed0fcb379
|
Fixed creating new Flex User when folder storage has been selected
|
2020-03-06 15:42:33 +02:00 |
|
Matias Griese
|
63892782b4
|
Save memory when updating large flex indexes
|
2020-03-06 15:32:22 +02:00 |
|
Matias Griese
|
f5a480c72e
|
Added MediaTrait::freeMedia() method to free media (and memory)
|
2020-03-06 13:41:03 +02:00 |
|
Matias Griese
|
d80a29b34d
|
Flex storages: added support for custom key length
|
2020-03-06 10:21:49 +02:00 |
|
Andy Miller
|
5aefc60f2e
|
prepare for rc.7 release
|
2020-03-05 13:29:11 -07:00 |
|
Matias Griese
|
683c1fe477
|
Improve dynamic config field
|
2020-03-05 22:27:30 +02:00 |
|
Matias Griese
|
6b4692f6c7
|
Minor code refactor
|
2020-03-05 21:44:50 +02:00 |
|
Matias Griese
|
1351f11551
|
Added field validation for array of lines
|
2020-03-05 21:43:53 +02:00 |
|
Andy Miller
|
eec2d122cc
|
prepare for release
|
2020-03-05 10:38:50 -07:00 |
|
Matias Griese
|
993bc5170b
|
Fixed changing page template in Flex Pages
|
2020-03-03 21:00:24 +02:00 |
|
Matias Griese
|
d285eda4c2
|
Fixed reordering flex pages
|
2020-03-03 20:17:44 +02:00 |
|
Matias Griese
|
0bcbe39521
|
User accounts/groups: Update title by values entered to the form
|
2020-03-03 13:17:01 +02:00 |
|
Matias Griese
|
78502b2026
|
Fixed fatal error on storing flex flash using new object without a key
|
2020-03-03 13:12:25 +02:00 |
|
Matias Griese
|
df0c806381
|
Added UserObject::onPrepareRegistration() method to initialize permissions
|
2020-03-03 11:42:26 +02:00 |
|
Matias Griese
|
d089a1d9c8
|
Regression: Fixed unchecking toggleable having no effect in Flex forms
|
2020-03-02 21:02:44 +02:00 |
|
Matias Griese
|
36d18d531c
|
Minor fix on CLI command
|
2020-02-27 14:36:04 +02:00 |
|
Matias Griese
|
fb18412fb3
|
Updated CLI commands to use the new methods to initialize Grav
|
2020-02-27 14:14:28 +02:00 |
|
Matias Griese
|
678b39a170
|
Tiny fix in FlexDirectory::getDirectoryBlueprint()
|
2020-02-25 14:04:43 +02:00 |
|
Matias Griese
|
d03b0d92f4
|
* Fixed Blueprint::extend() and Blueprint::embed() not initializing dynamic properties
|
2020-02-25 13:11:56 +02:00 |
|
Matias Griese
|
11f9ba74e8
|
Added configuration option system.strict_mode.blueprint_compat to maintain old validation: strict behavior [#1273]
|
2020-02-24 20:24:25 +02:00 |
|
Matias Griese
|
f4f5bffcd9
|
Fixed broken ordering sometimes when saving/moving visible Flex Page, ordering being lost when saving modular Flex Page
|
2020-02-24 14:55:39 +02:00 |
|
Matias Griese
|
44acd3a969
|
Improved Flex events
|
2020-02-20 08:58:11 +02:00 |
|
Matias Griese
|
4d7510dc11
|
Fixed Flex Pages having broken isFirst(), isLast(), prevSibling(), nextSibling() and adjacentSibling()
|
2020-02-19 12:58:23 +02:00 |
|
Matias Griese
|
1196e06dd6
|
Reverted validation: strict fix as it breaks sites, see [#1273]
|
2020-02-18 13:14:09 +02:00 |
|
Matias Griese
|
028bbf08c6
|
Grav 1.7 edition: Fixed validation: strict not working in blueprints [#1273]
|
2020-02-18 13:09:14 +02:00 |
|
Matias Griese
|
1d6a474b31
|
Added Session::regenerateId() method to properly prevent session fixation issues
|
2020-02-18 12:26:45 +02:00 |
|
Matias Griese
|
13a1c7cfee
|
Merge remote-tracking branch 'origin/1.7' into 1.7
|
2020-02-17 14:04:39 +02:00 |
|
Matias Griese
|
a3812141dd
|
Fixed issues reported in phpstan
|
2020-02-17 14:04:31 +02:00 |
|
Andy Miller
|
5833f1e2da
|
missing lang object
|
2020-02-14 15:21:32 -07:00 |
|
Andy Miller
|
88311f21cf
|
Merge branch 'develop' into 1.7
# Conflicts:
# system/src/Grav/Common/Page/Pages.php
|
2020-02-14 14:31:31 -07:00 |
|
Andy Miller
|
8ccbcf0488
|
set baseRoute with activelang if available
|
2020-02-14 08:14:57 -07:00 |
|
Matias Griese
|
4fb485d1dd
|
Merge branch 'develop' of github.com:getgrav/grav into 1.7
Conflicts:
CHANGELOG.md
|
2020-02-14 14:47:56 +02:00 |
|
Matias Griese
|
244c34a536
|
Page::getCacheKey() method should be public
|
2020-02-14 13:55:31 +02:00 |
|
Matias Griese
|
52a704e53d
|
Fixed issue with search plugins not being able to switch between page translations
|
2020-02-14 13:55:06 +02:00 |
|
Andy Miller
|
432b4b1e68
|
prepare for release
|
2020-02-11 17:17:20 -07:00 |
|
Andy Miller
|
65db6ea26c
|
prepare for rc.6 release
|
2020-02-11 17:14:14 -07:00 |
|