Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix link to teachingpython episode (#1048) | 2023-07-24 | -1/+1 | |
| | | | Also removes a superfluous space. Closes #1043. | |||
* | Fix overflowing iframe element (python-discord#1027) (#1038) | 2023-07-16 | -1/+1 | |
| | ||||
* | Fix empty <h1> tag on page listing (#1033) | 2023-07-15 | -2/+2 | |
| | | | Closes #1026. | |||
* | Fix broken link found by httrack (#1018) | 2023-07-10 | -1/+1 | |
| | | | Surfaced in #1016. | |||
* | Do not duplicate "Edit on GitHub" link for tags | 2023-05-10 | -1/+1 | |
| | | | | Closes #963. | |||
* | Fix extra whitespace from button | 2023-05-06 | -2/+2 | |
| | ||||
* | Put 'Edit on GitHub' on breadcrum row with Sub-Articles dropdown | 2023-05-06 | -7/+13 | |
| | ||||
* | Edit on GitHub link instead of button | 2023-05-06 | -1/+6 | |
| | | | | | | | | | - Before the title - Aligned left - more mobile-friendly - Simpler page structure - I personally don't think it makes sense for a simple link to a page's source be a button. Plus, it's similar to the style of other docs like VS Code | |||
* | feat: Edit on GitHub button for content articles | 2023-05-06 | -0/+1 | |
| | | | | | | | | - Using `if pages` to check whether the page is an article or category doesn't work for /pages/guides - I still need to modify the styling and position of the button a bit - Should probably just use a static method and put src_url as context instead of having a template tag | |||
* | Update Code Jam 2022 & Events homepage (#952) | 2023-04-25 | -7/+280 | |
| | | | | | * Update Code Jam 2022 and events homepage to show that it has ended. * Remove strike through for important dates in CJ. | |||
* | Reverse timeline entries so newest entries come first | 2023-02-19 | -302/+301 | |
| | | | | | We agreed internally that this would look better, and especially as I add more entries. | |||
* | Update events calendar for the year 2023 | 2023-02-11 | -5/+5 | |
| | ||||
* | Remove admonition from /events/ that says CJ9 is underway | 2023-02-10 | -3/+0 | |
| | ||||
* | Merge branch 'main' into bot-tags | 2022-08-23 | -2/+2 | |
|\ | ||||
| * | striked passed date | 2022-08-16 | -2/+2 | |
| | | ||||
* | | Improve Tag Commit Naming | 2022-08-23 | -1/+1 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Better Split Up Tag Commit Messages | 2022-08-16 | -1/+3 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tag Metadata | 2022-08-16 | -1/+21 | |
| | | | | | | | | | | | | | | Uses the commit API to obtain tag metadata such as when it was last edited, and by whom. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tag Group Support | 2022-08-14 | -6/+16 | |
| | | | | | | | | | | | | | | Adds support for tag groups in content. This involves some modification to the routing, and templating. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Improve Tag Cropping | 2022-08-13 | -1/+3 | |
| | | | | | | | | | | | | | | Move the tag cropping logic to the frontend, which makes it easier to crop without crossing boundaries such as link or code block boundaries. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Enable Code Highlighting On All Content Pages | 2022-08-13 | -8/+4 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Content App To Navbar | 2022-08-13 | -0/+3 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tag Page Template | 2022-08-13 | -1/+22 | |
| | | | | | | | | | | | | Add a template for the tag page itself, and add a route to use it. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tags To Content Listings | 2022-08-13 | -2/+10 | |
|/ | | | | | | | Adds bot tags to the content page, as well as a model to go along with it. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Be explicit about example in rule being an allowed use-case | 2022-07-23 | -1/+1 | |
| | ||||
* | Rework sentence urging reaching out to the events team | 2022-07-23 | -1/+1 | |
| | | | Co-authored-by: wookie184 <[email protected]> | |||
* | Fix past-tense "exempt" typo | 2022-07-23 | -1/+1 | |
| | | | Co-authored-by: wookie184 <[email protected]> | |||
* | Relax rule about usage of non-WebSocket communication | 2022-07-23 | -8/+6 | |
| | ||||
* | Update codejams sidebar about cj9 theme announcement | 2022-07-21 | -1/+1 | |
| | ||||
* | Strike out beginning of code jam date | 2022-07-21 | -1/+1 | |
| | ||||
* | Remove unnecessary "also" in new exception to codejam rule | 2022-07-21 | -1/+1 | |
| | ||||
* | Clarify WebSocket restriction rule's impact on static serving | 2022-07-21 | -1/+3 | |
| | | | | | Before this change, the rule technically disallows implementing JavaScript clients because webbrowsers use HTTP to fetch the static files. This commit also fixes a mistake in a previous commit where Markdown-style characters were used instead of code-tags. | |||
* | Add CJ9 page link to side bar | 2022-07-19 | -0/+1 | |
| | | | | Technically it's an ongoing jam, not a previous jam. But I think adding this link will help with discoverability if you're already on the CJ Info page. Can be updated once a theme is announced | |||
* | Add back green box link to CJ 9 page | 2022-07-19 | -0/+3 | |
| | | | | This was the easiest way of navigating to the CJ9 page previously other than the home page. Let's keep it for the duration of the jam | |||
* | Copy over qualifier description from codejam 8 | 2022-07-17 | -4/+14 | |
| | ||||
* | Remove trailing space in codejam rules | 2022-07-15 | -1/+1 | |
| | ||||
* | Add note about approval for non-WebSocket communication | 2022-07-15 | -0/+2 | |
| | ||||
* | Reword new codejam rule exception clause | 2022-07-15 | -2/+2 | |
| | | | Co-authored-by: wookie184 <[email protected]> | |||
* | Remove accidental stray parenthesis in new codejam rule | 2022-07-14 | -1/+1 | |
| | | | Co-authored-by: Kieran Siek <[email protected]> | |||
* | Update site banner for codejam | 2022-07-14 | -2/+2 | |
| | ||||
* | Remove notification about open codejam qualifier | 2022-07-14 | -9/+0 | |
| | ||||
* | Strike over passed dates in codejam information | 2022-07-14 | -2/+2 | |
| | ||||
* | De-capitalize aiohttp in codejam frameworks | 2022-07-14 | -2/+2 | |
| | | | Co-authored-by: Numerlor <[email protected]> | |||
* | Add rule about forced usage of WebSockets | 2022-07-14 | -0/+9 | |
| | ||||
* | Add `aiohttp` to approved frameworks | 2022-07-14 | -0/+14 | |
| | ||||
* | Move Starlite and Sanic above wsproto | 2022-07-14 | -12/+12 | |
| | ||||
* | Remove `flask-socketio` from approved frameworks | 2022-07-14 | -14/+0 | |
| | ||||
* | Add starlite and sanic to cj9 frameworks | 2022-07-10 | -0/+28 | |
| | ||||
* | Merge branch 'main' into cj9-frameworks-reorder | 2022-07-01 | -16/+13 | |
|\ | ||||
| * | Update front page banner. | 2022-06-29 | -2/+2 | |
| | |