slawkens
738bfbfa5c
Fixed guilds "Add new rank function"
...
Exception thrown in OTS_GuildRank::__toString() method
https://otland.net/threads/myaac-bug-guild-new-rank.263953/
(cherry picked from commit 4d56650)
2019-04-09 00:50:56 +02:00
slawkens
3c6f44d6ee
Fix database_name in Usage_Statistics
2018-10-31 07:46:35 +01:00
slawkens
dacc5b9dab
Fix bug where server_config table does not exist (OTHire as an example)
...
Happened in Usage_Statistics class
Thanks for reporting the OtLand user - Olddies
2018-10-31 07:45:50 +01:00
slawkens
bcc81fa34f
(Nothing important) just remove a minus in a word "re-install"
...
(cherry picked from commit a81824a)
2018-10-18 08:25:20 +02:00
slawkens
0129c79580
* add an additional text to the install page informing that user can reinstall MyAAC by deleting config.local.php
2018-10-18 08:20:13 +02:00
slawkens
c863ad460a
* fixed multiple mail recipients when using admin mailer function
...
It resulted in mail being sent to all users multiple times..
2018-06-08 21:08:31 +02:00
slawkens
cb08e53103
* fix XSS in forum show_thread
2018-06-01 20:27:34 +02:00
slawkens
d5cc2a1090
* Fixed missing prefix for cache get() and delete() functions
...
Cause those functions to not work correctly..
(cherry picked from commit b3625df)
2018-06-01 15:06:30 +02:00
slawkens
bd19b8665a
* do not display software version
2018-05-29 20:17:39 +02:00
slawkens1
6c03984f53
* support for some old servers, where arrays are used in config.lua
2018-04-16 20:52:50 +02:00
slawkens1
ecd865f275
* fix #47
2018-03-24 01:25:24 +01:00
slawkens1
17b1f9a391
* fixed default accounts.vote value
2018-02-05 08:21:24 +01:00
slawkens1
ed4a166d6c
* fixed chrome bug on save ERR_BLOCKED_BY_XSS_AUDITOR
2018-02-04 23:39:56 +01:00
slawkens1
8df12e3d9c
* fixed edit page with php enabled
2018-02-04 23:39:32 +01:00
slawkens1
e2a625efd2
* new configurable: smtp_secure
...
* as described in #43 by miqueiaspenha
2018-01-29 23:12:07 +01:00
Sławek
5b3237770b
Merge pull request #44 from miqueiaspenha/patch-1
...
Update admin.dashboard.html.twig (GH-44)
2018-01-29 22:58:56 +01:00
slawkens1
4ffb6cf8eb
* fixed #42
...
* changed mb_strtolower functions to strtolower() - was useless in this
case
* attemp to fix some bug with PHPMailer not finding its language file
* added .idea (phpstorm) to .gitignore
2018-01-26 08:09:55 +01:00
slawkens1
d17c18cabc
* auto add z_polls table on install
2018-01-14 09:45:16 +01:00
slawkens1
28683d66ee
* update from master branch
...
* update config.highscores_ids_hidden on install when there are samples
already in database
2018-01-14 09:29:41 +01:00
slawkens1
7d2e522d2b
* fixed plugin "You don't have rights to delete"
2018-01-14 09:16:24 +01:00
slawkens1
3fc2bef7c9
* added some names links to the account.management page
2018-01-14 09:00:48 +01:00
slawkens1
fade78efc1
* fixed hooks return value
...
* (internal) added new function: $hooks->exist($type)
2018-01-14 09:00:39 +01:00
slawkens1
d9510b01ba
* fixed default stamina on otserv 0.6.x engine
2018-01-13 19:57:55 +01:00
slawkens1
67590e13a6
* 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)
2018-01-13 19:43:08 +01:00
slawkens1
b91d3e70cc
* (fix) TFS 1.x not showing promoted vocations in highscores
2018-01-12 18:16:50 +01:00
slawkens1
a4a829a7c2
* enabled emoticons plugin in tinymce :)
2018-01-08 20:02:50 +01:00
slawkens
f5aae3361f
* uninstall: do not allow directories outside BASE
...
* uninstall: do not allow absolute paths
2018-01-08 17:26:29 +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
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
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
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
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
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