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
Matias Griese
5104bde6d4
Changelog update
2020-02-11 10:29:22 +02:00
Matias Griese
59f05ec8a2
Fixed bin/plugin initialization
2020-02-11 10:24:06 +02:00
Andy Miller
20047fbdaf
Helpful stuff for bin/grav server
2020-02-10 14:16:44 -07:00
Matias Griese
81dd33c2e9
Fixed custom Flex directories in grav/plugin commands
2020-02-10 21:58:33 +02:00
Matias Griese
1cf390206e
Regression: Fixed fatal error in cli/plugin command
2020-02-10 19:51:59 +02: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
Florian Schlittenbauer
29c6a70611
[BUGFIX] .editorconfig not picking up .yml files ( #2808 )
2020-02-08 13:47:17 -07: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
49aae0c50e
Clockwork update
2020-02-07 12:25:38 +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
4794097992
Phpstan rules update
2020-02-04 14:24:41 +02:00
Matias Griese
f012d2d13a
Regression: Fixed bad method call in FlexDirectory::getAuthorizeRule()
2020-02-04 10:59:26 +02:00
Matias Griese
d0a22ad416
Regression: fatal error in blueprints [ #2811 ]
2020-02-04 10:50:59 +02:00
Andy Miller
6dee662b40
prepare for rc.5 release
1.7.0-rc.5
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
5db91538c6
Changelog update (version)
2020-02-03 20:53:50 +02:00
Matias Griese
7d6fb9eee6
Changelog update
2020-02-03 20:51:57 +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
3408db0c9b
typo in changelog date
1.7.0-rc.4
2020-02-03 10:14:53 -07:00
Andy Miller
1bbf8dffeb
prepare for rc.4 release
2020-02-03 10:10:26 -07:00
Andy Miller
887b34dd31
Use toolbox ~1.5
2020-02-03 10:09:22 -07:00
Andy Miller
0f5166d690
Merge branch 'develop' into 1.7
...
# Conflicts:
# system/defines.php
2020-02-03 10:06:02 -07:00
Andy Miller
e507300134
Merge branch 'release/1.6.20'
1.6.20
2020-02-03 10:04:38 -07:00
Andy Miller
e38c5cac4a
Merge tag '1.6.20' into develop
...
Release v1.6.20
2020-02-03 10:04:38 -07:00
Andy Miller
463a55897c
prepare for release
2020-02-03 10:04:26 -07:00
Andy Miller
192cc4eb9b
minor symfony updates
2020-02-03 10:00:40 -07:00
Matias Griese
e5fe28b720
Added support for legacy access settings from admin
2020-02-03 13:20:33 +02:00