Commit Graph

19 Commits

Author SHA1 Message Date
Mataniko 08ea2cfcde WEB: Lint and static analysis cleanup 2020-09-27 22:08:07 -04:00
Mataniko c0eb021126 WEB: Add caching to all models 2020-09-27 22:08:07 -04:00
Mataniko 4471b291a1 WEB: Convert all models to not be static objects
This is a first step towards moving to a dependency injection model.
2020-09-27 22:08:07 -04:00
Thunderforge 73958c69d5 BUILD: Standardizing the variable names for parsing data
Fixes the following Codacy issues:

* Avoid variables with short names like `$a`. Configured minimum length is 3.
* Avoid unused local variables such as '$key'.
2020-04-03 13:47:28 +02:00
Lothar Serra Mari aa1b1c4de4 DATA: Remove the workaround for providing the Win32 and Mac version by variable 2020-04-01 00:00:30 +02:00
Lothar Serra Mari 1444fd65b0 DATA: Override Win32 and Mac recommended download version 2020-03-31 21:15:58 +02:00
Lothar Serra Mari f40628a471 WEB: Fix formatting for the additional snap information 2020-03-23 22:53:51 +01:00
Lothar Serra Mari 5552f936fd WEB: Add additional install information to the snap package 2020-03-23 22:52:17 +01:00
Lothar Serra Mari 396a8eebab WEB: Fix indentation 2020-03-10 11:13:30 +01:00
Lothar Serra Mari 3da67ae86b WEB: Add version constants for Android and Snap Store releases
Since we can't use the filenames for stripping out the version information,
we have to rely on set values in Constants.php like we do for the Debian
and Tools packages.

Fixes empty version string for the recommended downloads offered
for Android users.
2020-03-10 10:00:31 +00:00
mataniko 68e0ca2d7b WEB: Escape user agent in DownloadsModel preg_match 2020-01-31 17:37:10 -05:00
mataniko c8fbbe8380 WEB: Fix static call to non-static method error. 2020-01-23 07:26:43 -05:00
Matan Bareket a5722c8ca0 WEB: Move the Recommended Download logic to the DownloadsModel 2019-05-09 00:28:27 -04:00
Matan Bareket 8a51f21f0c WEB: Rename Section objects 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
Eugene Sandulenko d429c48de0 Website rewrite from Fredrik Wendel
svn path=/web/trunk/; revision=40814
2009-05-23 18:45:30 +00:00