Kruzya

Results 46 issues of Kruzya

Ещё один этап на пути к 1.1.6.1 (_1.1.6 выйдет до конца года_). Радикально перепилить роутинг запросов. Хочется что-то нормальное, адекватное. Чуть позже, когда голова посвежее будет, сделаю здесь пометки, что...

Type: Enhancement
Priority: High

**Describe the bug** We can't remove admin, if we add permissions for listing and removing admins. **To Reproduce** Steps to reproduce the behavior: 1. Create admin. 2. Add permissions only...

Author: Developers

[SypexGeo](http://sypexgeo.net) - very compact GeoIP database (**427kb for only countries!**). Current, we usee free GeoIP database from [software77](http://software77.net/geo-ip/). Current DB: - Requires too many memory for fetching country. - Take...

Type: Enhancement
Priority: Medium

Schema Manager can help easily create, modify or drop tables. My vision for API: ```php $DB = \DatabaseManager::GetConnection('SourceBans'); $SM = $DB->getSchemaManager(); // 1st argument - table name // 2st argument...

Author: Developers

Refactor all web permissions. Add ability register new permissions. This can break all compatibility with old permissions. So we need also implement updating from old permission system to new.

Refer to https://github.com/SB-MaterialAdmin/OldServer/issues/22 for more information.

Type: Enhancement
TODO: 1.1.6
Priority: High
Author: Developers

Move template files to another repository, like `Theme`

Type: Enhancement
TODO: unknown version
Priority: Low

Twig have very nice syntax unlike Smarty.

Type: Enhancement
UTIL: Help Wanted
TODO: 1.1.6

At this moment, LR use hard-coded array for menu for removing/adding player points. https://github.com/levelsranks/levels-ranks-core/blob/b4cc529ca68d8c4d8741ce66a25f5dc6fda6426b/Game%20Server/addons/sourcemod/scripting/levels_ranks/menus.sp#L189-L194 I suggest move this array to configuration. Create file with name like `addons/sourcemod/configs/levels_ranks/menu_points.ini`, and fill with...

I suggest add support retrieving values via JSON Path.