Sergey Shlokov

Results 8 issues of Sergey Shlokov

### What does it do? 1. Fixes the bugs from issue #15928. 2. Refactoring inititialization of the session handler. ### How to test See the issue. ### Related issue(s)/PR(s) #15928.

pr/review-needed
cla-signed

## Bug report ### Summary File manager on Windows servers works incorrect. The problem is in the [ModMediaSource ](https://github.com/modxcms/revolution/blob/1dc912bd1513f61d09c460eed281828dbf5769af/core/src/Revolution/Sources/modMediaSource.php#L893)class. Or more precisely in the constant `DIRECTORY_SEPARATOR`. File paths are generated...

bug

## Сообщение об ошибке / Error message ### Резюме / Summary It is necessary to form different caches for different contexts. ### Шаг для воспроизведения / Step to play Cache...

bug

В лексиконе отсутствует запись для параметра сниппета tplTicketEmailSubscription.

## Bug report ### Summary If you have static elements (snippets, plugins, chunks) some times you'll get this error (in Windows). ``` [2020-10-18 23:33:54] (ERROR @ D:\Projects\test.local\www\core\model\modx\modscript.class.php : 146) PHP...

bug
needs-backport

### What does it do? Wrap the output of the error log message. ### Why is it needed? To be able to customize the HTML block of error messages if...

### What does it do? Improve log message "Encountered empty IN condition with key id". ### How to test 1. Try to execute the code. modalConsole can be used to...

cla-signed

## What does it do? It allows to manage the list of sql operators. To do this you need to add two system settings - **allowed_sql_operators** and **denied_sql_operators**. ## Why...