aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Made .travis.yml a bit more consistent (#44)Gravatar Sam Wedgwood2018-03-24-2/+5
| | | Reordered the location of `cache: pip` to be consistent with https://github.com/discord-python/bot/blob/master/.travis.yml on the bot, and disabled email notifications like the bot repo.
* Fix countdown textGravatar Gareth Coles2018-03-23-1/+1
|
* Prevent countdown popup from suddenly expanding on load, and add a small ↵Gravatar Gareth Coles2018-03-21-1/+2
| | | | piece of text about dismissing it
* Some front-page restylingGravatar Gareth Coles2018-03-21-1/+14
|
* Reformat message arg for UIkit notificationGravatar Gareth Coles2018-03-21-7/+7
|
* Rewrite countdown; Now a notification present on all pagesGravatar Gareth Coles2018-03-21-51/+79
|
* CountdownGravatar JoeBanks132018-03-21-76/+49
|
* Pushing the footer to the bottom of the pageGravatar Leon Sandøy2018-03-21-42/+63
|
* Update countdown.jsGravatar Joseph2018-03-21-2/+2
|
* Added a Code Jam Countdown (#1eevq) (#43)Gravatar Sam Wedgwood2018-03-21-0/+101
| | | | | | | | | | | | * added countdown * updated jam dates * added test * flake8 * flake8 (i did it on wrong file)
* Copy code from API error view over to normal error views because that's the ↵Gravatar JoeBanks132018-03-21-21/+24
| | | | way it should be.
* Update PR documentation to mention team number in titleGravatar Gareth Coles2018-03-20-1/+2
|
* Change styling for price icons on resources pageGravatar Gareth Coles2018-03-18-9/+11
|
* Fixed footer padding, fixed firefox vertical align issues, and improved the ↵Gravatar Leon Sandøy2018-03-17-3/+21
| | | | footer text. (#41)
* `Github` => `GitHub`Gravatar Joseph2018-03-17-1/+1
|
* Add a brief footer with a link to the repo (#37)Gravatar Andrew Schwartz2018-03-17-0/+7
| | | | | | | | | | | | | | | | | | | | | | | * add environment varibales to a .env file specifically useful if using an IDE maybe this also warrants an update of the wiki.. * add newline * Add a brief footer with a link to the github rep * Update README.md * Update README.md * Remove command line about running locally * add styling for the footer * rm config vars file * use html bullet point code instead of literal
* @1mn plsGravatar Gareth Coles2018-03-15-1/+1
|
* Fix comprehension errorGravatar Gareth Coles2018-03-15-1/+1
|
* Fix missing textGravatar Gareth Coles2018-03-15-1/+1
|
* Update code jams page with tutorialGravatar Gareth Coles2018-03-15-6/+103
|
* Early bersion of the code jams pageGravatar Gareth Coles2018-03-14-0/+118
|
* Dynamic OpenGraph metadata in page templatesGravatar Gareth Coles2018-03-14-5/+20
|
* Add payment info for resources, and two more resourcesGravatar Gareth Coles2018-03-14-9/+74
| | | | | * Code Combat * Corey Schafer's Python tutorials playlist
* Datadog TCP loggingGravatar Gareth Coles2018-03-13-2/+28
|
* Remove unused importGravatar Gareth Coles2018-03-13-2/+0
|
* Update info section with an indexGravatar Gareth Coles2018-03-13-9/+50
|
* Merge branch 'master' of github.com:discord-python/siteGravatar Leon Sandøy2018-03-13-2/+22
|\
| * Logging fixesGravatar Gareth Coles2018-03-10-3/+3
| |
| * Logging with PapertrailGravatar Gareth Coles2018-03-10-2/+22
| |
* | Minor bugfix to allow tag.delete to return success as False if the tag ↵Gravatar Leon Sandøy2018-03-13-5/+8
|/ | | | doesn't exist
* removes gunicorn config as it is no longer being used (#39)Gravatar Christopher Baklid2018-03-07-46/+0
|
* API for tags (#34)Gravatar Leon Sandøy2018-03-06-79/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * [WIP] - API improvements for the tag features. Not completed. * renaming tag.py to tags.py and refactoring the nomenclature of docs to tags * fixed error message in tags, cleaning up app_test.py * tests for the tags feature * ignoring jsonify returns cause coverall can't handle them * Catch-all error view for the API blueprint * cleaning up APIErrorView a little * bringing coverage for tags.py to 100% * how did this get in here? * how did this get in here? ROUND 2 * Removing the 503 database error handling. It's not in use and we should probably rethink that whole custom error handling system anyway. * Converting the tags file to use the @api_params decorator instead of validating manually. Tested with bot staging.
* Fix user API testGravatar Gareth Coles2018-03-04-6/+6
|
* Fixes for the API validation decoratorGravatar Gareth Coles2018-03-04-6/+10
|
* Info pages #13xan #13xak (#36)Gravatar Gareth Coles2018-03-04-57/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix navbar dropdownGravatar Gareth Coles2018-03-03-8/+8
|
* Mobile optimisation (#33)Gravatar Joseph2018-03-03-90/+121
| | | | | | | | | | | | | | | | | | * Fix squished logo & button * Hide terminal on mobile * A misc set of fixes * Newline in window.css * Add extra_head block to base template * Move script/CSS loading to extra_head block in error view * Move terminal JS into window.onload * Replace `var` with `let` and enable strict mode in 500.js * Stop typewriter when the terminal is closed * Move terminal onclick assignment to 500.js * Move error page <style> contents into window.css * Tidy up error page HTML and remove unmatched tags
* Switch type from NotFound to HTTPException & add post support to 5XX and 4XXGravatar JoeBanks132018-03-01-2/+26
|
* Gdude got nit picky and made me change the Mac OS terminal to say it's on MacGravatar JoeBanks132018-03-01-1/+1
|
* Change 418 error descriptionGravatar JoeBanks132018-03-01-1/+1
|
* Add safe so it is not escapedGravatar JoeBanks132018-03-01-1/+1
|
* noscript should use templated errorGravatar JoeBanks132018-03-01-1/+1
|
* OpenGraph metadata (#32)Gravatar Joseph2018-03-01-18/+25
| | | Better embedding for the url to the site.
* Fix spacing issuesGravatar JoeBanks132018-03-01-2/+2
|
* Instead of making flask error when rendering unsupported status codes just ↵Gravatar JoeBanks132018-03-01-1/+4
| | | | send 500
* Change link to enclose more textGravatar JoeBanks132018-03-01-7/+6
|
* Change color of windowGravatar JoeBanks132018-03-01-1/+1
|
* Finish up #31 by adding linksGravatar JoeBanks132018-03-01-9/+8
|
* Darken background of muted error headerGravatar JoeBanks132018-03-01-1/+5
|
* Close window by hitting red buttonGravatar JoeBanks132018-03-01-296/+301
|