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
Andy Miller
c9da739ea3
Merge branch 'develop' into 1.7
...
# Conflicts:
# system/src/Grav/Common/Service/PagesServiceProvider.php
2020-02-11 17:10:48 -07:00
Andy Miller
fa3c9095c7
caught silly bug that broke routing
2020-02-11 17:09:54 -07:00
Matias Griese
9e4ee6ec91
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
system/src/Grav/Common/Service/PagesServiceProvider.php
2020-02-11 20:53:48 +02:00
Matias Griese
95442ef0b5
Fixed page initialization in CLI
2020-02-11 20:53:02 +02:00
Matias Griese
1f92ec715a
Merge branch 'develop' of github.com:getgrav/grav into 1.7
2020-02-11 20:28:22 +02:00
Matias Griese
f81503dd70
Fixed page initialization in CLI
2020-02-11 20:27:57 +02:00
Matias Griese
0642e34a77
Post-merge fixes
2020-02-11 19:45:56 +02:00
Matias Griese
4e8e3e1865
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
system/src/Grav/Common/Processors/InitializeProcessor.php
2020-02-11 19:43:15 +02:00
Matias Griese
48170d2fa0
Fixed bin/plugin CLI calling $themes->init() way too early
...
Added `ConsoleCommand::setLanguage()` method to set language to be used from CLI
Added `ConsoleCommand::initializeGrav()` method to properly set up Grav instance to be used from CLI
Added `ConsoleCommand::initializePlugins()`method to properly set up all plugins to be used from CLI
Added `ConsoleCommand::initializeThemes()`method to properly set up current theme to be used from CLI
Added `ConsoleCommand::initializePages()` method to properly set up pages to be used from CLI
2020-02-11 19:41:28 +02:00
Matias Griese
8936e82e9b
More bin/plugin improvements
2020-02-11 18:39:46 +02:00
Matias Griese
e0162d276d
Improve Grav initialization
2020-02-11 14:55:05 +02:00
Matias Griese
14ff7fae33
CLI: Added $grav->initializeCli() method
2020-02-11 14:20:46 +02:00
Matias Griese
2c78b3efca
Fixed Flex Page cache key not taking account active language
2020-02-11 12:09:27 +02:00
Andy Miller
20047fbdaf
Helpful stuff for bin/grav server
2020-02-10 14:16:44 -07:00
Matias Griese
8169a6f3f8
Fixed regression in Grav 1.7 ( #2154 )
2020-02-10 17:43:40 +02:00
Matias Griese
2165ded8d4
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
system/src/Grav/Common/Page/Page.php
2020-02-10 17:42:21 +02:00
Matias Griese
ef80e28d1d
Fixed regression ( #2154 )
2020-02-10 17:41:13 +02:00
Matias Griese
234abb38d9
Fixed FlexObject::triggerEvent() does not emit events [ #2816 ]
2020-02-10 14:48:18 +02:00
Matias Griese
3a722ba44e
Fixed encoding problems when PHP INI setting default_charset is not utf-8 (Grav 1.7 edition) [ #2154 ]
2020-02-10 10:19:11 +02:00
Matias Griese
3f56c5a727
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
CHANGELOG.md
system/src/Grav/Common/Page/Page.php
2020-02-10 10:14:55 +02:00
Matias Griese
e55b239536
Fixed encoding problems when PHP INI setting default_charset is not utf-8 [ #2154 ]
2020-02-10 09:50:39 +02:00
Andreas Amos
c2f374f0db
Truncator: encoding problems solves #2154
...
As I am not a developer somebody should review the change.
2020-02-10 09:28:13 +02:00
Matias Griese
0bbbe96ae0
Regression: Fixed flex user index with folder storage
2020-02-07 12:27:02 +02:00
Matias Griese
40010f7ff7
Fixed deprecated debugbar method
2020-02-07 12:26:11 +02:00
Matias Griese
5ea7ec1013
Flex Directory: Implemented customizable configuration
2020-02-06 16:53:54 +02:00
Matias Griese
75ee0670f6
Fixed saving Flex configuration with ignored values becoming null
2020-02-06 16:52:52 +02:00
Matias Griese
6e327880a3
Flex Storages: Added support for renaming directory entries
2020-02-06 11:54:28 +02:00
Matias Griese
ceaa20d5d4
Flex SimpleStorage: added support for prefix (keeps items under nested array)
2020-02-06 11:52:51 +02:00
Matias Griese
10589e7940
Flex SimpleStorage: added support for prefix (keeps items under nested array)
2020-02-06 10:34:39 +02:00
Matias Griese
5e9a7a112a
Plugins & Themes: Call $plugin->autoload() and $theme->autoload() automatically when object gets initialized
2020-02-04 18:41:24 +02:00
Matias Griese
a672a765b4
Remove deprecated RocketTheme\Toolbox\Event\EventSubscriberInterface from Plugin, Themes
2020-02-04 17:58:58 +02:00
Matias Griese
f012d2d13a
Regression: Fixed bad method call in FlexDirectory::getAuthorizeRule()
2020-02-04 10:59:26 +02:00
Andy Miller
6dee662b40
prepare for rc.5 release
2020-02-03 12:36:15 -07:00
Matias Griese
1d8b87e33f
Fixed Flex Pages allowing root page to be deleted
2020-02-03 21:16:38 +02:00
Matias Griese
694b14511d
Save user: clear flex cache even if not using flex
2020-02-03 20:47:59 +02:00
Matias Griese
bbab97137f
Fixed accidental PHP 7.3 constant
2020-02-03 20:39:43 +02:00
Andy Miller
1bbf8dffeb
prepare for rc.4 release
2020-02-03 10:10:26 -07:00
Andy Miller
463a55897c
prepare for release
2020-02-03 10:04:26 -07:00