61 Commits

Author SHA1 Message Date
tobi132
668387e372 Database towns table support for TFS 1.3 2019-12-03 01:11:52 +01:00
tobi132
1e2267bd31 Create character directly on create account page 2019-12-02 23:10:32 +01:00
tobi132
6aef5ecf4b Update TODO 2019-11-03 12:42:40 +01:00
tobi132
79de744936 Test travis-ci 2019-07-26 08:48:32 +02:00
slawkens
933b25194c * cache hooks and template menus 2019-05-25 00:18:30 +02:00
slawkens
d3e3efd05e * new cache engine: plain php 2019-04-24 12:08:42 +02:00
slawkens
1526dde39d Update TODO 2019-04-23 20:31:30 +02:00
slawkens
7dd6925049 * Admin Panel has been done by Lee 2019-04-23 20:31:09 +02:00
slawkens
630d23141d Update TODO 2019-04-20 00:04:16 +02:00
slawkens
0252006eb1 * Install: create admin account: ask for e-mail + character name 2019-04-19 23:56:36 +02:00
slawkens
862b58c176 (configurable) auto login after registration 2019-03-19 11:17:15 +01:00
slawkens
09b6f16a51 This has been done. (move manage newses to admin panel) 2019-03-19 10:33:38 +01:00
whiteblXK
622122562f Team page - display outfits of the players (configurable) 2019-03-13 20:39:16 +01:00
slawkens
96e55b17b1 Update TODO 2018-11-24 15:16:19 +01:00
slawkens
a6beb0d2d5
* Updated TODO (display password strength) 2018-05-03 17:35:34 +02:00
slawkens1
15dcc7b802 * updated TODO (extended forum and auto login) 2018-04-15 23:43:48 +02:00
slawkens1
3ec6d5e905 * updated TODO (team page - outfits) 2018-04-15 13:10:24 +02:00
slawkens1
92cd64c8e8 * updated TODO
* move mobile version to 2.0
* use bootstrap in 1.0
* new admin layout
2018-04-15 11:26:47 +02:00
slawkens1
955396e575 * updated TODO (moved composer from 2.0 to 1.0) 2018-04-07 08:39:54 +02:00
slawkens1
52efadd442 * updated TODO (info about weblate.org) 2018-04-04 00:50:25 +02:00
slawkens1
4d0d601127 * updated TODO (change layouts/templates to themes in 2.0) 2018-03-31 19:41:36 +02:00
slawkens1
bce3756e83 * updated TODO (csrf token protection) 2018-03-27 23:41:17 +02:00
slawkens1
0cf21671a4 * updated TODO (password strength requirements in v1.0) 2018-03-24 01:43:07 +01:00
slawkens1
5d3fbb4bff * update TODO (Singleton) 2018-03-24 01:12:13 +01:00
slawkens1
ba8e1c5647 * updated TODO (robots.txt) 2018-02-05 21:54:26 +01:00
slawkens1
31a3f594f1 * updated TODO (previous commit) 2018-02-05 21:29:15 +01:00
slawkens1
55ab90a481 * updated TODO (proposed routing library for 2.0) 2018-01-27 01:42:25 +01:00
slawkens1
0a8fb40bd7 * updated TODO (custom session handlers in 2.0) 2018-01-26 22:27:11 +01:00
slawkens1
79697e9030 * updated TODO (PHP 7.0, Composer and MVC) 2018-01-26 21:52:41 +01:00
slawkens
873e05538e * updated TODO (some Twig improvements in 2.0) 2018-01-26 09:06:13 +01:00
slawkens1
9dd18a97e8 * updated TODO 2018-01-26 08:12:26 +01:00
slawkens
ca4b243daa * updated TODO 2018-01-22 16:29:04 +01:00
slawkens1
ab73c602c3 * colorful dynamic menus!
* and also: blank option for menus
* NOTICE: Not all templates support that options yet
2018-01-14 14:29:53 +01:00
slawkens1
ba8d56f6ab * added highscores by balance 2018-01-14 10:38:33 +01:00
slawkens1
16bcb70863 * new hooks: LOGIN, LOGIN_ATTEMPT, LOGOUT
* fixed bug with uninstalling some plugin dirs
* updated TODO
2018-01-14 08:59:37 +01:00
slawkens1
283806369a * fixes to the latest commit (removed some files)
* otserv 0.6.3: fixed some warning (on the characters page) and fatal
mysql error (on the mango signature)
* update TODO
2018-01-13 19:34:53 +01:00
slawkens1
cb8d8c4173 * update TODO 2018-01-12 01:20:33 +01:00
slawkens
1949c197d6 * installation of important stuff with help of AJAX
* installation will be now done with AJAX request (jQuery), that will instaltly notify about the status of the installation (no waiting without clue anymore)
* install items & weapons on installation (before monsters)
2018-01-09 10:26:06 +01:00
slawkens1
497a073162 * fixed some MySQL errors on OTS_Player.php
* added function OTS_Player::getAccountId()
* (internal) shortened samples inserting code
* (internal) shortened config.highscores_ignored_ids updating code
* updated TODO
2018-01-08 22:35:36 +01:00
slawkens1
792770e5e2 * fixed some typos
* changes account.management to use buttons defined in template
2018-01-06 23:43:59 +01:00
slawkens1
1025fad0e6 * cache $db->hasTable and $db->hasColumn functions
* changed tableExist and fieldExist to $db->hasTable(table) +
$db->hasColumn(table, column)
* new configurable: database_log - can log database queries and show in
website source when logged as super admin
* removed debug_level configurable, enabled by default when logged on
super admin
* added OTS_Account:getCountry()
* added posibility to load OTS_Player partially, and without skills
* (internal) changed depracated $ots->createObject() functions with
their OTS_ equivalents
* (internal) removed unused code
2018-01-06 05:44:33 +01:00
slawkens1
9c281511fa * added "Edit" option for admins in characters page 2018-01-06 01:52:59 +01:00
slawkens1
544375378f * show user avatar (outfit) in forum posts
* show user position (group) in forum posts
* replaced forum actions links (move, remove, edit, quote) with images
* redirect directly to the thread on user login (on new reply)
* fixed account login redirect with special chars (like '&' and '?')
2018-01-06 01:46:36 +01:00
slawkens
35c9ffcdca * update TODO 2018-01-04 16:29:18 +01:00
slawkens1
2f49413867 * update TODO 2018-01-03 23:50:15 +01:00
slawkens1
854560b2f5 * added news preview function (news, ticker, article)
* update TODO
2018-01-03 23:49:46 +01:00
slawkens
efb1775aff Updated TODO 2018-01-03 17:19:18 +01:00
slawkens1
2a1f1c3cd9 * update to 0.8.0-dev
* added some features into TODO file, that will be most probably
available in 0.8 release
2018-01-03 01:09:09 +01:00
slawkens1
c415cf5ffb * php 7.x APCu cache support 2017-12-26 21:47:53 +01:00
slawkens1
a95c93cd5b * update item_images_url config to 1092
*  for backward support new require constants will be used for semantic
versioning: myaac_, php_, database_
* updated TODO
2017-12-26 20:55:43 +01:00