| 
							
							
								 slawkens | 549b1a2f13 | New Twig function: getPlayerLink($s, $p) | 2018-10-16 01:35:16 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | b50d0cd710 | Throw an exception if template index file cannot be found | 2018-10-16 01:34:48 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | ff135c034c | Add Extension Twig_Extension_Debug if env is 'dev' | 2018-10-15 17:34:10 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | eb93b08342 | Update system/pages/admin/mailer.php | 2018-10-15 17:28:59 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 2010094f83 | * 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:00 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 2333180c50 | * configurable if deleted characters from account should be listed (this closes #49) | 2018-06-06 21:17:41 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 915e9409dc | * fixed #55 (Cache class not found) | 2018-06-06 20:28:36 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | fb1b9fea09 | * stop using global $cache variable, use Singleton pattern instead | 2018-06-03 17:09:21 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 45a387000d | * optimize template load code (less file_exists checks) | 2018-06-03 17:07:44 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 6365105515 | * replace Cache class name with self() | 2018-06-01 19:53:57 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 550b664a61 | * Environment is now configurable ('prod' for production, 'dev' for development) Significantly better load times with 'prod' !!! | 2018-06-01 19:12:48 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 510459b046 | * support for database persistent and socket connections (performance boost) | 2018-06-01 18:56:57 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | adbec47fad | * silently ignore if status_interval is not set in config | 2018-06-01 18:35:37 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | ae24a4ea4c | * fixed that database_log was always on | 2018-06-01 18:27:46 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | db67bb0b98 | * new configurable: status_interval (how often to fetch status from server) | 2018-06-01 18:23:48 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 857ce1324c | * cache lastkills.php | 2018-06-01 16:13:41 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 82d6467cee | * new configurable: status_timeout | 2018-06-01 16:04:23 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 887c792a76 | * (internal) replace deprecated PDO_ attributes with PDO:: | 2018-06-01 16:00:56 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | b3625dffbc | * Fixed missing prefix for cache get() and delete() functions Cause those functions to not work correctly.. | 2018-06-01 15:03:13 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 8ce791368c | * fixed wrong name of the skill in highscores for balance (was showing "level" instead of "balance") | 2018-06-01 13:59:47 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 05e15ce9ad | * replace deprecated HTML <font> tag with <span> | 2018-06-01 13:35:27 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 1926c5ec5b | * change deprecated HTML <center> tag to <div style="text-align:center"> | 2018-06-01 11:55:04 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 0bb1d869af | * (internal) change intval() function to (int) casting (up to 6x faster) | 2018-06-01 11:33:22 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | c654ea329c | * replace "$twig->render()" with "$this->display" | 2018-05-29 21:29:08 +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 | 857aa110c8 | * remove unnecessary parentheses in include/require (forgot this part) | 2018-05-29 21:10:30 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | bf361238cb | * remove whitespaces | 2018-05-29 21:06:15 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 42d23e9b37 | * remove unnecessary parentheses in include/require | 2018-05-29 21:00:56 +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 | 4023fda5b6 | * fixed _mail() function when $add_html_tags is disabled | 2018-05-29 20:42:18 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | f34f2da9b9 | * refactor data directory detection | 2018-05-29 20:40:40 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | de36cfd2eb | * add global helper config($key) function + twig binding | 2018-05-29 20:29:18 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | b828b8e44a | * do not display software version | 2018-05-29 20:08:29 +02:00 |  | 
			
				
					| 
							
							
								 slawkens | 6158d81b5e | * move Twig functions to separate file | 2018-05-29 18:14:21 +02:00 |  | 
			
				
					| 
							
							
								 vankk | 46ca6262b5 | Sets the minimun lenght and maximun at config (#54) * Sets the minimun lenght and maximun at config
* Update codes | 2018-05-27 13:41:07 +02:00 |  | 
			
				
					| 
							
							
								 vankk | 654c038eab | Increased the mininum lenght and decreased the maxinum lenght | 2018-05-23 10:06:33 -03:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 515b42cd51 | * support for some old servers, where arrays are used in config.lua | 2018-04-16 20:31:23 +02:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 6668c47368 | * fixed saving admin menus on some sensitive systems | 2018-04-16 18:13:07 +02:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 68bbf4182f | * fix #47 | 2018-03-24 01:11:22 +01:00 |  | 
			
				
					| 
							
							
								 slawkens | eab416c0b4 | * some optimizations & fixes according to awesome PHPStorm Php Inspections plugin! | 2018-03-21 13:52:41 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | fc30e28e84 | * plugins require like composer: "ext-curl": >"5.0" Allow require php extension with composer syntax: ext-name: version | 2018-02-05 21:52:54 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 9c536bd845 | * plugins: require php-extension, table or column Some additional options for plugin developers, to require specific php
extension, database table or column to be present on installed system! | 2018-02-05 21:25:14 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 808612cd10 | * fixed default accounts.vote value | 2018-02-05 08:19:46 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 3324154208 | * fixed chrome bug on save ERR_BLOCKED_BY_XSS_AUDITOR | 2018-02-04 23:40:59 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 9c0068d470 | * fixed edit page with php enabled | 2018-02-04 23:40:51 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 04dca2f274 | * new configurable: smtp_secure * as described in #43 by miqueiaspenha | 2018-01-29 23:11:17 +01:00 |  | 
			
				
					| 
							
							
								 Miqueias Penha | 6cf6f0460e | Update admin.dashboard.html.twig The data comes from the config array. | 2018-01-29 15:49:44 -03:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 57d8e0b06f | * fixed displaying houses on TFS 1.x and higher * fixed latest migration mysql error (23)
* fixed some config warning about highscores_balance | 2018-01-27 12:38:50 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | fb026ec07f | * verify is user was logged on HOOK_LOGOUT | 2018-01-26 22:27:00 +01:00 |  | 
			
				
					| 
							
							
								 slawkens1 | 51acb739e9 | * 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 | 2018-01-26 08:04:28 +01:00 |  |