slawkens
|
8c680608ff
|
Fix more PHP warnings and notices
|
2020-02-28 21:49:47 +01:00 |
|
slawkens
|
2c114aa559
|
Fix some PHP warning
|
2020-02-28 20:20:56 +01:00 |
|
slawkens
|
959788cee8
|
Cache database tables & columns for 1 hour
|
2020-02-27 23:10:15 +01:00 |
|
slawkens
|
7b75a61cdb
|
Support for Nostalrius
https://github.com/TwistedScorpio/Nostalrius
|
2020-02-27 22:18:39 +01:00 |
|
slawkens
|
c071d65c67
|
Add missing labels
|
2020-02-25 21:35:28 +01:00 |
|
slawkens
|
044271ad00
|
Change button look
|
2020-02-25 21:35:09 +01:00 |
|
slawkens
|
b8130d3fd3
|
Fix class name in highscores
|
2020-02-25 20:36:14 +01:00 |
|
slawkens
|
4468f3dd37
|
Add some notice
|
2020-02-25 20:36:04 +01:00 |
|
slawkens
|
0c9219f885
|
Fixed CHANGELOG.md loading in Admin Panel
|
2020-02-25 10:33:57 +01:00 |
|
slawkens
|
25ab4e187c
|
Fixed some weird behaviour with installation of plugins
|
2020-02-25 10:12:07 +01:00 |
|
slawkens
|
ad570688c9
|
Add cache/plugins to clearCache functions
|
2020-02-22 16:24:16 +01:00 |
|
slawkens
|
09db8e072e
|
Fix typo
|
2020-02-18 15:16:29 +01:00 |
|
slawkens
|
9b3dbdc54f
|
Save mailer error messages to file (always)
Filename: mailer-error.log
This will help debugging mail sending for new users
|
2020-02-15 23:57:15 +01:00 |
|
slawkens
|
e11d70de46
|
Log database queries into database.log when enabled
Instead of showing in page sources (it was impractical)
|
2020-02-15 23:18:10 +01:00 |
|
slawkens
|
f3ddf631c1
|
Fix typo
|
2020-02-15 23:13:35 +01:00 |
|
slawkens
|
518ae4d97a
|
* don't install plugin when requirements are not satisfied
|
2020-02-15 22:41:52 +01:00 |
|
slawkens
|
27d76dfa42
|
Add system/cache/plugins/index.html
|
2020-02-15 17:33:42 +01:00 |
|
slawkens
|
51b848c43e
|
Add RuntimeException if xml, pdo or zip PHP extension is missing
For a better User Experience ;)
|
2020-02-15 17:17:28 +01:00 |
|
slawkens
|
ee9e939f88
|
Fix highscores online status for TFS 0.3/0.4
And all distributions, where players.online column is present
|
2020-02-15 08:27:06 +01:00 |
|
slawkens
|
e5ca3daa54
|
This isnt't required anymore
|
2020-02-15 05:42:23 +01:00 |
|
slawkens
|
8021308822
|
Update Twig from 1.35.0 to 1.42.4 (PHP 5.5 is now required!)
This fixes some errors on PHP 7.4 and contains even more fixes
Also bumped PHP version to 5.5 as Twig requires it.
|
2020-02-15 05:41:38 +01:00 |
|
slawkens
|
d9e449b6cf
|
Forgot to remove this in last commit
|
2020-02-15 05:37:09 +01:00 |
|
slawkens
|
c94bb09123
|
New Autoloader (for Twig and Semver)
|
2020-02-15 05:23:42 +01:00 |
|
slawkens
|
2070f91a8f
|
Temp fix for a space that Twig cuts..
|
2020-02-15 03:53:33 +01:00 |
|
slawkens
|
5b6b37a867
|
Add some missing <br/> to online page
|
2020-02-15 03:30:20 +01:00 |
|
slawkens
|
2dbf189f43
|
Use $db->exec where appropriate
May bring some performance boost (little, but still)
|
2020-02-15 03:15:53 +01:00 |
|
slawkens
|
82e64559a8
|
Cache newses for 1 hour
+ Merge News classes into one and move to separate file
|
2020-02-15 02:47:53 +01:00 |
|
slawkens
|
d0d77b8775
|
Fix index.html deleting on cacheClear()
|
2020-02-15 02:40:16 +01:00 |
|
slawkens
|
b95d333dc9
|
Fix login button in guilds.view page
|
2020-02-13 01:15:48 +01:00 |
|
slawkens
|
b61c6151eb
|
This was wrong, Mr. @whiteblxk
As its not accounts table but players :)
|
2020-02-12 23:45:43 +01:00 |
|
slawkens
|
a4eca93584
|
Add missing translation of already_installed in German
|
2020-02-12 23:20:43 +01:00 |
|
slawkens
|
13d0718780
|
RuntimeException instead of die()
|
2020-02-12 23:20:16 +01:00 |
|
slawkens
|
b68077d969
|
Move rules to Admin Pages
Can be edited by user directly in Admin Panel now
|
2020-02-11 01:03:41 +01:00 |
|
slawkens
|
f475c671f7
|
Add enable_tinymce option to Pages editor
|
2020-02-11 01:02:46 +01:00 |
|
slawkens
|
1ab32ca3ba
|
New functions: getCustomPage() and getCustomPageInfo()
|
2020-02-11 01:00:42 +01:00 |
|
slawkens
|
8345b839e7
|
Add info if PHP is enabled on the admin pages
|
2020-02-11 00:37:42 +01:00 |
|
slawkens
|
259cda150d
|
Fix some 7.4 notices about OTS_Account bans
Example: Notice: Trying to access array offset on value of type bool in C:\UniServerZ\www\system\libs\pot\OTS_Account.php on line 784
|
2020-02-10 23:51:15 +01:00 |
|
slawkens
|
8146c90efa
|
Remove stupid alerts on account create
|
2020-02-10 23:13:04 +01:00 |
|
slawkens
|
72c79e005a
|
Add some new hooks for the account/create page
Also moved some account-create text to plugins
|
2020-02-10 23:07:23 +01:00 |
|
slawkens
|
d252138867
|
Display plugin.description as raw
|
2020-02-10 22:49:26 +01:00 |
|
slawkens
|
c20183c547
|
extract params in the Hook->execute method
|
2020-02-10 22:43:38 +01:00 |
|
slawkens
|
cd94abb7fd
|
Merge branch 'master' of https://github.com/slawkens/myaac
|
2020-02-10 22:42:10 +01:00 |
|
slawkens
|
f886245e3c
|
Allow string to be passed to hook twig function
|
2020-02-10 22:42:02 +01:00 |
|
slawkens
|
4f413eec12
|
Update PHPMailerAutoload.php
|
2020-02-10 10:24:23 +01:00 |
|
slawkens
|
441bfe74c1
|
Fix "Deprecated: __autoload() is deprecated"
Deprecated: __autoload() is deprecated, use spl_autoload_register() i
|
2020-02-10 10:22:55 +01:00 |
|
slawkens
|
071289bc48
|
Add missing closing table </table>
|
2020-02-07 01:06:30 +01:00 |
|
slawkens
|
1ba2381437
|
Remove useless config variable
|
2020-02-07 01:06:19 +01:00 |
|
slawkens
|
1e5e576bd0
|
Some formatting fixes
|
2020-02-07 00:57:02 +01:00 |
|
slawkens
|
059b8824a2
|
Fix function name
|
2020-02-07 00:22:59 +01:00 |
|
slawkens
|
c821f76f0f
|
Forgot to remove this part
Also added delete hooks and template_menus from cache when uninstalling plugin
|
2020-02-03 23:30:57 +01:00 |
|