| Commit message (Collapse) | Author | Lines |
|
|
|
To properly show YouTube-embeds, we need to allow some attributes on `iframe` tags. I've added all attributes that are normal for such an embed, including `width` and `height` (which we may not need if we want to make the frame resize to its parent).
|
|
This will allow us to put stuff like YouTube embeds in wiki articles... hopefully. I didn't test it.
|
|
Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.6...2.2.8)
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
previously, lemon#0001 would display as just lemon#1.
This commit fixes this. All credit goes to @gdude2002
|
|
|
|
Any text following the end of a codeblock in the wiki would very closely hug the codeblock, impacting readability and giving poor structure to page content.
This adds in an appropriate margin to the bottom of codeblocks to give a fair buffer that matches typical paragraph spacing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sebastiaan Zeeff <[email protected]>
|
|
|
|
|
|
This remove a warning during test run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since other pull requests were merged that also included migrations
for the API app, this PR needed to be updated to avoid conflicts in
the migration history. In addition, the test files contained names of
specific migration files that needed to be updated to the correct
names after the merge resolution.
|
|
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
|
|
|
|
|
|
|