Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main | 2022-01-23 | -0/+13 | ||
|\ | |||||
| * | Restructure bot contributing guide (#591) | 2021-10-17 | -0/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure bot contributing guide Restructures the bot guide to focus on getting users "through the door" first, and slowly adding additional information and options. The guide is built in terms of showing ways to run the bot and how to achieve it, rather than listing all of the information for each configuration and environment variable right away. That said, the attempt was to still present the reader with the full information they need, and to still be able to use as a quick reference for contributors who are already familiar with the project. As a style choice, this guide incorporates collapsible elements, which required some CSS and JS additions. This could be resolved with the bulma-collapsible extension, but it doesn't seem to function well inside django templates. The guide includes an optional config.yml to use with the test server template. This is a temporary measure until we get the bootstrapping application going. This guide additionally splits the bot account creation and obtaining Discord ID's guides and they didn't seem related. The original file is kept for now as it is used by other guides at the moment. | ||||
* | | Move evil <script> tag into a .js file. | 2022-01-23 | -0/+48 | ||
|/ | |||||
* | Merge branch main into dewikification | 2021-05-14 | -0/+104 | ||
| | |||||
* | Remove files related to django-allauth. | 2020-10-04 | -100/+0 | ||
| | |||||
* | Remove wiki templates and static. | 2020-10-04 | -314/+0 | ||
| | |||||
* | Add user settings modal, with connections management and account deletion | 2019-10-23 | -0/+100 | ||
| | |||||
* | Re-add erroneously removed static files | 2019-10-03 | -0/+314 | ||
| | |||||
* | Remove accidental static files commit; fix Allauth | 2019-10-03 | -314/+0 | ||
| | |||||
* | Address reviews | 2019-04-20 | -2/+0 | ||
| | |||||
* | Continued cleanup | 2019-04-19 | -7/+0 | ||
| | |||||
* | Move JS into files | 2019-04-19 | -0/+161 | ||
| | |||||
* | Links plugin is.. functional.. | 2019-04-18 | -0/+11 | ||
| | |||||
* | Image sidebar is finally complete | 2019-04-17 | -6/+34 | ||
| | |||||
* | Editor fixes and sidebar accordion | 2019-04-15 | -0/+3 | ||
| | |||||
* | Remove TOC, link headers, fix breadcrumb padding | 2019-04-15 | -21/+0 | ||
| | | | | Also removes some templates we don't care about | ||||
* | Editor: TOC insert correctly places on previous line rather than next line | 2019-04-15 | -4/+4 | ||
| | |||||
* | Breadcrumb/article menu work | 2019-04-14 | -0/+37 | ||
| | |||||
* | Modals and breadcrumb work | 2019-04-14 | -0/+13 | ||
| | |||||
* | Some more work towards the editor pages | 2019-04-13 | -12/+39 | ||
| | |||||
* | Small cosmetic changes | 2019-04-13 | -3/+1 | ||
| | |||||
* | SimpleMDE editor for wiki Markdown | 2019-04-13 | -0/+66 | ||