| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Migrate redirections definition to not include testing args | 2021-05-03 | -7/+6 | |
| | | ||||
| * | Migrate URLs generation from Django's own RedirectView -> CustomRedirectView | 2021-05-03 | -3/+11 | |
| | | ||||
| * | Add missing type annotation to get_redirect_url | 2021-05-03 | -1/+3 | |
| | | ||||
| * | Create custom RedirectView to support static arguments | 2021-05-03 | -0/+18 | |
| | | ||||
| * | Add events index redirection | 2021-05-03 | -0/+3 | |
| | | ||||
| * | Add dynamic tests for redirections | 2021-05-03 | -0/+20 | |
| | | ||||
| * | Include redirect app URLs to home app URLs | 2021-05-03 | -0/+1 | |
| | | ||||
| * | Create URLs file for redirection app that dynamically generates routes | 2021-05-03 | -0/+9 | |
| | | ||||
| * | Add redirect app to settings and add resources redirections config | 2021-05-03 | -0/+10 | |
| | | ||||
| * | Create basic redirect app | 2021-05-03 | -0/+7 | |
| | | ||||
| * | Merge pull request #478 from python-discord/content-migration | 2021-04-25 | -6/+3657 | |
| |\ | | | | | Dewikification: Migrate site content to markdown. | |||
| | * | Increase padding between text and images in lists. | 2021-04-19 | -3/+12 | |
| | | | | | | | | | | | | | This has a caveat in that there may be additional padding if the first thing in a list item is an image, but it is very unlikely in practice, so it's not handled for now. | |||
| | * | Fix unresolving links. | 2021-04-19 | -2/+2 | |
| | | | ||||
| | * | Implement miscellaneous review changes. | 2021-04-19 | -4/+4 | |
| | | | | | | | | | Punctuation, icon usage... | |||
| | * | Add TOC to certain pages. | 2021-04-19 | -22/+9 | |
| | | | ||||
| | * | Update references to static images. | 2021-04-19 | -35/+38 | |
| | | | ||||
| | * | Replace WEBP images with their PNG counterparts. | 2021-04-19 | -0/+0 | |
| | | | ||||
| | * | Improve markdown whitespace. | 2021-04-19 | -67/+69 | |
| | | | | | | | | | | | | | | | Replace double trailing whitespaces with <br> tags to prevent certain editors from automatically stripping the necessary space. Remove any extra single whitespace. | |||
| | * | Remove duplicate images. | 2021-04-15 | -0/+0 | |
| | | | ||||
| | * | Add missed Game Jam 2020 subpages. | 2021-04-15 | -1/+207 | |
| | | | ||||
| | * | Add miscellaneous pages and fixes. | 2021-04-15 | -3/+107 | |
| | | | ||||
| | * | Add Python Discord guides assets. | 2021-04-15 | -0/+0 | |
| | | | ||||
| | * | Migrate Python Discord guides. | 2021-04-15 | -3/+382 | |
| | | | ||||
| | * | Add Python guide assets. | 2021-04-15 | -0/+0 | |
| | | | ||||
| | * | Migrate Python guides. | 2021-04-15 | -0/+574 | |
| | | | ||||
| | * | Avoid duplicate entries for page and category. | 2021-04-14 | -1/+1 | |
| | | | | | | | | | | | | | | | | | We have to add another check since `subarticles` is actually a list of dictionaries and not a dictionary, so key overriding does not work. We want the categories to take precedence over the pages in case of future feature expansion involving showing sub-sub-articles. | |||
| | * | Add contributing guides assets. | 2021-04-14 | -0/+0 | |
| | | | ||||
| | * | Migrate contributing pages. | 2021-04-14 | -0/+1733 | |
| | | | | | | | | | | | Some guides were updated to fit current PyCharm UI and to keep up with Seasonalbot -> Sir-Lancebot changes. | |||
| | * | Use the more consistent highlight. | 2021-04-13 | -2/+2 | |
| | | | | | | | | | | | We don't need ReasonML support, and the reasonable theme has a really ugly neon parameter color. | |||
| | * | Migrate root files. | 2021-04-13 | -0/+654 | |
| |/ | ||||
| * | Merge pull request #468 from python-discord/content-app-improvements | 2021-04-03 | -71/+322 | |
| |\ | | | | | Dewikification: Content app improvements. | |||
| | * | Use metadata titles in Sub-Articles dropdown. | 2021-04-02 | -43/+15 | |
| | | | | | | | | | | | | | This allows us to keep filenames (thus URLs) as concise as possible, while having a more descriptive entry in the Sub-Articles dropdown for category pages. | |||
| | * | Fix overriden PAGES_PATH in settings.py. | 2021-04-01 | -12/+14 | |
| | | | | | | | | | | | This was causing mysterious 404s because while migrating a feature to dewikification, the same variable would be placed in the settings file. | |||
| | * | Update misleading documentation. | 2021-04-01 | -1/+2 | |
| | | | ||||
| | * | Allow clicking outside the dropdown to hide it. | 2021-04-01 | -3/+11 | |
| | | | ||||
| | * | Add a dropdown menu listing direct children. | 2021-04-01 | -1/+75 | |
| | | | | | | | | | | | This only shows when the page is also a category, since regular pages have no children and regular categories already list their children. | |||
| | * | Document defining a table of contents for a page. | 2021-04-01 | -0/+27 | |
| | | | ||||
| | * | Place category pages in the same directory as categories. | 2021-04-01 | -14/+11 | |
| | | | ||||
| | * | Add new tests to achieve full coverage. | 2021-03-29 | -6/+37 | |
| | | | ||||
| | * | Fix failing tests. | 2021-03-29 | -9/+26 | |
| | | | ||||
| | * | Allow adding a table of contents to a page. | 2021-03-29 | -12/+50 | |
| | | | ||||
| | * | Document additional markdown features. | 2021-03-29 | -0/+46 | |
| | | | | | | | | | | | Adds image caption capabilities and documents missing HTML extensions available. | |||
| | * | Allow displaying a page at a category path. | 2021-03-29 | -19/+58 | |
| | | | | | | | | | | | | | This is useful for our /contributing pages, which have a main contributing page at /contributing but project pages under the same path, /contributing/bot etc. | |||
| | * | Improve content page and listing metadata keys. | 2021-03-27 | -15/+14 | |
| | | | | | | | | | | | | | | | Make category `title` consistent with page `title`. Simplify `icon` key, since there is no benefit to defining the icon class and the icon separately. Allow overriding the `icon` for category entries just like page entries. | |||
| * | | Merge pull request #421 from ks129/resources-lists | 2021-04-01 | -390/+940 | |
| |\ \ | |/ |/| | Dewikification - Display resources based on YAML files | |||
| | * | Change typo postion -> position in Real Python podcast resource | 2021-03-30 | -1/+1 | |
| | | | | | | | Co-authored-by: Kieran Siek <[email protected]> | |||
| | * | Add missing dot to end of books category info | 2021-03-30 | -1/+1 | |
| | | | | | | | Co-authored-by: Kieran Siek <[email protected]> | |||
| | * | Relock Pipfile | 2021-03-30 | -52/+40 | |
| | | | ||||
| | * | Merge branch 'dewikification' into resources-lists | 2021-03-30 | -179/+2734 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #393 from ks129/guides-app | 2021-03-26 | -184/+1055 | |
| |\ \ | | | | | | | Dewikification - Create content app | |||