Commit Graph

26 Commits

Author SHA1 Message Date
655987979f Refactor code to improve maintainability and readability
This commit introduces changes aimed at enhancing code maintainability and readability. The most significant was moving code responsible for various future checks into a separate file to reduce clutter. Additionally, the code has been cleaned up, removing excessive spacing and redundancies.
2023-12-09 14:14:33 +00:00
f614e5ef83 Refactor _mod.php by stripping out conditional moderator statements. The update centralizes authorization checks for various moderation actions such as blocking users and appointing new moderators. It also optimizes several lines in the code by suppressing unnecessary components. The old method of using 'admin' has been replaced by an object-oriented 'm' class to streamline and improve code maintenance. 2023-12-09 14:14:33 +00:00
c7be3e57f8 Remove conditional moderator check in _mod.php 2023-12-09 14:14:33 +00:00
bf17b19309 Cleaned up the code in main.php and _mod.php to simplify the handling of user roles and permissions. The previous alignment-based role assignments have been streamlined into a single "moderation" action. 2023-12-09 14:14:33 +00:00
acd9c98d38 Refactor code and move admin user registration into separate class.
The new class, named UserRegistrationList, aims to handle user registrations specifically for administrators. Some superfluous code has been removed for better readability and efficiency, and replaced with simplified CSS styles and SQL queries. The use of Core\Db and Moderation\UserRegistrationList has been introduced to improve the structure and organization of the code.
2023-12-09 14:14:33 +00:00
69641b49c3 Регистрации персонажей только для администраторов в отдельный класс. 2023-12-09 14:14:33 +00:00
1f6626ea33 Перенос разрозненных файлов в фабрику. Утилизация неиспользуемых функций. #49
Переводы и добавление в ЛД надо писать заново потому что вот зачем ОКАЗЫВАЕТСЯ были нужны сокращения, которые удалялись из логов последние два года - для сортитровки выдачи вот в этом файле. :(
2023-12-09 14:14:33 +00:00
26f28a9be8 Перенос разрозненных файлов в фабрику. Утилизация неиспользуемых функций. #49 2023-12-09 14:14:33 +00:00
8be1c6cd7e Перенос разрозненных файлов в фабрику. Утилизация неиспользуемых функций. #49 2023-12-09 14:14:33 +00:00
bbf409b3d2 Удалены проверки на чистоту. 2023-12-09 14:14:33 +00:00
268d7463ee Хаос повержен! :D 2023-12-09 14:14:33 +00:00
5f25fcd7e5 Вызов логина персонажа по единому стандарту. 2023-12-01 00:51:17 +02:00
5df55f8623 Удаление остатков регистратуры. #56 2023-07-19 15:52:11 +03:00
92772463e6 Регистратура объединяется со вкладкой кланы. #54. Closes #56. 2023-07-19 15:36:13 +03:00
b064cb349c Удалён Банк. #54 2023-07-11 18:16:35 +03:00
adc1f81007 Большая чистка. 2023-06-23 17:44:24 +03:00
2bc67ce543 Переезд impstats и additem.. 2023-04-16 02:54:34 +03:00
6afdb1a1be Рефакторинг 2023-04-15 22:18:30 +03:00
cfaf82f73a Уборка Unreachable statement. Замена === на == и !== на != в яваскриптах из-за ошибок с нестрогой типизацией при переходе на 7.4. 2023-04-08 18:14:19 +03:00
01b504e677 Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech. 2023-03-31 21:38:39 +03:00
1b5bf26294 Замена short_tags и <?php echo. 2023-03-31 19:54:33 +03:00
99b90a198b Реализация ChatMessageDTO. 2023-01-28 04:24:37 +02:00
b3810d2349 Remove cp1251. Я сильно недооценивал трудолюбие неизвестного кодера. 2023-01-10 19:26:14 +02:00
90b9c8325e Utf8 convert 2023-01-10 18:30:35 +02:00
924be6329b 7.4 to the go 2022-12-19 20:26:14 +02:00
5f4b2cbf77 Init. 2022-06-07 00:30:34 +03:00