| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Simplify relevant_links configuration in markdown. | 2021-03-23 | -7/+2 | |
| | | ||||
| * | Remove Github metadata feature. | 2021-03-23 | -328/+283 | |
| | | | | | | This feature is still under implementation debate, so it will be further discussed in another issue and implemeneted in a future PR. | |||
| * | Style <pre> tag backgrounds same as <code>. | 2021-03-23 | -0/+9 | |
| | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater. | |||
| * | Update highlight.js script and use one dark style. | 2021-03-23 | -2/+3 | |
| | | | | | Unifies the highlighting with the events app. | |||
| * | Merge branch 'dewikification' into guides-app | 2020-11-28 | -0/+346 | |
| |\ | ||||
| | * | Merge pull request #417 from ks129/events-app | 2020-11-22 | -2/+349 | |
| | |\ | | | | | | | Dewikification - Create events app | |||
| | | * | Use URL tag for code jam 7 page | 2020-11-12 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: Jeremiah Boby <[email protected]> | |||
| | | * | Use URL tag for code jam 7 rules page | 2020-11-12 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: Jeremiah Boby <[email protected]> | |||
| | | * | Update pydis_site/apps/events/views/page.py | 2020-11-12 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: Jeremiah Boby <[email protected]> | |||
| | | * | Use path in variable instead getting it every time in kwargs | 2020-11-08 | -5/+6 | |
| | | | | ||||
| | | * | Fix missing URL tag in events index page | 2020-11-08 | -1/+1 | |
| | | | | | | | | | | Co-authored-by: Jeremiah Boby <[email protected]> | |||
| | | * | Apply changes of pages location to views and settings | 2020-10-29 | -25/+15 | |
| | | | | ||||
| | | * | Fix resources pre-commit | 2020-10-29 | -1/+1 | |
| | | | | ||||
| | | * | Move events pages to templates folder | 2020-10-29 | -0/+0 | |
| | | | | ||||
| | | * | Port View to TemplateView for events page view | 2020-10-28 | -12/+15 | |
| | | | | ||||
| | | * | Use path converter for event page path argument | 2020-10-28 | -6/+2 | |
| | | | | ||||
| | | * | Use URL tag instead manually writing URL | 2020-10-28 | -5/+5 | |
| | | | | ||||
| | | * | Rename events index page from events -> index | 2020-10-28 | -2/+2 | |
| | | | | ||||
| | | * | Merge branch 'dewikification' into events-app | 2020-10-28 | -0/+156 | |
| | | |\ | | |/ | |/| | ||||
| | | * | Create Summer Code Jam 2020 rules page | 2020-10-26 | -0/+68 | |
| | | | | ||||
| | | * | Create Summer Code Jam 2020 page | 2020-10-26 | -0/+102 | |
| | | | | ||||
| | | * | Create sidebar for summer code jam 2020 pages | 2020-10-26 | -0/+12 | |
| | | | | ||||
| | | * | Create code jams info page with content ToDo! | 2020-10-26 | -0/+5 | |
| | | | | ||||
| | | * | Create tests for event views | 2020-10-26 | -0/+50 | |
| | | | | ||||
| | | * | Create testing event pages | 2020-10-26 | -0/+2 | |
| | | | | ||||
| | | * | Create event page view | 2020-10-26 | -0/+31 | |
| | | | | ||||
| | | * | Create events index page view | 2020-10-26 | -0/+7 | |
| | | | | ||||
| | | * | Create CSS file for events pages | 2020-10-26 | -0/+3 | |
| | | | | ||||
| | | * | Include events URLs to home URLs | 2020-10-26 | -1/+2 | |
| | | | | ||||
| | | * | Add events app to INSTALLED_APPS | 2020-10-26 | -0/+1 | |
| | | | | ||||
| | | * | Create basic events app | 2020-10-26 | -0/+20 | |
| | | | | ||||
| | | * | Create index events page template | 2020-10-26 | -0/+17 | |
| | | | | ||||
| | | * | Create base events page template | 2020-10-26 | -0/+38 | |
| | | | | ||||
| * | | | Remove old templates | 2020-11-28 | -97/+0 | |
| | | | | ||||
| * | | | Update tests to match with recent unlimited subcategories changes | 2020-11-28 | -83/+148 | |
| | | | | ||||
| * | | | Change views __init__.py | 2020-11-28 | -3/+2 | |
| | | | | ||||
| * | | | Update utils to match with new unlimited categories system | 2020-11-28 | -29/+24 | |
| | | | | ||||
| * | | | Update template name of articles index | 2020-11-28 | -6/+2 | |
| | | | | ||||
| * | | | Fix linting in resources view | 2020-11-28 | -1/+1 | |
| | | | | ||||
| * | | | Update guides route in resources.html | 2020-11-28 | -1/+1 | |
| | | | | ||||
| * | | | Delete old article and category views | 2020-11-28 | -59/+0 | |
| | | | | ||||
| * | | | Change article.html to match with unlimited categories | 2020-11-28 | -3/+3 | |
| | | | | ||||
| * | | | Add testing subcategory and article into it | 2020-11-28 | -0/+8 | |
| | | | | ||||
| * | | | Update URLs to match new unlimited categories articles | 2020-11-28 | -7/+1 | |
| | | | | ||||
| * | | | Create categories and articles listing template | 2020-11-28 | -0/+62 | |
| | | | | ||||
| * | | | Create view for showing articles and categories | 2020-11-28 | -0/+75 | |
| | | | | ||||
| * | | | Move articles writing guide to PyDis guides directory | 2020-11-28 | -0/+2 | |
| | | | | ||||
| * | | | Add articles path to settings | 2020-11-22 | -0/+3 | |
| | | | | ||||
| * | | | Update content app views tests | 2020-10-30 | -9/+13 | |
| | | | | ||||
| * | | | Port views to TemplateView for content app | 2020-10-30 | -44/+40 | |
| | | | | ||||