aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2024-02-07Resources: Add link to suggest new resourcesGravatar hedy-0/+6
2024-02-07Bump sentry-sdk from 1.40.0 to 1.40.1Gravatar dependabot[bot]-6/+6
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.0 to 1.40.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.40.0...1.40.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-02-07Bump django from 5.0.1 to 5.0.2Gravatar dependabot[bot]-5/+5
Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2. - [Commits](https://github.com/django/django/compare/5.0.1...5.0.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-02-06Bump ruff from 0.2.0 to 0.2.1Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-02-06Bump psycopg from 3.1.17 to 3.1.18Gravatar dependabot[bot]-75/+75
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.17 to 3.1.18. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.17...3.1.18) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-02-06Bump cryptography from 41.0.6 to 42.0.0Gravatar dependabot[bot]-28/+37
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2024-02-01Appeased the linterGravatar Xithrius-3/+5
2024-02-02Bump ruff from 0.1.15 to 0.2.0Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.15...v0.2.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-31Bump sentry-sdk from 1.39.2 to 1.40.0Gravatar dependabot[bot]-6/+6
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.2 to 1.40.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.39.2...1.40.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-30Bump ruff from 0.1.14 to 0.1.15Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-29Bump coverage from 7.4.0 to 7.4.1Gravatar dependabot[bot]-55/+55
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-28Add section about dark mode in guide for contributing a pageGravatar hedy-0/+24
2024-01-28Dark: Use a darker pydis blurple everywhereGravatar hedy-5/+1
2024-01-28Dark: Use alternate images for homepage, resources, eventsGravatar hedy-43/+97
Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
2024-01-28Dark: Fix timeline icon bordersGravatar hedy-0/+4
2024-01-28Dark: Darken nav, hero, hero waves, button, body backgroundsGravatar hedy-3/+205
2024-01-26Bump python-dotenv from 1.0.0 to 1.0.1 (#1212)Gravatar dependabot[bot]-5/+5
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22Bump ruff from 0.1.13 to 0.1.14Gravatar dependabot[bot]-20/+21
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-20Dark: Fix switch toggle when system preference is usedGravatar hedy-2/+4
Thanks to wookie for finding the bug.
2024-01-18Dark: Restore border on github cardsGravatar hedy-0/+4
2024-01-18Dark: Better shadowsGravatar hedy-6/+2
2024-01-18Dark: Better contrast for dark switchGravatar hedy-0/+1
2024-01-18Dark: Avoid knob & icon overlapping during transitionGravatar hedy-1/+1
2024-01-18Dark: Theme switch with better contrast on mobileGravatar hedy-2/+3
2024-01-18Optimistic fix for FOUC on initial site loadGravatar hedy-0/+5
2024-01-18Dark: More subtle collapsible and box-shadow bordersGravatar hedy-2/+2
2024-01-18Dark: Use our own panda3d logo with light backgroundGravatar hedy-1/+1
2024-01-18Temporary fix to theme-switching FOUC problemGravatar hedy-7/+3
2024-01-18Dark: Use original light theme colors everywhereGravatar hedy-23/+27
Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
2024-01-18Dark: Possibly fix FOUC during theme switchGravatar hedy-7/+7
2024-01-18Dark: Set correct theme immediately when the script loadsGravatar hedy-10/+10
This fixes the latency previously observed on page loads. We still have to put switch toggling after page loads though. Genius idea by wookie. Co-authored-by: wookie184 <[email protected]>
2024-01-18Dark: Improve order of switching stylesheetsGravatar hedy-1/+1
2024-01-17Dark: For content pages using transparent images...Gravatar hedy-8/+14
...which are unreadable in dark mode, use `has-dark-mode-background` class. ![](/img.png){: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border.
2024-01-17Consistent CSS indent for files that I touchedGravatar hedy-7/+7
2024-01-17Dark: Sponsors light background for code/gamejamsGravatar hedy-44/+90
2024-01-17Consistent 4-spaces CSS indentGravatar hedy-30/+30
2024-01-17Bump python-frontmatter from 1.0.1 to 1.1.0Gravatar dependabot[bot]-6/+6
Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-17Remove extra trailing space in resources.htmlGravatar ~hedy-1/+1
2024-01-17Remove extra trailing space in 8th codejam pageGravatar ~hedy-1/+1
2024-01-17Fix typo in page.cssGravatar ~hedy-0/+1
2024-01-16Dark: Use kivy logo with light background in resourcesGravatar hedy-3/+1
2024-01-16Dark: Use adafruit logo with light background in resourcesGravatar hedy-1/+1
2024-01-16Dark: Fix the filter box on resources pageGravatar hedy-47/+52
2024-01-15Bump ruff from 0.1.12 to 0.1.13Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-14Dark: Fix tag colors in resources pageGravatar hedy-5/+13
2024-01-13Dark: Fix colors on content pagesGravatar hedy-0/+10
2024-01-13Dark: Use link color of better contrastGravatar hedy-6/+22
2024-01-12Dark: Fix timeline color for bordersGravatar hedy-2/+9
2024-01-12Dark: Fix sizing of sponsors' logosGravatar hedy-6/+18
Also works on mobile. I *love* CSS.
2024-01-12Bump markdown from 3.5.1 to 3.5.2Gravatar dependabot[bot]-5/+5
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.1...3.5.2) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>