slawkens
8af9186098
Update CHANGELOG.md
v0.7.11
2019-05-04 08:19:01 +02:00
slawkens
2d427601ee
* release 0.7.11
2019-05-04 00:20:37 +02:00
slawkens
454d4b088d
* Update CHANGELOG.md
2019-04-27 17:39:41 +02:00
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
03223c1c30
Fix something that Open Tibia developers don't think about
2018-11-07 21:15:47 +01: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
a4bccbaa34
* change config.lua.ownerEmail to config.mail_address
2018-10-22 09:27:46 +02:00
slawkens
174054237b
* fixed the mystical defect where "Create Account" button was not highlighted (on the account/manage page)
2018-10-22 09:16:53 +02: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
ba1c5e9b2e
* add fatal error message when myaac tables in database do not exist
2018-10-18 08:22:37 +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
6ba8d2c9cb
* forgot to open <head> in install template
...
(cherry picked from commit 050f596)
2018-05-29 20:33:15 +02:00
slawkens
668e4688c4
* remove whitespaces (IDE formatting)
2018-05-29 20:18:19 +02:00
slawkens
bd19b8665a
* do not display software version
2018-05-29 20:17:39 +02:00
slawkens
c5980f2350
* add .gitattributes
...
(cherry picked from commit 15da31d)
2018-05-29 20:05:21 +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
Sławek
5f1392e9f4
Updated CHANGELOG.md (format)
v0.7.10
2018-03-03 11:35:34 +01:00
slawkens1
d6c10d277d
* add .md extension to CHANGELOG
2018-03-03 11:31:51 +01:00
slawkens1
815b1f9b5b
* update to 0.7.10
2018-03-03 11:31:01 +01:00
slawkens1
66568fbaf1
* fixed saving long ip addresses (unsigned)
2018-02-06 03:55:34 +01:00
slawkens1
18b6404e75
* added robots.txt
2018-02-05 21:32:53 +01:00
slawkens1
17b1f9a391
* fixed default accounts.vote value
2018-02-05 08:21:24 +01:00
Sławek
14137221fd
* minimum PHP is now 5.3.3
...
* added command to change permissions of system/cache directory
2018-02-05 00:01:11 +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
slawkens
2c12ef93aa
* twig requires php 5.3.3
2018-01-23 10:51:19 +01:00
slawkens1
d17c18cabc
* auto add z_polls table on install
2018-01-14 09:45:16 +01:00
slawkens1
eeb09ddce6
* forgot closing curly brace
2018-01-14 09:30:56 +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
d04f2b7965
* update to 0.7.10-dev
2018-01-13 22:07:08 +01:00
slawkens1
a9f205f047
* fixed installation (damn me..)
v0.7.9
2018-01-13 22:03:28 +01:00
slawkens1
956f631750
* update to 0.7.9
2018-01-13 21:55:47 +01:00
slawkens1
f01428da48
* deleted more useless files
2018-01-13 21:44:06 +01:00
slawkens1
7351ab4436
* changed highscores_groups_hidden to 3 (for TFS 1.x)
2018-01-13 21:19:23 +01:00
slawkens1
d9510b01ba
* fixed default stamina on otserv 0.6.x engine
2018-01-13 19:57:55 +01:00
slawkens1
79589ed1f4
* install: change permission check to is_writable
2018-01-13 19:43:23 +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
1e3aef211e
* removed Thumbs.db
2018-01-13 19:20:46 +01:00
slawkens1
cda8191f79
* removed 6mb of trash (some useless things)
...
* updated background-artwork to the latest version, removed other ones
* removed signature background.PSD (instead of an empty background.jpg
is provided - almost the same)
* removed arial.ttf font, instead arialbd.ttf is used for mango template
* added .gitignore file
2018-01-13 19:14:45 +01:00