Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix navbar dropdown toggle for touchscreens using Safari | 2024-03-27 | -1/+3 | |
| | ||||
* | Move from Font Awesome Kit to static files | 2024-02-23 | -1/+2 | |
| | | | | | | | - Lemon's fa kit (free plan) had been used till now which had limitations such as total number of views that we've long exceeded - This gives more control on the static assets to use - Allows showing icons in development | |||
* | Optimistic fix for FOUC on initial site load | 2024-01-18 | -0/+1 | |
| | ||||
* | Temporary fix to theme-switching FOUC problem | 2024-01-18 | -1/+0 | |
| | ||||
* | Bump django-simple-bulma to 2.6.0 | 2024-01-04 | -1/+1 | |
| | | | | | And use `include_js` flag to the bulma dark theme stylesheet template tag. | |||
* | Add dark theme stylesheet | 2022-02-07 | -0/+2 | |
| | ||||
* | Add a FontAwesome token that we actually control. | 2022-01-27 | -4/+1 | |
| | | | | | | Previously we were using some sort of borrowed token, but it seems to not be working anymore for local sessions, so let's just get rid of it. | |||
* | Merge branch main into dewikification | 2021-05-14 | -1/+0 | |
| | ||||
* | Remove the login feature from the templates. | 2020-10-04 | -13/+0 | |
| | ||||
* | Remove render_block tags. These no longer exist. | 2020-10-04 | -2/+0 | |
| | ||||
* | Remove references to wiki from other apps. | 2020-10-04 | -1/+0 | |
| | ||||
* | Add a comment with the git SHA to base templates. | 2020-08-22 | -0/+1 | |
| | ||||
* | Add user settings modal, with connections management and account deletion | 2019-10-23 | -0/+1 | |
| | ||||
* | 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 | |
| | | ||||
* | | Merge branch 'master' into #201-django-allauth | 2019-10-11 | -0/+13 | |
|\| | ||||
| * | Add favicons; workaround for gitattributes | 2019-10-08 | -0/+13 | |
| | | ||||
* | | Message styling (default to light for now) | 2019-10-06 | -2/+3 | |
| | | ||||
* | | Move messages to the top right | 2019-10-06 | -0/+12 | |
|/ | ||||
* | Changing to new FontAwesome kit | 2019-07-03 | -5/+1 | |
| | ||||
* | base.html: Load tags on multiple lines | 2019-04-20 | -2/+6 | |
| | ||||
* | Merge branch 'django' into django+200/wiki | 2019-04-20 | -4/+9 | |
|\ | | | | | | | | | | | | | | | | | | | # 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 | |||
| * | Implemented a sticky footer system | 2019-04-12 | -4/+8 | |
| | | ||||
| * | New landing page. Not quite done yet. This probably should've been more than ↵ | 2019-04-11 | -0/+1 | |
| | | | | | | | | one commit. | |||
* | | Fixing up image plugin | 2019-04-14 | -2/+4 | |
|/ | ||||
* | No more vim modelines | 2019-04-10 | -2/+0 | |
| | ||||
* | Single base template, no content in it | 2019-04-10 | -10/+4 | |
| | ||||
* | Fix footer text colour | 2019-04-10 | -1/+1 | |
| | ||||
* | Initial work on some base templates | 2019-04-10 | -0/+41 | |