Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump jQuery version | 2020-07-15 | -1/+1 | |
| | | | | | The Django wiki updated the jQuery version, so our reference needs to be updated too. Otherwise, we will get a 404 for the script. | |||
* | Removes django_crispy_forms dependency, too. | 2020-07-15 | -3/+6 | |
| | ||||
* | Add Summer Code Jam image on landing page. | 2020-06-07 | -2/+2 | |
| | ||||
* | Update navbar for Code Jam 7 | 2020-06-04 | -2/+2 | |
| | | | Changed `Most Recent: Game Jam 2020` to `Upcoming: Code Jam 7` | |||
* | Update Game Jam from upcoming to most recent | 2020-05-12 | -1/+1 | |
| | ||||
* | Fix broken link to Game Jam banner | 2020-04-02 | -1/+1 | |
| | | | | The asset was recently moved to a new directory. | |||
* | Add Game Jam banner to landing page | 2020-03-27 | -8/+4 | |
| | | | I've added the Game Jam banner to the home page and made it link the Game Jam info page. | |||
* | Add events section to menu dropdown | 2020-03-27 | -2/+8 | |
| | | | To draw attention to upcoming events, I've changed the events section of the "more" dropdown menu. It now has an events header, followed by the upcoming event, and a link to the general events page. | |||
* | Add more pre-commit hooks | 2020-03-04 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | Hooks added: * check-merge-conflict - checks for files with merge conflict strings * check-toml - attempts to load all toml files to verify syntax * check-yaml - attempts to load all yaml files to verify syntax * end-of-file-fixer - ensures files end in a newline and only a newline * mixed-line-ending - replaces mixed line endings with LF * trailing-whitespace - trims trailing whitespace * python-check-blanket-noqa - enforces that noqa annotations always occur with specific codes Changes made to comply with new hooks: * Remove trailing whitespaces * Remove some useless noqa annotations * Specify errors for noqa annotations * Add missing newlines at end of files See: python-discord/organisation#138 | |||
* | Merge branch 'master' into deleted-messages-visible-line-endings | 2020-03-01 | -6/+13 | |
|\ | ||||
| * | Add sentry logo to sponsors | 2020-02-20 | -0/+3 | |
| | | ||||
| * | Switch the code jam banner for the stream. | 2020-02-16 | -4/+8 | |
| | | | | | | | | | | With the code jam over, we don't want a code jam banner on our front page. This commit replaces it with the Code Jam Judge Stream. | |||
| * | Update resources reference in head navbar. | 2020-02-06 | -2/+2 | |
| | | | | | | Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources. | |||
* | | Merge branch 'master' into deleted-messages-visible-line-endings | 2020-02-02 | -5/+221 | |
|\| | ||||
| * | Merge branch 'master' into bot#549-show-attachments-staff | 2020-01-12 | -4/+4 | |
| |\ | ||||
| | * | Add Code Jam 6 banner to the homepage | 2019-12-23 | -4/+4 | |
| | | | ||||
| * | | Merge branch 'master' into bot#549-show-attachments-staff | 2019-11-15 | -1/+212 | |
| |\| | ||||
| | * | Merge branch 'master' into allauth-user-settings | 2019-10-28 | -2/+2 | |
| | |\ | ||||
| | * | | Full coverage and finish cleanup | 2019-10-23 | -4/+9 | |
| | | | | ||||
| | * | | Add user settings modal, with connections management and account deletion | 2019-10-23 | -9/+151 | |
| | | | | ||||
| | * | | Merge branch 'master' into allauth-user-settings | 2019-10-22 | -1/+1 | |
| | |\ \ | ||||
| | * | | | Implement account deletion at /accounts/delete | 2019-10-22 | -1/+33 | |
| | | | | | ||||
| | * | | | GH signup prevention, views and templates for settings pages | 2019-10-20 | -1/+25 | |
| | | | | | ||||
| | * | | | Bring navbar styling in line on mobile as well | 2019-10-19 | -0/+1 | |
| | | | | | ||||
| | * | | | Initial navbar change to add settings button next to logout | 2019-10-19 | -1/+8 | |
| | | | | | ||||
| * | | | | Show attachments in staff logs | 2019-10-28 | -0/+5 | |
| | |_|/ | |/| | | ||||
* / | | | Make newlines visible in deleted messages | 2019-10-31 | -2/+2 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/python-discord/site/issues/302 This commit makes newlines in deleted messages visible in the deleted messages front-end and makes sure they are not stripped during the conversion to HTML. To represent newlines, I've chosen a commonly used symbol: `↵`. In addition, I've kaizened the colour filter that translates integer representations of colours to their RGB hex-value. The Discord dark theme shows black colours (int: 0; hex: #000000) as white instead, to make reading them against the dark background easier. This commit makes sure our front-end displays the same behavior. This closes #302 | |||
* | | | Merge branch 'master' into patch-1 | 2019-10-25 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Add bulma content class to home page content for proper formatting. | 2019-10-21 | -1/+1 | |
| |/ | ||||
* / | Remove breadcrumb truncation | 2019-10-20 | -2/+2 | |
|/ | | | As per discussion in #meta | |||
* | Add Code of Conduct to navbar submenu | 2019-10-17 | -0/+3 | |
| | | | | | | This commit adds a link to the Code of Conduct to the dropdown menu in the navbar. It does not include a direct link to the CoC policies, which are accessible via the Code of Conduct page. | |||
* | Merge pull request #284 from python-discord/favicons | 2019-10-14 | -11/+9 | |
|\ | | | | | Forgot to update base.html template with favicon changes | |||
| * | Forgot to update base.html template with favicon changes | 2019-10-12 | -11/+9 | |
| | | ||||
* | | Wiki: Show breadcrumb without menus for users that can't edit, without the ↵ | 2019-10-14 | -52/+58 | |
| | | | | | | | | root shown | |||
* | | Wiki: Remove Django messages from Wiki templates | 2019-10-14 | -25/+0 | |
| | | | | | | | | We've already got this handled in the main base template for the site. | |||
* | | Wiki: Hide breadcrumbs bar if the user can't edit | 2019-10-14 | -1/+3 | |
| | | ||||
* | | Merge branch 'master' into #201-django-allauth | 2019-10-14 | -8/+17 | |
|\| | ||||
| * | Merge branch 'master' into fix-home-responsive | 2019-10-11 | -13/+24 | |
| |\ | ||||
| * | | Improve homepage flex responsiveness | 2019-10-09 | -8/+17 | |
| | | | ||||
* | | | Merge branch 'master' into #201-django-allauth | 2019-10-11 | -13/+11 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Merge branch 'master' into tizzysaurus_landing_page_text | 2019-10-11 | -0/+13 | |
| |\ \ | ||||
| * | | | Make the homepage paragraphier. | 2019-10-05 | -6/+4 | |
| | | | | ||||
| * | | | Address code review from Scragly and Mark. | 2019-10-05 | -4/+4 | |
| | | | | | | | | | | | | | | | | Makes various minor changes to commas and formulations. | |||
| * | | | Update the landing page text. | 2019-10-01 | -7/+7 | |
| | |/ | |/| | | | | | | | | | | The new text was written by Tizzysaurus in his website cleanup project, and lifted from his google doc. | |||
* | | | Merge branch 'master' into #201-django-allauth | 2019-10-11 | -0/+13 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Add favicons; workaround for gitattributes | 2019-10-08 | -0/+13 | |
| |/ | ||||
* | | Prevent saving emails, remove login page | 2019-10-06 | -53/+10 | |
| | | ||||
* | | Replace card on login page with notification | 2019-10-06 | -14/+6 | |
| | | ||||
* | | Login page and styling fixes | 2019-10-06 | -11/+61 | |
| | | ||||
* | | Message styling (default to light for now) | 2019-10-06 | -2/+16 | |
| | |