Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Simplify pathlib code and specify file encoding. | 2021-03-24 | -12/+11 | |
| | ||||
* | Improve variable and key names for page utils. | 2021-03-24 | -7/+7 | |
| | ||||
* | Refactor common HTML into a base template. | 2021-03-24 | -108/+88 | |
| | ||||
* | Undo change to events app. | 2021-03-24 | -5/+5 | |
| | | | | Renaming `PageView` to `PagesView` was accidental and unnecessary. | |||
* | Improve phrasing and wording of documentation. | 2021-03-24 | -9/+9 | |
| | ||||
* | Update guide to reflect changes in events app. | 2021-03-24 | -2/+90 | |
| | | | | Wording is also improved. | |||
* | Propogate markdown language data to highlight.js | 2021-03-24 | -0/+1 | |
| | ||||
* | Rename `short_description` to `description`. | 2021-03-24 | -86/+6 | |
| | | | | | Given that there is no "long description", just `description` conveys the same information with brevity. | |||
* | Fix content columns when there is no sidebar. | 2021-03-24 | -15/+18 | |
| | | | | | If the `relevant_links` field is not provided in the markdown, do not restrict contents to 2/3 columns. | |||
* | Fix content app tests. | 2021-03-24 | -45/+37 | |
| | ||||
* | Simplify content app. | 2021-03-23 | -91/+43 | |
| | | | | | | | | | Rather than having two views for the base page and all other pages, all pages now use the same view. The view context handler is simplified to take advantage of pathlib features. The markdown folder is now /content/resources/* rather than /content/resources/content/*, as the latter is unnecessary nesting. | |||
* | Rename `articles` to `pages`. | 2021-03-23 | -163/+164 | |
| | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`. | |||
* | 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 | |
| | | |