| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | * | | 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 | ||
| | | | | | | |\ \ | |||||
| | | | | | | * | | | 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 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Use Django URL generation for category URL | 2020-10-30 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Use just plain strings for site repo information | 2020-10-30 | -7/+4 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Use Django URL generation for content app templates | 2020-10-30 | -3/+3 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Remove unnecessary namespace from content app URLs include | 2020-10-30 | -2/+2 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Let Django generate URL for guides section of resources index | 2020-10-30 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | | | | | * | | | Merge remote-tracking branch 'up/dewikification' into guides-app | 2020-10-30 | -2028/+305 | ||
| | | | | | | |\ \ \ | |||||
| | | | | | | * | | | | Cover fetching article GitHub information with tests | 2020-10-06 | -3/+47 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Rename last guides test to articles tests | 2020-10-06 | -5/+5 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Add information about icons to articles writing guide | 2020-10-06 | -0/+2 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Implement fetching contributors and last modification date from GitHub | 2020-10-06 | -2/+57 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Add dateutil dependency because datetime's fromisoformat don't work | 2020-10-06 | -1/+10 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Move repository configuration to environment variables | 2020-10-06 | -4/+7 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Add repository configuration to settings | 2020-10-06 | -0/+5 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Simplify relevant links generator empty values filtering | 2020-10-06 | -11/+6 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Relock Pipfile.lock | 2020-10-06 | -28/+4 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Fix mess with rebase | 2020-10-06 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Rename content -> articles for visual part | 2020-10-06 | -17/+19 | ||
| | | | | | | | | | | | |||||
| | | | | | | * | | | | Merge branch 'dewikification' into guides-app | 2020-10-05 | -3641/+656 | ||
| | | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | | Fix content app linting | 2020-10-05 | -19/+42 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Apply recent changes to article writing guide | 2020-10-05 | -66/+78 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Implement custom icons for articles | 2020-10-05 | -2/+4 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Remove last modified field from article | 2020-10-05 | -17/+0 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Migrate content system from Python-Markdown to markdown2 | 2020-10-05 | -102/+130 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Move from standard OS path actions to Pathlib | 2020-10-04 | -37/+29 | ||
| | | | | | | | | | | | | |||||
| | | | | | | * | | | | | Change guides system to content system | 2020-10-04 | -324/+328 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead. | ||||
| | | | | | | * | | | | | Add more information to how to write a guide guide | 2020-09-21 | -0/+3 | ||
| | | | | | | | | | | | | |||||