slawkens
d582120fac
Squashed commit of the following:
...
commit 94a61f32ae20d6b772ac90ef68ff983e1a082422
Merge: 57772569 8227303b
Author: slawkens <slawkens@gmail.com>
Date: Sat Nov 11 11:11:13 2023 +0100
Merge branch 'develop' into feature/debug-bar
commit 577725690d177c6bb3af440e51b27a81b1723818
Author: slawkens <slawkens@gmail.com>
Date: Mon Aug 21 11:08:12 2023 +0200
Add option to enable debugbar, even if dev mode is disabled
commit c227fd4e9655f2dd7c1de0955f99e607c6881cbf
Merge: 9fef84bf a692607c
Author: slawkens <slawkens@gmail.com>
Date: Mon Aug 21 10:20:04 2023 +0200
Merge branch 'develop' into feature/debug-bar
commit 9fef84bffe63eb7bf0fcf68811873393164cb543
Author: slawkens <slawkens@gmail.com>
Date: Fri Aug 11 06:39:50 2023 +0200
Fix debugBar mysql logs (Thanks @gpedro)
commit dedd54286f6f086cb78287a5c1cd0f8cc9155984
Author: slawkens <slawkens@gmail.com>
Date: Thu Aug 10 13:21:36 2023 +0200
Log PDO queries, as stated in docs, but doesn't work yet (don't know the reason)
commit 7403a24030d75e525467dcaad937a4b14fd4ffae
Author: slawkens <slawkens@gmail.com>
Date: Thu Aug 10 13:21:20 2023 +0200
Use dev-master, cause of some bugs appearing
commit cc7aec8e28c8839b2640ca9a7f62a1b4464fdbb3
Author: slawkens <slawkens@gmail.com>
Date: Thu Aug 10 13:05:02 2023 +0200
Init debugBar
2023-11-11 11:26:38 +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
887c792a76
* (internal) replace deprecated PDO_ attributes with PDO::
2018-06-01 16:00:56 +02:00
slawkens
68d74a490b
* performance and optimisations fixes part 2, according to awesome PHPStorm Php Inspections plugin!
2018-05-29 21:16:48 +02:00
slawkens
e1ddf58119
* IDE: fixed $db variable type notation to point to the correct class
2018-05-29 20:44:05 +02:00
slawkens
eab416c0b4
* some optimizations & fixes according to awesome PHPStorm Php Inspections plugin!
2018-03-21 13:52:41 +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
slawkens
61bc3a616a
* player sex is now configurable
2017-08-28 18:12:55 +02:00
slawkens1
b5362d0654
First public release of MyAAC
2017-05-01 20:05:36 +02:00