-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
davydovct
committed
Sep 22, 2020
1 parent
822d428
commit 7fff014
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Fix: SpamFireWall update. | ||
Fix: Slow work of module. | ||
Fix: Correct username for register form. | ||
Fix: Namespace usage. | ||
Fix: Restoring error.html file. | ||
Fix: Collecting email in form test. | ||
Fix: Template modification. | ||
Fix: Increase async curl timeout to 1000ms. | ||
Fix: Missing UTF-8 func, correct sender_email handler in comments. | ||
Fix: Skip adding js code if admin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Исправление ошибок SpamFireWall. | ||
Исправление медленной работы сайта. | ||
Исправление: Корректная передача имени пользователя в регистрациях. | ||
Исправление: Использование пространтсв имен. | ||
Исправление: Восстановление файла error.html. | ||
Исправление: Передача e-mail в контактных формах. | ||
Исправление: Модификация шаблонов. | ||
Исправление: Увеличение CURL таймаута при асинхронном вызове. | ||
Исправление: Добавление UTF-8 функции в базовом классе, корректная передача e-mail в комментариях. | ||
Исправление: Добавление JS кода для администратора. |