Djamil Legato
|
b4fa7e38b9
|
Selfupgrade CLI: Fixed broken selfupgrade assets reference (fixes #2681)
|
2019-10-10 12:25:28 -07:00 |
|
Matias Griese
|
411871f636
|
Fixed phpstan bugs in Framework
|
2019-10-10 18:15:27 +03:00 |
|
Matias Griese
|
b01d1baa53
|
Improved Flex to support custom site template paths
|
2019-10-10 16:16:54 +03:00 |
|
Matias Griese
|
edd0bc25a2
|
Added Utils::simpleTemplate() method for very simple variable templating
|
2019-10-10 16:06:39 +03:00 |
|
Matias Griese
|
6c57104658
|
Grav 1.7: Fixed PHP 7.1 compatibility issues
|
2019-10-10 16:05:21 +03:00 |
|
Matias Griese
|
26d7181eca
|
Fixed fatal error if there are numeric folders in Flex Pages
|
2019-10-10 14:01:48 +03:00 |
|
Matias Griese
|
1fb611655f
|
Bug fix on page admin being disabled
|
2019-10-09 15:44:10 +03:00 |
|
Matias Griese
|
b561c2b47c
|
Improved Flex Users: obey blueprints and allow Flex to be used in admin only
|
2019-10-09 15:29:09 +03:00 |
|
Matias Griese
|
9beefb3162
|
Allow Flex Pages to be initialized separately in site and admin, remove Flex Objects plugin dependency
|
2019-10-09 15:24:26 +03:00 |
|
Matias Griese
|
41851b73b9
|
Fixed issue with duplicate configuration settings in Flex Directory
|
2019-10-09 15:20:20 +03:00 |
|
Matias Griese
|
c325c24897
|
Fixed phpstan issues in Framework up to level 6
|
2019-10-09 10:41:15 +03:00 |
|
Matias Griese
|
efd4e52571
|
Added Flex Pages classes
|
2019-10-08 21:42:22 +03:00 |
|
Matias Griese
|
565f26db8e
|
Code quality improvements
|
2019-10-08 16:58:59 +03:00 |
|
Matias Griese
|
b641b0e442
|
Fixed Flex Pages not calling onPageProcessed event when cached
|
2019-10-07 13:45:49 +03:00 |
|
Matias Griese
|
2a6276a941
|
Fixed Page::untranslatedLanguages() not being symmetrical to Page::translatedLanguages()
|
2019-10-07 12:36:50 +03:00 |
|
Andy Miller
|
7dafa2a207
|
prepare for beta.10 release
|
2019-10-03 14:31:28 -06:00 |
|
Matias Griese
|
5253aa6aef
|
Fixed user avatar file is not being randomized
|
2019-10-03 22:40:03 +03:00 |
|
Matias Griese
|
ae41b6f5ff
|
Fixed Flex User Avatar not fully backwards compatible with old user
|
2019-10-03 22:11:13 +03:00 |
|
Matias Griese
|
8ac3451fbc
|
Revert chReverted setting language for every page during initialization
|
2019-10-03 21:41:58 +03:00 |
|
Matias Griese
|
15f1f2a03d
|
Revert chReverted setting language for every page during initialization
|
2019-10-03 19:17:22 +03:00 |
|
Matias Griese
|
ffa9ef6a7e
|
Grav 1.7: Fixed prev/next page missing pages if pagination was turned on in page header
|
2019-10-03 15:16:11 +03:00 |
|
Matias Griese
|
a75c0cbe62
|
Fixed wrong Grav param separator when using Route class
|
2019-10-03 10:56:05 +03:00 |
|
Andy Miller
|
138d1e93e3
|
CSVFormatter null char support
|
2019-10-01 17:51:02 -06:00 |
|
Matias Griese
|
5db9f16174
|
Flex: Removed extra exists check when creating object (messes up "non-existing" pages)
|
2019-09-27 13:26:12 +03:00 |
|
Andy Miller
|
88c859fde2
|
move try outside for loop (less memory)
|
2019-09-26 15:10:35 -06:00 |
|
Andy Miller
|
8b5bce0b6d
|
prepare for b.9 release
|
2019-09-26 13:37:09 -06:00 |
|
Andy Miller
|
09c4cf66f5
|
Merge branch '1.7' of github.com:getgrav/grav into 1.7
|
2019-09-26 13:26:38 -06:00 |
|
Andy Miller
|
46b859b8df
|
better error for badly formatted line in CsvFormatter::decode()
|
2019-09-26 13:26:33 -06:00 |
|
Matias Griese
|
a7c23c58e5
|
Merge remote-tracking branch 'origin/1.7' into 1.7
|
2019-09-26 14:54:01 +03:00 |
|
Matias Griese
|
d206711354
|
Flex storage changes
|
2019-09-26 14:53:52 +03:00 |
|
Matias Griese
|
0007100a97
|
Removed row copy/move logic from Flex object, it belongs to storage
|
2019-09-26 14:49:45 +03:00 |
|
Matias Griese
|
3d999501a0
|
Fixed Grav parameter handling in RouteFactory::createFromString()
|
2019-09-26 14:47:45 +03:00 |
|
Andy Miller
|
a35cf5a830
|
Added a new {% cache %} tag eliminating need for twigcache extension
|
2019-09-24 18:10:02 -06:00 |
|
Matias Griese
|
39837d0826
|
Improved Flex FolderStorage class to better hide storage specific logic
|
2019-09-20 18:33:07 +03:00 |
|
Matias Griese
|
66bd6a4046
|
Fixed error when activating Flex Accounts in GRAV system configuration (PHP 7.1)
|
2019-09-20 12:06:17 +03:00 |
|
Matias Griese
|
4e9d3395e0
|
Improve blueprint initialization in Flex Objects (fixes content aware fields)
|
2019-09-20 11:59:13 +03:00 |
|
Andy Miller
|
248c7764f0
|
Merge branch 'develop' into 1.7
# Conflicts:
# system/defines.php
|
2019-09-19 16:44:01 -06:00 |
|
Andy Miller
|
dffb227df6
|
prepare for release
|
2019-09-19 16:42:21 -06:00 |
|
Matias Griese
|
7c161d5cbc
|
Comment out couple of language debug messages
|
2019-09-19 22:47:53 +03:00 |
|
Matias Griese
|
7b2313ef0b
|
Fixed initial Flex Object state when creating a new objects in a form
|
2019-09-19 21:58:28 +03:00 |
|
Matias Griese
|
1ad2a3f212
|
Make flex to skip missing flex types
|
2019-09-19 21:06:32 +03:00 |
|
Matias Griese
|
1f2363b623
|
Minor improvement for the new Route::withLanguate() method
|
2019-09-18 12:42:05 +03:00 |
|
Matias Griese
|
67e772a5ce
|
Merge remote-tracking branch 'origin/1.7' into 1.7
|
2019-09-17 22:08:10 +03:00 |
|
Matias Griese
|
59bb167bd4
|
Merge branch 'develop' of github.com:getgrav/grav into 1.7
Conflicts:
CHANGELOG.md
|
2019-09-17 22:07:32 +03:00 |
|
Matias Griese
|
5c9eb1cdb8
|
Fixed Badly encoded JSON data warning when uploading files [#2663]
|
2019-09-17 22:02:21 +03:00 |
|
Andy Miller
|
94a54d2a82
|
Using phpdebugbar format to log messages (clockwork compatible)
|
2019-09-17 11:21:05 -06:00 |
|
Matias Griese
|
f201d48112
|
Fixed Flex Object saving causing the key to be lost for some types
|
2019-09-17 19:42:28 +03:00 |
|
Matias Griese
|
df51b64b35
|
Fixed bug in object saving if using streams
|
2019-09-17 19:03:48 +03:00 |
|
Matias Griese
|
93ff915737
|
Fixed avatars not being displayed with flex users [#2431]
|
2019-09-17 15:19:42 +03:00 |
|
Matias Griese
|
e30ab9a043
|
Fixed Flex user creation if file storage is being used [#2444]
|
2019-09-17 11:37:09 +03:00 |
|