mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* update to 0.8.0-dev
* added some features into TODO file, that will be most probably available in 0.8 release
This commit is contained in:
parent
3c4ab10b36
commit
2a1f1c3cd9
16
TODO
16
TODO
@ -7,10 +7,26 @@
|
|||||||
* load items & weapons on install, preferably with ajax
|
* load items & weapons on install, preferably with ajax
|
||||||
* add changelog management interface
|
* add changelog management interface
|
||||||
* option to require php extension to be installed
|
* option to require php extension to be installed
|
||||||
|
* save detected country in session
|
||||||
|
* tibiacom template - show status on top 5
|
||||||
|
* kathrine tickets - show/hide
|
||||||
|
* highscores - by balance
|
||||||
|
* admin panel Menus - open in external window (_blank option)
|
||||||
|
* cache hooks
|
||||||
|
* cache fieldExist and tableExist functions
|
||||||
|
* forum:
|
||||||
|
* show position of the player
|
||||||
|
* replace forum actions links for admin (move, remove) with images
|
||||||
|
* redirect directly to the thread on user login
|
||||||
|
* latest news:
|
||||||
|
* warning about leaving page with changes
|
||||||
|
* news preview option
|
||||||
|
|
||||||
1.0:
|
1.0:
|
||||||
* i18n support (issue #1 on github)
|
* i18n support (issue #1 on github)
|
||||||
* New Admin Panel layout and interface
|
* New Admin Panel layout and interface
|
||||||
|
* most preferably: https://adminlte.io/
|
||||||
|
* move all pages administration to this panel (like faq, forum, newses)
|
||||||
* remove tibiacom template, and include it as a plugin
|
* remove tibiacom template, and include it as a plugin
|
||||||
|
|
||||||
2.0
|
2.0
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
define('MYAAC', true);
|
define('MYAAC', true);
|
||||||
define('MYAAC_VERSION', '0.7.5-dev');
|
define('MYAAC_VERSION', '0.8.0-dev');
|
||||||
define('DATABASE_VERSION', 20);
|
define('DATABASE_VERSION', 20);
|
||||||
define('TABLE_PREFIX', 'myaac_');
|
define('TABLE_PREFIX', 'myaac_');
|
||||||
define('START_TIME', microtime(true));
|
define('START_TIME', microtime(true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user