Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump jQuery version | 2020-07-15 | -1/+1 | |
| | | | | | The Django wiki updated the jQuery version, so our reference needs to be updated too. Otherwise, we will get a 404 for the script. | |||
* | Add more pre-commit hooks | 2020-03-04 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | Hooks added: * check-merge-conflict - checks for files with merge conflict strings * check-toml - attempts to load all toml files to verify syntax * check-yaml - attempts to load all yaml files to verify syntax * end-of-file-fixer - ensures files end in a newline and only a newline * mixed-line-ending - replaces mixed line endings with LF * trailing-whitespace - trims trailing whitespace * python-check-blanket-noqa - enforces that noqa annotations always occur with specific codes Changes made to comply with new hooks: * Remove trailing whitespaces * Remove some useless noqa annotations * Specify errors for noqa annotations * Add missing newlines at end of files See: python-discord/organisation#138 | |||
* | Remove breadcrumb truncation | 2019-10-20 | -2/+2 | |
| | | | As per discussion in #meta | |||
* | Wiki: Show breadcrumb without menus for users that can't edit, without the ↵ | 2019-10-14 | -52/+58 | |
| | | | | root shown | |||
* | Wiki: Remove Django messages from Wiki templates | 2019-10-14 | -25/+0 | |
| | | | | We've already got this handled in the main base template for the site. | |||
* | Wiki: Hide breadcrumbs bar if the user can't edit | 2019-10-14 | -1/+3 | |
| | ||||
* | Message styling (default to light for now) | 2019-10-06 | -0/+13 | |
| | ||||
* | Adding a pygments CSS for syntax highlighting. | 2019-09-15 | -0/+1 | |
| | | | | | | | | This adds the Monokai, Friendly, and Darcula themes to this repo. It leaves Darcula as the active theme. This can very easily be changed later on by altering wiki/base.html Resolves #243. | |||
* | fixing floating button on root article page | 2019-07-06 | -4/+0 | |
| | ||||
* | Fixing the titles properly | 2019-07-06 | -1/+1 | |
| | ||||
* | fixing the embed titles - no newlines or indents please | 2019-07-05 | -3/+1 | |
| | ||||
* | Remove unneeded sites.py and move navbar CSS to base.css | 2019-04-20 | -1/+0 | |
| | ||||
* | Styling fixes and cleanup | 2019-04-20 | -12/+3 | |
| | ||||
* | Address reviews | 2019-04-20 | -488/+321 | |
| | ||||
* | Char input has placeholder, finish dir listing | 2019-04-19 | -33/+49 | |
| | ||||
* | Continued cleanup | 2019-04-19 | -7/+10 | |
| | ||||
* | Move JS into files | 2019-04-19 | -184/+25 | |
| | ||||
* | Initial template cleanup | 2019-04-19 | -178/+14 | |
| | ||||
* | Finish history view page | 2019-04-19 | -144/+112 | |
| | ||||
* | Add paginators at the top of paginated sections | 2019-04-19 | -43/+49 | |
| | ||||
* | Wiki pagination is special-cased, so we basically have one option for it | 2019-04-19 | -128/+142 | |
| | ||||
* | Big pagination changes because the wiki is stupid | 2019-04-19 | -1/+3 | |
| | ||||
* | Searching and pagination | 2019-04-18 | -56/+49 | |
| | ||||
* | Source page | 2019-04-18 | -23/+8 | |
| | ||||
* | Article deleted/Deleted list pages | 2019-04-18 | -68/+87 | |
| | ||||
* | Delete/Error/Move/Permission Denied pages | 2019-04-18 | -132/+184 | |
| | ||||
* | Prevent accidental submission of link plugin form | 2019-04-18 | -0/+3 | |
| | ||||
* | Links plugin is.. functional.. | 2019-04-18 | -25/+49 | |
| | ||||
* | Images plugin is complete. | 2019-04-18 | -28/+38 | |
| | ||||
* | Lots of work on the images management page | 2019-04-17 | -89/+132 | |
| | ||||
* | Fix up image replacement page | 2019-04-17 | -38/+45 | |
| | ||||
* | Correct image rendering in wiki articles | 2019-04-17 | -13/+16 | |
| | ||||
* | Image sidebar is finally complete | 2019-04-17 | -145/+218 | |
| | ||||
* | Accessibility and images sidebar | 2019-04-17 | -36/+43 | |
| | ||||
* | Image upload and images sidebar form work | 2019-04-15 | -32/+42 | |
| | ||||
* | Images sidebar work, and allow fields to be rendered without labels | 2019-04-15 | -150/+109 | |
| | ||||
* | Small styling fixes | 2019-04-15 | -4/+14 | |
| | ||||
* | Editor fixes and sidebar accordion | 2019-04-15 | -34/+71 | |
| | ||||
* | Fix preview/nav visibility | 2019-04-15 | -7/+9 | |
| | ||||
* | Finish creation form, remove weird article title addons | 2019-04-15 | -38/+79 | |
| | ||||
* | Remove TOC, link headers, fix breadcrumb padding | 2019-04-15 | -144/+67 | |
| | | | | Also removes some templates we don't care about | |||
* | Breadcrumb/article menu work | 2019-04-14 | -117/+137 | |
| | ||||
* | More styling - breadcrumbs and messages | 2019-04-14 | -37/+41 | |
| | ||||
* | Modals and breadcrumb work | 2019-04-14 | -209/+232 | |
| | ||||
* | Remove attachments plugin, add plugin templates | 2019-04-14 | -0/+553 | |
| | ||||
* | Some work towards fixed navigation | 2019-04-13 | -70/+100 | |
| | ||||
* | Some more work towards the editor pages | 2019-04-13 | -105/+122 | |
| | ||||
* | Small cosmetic changes | 2019-04-13 | -118/+119 | |
| | ||||
* | SimpleMDE editor for wiki Markdown | 2019-04-13 | -2/+7 | |
| | ||||
* | Mostly-working model choice stuff | 2019-04-12 | -9/+50 | |
| |