Commit Graph

  • cd0b1f10cc * $db->hasTable is the way to go slawkens 2018-10-18 09:13:36 +02:00
  • bcc81fa34f (Nothing important) just remove a minus in a word "re-install" slawkens 2018-10-18 08:24:59 +02:00
  • a81824a7eb (Nothing important) just remove a minus in a word "re-install" slawkens 2018-10-18 08:24:59 +02:00
  • 589d07ed40 * add an additional text to the install page informing that user can reinstall MyAAC by deleting config.local.php slawkens 2018-10-18 08:20:13 +02:00
  • 9a86f1ebed * add fatal error message when myaac tables in database do not exist slawkens 2018-10-18 08:22:37 +02:00
  • ba1c5e9b2e * add fatal error message when myaac tables in database do not exist slawkens 2018-10-18 08:22:37 +02:00
  • 0129c79580 * add an additional text to the install page informing that user can reinstall MyAAC by deleting config.local.php slawkens 2018-10-18 08:20:13 +02:00
  • 2695995211 Move tibiacom boxes to Twig templates slawkens 2018-10-16 01:42:15 +02:00
  • ff8105f809 Use strict check where appriopriate slawkens 2018-10-16 01:40:49 +02:00
  • 98a05f53d2 Add var annotation slawkens 2018-10-16 01:39:03 +02:00
  • 549b1a2f13 New Twig function: getPlayerLink($s, $p) slawkens 2018-10-16 01:35:16 +02:00
  • b50d0cd710 Throw an exception if template index file cannot be found slawkens 2018-10-16 01:34:48 +02:00
  • ff135c034c Add Extension Twig_Extension_Debug if env is 'dev' slawkens 2018-10-15 17:34:10 +02:00
  • eb93b08342 Update system/pages/admin/mailer.php slawkens 2018-10-15 17:28:59 +02:00
  • 048c40c16c Update README.md slawkens 2018-08-15 08:00:55 +02:00
  • 33b871efa6 * fixed undefined config index from Twig autoloader slawkens 2018-06-27 00:01:04 +02:00
  • c863ad460a * fixed multiple mail recipients when using admin mailer function slawkens 2018-06-08 21:08:00 +02:00
  • 2010094f83 * fixed multiple mail recipients when using admin mailer function slawkens 2018-06-08 21:08:00 +02:00
  • 693e201900 * added ISSUE_TEMPLATE.md slawkens 2018-06-06 21:59:16 +02:00
  • 2333180c50 * configurable if deleted characters from account should be listed (this closes #49) slawkens 2018-06-06 21:17:41 +02:00
  • 915e9409dc * fixed #55 (Cache class not found) slawkens 2018-06-06 20:28:36 +02:00
  • b6be3226c5 * nothing important .. (fixed some notices from IDE) slawkens 2018-06-03 19:50:05 +02:00
  • b83cad36b6 * remove some unused png files from kathrine template slawkens 2018-06-03 19:49:27 +02:00
  • fb1b9fea09 * stop using global $cache variable, use Singleton pattern instead slawkens 2018-06-03 17:09:21 +02:00
  • 45a387000d * optimize template load code (less file_exists checks) slawkens 2018-06-03 17:07:44 +02:00
  • e6b052f8e9 * lowered condition execution cost slawkens 2018-06-03 17:03:53 +02:00
  • cb08e53103 * fix XSS in forum show_thread slawkens 2018-06-01 20:27:34 +02:00
  • 6365105515 * replace Cache class name with self() slawkens 2018-06-01 19:53:57 +02:00
  • 550b664a61 * Environment is now configurable ('prod' for production, 'dev' for development) slawkens 2018-06-01 19:12:48 +02:00
  • 510459b046 * support for database persistent and socket connections (performance boost) slawkens 2018-06-01 18:56:57 +02:00
  • adbec47fad * silently ignore if status_interval is not set in config slawkens 2018-06-01 18:35:37 +02:00
  • ae24a4ea4c * fixed that database_log was always on slawkens 2018-06-01 18:27:46 +02:00
  • db67bb0b98 * new configurable: status_interval (how often to fetch status from server) slawkens 2018-06-01 18:23:48 +02:00
  • 857ce1324c * cache lastkills.php slawkens 2018-06-01 16:13:41 +02:00
  • 82d6467cee * new configurable: status_timeout slawkens 2018-06-01 16:04:23 +02:00
  • 887c792a76 * (internal) replace deprecated PDO_ attributes with PDO:: slawkens 2018-06-01 16:00:56 +02:00
  • d5cc2a1090 * Fixed missing prefix for cache get() and delete() functions slawkens 2018-06-01 15:03:13 +02:00
  • b3625dffbc * Fixed missing prefix for cache get() and delete() functions slawkens 2018-06-01 15:03:13 +02:00
  • 90cd5dfae7 * added missing highscores_balance configurable slawkens 2018-06-01 14:09:22 +02:00
  • 8ce791368c * fixed wrong name of the skill in highscores for balance (was showing "level" instead of "balance") slawkens 2018-06-01 13:59:47 +02:00
  • 05e15ce9ad * replace deprecated HTML <font> tag with <span> slawkens 2018-06-01 13:35:27 +02:00
  • 1926c5ec5b * change deprecated HTML <center> tag to <div style="text-align:center"> slawkens 2018-06-01 11:55:04 +02:00
  • 0bb1d869af * (internal) change intval() function to (int) casting (up to 6x faster) slawkens 2018-06-01 11:33:22 +02:00
  • c654ea329c * replace "$twig->render()" with "$this->display" slawkens 2018-05-29 21:29:08 +02:00
  • 68d74a490b * performance and optimisations fixes part 2, according to awesome PHPStorm Php Inspections plugin! slawkens 2018-05-29 21:16:48 +02:00
  • 857aa110c8 * remove unnecessary parentheses in include/require (forgot this part) slawkens 2018-05-29 21:10:30 +02:00
  • 6ba24eebb0 * nothing important: changed some text slawkens 2018-05-29 21:09:20 +02:00
  • 023eb3b0ff * use __DIR__ instead of dirname(__FILE__) - since PHP 5.3.0 slawkens 2018-05-29 21:08:05 +02:00
  • bf361238cb * remove whitespaces slawkens 2018-05-29 21:06:15 +02:00
  • 42d23e9b37 * remove unnecessary parentheses in include/require slawkens 2018-05-29 21:00:56 +02:00
  • e1ddf58119 * IDE: fixed $db variable type notation to point to the correct class slawkens 2018-05-29 20:44:05 +02:00
  • 4023fda5b6 * fixed _mail() function when $add_html_tags is disabled slawkens 2018-05-29 20:42:18 +02:00
  • f34f2da9b9 * refactor data directory detection slawkens 2018-05-29 20:40:40 +02:00
  • 6ba8d2c9cb * forgot to open <head> in install template slawkens 2018-05-29 20:29:52 +02:00
  • 050f596429 * forgot to open <head> in install template slawkens 2018-05-29 20:29:52 +02:00
  • de36cfd2eb * add global helper config($key) function + twig binding slawkens 2018-05-29 20:29:18 +02:00
  • 668e4688c4 * remove whitespaces (IDE formatting) slawkens 2018-05-29 20:18:19 +02:00
  • bd19b8665a * do not display software version slawkens 2018-05-29 20:17:39 +02:00
  • b828b8e44a * do not display software version slawkens 2018-05-29 20:08:29 +02:00
  • c5980f2350 * add .gitattributes slawkens 2018-05-29 20:04:17 +02:00
  • 15da31d3eb * add .gitattributes slawkens 2018-05-29 20:04:17 +02:00
  • 6158d81b5e * move Twig functions to separate file slawkens 2018-05-29 18:14:21 +02:00
  • b714bf4abe * added missing comma slawkens 2018-05-29 17:44:24 +02:00
  • 46ca6262b5 Sets the minimun lenght and maximun at config (#54) vankk 2018-05-27 08:41:07 -03:00
  • cfef209cb7 Merge pull request #53 from vankk/master slawkens 2018-05-23 20:54:04 +02:00
  • 654c038eab Increased the mininum lenght and decreased the maxinum lenght vankk 2018-05-23 10:06:33 -03:00
  • a6beb0d2d5 * Updated TODO (display password strength) slawkens 2018-05-03 17:35:34 +02:00
  • 6c03984f53 * support for some old servers, where arrays are used in config.lua slawkens1 2018-04-16 20:31:23 +02:00
  • 515b42cd51 * support for some old servers, where arrays are used in config.lua slawkens1 2018-04-16 20:31:23 +02:00
  • 6668c47368 * fixed saving admin menus on some sensitive systems slawkens1 2018-04-16 18:13:07 +02:00
  • b801fdc14f * change myaac_menu.color to VARCHAR slawkens1 2018-04-16 18:11:20 +02:00
  • 15dcc7b802 * updated TODO (extended forum and auto login) slawkens1 2018-04-15 23:43:48 +02:00
  • 3ec6d5e905 * updated TODO (team page - outfits) slawkens1 2018-04-15 13:10:24 +02:00
  • 92cd64c8e8 * updated TODO slawkens1 2018-04-15 11:26:47 +02:00
  • 955396e575 * updated TODO (moved composer from 2.0 to 1.0) slawkens1 2018-04-07 08:39:54 +02:00
  • 52efadd442 * updated TODO (info about weblate.org) slawkens1 2018-04-04 00:50:25 +02:00
  • 09234e65fe * dislocation of some config options slawkens1 2018-04-02 11:57:14 +02:00
  • 4d0d601127 * updated TODO (change layouts/templates to themes in 2.0) slawkens1 2018-03-31 19:41:36 +02:00
  • bce3756e83 * updated TODO (csrf token protection) slawkens1 2018-03-27 23:41:17 +02:00
  • 0cf21671a4 * updated TODO (password strength requirements in v1.0) slawkens1 2018-03-24 01:43:07 +01:00
  • ecd865f275 * fix #47 slawkens1 2018-03-24 01:11:22 +01:00
  • 5d3fbb4bff * update TODO (Singleton) slawkens1 2018-03-24 01:12:13 +01:00
  • 68bbf4182f * fix #47 slawkens1 2018-03-24 01:11:22 +01:00
  • eab416c0b4 * some optimizations & fixes according to awesome PHPStorm Php Inspections plugin! slawkens 2018-03-21 13:52:41 +01:00
  • 5f1392e9f4 Updated CHANGELOG.md (format) v0.7.10 Sławek 2018-03-03 11:35:34 +01:00
  • d6c10d277d * add .md extension to CHANGELOG slawkens1 2018-03-03 11:31:51 +01:00
  • 815b1f9b5b * update to 0.7.10 slawkens1 2018-03-03 11:31:01 +01:00
  • c48452b37d * delete config.local.php slawkens1 2018-02-21 02:16:20 +01:00
  • 66568fbaf1 * fixed saving long ip addresses (unsigned) slawkens1 2018-02-06 03:55:04 +01:00
  • a636a87c2b * fixed saving long ip addresses (unsigned) slawkens1 2018-02-06 03:55:04 +01:00
  • ba8e1c5647 * updated TODO (robots.txt) slawkens1 2018-02-05 21:54:26 +01:00
  • fc30e28e84 * plugins require like composer: "ext-curl": >"5.0" slawkens1 2018-02-05 21:52:54 +01:00
  • 18b6404e75 * added robots.txt slawkens1 2018-02-05 21:30:49 +01:00
  • cfca37b09c * added robots.txt slawkens1 2018-02-05 21:30:49 +01:00
  • 31a3f594f1 * updated TODO (previous commit) slawkens1 2018-02-05 21:29:15 +01:00
  • 9c536bd845 * plugins: require php-extension, table or column slawkens1 2018-02-05 21:25:14 +01:00
  • 17b1f9a391 * fixed default accounts.vote value slawkens1 2018-02-05 08:19:46 +01:00
  • 808612cd10 * fixed default accounts.vote value slawkens1 2018-02-05 08:19:46 +01:00
  • 14137221fd * minimum PHP is now 5.3.3 Sławek 2018-02-04 23:57:19 +01:00
  • f2c3e558cc * minimum PHP is now 5.3.3 Sławek 2018-02-04 23:57:19 +01:00