Commit Graph

253 Commits

Author SHA1 Message Date
Krzysztof Sikorski bf0b943bfc
Add server time to page layout 2024-01-17 01:33:45 +01:00
Krzysztof Sikorski d572d91813
Clean up whitespace in `base.html.twig` template 2024-01-17 01:24:19 +01:00
Krzysztof Sikorski 7072744ace
Use favicon from v3 2024-01-17 01:23:05 +01:00
Krzysztof Sikorski c782603c1e
Override important PHP settings in application kernel 2024-01-17 01:18:41 +01:00
Krzysztof Sikorski 491b757811
Add explicit argument names in controller routes 2024-01-16 22:23:03 +01:00
Krzysztof Sikorski acc387d1aa
Fix import paths for `Route` attributes in controllers 2024-01-16 22:21:29 +01:00
Krzysztof Sikorski 1a0c6f377a
Add property for storing body element’s ID 2024-01-16 14:38:57 +01:00
Krzysztof Sikorski d356d20e6e
Fix target name 2024-01-16 14:28:19 +01:00
Krzysztof Sikorski 1ec6638217
Reformat whitespace in HTML files from Wayback Machine 2024-01-14 01:58:41 +01:00
Krzysztof Sikorski 24755fa4dd
Fix URLs in HTML files from Wayback Machine 2024-01-14 01:52:40 +01:00
Krzysztof Sikorski 85995333c2
Commit forgotten font file from Wayback Machine 2024-01-14 01:01:38 +01:00
Krzysztof Sikorski 0fc72b4aec
Cleanup HTML files from Wayback Machine 2024-01-14 01:01:08 +01:00
Krzysztof Sikorski 73112c6046
Cleanup asset files from Wayback Machine 2024-01-14 00:51:59 +01:00
Krzysztof Sikorski c5f4f7d409
Save sample pages from Wayback Machine (part 2) 2024-01-14 00:27:33 +01:00
Krzysztof Sikorski b62b30c479
Add sample pages from Wayback Machine 2024-01-13 23:34:53 +01:00
Krzysztof Sikorski 46f2a49159
Rename `website.*` assets back to `app.*` 2024-01-03 19:28:09 +01:00
Krzysztof Sikorski 37b6100f09
Add Twig's Intl extension to website dependencies 2024-01-03 18:02:04 +01:00
Krzysztof Sikorski eb9f3b5838
Add sample data for home page 2024-01-03 18:01:16 +01:00
Krzysztof Sikorski 7996a2e58b
Add Symfony Clock component to website dependencies 2024-01-03 17:50:58 +01:00
Krzysztof Sikorski b42c79cb55
Merge entries for JSON files 2024-01-02 00:16:20 +01:00
Krzysztof Sikorski ef3825b970
Relax `max_line_length` for HTML & CSS files 2024-01-02 00:15:03 +01:00
Krzysztof Sikorski 98dd92b878
Add "Freckle Face" font to assets 2024-01-01 23:30:37 +01:00
Krzysztof Sikorski 264df6989f
Create dummy controller for "State of the game" page 2024-01-01 11:30:29 +01:00
Krzysztof Sikorski 5e3bf36081
Create dummy controller for release notes page 2024-01-01 11:30:10 +01:00
Krzysztof Sikorski 98e2d67dc8
Create dummy controller for FAQ page 2024-01-01 11:29:47 +01:00
Krzysztof Sikorski e15e719987
Create dummy controller for Discord page 2024-01-01 11:29:32 +01:00
Krzysztof Sikorski 09f18b68e4
Move home controller to separate namespace 2024-01-01 09:56:32 +01:00
Krzysztof Sikorski 5464200794
Reorganize `app.*` assets (rename and move to appropriate subdirs) 2024-01-01 09:04:45 +01:00
Krzysztof Sikorski 3e0f77390b
Add container service for additional global data in templates 2024-01-01 09:00:52 +01:00
Krzysztof Sikorski 89cefbdaea
Change template path for homepage 2024-01-01 05:58:26 +01:00
Krzysztof Sikorski 8e69e45e98
Add make target for linting Twig templates 2023-12-31 23:33:39 +01:00
Krzysztof Sikorski 281cdb4a4c
Simplify home controller by using `Template` attribute 2023-12-31 23:27:41 +01:00
Krzysztof Sikorski 017775e11b
Add Bootstrap framework to assets 2023-12-31 23:23:21 +01:00
Krzysztof Sikorski 009ee55691
Add make targets for managing assets 2023-12-31 19:31:06 +01:00
Krzysztof Sikorski c66d4e76d0
Add `es-module-shims` to assets so that they load locally 2023-12-30 00:58:28 +01:00
Krzysztof Sikorski 4967b2d1db
Add `Asset` & `AssetMapper` components to dependencies 2023-12-29 04:35:35 +01:00
Krzysztof Sikorski 959c099db0
Clarify EditorConfig for JSON, YAML, and Makefile files 2023-12-29 04:30:03 +01:00
Krzysztof Sikorski 9df97c88fc
Clean up `.gitignore` files 2023-12-29 04:10:50 +01:00
Krzysztof Sikorski c991cbf7c0
Create basic controller and template for the home page 2023-12-29 04:05:30 +01:00
Krzysztof Sikorski 109ae11186
Ad Twig to website dependencies 2023-12-29 02:49:46 +01:00
Krzysztof Sikorski 17c6e1d117
Rewrite `.editorconfig` to avoid syntax that is not supported by PHPStorm 2023-12-29 02:34:26 +01:00
Krzysztof Sikorski 78b9644b47
Manually add missing strict type to `website/bin/console` 2023-12-28 05:18:33 +01:00
Krzysztof Sikorski 1663a2a461
Add Symfony Maker to website’s dependencies 2023-12-28 04:57:27 +01:00
Krzysztof Sikorski 82d9434dda
Add core library to website’s dependencies 2023-12-28 04:48:15 +01:00
Krzysztof Sikorski 36c8fc585b
Fix declared versions in `composer.json` files 2023-12-28 04:43:08 +01:00
Krzysztof Sikorski 1a1bfc48e4
Fix coding standard in existing files 2023-12-28 03:00:22 +01:00
Krzysztof Sikorski 10ba163861
Configure opinionated coding style based on PER standard 2023-12-28 02:57:17 +01:00
Krzysztof Sikorski 02204c5c54
Add separate make target to check coding style instead of fixing it 2023-12-27 16:12:38 +01:00
Krzysztof Sikorski 8e0239521d
Add "PHP Coding Standards Fixer" tool to project 2023-12-27 04:57:08 +01:00
Krzysztof Sikorski 602b9b95cc
Add make targets to clear cache and logs 2023-12-27 04:17:06 +01:00