Commit Graph

17 Commits

Author SHA1 Message Date
Mataniko e483873d57 WEB: Remove the lang cookie and leverage the url path instead 2020-09-29 16:08:34 -04:00
Matan Bareket f48d95e174 WEB: Lint PHP files 2019-05-08 23:28:05 -04:00
Matan Bareket 67778e13ce WEB: Fix phpdoc errors 2019-01-22 19:49:58 -05:00
Matan Bareket 2eff11cbb3 WEB: Clean up most PSR2 style warnings 2019-01-22 19:49:58 -05:00
Matan Bareket 1e7815ec2e WEB: Fix namespace reference to ErrorException 2019-01-22 19:49:58 -05:00
Matan Bareket 85328f2997 WEB: Use PSR-4 autoloading 2019-01-22 19:49:58 -05:00
Matan Bareket cfbeebb8dc WEB: Add namespaces to all PHP files 2019-01-22 19:49:58 -05:00
Matan Bareket 851bb41bb7 WEB: Auto-fix to PSR-2 standard 2019-01-22 19:49:58 -05:00
Matan Bareket ac06fa012a WEB: Use new style php constructor in XMLParser.php 2018-08-15 07:34:10 -04:00
Eugene Sandulenko 1e5b429733 WEB: Support for localized .xml files 2016-01-16 23:43:58 +01:00
Johannes Schickel ec8bb8ff30 WEB: Fix compat page for sections where only one game is specified.
This should help Residual where they trigger this case and need to work around
by specifying another entry. Now this is not needed anymore.
2013-07-31 05:15:26 +02:00
Martin Kiewitz 2057e8331f Revert previous XMLParser change (Scaron)
svn path=/web/trunk/; revision=46221
2009-11-30 16:27:23 +00:00
Martin Kiewitz de3161e1d2 Scaron now finally fixed
svn path=/web/trunk/; revision=46219
2009-11-30 15:35:02 +00:00
Martin Kiewitz ef6d29b878 fixes Š in credits (hopefully)
svn path=/web/trunk/; revision=46218
2009-11-30 15:22:28 +00:00
Fredrik Wendel ecbe49af28 Create a specific class for exception handling and modify relevant code parts. We can now properly detect if the MenuModel is causing the exception and therefor skip it.
Without this fix we wouldn't be able to display the exception if MenuModel was the cause since it's used in the Controller, which ExceptionsPage inherits from.

svn path=/web/trunk/; revision=40948
2009-05-27 18:24:16 +00:00
Fredrik Wendel ae68ad2086 If we know the filename, append it to the exception message to ease debugging.
svn path=/web/trunk/; revision=40945
2009-05-27 17:35:49 +00:00
Eugene Sandulenko d429c48de0 Website rewrite from Fredrik Wendel
svn path=/web/trunk/; revision=40814
2009-05-23 18:45:30 +00:00