| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Adding the TRACE log level monkey patch from bot | 2018-04-16 | -1/+20 | |
| | | ||||
| * | Adding some trace logging to the table init to figure out what's going wrong. | 2018-04-16 | -0/+9 | |
| | | ||||
| * | Initial data for tables and refactoring the dev-mode database handling to be ↵ | 2018-04-15 | -20/+1362 | |
| | | | | | | | | | | | similar to prod-mode. (#53) * Changed the dev-mode logic to be the same as prod for creating new tables if they don't exist. Also added a new feature where a table can be initialized with data if you create a JSON file in the pysite/database/table_init/ folder and fill it with a list of dicts where each dict represents a row in your table. Included a hiphoppers json so that I can actually test if it works in production. It will only init the table if the table is empty. * Not sure if this will solve it, but I think so. * Renamed the tables and primary keys, and alphabetized the dict. Now complies with the gdudes holy wishes. | |||
| * | Added an About category with Partners view (#1pv7h) (#50) | 2018-04-14 | -3/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Partners view, and Navbar item * Moved info/rules to about/rules and fixed references * Added Partner images, and populated the partners page * Fixed responsiveness on smaller displays Added like 2 characters to the column tag, to enable stacking of columns if the display width is lower than 960 pixels. * Fixed indentation * Updated Code Monkeys Banner Added the shiny new CM Banner, and rearranged the partner cards. * Fixed newlines at end of HTML files * Partners page updated to generate from JSON file • The templates/main/about/partners.html file now uses the static/partners.json file to generate the Partner cards. • Flexboxes are nice. * Rearranged containers on Partners page I have no idea how flexboxes work :DDD * Updated Partners page to fix styling issues * Moved tag styling to the appropriate CSS file * Changed code style of stylesheet :D * Addresses Lemon's code style issues • Partner cards now have id="partner-card", which is selected with a CSS selector for styling, rather than styling all card objects. • Removed nonbreaking spaces that PyCharm didn't tell me about • Indented conditional HTML content to match Jinja conditionals • Fixed unclosed image tag * Removed div bloating, and increased specifity of CSS selection | |||
| * | [Wiki] Fix wiki page interpreted text role | 2018-04-13 | -17/+11 | |
| | | | | | Page slugs may contain slashes after all | |||
| * | [Wiki] Fix pages being wiped when saved without edits | 2018-04-12 | -0/+5 | |
| | | ||||
| * | [Wiki] Lower initial header level to 3 | 2018-04-12 | -1/+3 | |
| | | ||||
| * | [Wiki] Some excellent shitcode for document TOCs | 2018-04-12 | -5/+76 | |
| | | ||||
| * | [Wiki] Fix dodgy staff edit redirect query param | 2018-04-12 | -1/+1 | |
| | | ||||
| * | Add page source view to wiki | 2018-04-12 | -0/+45 | |
| | | ||||
| * | Update resources page with new icons and formatting. | 2018-04-11 | -0/+39 | |
| | | | | | NOTE: This does change the JSON! | |||
| * | Snowflakes should be handled as strings | 2018-04-10 | -10/+12 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-04-10 | -3/+15 | |
| |\ | ||||
| | * | Merge branch 'master' of github.com:discord-python/site | 2018-04-10 | -1/+38 | |
| | |\ | ||||
| | * | | Moved all redirects into a folder and added one for github. | 2018-04-10 | -3/+15 | |
| | | | | ||||
| * | | | Allow contribs to edit wiki pages | 2018-04-10 | -1/+2 | |
| | |/ |/| | ||||
| * | | Whoops, Flake8 | 2018-04-10 | -1/+1 | |
| | | | ||||
| * | | Wiki page text role | 2018-04-10 | -1/+38 | |
| |/ | ||||
| * | [Wiki] Improve editor preview | 2018-04-10 | -1/+1 | |
| | | | | | Also, Flake8. | |||
| * | [Wiki] Add url_for text role | 2018-04-10 | -1/+39 | |
| | | ||||
| * | [Wiki] Add code highlighting | 2018-04-10 | -1/+1 | |
| | | ||||
| * | Abstract rst away and add icon directive | 2018-04-09 | -12/+68 | |
| | | ||||
| * | Revert unnecessary change | 2018-04-09 | -2/+2 | |
| | | ||||
| * | Add font-awesome pro, and default to port 80 | 2018-04-09 | -2/+2 | |
| | | ||||
| * | Easier debugging and optimised imports | 2018-04-08 | -37/+45 | |
| | | | | | Simply set FLASK_DEBUG=1 in your env to skip OAuth checks | |||
| * | Allow helpers to edit pages also | 2018-04-07 | -7/+8 | |
| | | ||||
| * | Display improvements | 2018-04-07 | -3/+5 | |
| | | ||||
| * | Considerable progress on the wiki | 2018-04-07 | -9/+19 | |
| | | ||||
| * | Fix stupid error | 2018-04-07 | -1/+1 | |
| | | ||||
| * | Don't create tables on route load by default. | 2018-04-07 | -3/+29 | |
| | | | | | | * If "FLASK_DEBUG" is in your env vars, tables will be created on route load * If you run a query against a table not declared in database.py, a warning is emitted | |||
| * | Flake8 | 2018-04-06 | -7/+7 | |
| | | ||||
| * | Updated wiki editing system with live-previewing | 2018-04-06 | -2/+40 | |
| | | ||||
| * | 5XX error view non-werkzeug exception support | 2018-04-05 | -1/+9 | |
| | | ||||
| * | Flake8 | 2018-04-05 | -1/+1 | |
| | | ||||
| * | More work towards the wiki | 2018-04-05 | -3/+3 | |
| | | ||||
| * | More work towards the wiki | 2018-04-05 | -4/+48 | |
| | | ||||
| * | That was a little dumb. | 2018-04-05 | -1/+1 | |
| | | ||||
| * | RST test error catching | 2018-04-05 | -1/+1 | |
| | | ||||
| * | RST test error catching | 2018-04-05 | -3/+8 | |
| | | ||||
| * | A few smaller fixes | 2018-04-05 | -1/+10 | |
| | | ||||
| * | Attempt to fix CSRF; add debug info to staff page | 2018-04-05 | -2/+6 | |
| | | ||||
| * | Flake8 | 2018-04-04 | -2/+2 | |
| | | ||||
| * | Early wiki work including a WS test route for RST parsing | 2018-04-04 | -5/+85 | |
| | | ||||
| * | CSRF error route doesn't do shit, sadly | 2018-04-04 | -36/+0 | |
| | | ||||
| * | CSRF error route for API | 2018-04-04 | -0/+36 | |
| | | ||||
| * | Attempting CSRF fixes | 2018-04-04 | -6/+4 | |
| | | ||||
| * | Forget about CSRF, will fix tomorrow | 2018-04-03 | -1/+1 | |
| | | ||||
| * | Explicitly exclude the API subdomain from CSRF checks | 2018-04-03 | -3/+3 | |
| | | | | | TODO: Do this properly! | |||
| * | Basic wiki routes | 2018-04-03 | -0/+36 | |
| | | ||||
| * | Fix staff route name | 2018-04-03 | -1/+1 | |
| | | ||||