slawkens
bfa563285a
* some typos in CHANGELOG
v0.7.7
2018-01-08 11:51:12 +01:00
slawkens
d0f6670e98
* added some notice to the CHANGELOG
2018-01-08 11:50:34 +01:00
slawkens
ac701696d3
* update CHANGELOG
2018-01-08 11:47:28 +01:00
slawkens
702e29a5cb
* fixed PHP warning about country not existing on online and characteres pages
2018-01-08 11:47:02 +01:00
slawkens
f26c334d47
* fixed characters page - config.characters.frags "Notice: Use of undefined constant"
2018-01-08 11:40:24 +01:00
slawkens
75e55bfaee
* update to 0.7.7
2018-01-08 11:23:21 +01:00
slawkens
0d85b63d5d
* fixed displaying special outfits (GM, CM) in online page
2018-01-08 11:22:46 +01:00
slawkens
14920a7193
* use Forum::isModerator() function
2018-01-08 11:00:11 +01:00
slawkens
5547fd7895
* added new forum option: "Enable HTML"
...
* will be by default enabled for newses
* fixed bbcode parsing
2018-01-08 10:41:33 +01:00
slawkens1
34cb1b1ffa
* fixed tr bgcolor ( #38 )
2018-01-08 08:11:35 +01:00
slawkens1
4ffe4ab9b7
* update to 0.7.7-dev
2018-01-08 01:10:17 +01:00
slawkens1
bcf054104c
* applied changes from master
...
* important fix for servers with promotion column
* caused player.vocation to be resetted when saving player, for example:
on change name, accept invite to guild, leave guild
* fixed empty success message on leave guild
* (internal) using $player->getVocationName() where possible instead of
older method
* fixed some warning in guild show
2018-01-08 01:05:19 +01:00
slawkens1
9fafa110bb
* nothing important
2018-01-08 00:19:41 +01:00
slawkens1
35acec1be5
* fixed displaying Premium Account days v2
2018-01-08 00:18:11 +01:00
slawkens1
f157402fa3
* fixed displaying premium account days
...
* function OTS_Account:getPremDays will now return -1 if there's
freePremium configurable enabled on the server
2018-01-08 00:08:49 +01:00
slawkens1
513e8f4b30
* fixed getBoolean function when boolean is passed
2018-01-08 00:01:32 +01:00
slawkens1
35a5aafbb5
* fixed othire default column value ( #26 )
2018-01-07 23:21:41 +01:00
slawkens1
73a5e13006
* fixed warning in highscores when vocation doesn't exist
2018-01-07 12:06:26 +01:00
slawkens1
bcb0feea1a
* fixed saving custom vocations in admin panel ( #36 )
2018-01-07 11:58:09 +01:00
slawkens1
774e789c8a
* immediately reload config.lua when there's change in config.server_path detected
2018-01-06 03:08:27 +01:00
slawkens1
db25d38f4b
* some fixes regarding latest commit
2018-01-05 23:43:15 +01:00
slawkens1
4b81213662
* dont add extra <br/> to the TinyMCE news forum posts
2018-01-05 21:45:38 +01:00
slawkens
a860c95975
* update to 0.7.6
v0.7.6
2018-01-05 12:02:49 +01:00
slawkens
e2de0b1440
* fixed othire account creating/installation
...
* fixed unexpected error logging about email fail
* added max_execution_time to the install finish step
2018-01-05 09:31:11 +01:00
slawkens1
8b2ad2cf2f
* fixed table name players -> players_online
2018-01-05 00:36:30 +01:00
slawkens1
88a320530c
* some small fix regarding highscores vocation box
2018-01-04 00:28:16 +01:00
slawkens1
6e221fe469
* update to 0.7.5
v0.7.5
2018-01-04 00:17:57 +01:00
slawkens1
679e08ec11
* fixed displaying article_text when it was empty saved
2018-01-04 00:09:35 +01:00
slawkens1
603495ca97
* small fix related to warning about news
...
* fixed template path finding
* fixed news adding when type != ARTICLE
2018-01-03 23:56:07 +01:00
slawkens1
4c6af13574
* save detected country on create account in session
...
* warning about leaving news page with changes
2018-01-03 22:04:33 +01:00
slawkens1
3fcbd42445
* added player status to tibiacom top 5 highscores box
...
* fix when there are no changelogs or highscores yet
2018-01-03 21:28:31 +01:00
slawkens1
e6d2e363d5
* fiedx bug on othire with config.account_premium_days
...
* fixed getPremDays and isPremium functions (newest 11.x engines are
bugged when it comes to PACC, its not fault of MyAAC)
2018-01-03 21:04:05 +01:00
slawkens1
0a067577a3
* fixed bug on TFS 1.x when online_afk is enabled
2018-01-03 01:11:34 +01:00
slawkens
a5b599088a
* small fix regarding getTopPlayers function which was ignoring $limit variable
2018-01-02 10:32:08 +01:00
slawkens1
51ba514d2a
* update to 0.7.5-dev
...
* fixed faq containing html code
* update item_images_url config to 1092
* added ttf, woff and ico to the list of ignored files
* fixed infinite loop in init.php
2017-12-29 11:07:43 +01:00
slawkens1
b83fb05b82
* update to 0.7.4
v0.7.4
2017-12-24 09:50:53 +01:00
slawkens1
cf12265cd8
* fixed displaying of percent bar on tibian signature
2017-12-24 09:37:28 +01:00
slawkens1
e4110a6981
* automatically update highscores_ids_hidden for users who installed myaac before
...
* update TODO
2017-12-21 22:08:47 +01:00
slawkens1
412908026d
* inform user about Twig cache failure on installation, instead of http 500 error
...
* when dir system/cache is not writable by the webserver, then show some
nice notice to the user about it instead of http 500 error
* remember client version and usage stats checkbox in session on install
* fixed some small warning introducted yesterday about
highscores_ids_hidden
* updated TODO
2017-12-19 23:32:30 +01:00
slawkens1
8a7887cf06
* for compability
v0.7.3
2017-12-19 00:05:49 +01:00
slawkens1
779dd003dd
* update to 0.7.3
...
* better solution for hidding samples (configurable)
* removed players.is_sample field
2017-12-19 00:01:59 +01:00
slawkens1
0b2895dc56
* fixed some warnings on install on servers using account.id
...
* added version 772 constant to install client choose (OTHire)
* forgot to add is_sample to samples on install
2017-12-18 23:30:18 +01:00
slawkens1
fed5d08703
* updated TODO
2017-12-18 16:07:12 +01:00
slawkens1
f131f27ac3
* forgot something with latest commit
2017-12-18 09:56:43 +01:00
slawkens1
19dbbdcf4f
* auto generate myaac cache & session prefix on install to be unique accross installations
...
* prevent adding duplicated newses with installation
* players.is_sample to prevent displaying on highscores
2017-12-18 09:54:42 +01:00
slawkens1
d650035980
* fixed last menu closing in tibiacom template
2017-12-18 09:09:24 +01:00
slawkens1
fbc803d09f
* updated polish locale (translation) on install
...
* 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
2017-12-18 09:01:54 +01:00
Slawomir Boczek
df4c594d4f
* forgot to update CHANGELOG in 0.7.1 release
2017-12-15 16:36:51 +01:00
slawkens1
482445cb98
* switch to 0.7.2-dev
2017-12-13 19:21:11 +01:00
slawkens1
1c002c63a3
* update to 0.7.1 official release
v0.7.1
2017-12-13 19:15:44 +01:00