mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* fixed hidding shop system menu on tibiacom template when disabled in config * some changes to sample characters: chanced town_id to 1, posx: 1000, posy: 1000, posz: 1000 and default group_id to 1 so you can change in-game outfits and they will be used * fixed account.login redirect not working on tibiacom template * installation: warn about wrong admin account name/id and password * (internal) removed some duplicated code on install finish * (internal) renamed installation step files to be in correct order * added TODO file * bumped version to 0.7.3
22 lines
987 B
Plaintext
22 lines
987 B
Plaintext
// MyAAC TODO
|
|
|
|
0.*
|
|
* support duplicated vocation names with different ids
|
|
* plugins: option to define custom requirements check in json file, to check if system meets the requirement
|
|
* Inform user about Twig cache failure on installation, instead of 500 error
|
|
* add support for defining max myaac version in plugin.json file
|
|
|
|
1.0:
|
|
* i18n support (issue #1 on github)
|
|
* New Admin Panel layout and interface
|
|
* change gifts_system to shop_system configurable
|
|
* rename templates to layouts as templates is meant to be used for twig templates
|
|
* remove compat functions
|
|
|
|
At any time between (version not specified):
|
|
* better news archive with search function (like on tibia.com)
|
|
* guild wars management (issue #13 on github)
|
|
* update account.management page to be more realistic (like on tibia.com)
|
|
* update guilds page to be more realistic (like on tibia.com)
|
|
* possibility to add extra cache engines with plugins
|
|
* preferably configurable (enable/disable) forum TinyMCE editor |