| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Aka, many minor changes I shouldn't've grouped together in a single
commit.
- Add main page events description
- Use date icons every where
- Fill up one-off events list
- Use a media-like layout for one-off events instead
- Use 2-column masonry for one-off events list
- Update schedules for this year
- Add a colored top border line to cards in the main gallery that do not
have thumbnail banners
- Add april fools to fill the gap in the second row so the grid looks
better
- Re-purpose 'all events' sidebar as 'ToC' with appropriate anchor links
- Use circle-info icon everywhere for learn more buttons
- Added python release streams to the one-off events
That light blue cloud icon for devops hour looks dope IMO :P
- And of course, thanks to the layout change for one-off events list I
do not have to hurriedly create ad-hoc thumbnails for them 😔. phew
- Which means our fancy hats workshop can use the beautiful magician hat
emoji as the icon!
- Renamed 'scheduled' and 'recent' events to be year-independent. This
makes it consistent because we might end up updating the list
mid-year. This means all dates will have the year specified.
The pain of updating the gallery sections' height for both main and
one-off events section continues to be a limitation.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Added standalone pages for each event
- Added initial design of new layout
- Refactored some sidebars and templates to update current/upcoming
event
- Put two CJ10 assets into their own dedicated folder
Includes dummy text for event descriptions and content that is not
up-to-date: Current and Upcoming event components.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* removing padding-right from discord button in nav
* fixing dropdown menu on contributing page for sub-articles
* Revert "fixing dropdown menu on contributing page for sub-articles"
This reverts commit 2d158ddbb8f1d27dd7d8b0b9282554365cf042e3.
* fixing dropdown menu on contributing page for sub-articles
* Revert "removing padding-right from discord button in nav"
This reverts commit e6642932611de307f5386928be0a1dd7e94cd134.
* lint fix
* fixing dropdown menu for mobile screen
* Update pydis_site/static/css/content/page.css
Co-authored-by: wookie184 <[email protected]>
---------
Co-authored-by: wookie184 <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Prefetch user and actor in expanded infraction view
|
| | |
| |
| |
| |
| | |
Prevent N+1 reported by Sentry:
https://python-discord.sentry.io/issues/4721126467/?project=2714379&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=90d&stream_index=3
|
| |\ \
| | |
| | | |
Prevent loading related object when updating tags
|
| | |/
| |
| |
| |
| | |
We can simply save by the ID here, we do not need any other data from
the related object.
|
| |/
|
|
| |
See https://python-discord.sentry.io/issues/4721508176/?project=2714379&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=90d&stream_index=1
|
| |
|
|
| |
Sentry is sending an N+1 query alert because of the way we were inserting messages (one by one)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Additionally, implement frozen fields on the offensive message
serializer.
|
| |
|
|
|
|
|
| |
Allow changing the deletion date of offensive message records in case
the bot encounters an error during deletion attempts.
Fixes #364.
Unblocks python-discord/bot#1013.
|
| |
|
|
|
|
| |
Allow people to figure out our repository structure easily after settnig
up the project.
Part of #673.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The current github-filter worker, found at
https://github.com/python-discord/workers/blob/main/github-filter/src/index.ts,
fails to work at present because Discord's webhook endpoints block
Cloudflare's IP ranges from accessing this endpoint. Whilst they use
Cloudflare to guard themselves, it seems they do not wish others to use
it.
Implement it on the site to circumvent IP restrictions and allow to
modify the code in Python.
|
| |
|
| |
ref: https://discord.com/channels/267624335836053506/429409067623251969/1182407804787626047
|
| |
|
|
|
|
| |
The original URL this was hosted at is no longer available. Incorporate
the netcup icon as found on
https://www.netcup.de/ueber-netcup/werbemittel/index.php.
|
| |
|
|
| |
Only load the footer sponsor images when they start coming into view to
save on data.
|
| | |
|
| |
|
|
|
| |
Include a note to update the contributor guide in the Dockerfile
instruction pinning the Python version as well.
|
| | |
|
| | |
|
| |\ |
|
| | |\ |
|
| | | | |
|
| | |/
|/|
| |
| | |
discord button on top right
|
| |\ \ |
|
| | |/
| |
| |
| |
| | |
Links have been removed as part of #681.
Closes #680.
|
| |/
|
|
|
|
|
|
| |
This redirect filter list does not have any filters, nor does it have a bot implementation.
It is something that we were working on, but has been stalled for a while.
The presence of this filter list also causes the bot to warn on startup due to it finding a filter list with no implementation.
This commit removes the FilterList, which can be added back if/when we support this filter type in bot.
|
| | |
|