Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-03-24 | Improve variable and key names for page utils. | -7/+7 | ||
2021-03-24 | Refactor common HTML into a base template. | -108/+88 | ||
2021-03-24 | Undo change to events app. | -5/+5 | ||
Renaming `PageView` to `PagesView` was accidental and unnecessary. | ||||
2021-03-24 | Improve phrasing and wording of documentation. | -9/+9 | ||
2021-03-24 | Update guide to reflect changes in events app. | -2/+90 | ||
Wording is also improved. | ||||
2021-03-24 | Propogate markdown language data to highlight.js | -0/+1 | ||
2021-03-24 | Rename `short_description` to `description`. | -86/+6 | ||
Given that there is no "long description", just `description` conveys the same information with brevity. | ||||
2021-03-24 | Fix content columns when there is no sidebar. | -15/+18 | ||
If the `relevant_links` field is not provided in the markdown, do not restrict contents to 2/3 columns. | ||||
2021-03-24 | Fix content app tests. | -45/+37 | ||
2021-03-23 | Simplify content app. | -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. | ||||
2021-03-23 | Rename `articles` to `pages`. | -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/`. | ||||
2021-03-23 | Simplify relevant_links configuration in markdown. | -7/+2 | ||
2021-03-23 | Remove Github metadata feature. | -328/+283 | ||
This feature is still under implementation debate, so it will be further discussed in another issue and implemeneted in a future PR. | ||||
2021-03-23 | Style <pre> tag backgrounds same as <code>. | -0/+9 | ||
This makes it consistent with the django-wiki version of the code blocks, which looks neater. | ||||
2021-03-23 | Update highlight.js script and use one dark style. | -2/+3 | ||
Unifies the highlighting with the events app. | ||||
2020-11-28 | Remove old templates | -97/+0 | ||
2020-11-28 | Update tests to match with recent unlimited subcategories changes | -83/+148 | ||
2020-11-28 | Change views __init__.py | -3/+2 | ||
2020-11-28 | Update utils to match with new unlimited categories system | -29/+24 | ||
2020-11-28 | Update template name of articles index | -6/+2 | ||
2020-11-28 | Fix linting in resources view | -1/+1 | ||
2020-11-28 | Update guides route in resources.html | -1/+1 | ||
2020-11-28 | Delete old article and category views | -59/+0 | ||
2020-11-28 | Change article.html to match with unlimited categories | -3/+3 | ||
2020-11-28 | Add testing subcategory and article into it | -0/+8 | ||
2020-11-28 | Update URLs to match new unlimited categories articles | -7/+1 | ||