Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add more pre-commit hooks | 2020-03-04 | -1/+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-02-02 | -1/+24 | |
|\ | ||||
| * | Add 1em bottom margin to wiki markdown codeblocks. | 2019-12-09 | -0/+5 | |
| | | | | | | | | | | 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. | |||
| * | Add user settings modal, with connections management and account deletion | 2019-10-23 | -0/+10 | |
| | | ||||
| * | Bring navbar styling in line on mobile as well | 2019-10-19 | -0/+9 | |
| | | ||||
| * | Initial navbar change to add settings button next to logout | 2019-10-19 | -2/+1 | |
| | | ||||
* | | Make newlines visible in deleted messages | 2019-10-31 | -1/+0 | |
|/ | | | | | | | | | | | | | | | | | 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 #201-django-allauth | 2019-10-14 | -18/+1 | |
|\ | ||||
| * | Improve homepage flex responsiveness | 2019-10-09 | -18/+1 | |
| | | ||||
* | | Login page and styling fixes | 2019-10-06 | -12/+23 | |
| | | ||||
* | | Add missing CSS for notifications | 2019-10-06 | -0/+99 | |
| | | ||||
* | | Message styling (default to light for now) | 2019-10-06 | -22/+0 | |
| | | ||||
* | | Move messages to the top right | 2019-10-06 | -2/+23 | |
| | | ||||
* | | Add MessageRedirectView and show messages on the index page | 2019-10-05 | -0/+8 | |
| | | ||||
* | | Re-add erroneously removed static files | 2019-10-03 | -0/+770 | |
| | | ||||
* | | Remove accidental static files commit; fix Allauth | 2019-10-03 | -770/+0 | |
|/ | ||||
* | Darcula theme, and vanilla hosts. | 2019-09-15 | -0/+91 | |
| | ||||
* | Adding a pygments CSS for syntax highlighting. | 2019-09-15 | -1/+74 | |
| | | | | | | | | This adds the Monokai, Friendly, and Darcula themes to this repo. It leaves Darcula as the active theme. This can very easily be changed later on by altering wiki/base.html Resolves #243. | |||
* | Fixing inconsistent indentation style in logs template and logs css | 2019-08-23 | -72/+76 | |
| | ||||
* | Making the deleted-messages-frontend functional with changes, including: | 2019-08-23 | -3/+212 | |
| | | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order. | |||
* | Adding message display to frontend | 2019-08-23 | -0/+43 | |
| | ||||
* | Adding hover colors | 2019-07-09 | -0/+26 | |
| | ||||
* | Adding is-amazon-orange icon class | 2019-07-09 | -0/+4 | |
| | ||||
* | Adding is-black icon class | 2019-07-09 | -0/+4 | |
| | ||||
* | adding a class for making icons youtube-red | 2019-07-08 | -3/+7 | |
| | ||||
* | New class for teal urls | 2019-07-08 | -0/+4 | |
| | ||||
* | Making the wiki navbar sit where it needs in the z-space to be clickable. | 2019-07-08 | -1/+1 | |
| | ||||
* | adding a few classes and some settings to allow us to build a beautiful ↵ | 2019-07-07 | -0/+13 | |
| | | | | resources page in the wiki | |||
* | Navbar dropdown should not be hidden behind wiki nav | 2019-07-06 | -0/+1 | |
| | ||||
* | Moving the navbar-banner css into base.css so it will work on the wiki ↵ | 2019-07-06 | -8/+8 | |
| | | | | pages, as well | |||
* | Adding a repo-language-dot for js | 2019-07-03 | -0/+4 | |
| | ||||
* | Remove unneeded sites.py and move navbar CSS to base.css | 2019-04-20 | -24/+24 | |
| | ||||
* | Styling fixes and cleanup | 2019-04-20 | -0/+12 | |
| | ||||
* | Merge branch 'django' into django+200/wiki | 2019-04-20 | -0/+155 | |
|\ | | | | | | | | | | | | | | | | | | | # Conflicts: # Pipfile # Pipfile.lock # pydis_site/apps/home/tests/test_app_basics.py # pydis_site/apps/home/urls.py # pydis_site/hosts.py # pydis_site/settings.py | |||
| * | Addressing all comments in volcyy's second review. The tests now mock the ↵ | 2019-04-19 | -20/+24 | |
| | | | | | | | | API calls so we don't have to actually call the API every time we run tests. | |||
| * | Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵ | 2019-04-18 | -4/+13 | |
| | | | | | | | | the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger. | |||
| * | The GitHub API stuff is done now, including data caching. Just a couple of ↵ | 2019-04-17 | -0/+11 | |
| | | | | | | | | minor bugfixes left before this is PR-ready. | |||
| * | Adjust dynamic video sizing to try keep aspect. | 2019-04-13 | -19/+32 | |
| | | ||||
| * | Responsive video container not quite working the way it should. | 2019-04-12 | -4/+39 | |
| | | ||||
| * | Better JetBrains sponsor logo, fixed a bug with responsive video containers, ↵ | 2019-04-12 | -1/+1 | |
| | | | | | | | | set up some placeholder cards for projects on the landing page. | |||
| * | responsive video container | 2019-04-12 | -11/+32 | |
| | | ||||
| * | Fixing the footer. Django logo no longer clips, and matches the rest of the ↵ | 2019-04-12 | -4/+4 | |
| | | | | | | | | font size better. Footer size reduced and padding made symmetrical. | |||
| * | Implemented a sticky footer system | 2019-04-12 | -0/+11 | |
| | | ||||
| * | New landing page. Not quite done yet. This probably should've been more than ↵ | 2019-04-11 | -0/+51 | |
| | | | | | | | | one commit. | |||
* | | Wiki pagination is special-cased, so we basically have one option for it | 2019-04-19 | -0/+14 | |
| | | ||||
* | | Image sidebar is finally complete | 2019-04-17 | -0/+4 | |
| | | ||||
* | | Remove TOC, link headers, fix breadcrumb padding | 2019-04-15 | -0/+3 | |
| | | | | | | | | Also removes some templates we don't care about | |||
* | | SimpleMDE editor for wiki Markdown | 2019-04-13 | -0/+14 | |
| | | ||||
* | | Merge branch 'django' into django+200/wiki | 2019-04-10 | -4/+18 | |
|\| | | | | | | | | | # Conflicts: # pydis_site/apps/home/urls.py | |||
| * | Initial work on some base templates | 2019-04-10 | -4/+18 | |
| | |