aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main (follow)
Commit message (Collapse)AuthorAgeLines
* Early bersion of the code jams pageGravatar Gareth Coles2018-03-14-0/+10
|
* Remove unused importGravatar Gareth Coles2018-03-13-2/+0
|
* Update info section with an indexGravatar Gareth Coles2018-03-13-1/+1
|
* Info pages #13xan #13xak (#36)Gravatar Gareth Coles2018-03-04-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Info pages and templates * Info pages and templates * Info pages and templates * Update navigation and fix up HTML * Navigation HTML spacing for readability * Fix error views not using `self.render()` * `render()` method should accept Any for context values * Change header linking CSS to a dedicated class * Rules page * Basic resources page setup * Fix headers for new CSS class * Resource categories and initial resource data * Add link to JSON file on GH - won't work until the branch is merged * Remove info overview page and redirect info root url to resources * Flake8 * Add some tests * Line lengths
* Instead of making flask error when rendering unsupported status codes just ↵Gravatar JoeBanks132018-03-01-1/+4
| | | | send 500
* Add error messages (#30)Gravatar Joseph2018-02-28-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add error messages Signed-off-by: JoeBanks13 <[email protected]> * Remove un-used keyword arg from 404 * Assert for status code instead of full content * PEP8 * test lint * please coverage * oh * Exclude websockets.py from coverage * Move code output into terminal * Switch typewriter href protocol * Add tests for websockets.py * Abort previous commit, coveralls did not let coverage go down * Add more pauses and request => response * move css and js out, add typewriter JS to our own repo & add method for appending text in bulk. * Enable REPL on 4XX and change error descriptions * commas * /error path
* Move `/help` to `/info/help`Gravatar Gareth Coles2018-02-27-3/+4
|
* Help page #z62n (#25)Gravatar Gareth Coles2018-02-26-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * Changes for @lmn * Rephrase first paragraph * Rephrase questions so they aren't all about discord.py * Remove _every single header_ on the help page from the nav * Unit test the help route * Small styling fixes * Add page-specific classes to body element * Clean up section padding * IndexView -> HelpView * Remove unnecessary path in test
* Rearrange views and templatesGravatar Gareth Coles2018-02-21-27/+2
|
* Error handlers can now handle more than one HTTP status codeGravatar Gareth Coles2018-02-18-0/+12
|
* Websocket echo testGravatar Gareth Coles2018-02-13-0/+15
|
* Datadog redirect #yq3fGravatar JoeBanks132018-02-12-0/+12
|
* Fix invite redirectGravatar Gareth Coles2018-02-11-1/+1
|
* Move from straight app registration to Blueprints (#6)Gravatar Gareth Coles2018-02-09-0/+36