aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/wiki/render.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-62/+0
|
* [RST] Add directive for UIKit buttonsGravatar Gareth Coles2018-06-07-1/+1
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵Gravatar Leon Sandøy2018-04-27-1/+0
| | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56)
* [Wiki] Some excellent shitcode for document TOCsGravatar Gareth Coles2018-04-12-2/+2
|
* Abstract rst away and add icon directiveGravatar Gareth Coles2018-04-09-4/+3
|
* Allow helpers to edit pages alsoGravatar Gareth Coles2018-04-07-2/+2
|
* Updated wiki editing system with live-previewingGravatar Gareth Coles2018-04-06-1/+32
|
* More work towards the wikiGravatar Gareth Coles2018-04-05-1/+1
|
* More work towards the wikiGravatar Gareth Coles2018-04-05-0/+34