| 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 | |
| | | ||||
| * | Fixed the weird navbar sizing | 2018-04-15 | -0/+5 | |
| | | | | | Increased the navbar image max-width to 110% | |||
| * | Initial data for tables and refactoring the dev-mode database handling to be ↵ | 2018-04-15 | -21/+1373 | |
| | | | | | | | | | | | 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 | -18/+164 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
| * | Small styling fix for RST lists | 2018-04-13 | -0/+8 | |
| | | ||||
| * | oops, what are you doing here? | 2018-04-12 | -1/+1 | |
| | | ||||
| * | [Wiki] Fix contents shown on pages with no headers | 2018-04-12 | -1/+1 | |
| | | ||||
| * | [Wiki] Fix pages being wiped when saved without edits | 2018-04-12 | -1/+13 | |
| | | ||||
| * | [Wiki] TOC divider should be inside conditional | 2018-04-12 | -1/+1 | |
| | | ||||
| * | [Wiki] Lower initial header level to 3 | 2018-04-12 | -1/+3 | |
| | | ||||
| * | [Wiki] Some excellent shitcode for document TOCs | 2018-04-12 | -5/+96 | |
| | | ||||
| * | [Wiki] Fix dodgy staff edit redirect query param | 2018-04-12 | -1/+1 | |
| | | ||||
| * | [Wiki] Rearrange sidebar | 2018-04-12 | -24/+24 | |
| | | ||||
| * | [Wiki] Fix sidebar edit link | 2018-04-12 | -1/+2 | |
| | | ||||
| * | Add page source view to wiki | 2018-04-12 | -6/+149 | |
| | | ||||
| * | Update resources page with new icons and formatting. | 2018-04-11 | -44/+179 | |
| | | | | | NOTE: This does change the JSON! | |||
| * | Fix unit tests | 2018-04-10 | -2/+2 | |
| | | ||||
| * | Snowflakes should be handled as strings | 2018-04-10 | -10/+12 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-04-10 | -6/+18 | |
| |\ | ||||
| | * | oops, forgot to update the test | 2018-04-10 | -3/+3 | |
| | | | ||||
| | * | 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 | |
| |/ | ||||
| * | padding should be on the nav, not the container. my bad. | 2018-04-10 | -4/+3 | |
| | | ||||
| * | Merge branch 'master' of github.com:discord-python/site | 2018-04-10 | -8/+129 | |
| |\ | ||||
| | * | [Wiki] Improve editor preview | 2018-04-10 | -5/+11 | |
| | | | | | | | | | Also, Flake8. | |||
| | * | [Wiki] Prevent page saving if there's an error | 2018-04-10 | -1/+5 | |
| | | | ||||
| | * | [Wiki] Add url_for text role | 2018-04-10 | -1/+39 | |
| | | | ||||
| | * | [Wiki] Add code highlighting | 2018-04-10 | -1/+74 | |
| | | | ||||
| | * | [Wiki] Blurple sidebar | 2018-04-09 | -1/+1 | |
| | | | ||||
| * | | Flash of Unstyled Content fix | 2018-04-10 | -3/+63 | |
| |/ | ||||
| * | Forces the sidebar and the rest of that container div to fill the page | 2018-04-09 | -2/+2 | |
| | | ||||
| * | Abstract rst away and add icon directive | 2018-04-09 | -12/+68 | |
| | | ||||
| * | [Wiki] Fix editor | 2018-04-09 | -1/+1 | |
| | | ||||
| * | Revert unnecessary change | 2018-04-09 | -2/+2 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-04-09 | -0/+42 | |
| |\ | ||||
| | * | Update CONTRIBUTING.md | 2018-04-09 | -1/+2 | |
| | | | ||||
| | * | Create CONTRIBUTING.md | 2018-04-09 | -0/+41 | |
| | | | ||||
| * | | Add font-awesome pro, and default to port 80 | 2018-04-09 | -4/+4 | |
| |/ | ||||
| * | Bamboozled again! | 2018-04-09 | -3/+3 | |
| | | ||||
| * | Remove comment in template that betrays Ava's interests | 2018-04-09 | -1/+0 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-04-09 | -119/+279 | |
| |\ | ||||
| | * | Added Python 3 cheat sheet to resources.json | 2018-04-09 | -0/+6 | |
| | | | ||||
| | * | Added git guide to resources.json | 2018-04-09 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | ```json "A Simple Guide to Git": { "description": "A simple, no-nonsense guide to the basics of using Git.", "url": "http://rogerdudler.github.io/git-guide/", "payment": "free", "payment_description": null }, ``` | |||
| | * | Remove FLASK_DEBUG from travis | 2018-04-08 | -3/+0 | |
| | | | ||||
| | * | Fix build for real | 2018-04-08 | -4/+3 | |
| | | | ||||