Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
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 | ||