Commit Graph
38 Commits
Author SHA1 Message Date
mataniko c8fbbe8380 WEB: Fix static call to non-static method error. 2020-01-23 07:26:43 -05:00
Matan Bareket 298ed989ce DATA: Convert Credits to YAML 2019-11-02 19:42:29 -04:00
Matan Bareket 5f850f6941 DATA: Use .markdown extension instead of .yaml 2019-10-22 08:15:29 -04:00
Matan Bareket d6fba215f0 DATA: Convert news to FM+MD 2019-10-22 01:16:53 -04:00
Matan Bareket a5722c8ca0 WEB: Move the Recommended Download logic to the DownloadsModel 2019-05-09 00:28:27 -04:00
Matan Bareket f48d95e174 WEB: Lint PHP files 2019-05-08 23:28:05 -04:00
Matan Bareket 605404ae5c WEB: Fix PHP warning in Compatibility page 2019-02-20 00:20:39 -05:00
Matan Bareket 7c90a6f7d6 WEB: Parse News JSON as an array instead of an object 2019-01-22 19:49:58 -05:00
Matan Bareket 601465558f WEB: Resolve static analysis errors 2019-01-22 19:49:58 -05:00
Matan Bareket 8a51f21f0c WEB: Rename Section objects 2019-01-22 19:49:58 -05:00
Matan Bareket df825b7878 WEB: Fix phpstan static errors 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 97262c4b2f WEB: Convert require statements to psr-4 style use statements 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 018c78010a NEWS: Add support for news filenames in either yyyyMMdd or yyyyMMddHHmm format
This also changes the behavior that when a user clicks on a news
article, he will get all news articles from the same day. The reasoning
is a) we barely have more than 1 article a day. b) if a user wanted a
hotlink to a particular news article, he might get two different ones
which is odd.
2018-11-18 07:46:22 -05:00
Matan Bareket 01f1443c43 I18N: Revert News model and Object but use JSON now instead of our XML 2018-11-06 08:57:44 -05:00
Matan Bareket 807af53f8e I18N: Update news JSON to include author/date even for translated entries.
Even though it's not necessary to have in the translation, it makes translating via weblate frustrating because they're marked as untranslated

Now they'll be marked as no difference from source language, but that's easier to filter
2018-11-06 01:23:23 -05:00
Matan Bareket c4e8e96345 I18N: Update News model and object to read from the new JSON file 2018-11-06 01:00:06 -05:00
Thierry Crozat 094efe3fc8 WEB: Fix sorting of recent news when we have several news for the same date
The news archive page and news for a date page where using natural sorting for
the dates, which properly handles dates with an additional alphabetic character
at the end (used when we have several news for the same day). However the
recent news code was using a numeric sort, which resulted in those dates not
being properly handled and the order being the reverse of what we want.
2017-03-31 21:18:42 +01:00
Eugene Sandulenko 9150342a47 WEB: Do not let compatibility browsing for non-existing version 2016-03-01 16:20:32 +01:00
Eugene Sandulenko fe5ae3114d WEB: Started translating FAQ into Russian 2016-01-17 01:04:54 +01:00
Eugene Sandulenko f0934a7003 WEB: Add compatibility for 0.1.0 2016-01-16 23:43:58 +01:00
Eugene Sandulenko 11a6a6b1fb WEB: Support for translated news in All News page 2016-01-16 23:43:58 +01:00
Eugene Sandulenko ae97f2f101 WEB: Fix showing translated news 2016-01-16 23:43:58 +01:00
Eugene Sandulenko 71fba34ec9 WEB: Support for translated news 2016-01-16 23:43:58 +01:00
Filippos Karapetis aae1ecaa21 WEB: Remove leftover debug code 2013-11-04 21:30:37 +02:00
Filippos Karapetis 1b9d45b878 WEB: Split game downloads into a separate "Games" page
This separates binary ScummVM downloads from the freeware games and
extras downloads
2013-11-04 12:11:19 +02:00
Filippos Karapetis eb35f1bb8c WEB: Replace specific HTML entities in RSS/atom feeds
This fixes the invalid XML entities in the RSS/atom feeds.
Currently, only e acute is replaced, but this can be extended to
replace more entities that may appear in news items
2013-07-02 13:25:46 +03:00
Jordi Vilalta Prat 83ae141b9d WEB: Replace unnecesary references to SVN with VCS-agnostic terminology.
svn path=/web/trunk/; revision=55899
2011-02-12 20:18:55 +00:00
Max Horn e740c73605 WEB: Removed SCUMM MD5 page
svn path=/web/trunk/; revision=54313
2010-11-18 10:14:45 +00:00
Jordi Vilalta Prat 35c3d66bf3 WEB: Fix the ordering of versions numbers on the compatibility page (release candidates go before the final releases)
svn path=/web/trunk/; revision=48306
2010-03-20 09:57:25 +00:00
Fredrik Wendel 9f1eaaf70c #2847559 - "WEB: Zak missing on md5 page".
svn path=/web/trunk/; revision=43852
2009-08-31 16:45:59 +00:00
Fredrik Wendel f6c9513056 #2820377: "WEB: Unable to post more than single news item per day"
svn path=/web/trunk/; revision=42882
2009-07-29 09:03:27 +00:00
Fredrik Wendel 250bc28b3e Make ScreenshotsModel be able to handle just a single group, or a group with just one game.
svn path=/web/trunk/; revision=40946
2009-05-27 17:45:47 +00:00
Fredrik Wendel de970eda80 Fix the regexp rules so that we ignore the attributes on some XML-elements that are non-relevant to the website.
svn path=/web/trunk/; revision=40826
2009-05-23 20:36:51 +00:00
Eugene Sandulenko d429c48de0 Website rewrite from Fredrik Wendel
svn path=/web/trunk/; revision=40814
2009-05-23 18:45:30 +00:00