| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | * | | | | | Create tests for get_category guides utility function | 2020-09-21 | -0/+36 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Apply testability changes to views tests | 2020-09-21 | -87/+65 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Move guides and categories getting logic to utils for better testability | 2020-09-21 | -96/+109 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add unit tests for guides app | 2020-09-20 | -0/+126 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add test data for guides | 2020-09-20 | -0/+23 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add handling for invalid category for category guide | 2020-09-20 | -0/+3 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Remove unnecessary debug path displaying for 404 on guide view | 2020-09-20 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add example guide "How to Write a Guide" | 2020-09-20 | -0/+60 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add OpenGraph meta tags to guides for Discord embeds | 2020-09-20 | -0/+4 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add syntax highlight support for guides | 2020-09-20 | -0/+3 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add codeblock parsing to Markdown parser for guide | 2020-09-20 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add guides app URLs to home app URLs | 2020-09-20 | -0/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Define guides app URLs | 2020-09-20 | -0/+11 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add __init__.py to guides app views directory | 2020-09-20 | -0/+5 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create view for displaying guide categories | 2020-09-20 | -0/+41 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create view for displaying single guide | 2020-09-20 | -0/+56 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create all guides (+ categories) displaying view | 2020-09-20 | -0/+38 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create HTML template for guides category view | 2020-09-20 | -0/+41 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create HTML template for single guide view | 2020-09-20 | -0/+55 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create HTML template for all guides (+ categories) view | 2020-09-20 | -0/+53 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create CSS file for all Guides app pages | 2020-09-20 | -0/+7 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Include guides app to project | 2020-09-20 | -0/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Create base Guides app | 2020-09-20 | -0/+7 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Install PyYAML for YAML files parsing | 2020-09-19 | -2/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Specify markdown package version | 2020-09-19 | -59/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Add markdown dependency to parse MD to HTML | 2020-09-19 | -177/+154 | ||
| | | | |_|_|/ / / / / | | |/| | | | | | | | |||||
| | | | | | * | | | | | Merge pull request #427 from python-discord/ks123/dewikification/event-pages | 2021-03-23 | -101/+1439 | ||
| | | | | | |\ \ \ \ \ | | | | | | |_|_|/ / | | | | | |/| | | | | Dewikification - Migrate event pages from wiki to HTML | ||||
| | | | | | | * | | | | Style <pre> tag backgrounds the same as <code>. | 2021-03-22 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater. | ||||
| | | | | | | * | | | | Fix event content columns when there is no sidebar. | 2021-03-22 | -50/+60 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents page contents of events pages from being narrower when there is no sidebar to fill the space. | ||||
| | | | | | | * | | | | Migrate game jam 2020 page from wiki to HTML | 2020-11-28 | -0/+104 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Create general game jams page (not ready) | 2020-11-28 | -0/+12 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Create sidebar block for game jam 2020 | 2020-11-28 | -0/+4 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jam 6 rules page from wiki to HTML | 2020-11-28 | -0/+81 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Use h2 instead bigger h-s and add classes | 2020-11-28 | -18/+18 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jam 6 page from wiki to HTML | 2020-11-28 | -0/+93 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Create siderbar item for code jam 6 page | 2020-11-28 | -0/+6 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jam 5 page from wiki to HTML | 2020-11-28 | -0/+80 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jam 4 page from wiki to HTML | 2020-11-28 | -0/+93 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jam 3 page from wiki to HTML | 2020-11-28 | -0/+81 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jam 2 page from wiki to HTML | 2020-11-28 | -0/+72 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Add highlight.js to event pages | 2020-11-28 | -0/+4 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Use file instead directory for code jam 1 | 2020-11-28 | -0/+0 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate Code Jams PR opening page from wiki to HTML | 2020-11-23 | -0/+235 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate Code Jams judging page from wiki to HTML | 2020-11-23 | -0/+110 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate Code Jams Git using page | 2020-11-23 | -0/+61 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Make useful information sidebar block name clearer | 2020-11-23 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Migrate code jams page from wiki to HTML | 2020-11-23 | -1/+68 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Create code jams useful information sidebar block | 2020-11-23 | -0/+8 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Create previous code jams sidebar block | 2020-11-23 | -0/+11 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Create upcoming code jam sidebar block | 2020-11-23 | -0/+8 | ||
| | | | | | | | | | | | |||||