Andy Miller
432b4b1e68
prepare for release
2020-02-11 17:17:20 -07:00
Andy Miller
fa3c9095c7
caught silly bug that broke routing
2020-02-11 17:09:54 -07:00
Matias Griese
95442ef0b5
Fixed page initialization in CLI
2020-02-11 20:53:02 +02:00
Matias Griese
f81503dd70
Fixed page initialization in CLI
2020-02-11 20:27:57 +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
ef80e28d1d
Fixed regression ( #2154 )
2020-02-10 17:41:13 +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
Andy Miller
463a55897c
prepare for release
2020-02-03 10:04:26 -07:00
Matias Griese
6b887a98cd
Fixed site.metadata saving issues [ #2615 ]
2020-01-29 18:55:44 +02:00
Matias Griese
18a26b42e2
Fixed Assets::addInlineJs() parameter type mismatch between v1.5 and v1.6 [ #2659 ]
2020-01-29 18:40:58 +02:00
Matias Griese
864a938f8d
Fixed Data::filter() removing empty fields (such as empty list) by default [ #2805 ]
2020-01-29 11:48:59 +02:00
Matias Griese
53bd1641bb
Fixed fatal error with non-integer page param value [ #2803 ]
2020-01-29 11:32:40 +02:00
Matias Griese
7c0dcd6808
Fixed special case [ #1273 ]
2020-01-14 17:54:19 +02:00
Matias Griese
8714aa9202
Fixed validation: strict not working in blueprints [ #1273 ]
2020-01-14 14:46:19 +02:00
Matias Griese
3731d61b78
Fixed checkbox field not being saved, requires also Form v4.0.2 [ #1225 ]
2020-01-14 11:40:39 +02:00
Matias Griese
7b5d6f7031
Fixed session not restarting if user was invalid (downgrading from Grav 1.7)
2019-12-13 13:13:52 +02:00
Matias Griese
a269d49392
Fixed filesystem iterator calls with non-existing folders
2019-12-10 18:59:58 +02:00
Matias Griese
3a8775f545
Fixed session cookie is being set twice in the HTTP header [ #2745 ]
2019-12-10 16:06:54 +02:00
Matias Griese
842dc0d49e
Incorrect routing caused by str_replace() in Uri::init() [ #2754 ]
2019-12-10 14:52:16 +02:00
Andy Miller
f633c921cc
prepare for release
2019-12-04 16:31:04 -07:00
Andy Miller
e8c79ffd97
Sync with 1.7 approach
2019-12-04 16:27:47 -07:00
Andy Miller
e842eb9d9e
Better fix for #2750
2019-12-04 16:11:08 -07:00
Andy Miller
41d31cb5ea
PHP 7.4 fix for #2750
2019-12-03 09:00:07 -07:00
Matias Griese
909e2cbf89
Catch PHP 7.4 deprecation messages and report them in debugbar instead of throwing fatal error
2019-12-03 13:06:44 +02:00
Matias Griese
1290503895
Fixed multiple issues when there are no pages in the site
2019-12-03 12:55:24 +02:00
Matias Griese
a204b24d78
Fixed fatal error when calling {{ grav.undefined }}
2019-12-03 12:47:01 +02:00
Matias Griese
86c969998f
Merge remote-tracking branch 'origin/develop' into develop
2019-12-02 20:12:59 +02:00
Matias Griese
158874039a
Fixed bad str_replace('...', null) parameter in CSVFormatter
2019-12-02 20:11:15 +02:00
Andy Miller
1111c3d1b1
prepare for release
2019-12-02 10:32:06 -07:00
Andy Miller
238ba9b9b4
PHP 7.4 fix for Pages::buildSort()
2019-12-02 08:53:17 -07:00
Matias Griese
f59441eb55
Fixed fatal error when $page->id() is null [ #2731 ]
2019-11-14 12:21:28 +02:00
Xaver Maierhofer
fcc0c5e345
Correct download argument annotation ( #2727 )
2019-11-09 20:49:33 -07:00
Andy Miller
e0e92b843c
prepare for release
2019-11-06 16:06:45 -07:00
Keith Bentrup
8678f22f6b
do NOT ignore "." dirs OR ignore "." dirs and all children ( #2581 )
...
If you ignore any "files" beginning with "." including directories, then the all() method will exclude .somedir, but not .somedir/somefile. Subsequently, when trying to copy all files returned from all(), it will fail when the method tries to copy a file into a directory that has not yet been created because .somedir was omitted from the return array of all().
I found this bug when trying to install the admin plugin and ./tmp was a mount and thus rename() failed and self:copy() was invoked instead (line 365).
2019-10-23 15:39:05 -06:00
buzatuAda
b16e8066ca
fix exception array_merge() when $this->header->metadata is not array ( #2701 )
...
Exception gets thrown when $this->header->metadata is not an array, added extra verification in order to make sure it is and array before doing array_merge()
2019-10-17 05:55:27 -06:00
Matias Griese
bc1dd2a7b4
Added working ETag (304 Not Modified) support based on the final rendered HTML
2019-10-16 23:40:08 +03:00
Djamil Legato
d11772b681
Change of Behavior: Inflector::hyphenize will now automatically trim dashes at beginning and end of a string.
2019-10-16 11:02:44 -07:00
Matias Griese
feeee9ef86
Fixed PHP 7.1 bug in Flex
2019-10-15 19:00:25 +03:00
Andy Miller
91270c9c66
CSVFormatter null char support
2019-10-01 17:51:29 -06:00
Andy Miller
342eac1047
Smarter CSV handling
2019-09-26 18:35:25 -06:00
Andy Miller
dffb227df6
prepare for release
2019-09-19 16:42:21 -06:00
Matias Griese
5c9eb1cdb8
Fixed Badly encoded JSON data warning when uploading files [ #2663 ]
2019-09-17 22:02:21 +03:00
Matias Griese
e30ab9a043
Fixed Flex user creation if file storage is being used [ #2444 ]
2019-09-17 11:37:09 +03:00
Newb I the Newbd
651b354d3e
Correct non-published collection filter evaluation ( #2668 )
2019-09-14 10:10:24 -06:00
Andy Miller
13689c2065
prepare for release
2019-08-20 17:22:16 -06:00
Matias Griese
e5cedd074b
Fixed broken markdown Twig tag [ #2635 ]
2019-08-19 10:46:03 +03:00
Andy Miller
647ae0fda3
prepare for release
2019-08-18 09:52:45 -06:00
Andy Miller
806dbd9ee5
refactor
2019-08-18 09:51:10 -06:00
Andy Miller
1ab8442630
add fix
2019-08-18 09:50:56 -06:00