diff --git a/Web/Presenters/templates/About/Version.xml b/Web/Presenters/templates/About/Version.xml index 940f0392..ade7cf23 100644 --- a/Web/Presenters/templates/About/Version.xml +++ b/Web/Presenters/templates/About/Version.xml @@ -397,7 +397,7 @@ Vladimir Barinov (veselcraft), Celestora, Konstantin Kichulkin (kosfurler), Nikita Volkov (sup_ban), Daniel Myslivets, Alexander Kotov (l-lacker), - Alexey Assemblerov (BiosNod), Ilya Prokopenko (dsrev) and Maxim Leshchenko (maksales / maksalees) + Alexey Assemblerov (BiosNod), Ilya Prokopenko (dsrev / Holoniix) and Maxim Leshchenko (maksales / maksalees) @@ -458,7 +458,7 @@ Initial hosting - Ilya Prokopenko (dsrev) and Celestora + Ilya Prokopenko (dsrev / Holoniix) and Celestora Initial bug-tracker hosting @@ -474,7 +474,7 @@ Best barmaid - Jill {* I can agree ~~ dsrev *} + Jill {* I can agree ~~ holoniix *} Initial Helpdesk implementation @@ -492,7 +492,7 @@ kovaltim, Vladimir Lapskiy (0x7d5), Alexander Minkin (WerySkok), Polina Katunina (RousPhaul), veth, Egor Shevchenko, Vadim Korovin (yuni), Ash Defenders, - Pavel Silaev, Dmitriy Daemon, Ilya Prokopenko (dsrev), + Pavel Silaev, Dmitriy Daemon, Ilya Prokopenko (dsrev / Holoniix), cmed404 and unknown tester, who disappeared shortly after trying to upload post with cat. diff --git a/Web/Presenters/templates/User/Settings.xml b/Web/Presenters/templates/User/Settings.xml index 84ae95ea..dd2133b2 100644 --- a/Web/Presenters/templates/User/Settings.xml +++ b/Web/Presenters/templates/User/Settings.xml @@ -221,15 +221,6 @@ - - {elseif $isPrivacy}
diff --git a/install/sqls/00012-support-better-greetings.sql b/install/sqls/00012-support-better-greetings.sql index 875be9c9..db41733f 100644 --- a/install/sqls/00012-support-better-greetings.sql +++ b/install/sqls/00012-support-better-greetings.sql @@ -1,3 +1 @@ ---- if you haven't used helpdesk before nov 25, 2021 - you will not need it. - UPDATE `tickets_comments` SET `text`=REGEXP_REPLACE(`text`, "(?:Здравствуйте, [^!]*!
<\/br>|
<\/br>С уважением, Команда поддержки OpenVK.)", "") WHERE 1=1;