aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/history.html (follow)
Commit message (Collapse)AuthorAgeLines
* Remove wiki templates and static.Gravatar Leon Sandøy2020-10-04-126/+0
|
* Add more pre-commit hooksGravatar MarkKoz2020-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
* Address reviewsGravatar Gareth Coles2019-04-20-127/+100
|
* Move JS into filesGravatar Gareth Coles2019-04-19-14/+1
|
* Finish history view pageGravatar Gareth Coles2019-04-19-136/+101
|
* Add paginators at the top of paginated sectionsGravatar Gareth Coles2019-04-19-43/+42
|
* Wiki pagination is special-cased, so we basically have one option for itGravatar Gareth Coles2019-04-19-4/+2
|
* Big pagination changes because the wiki is stupidGravatar Gareth Coles2019-04-19-1/+3
|
* Searching and paginationGravatar Gareth Coles2019-04-18-1/+3
|
* Add base templates for django-wiki, as providedGravatar Gareth Coles2019-04-08-0/+202