Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update resources reference in head navbar. | 2020-02-06 | -2/+2 | |
| | | | Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources. | |||
* | Full coverage and finish cleanup | 2019-10-23 | -4/+9 | |
| | ||||
* | Add user settings modal, with connections management and account deletion | 2019-10-23 | -1/+18 | |
| | ||||
* | GH signup prevention, views and templates for settings pages | 2019-10-20 | -1/+1 | |
| | ||||
* | Bring navbar styling in line on mobile as well | 2019-10-19 | -0/+1 | |
| | ||||
* | Initial navbar change to add settings button next to logout | 2019-10-19 | -1/+8 | |
| | ||||
* | Add Code of Conduct to navbar submenu | 2019-10-17 | -0/+3 | |
| | | | | | | This commit adds a link to the Code of Conduct to the dropdown menu in the navbar. It does not include a direct link to the CoC policies, which are accessible via the Code of Conduct page. | |||
* | 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 | |
| | | ||||
* | | Prevent saving emails, remove login page | 2019-10-06 | -3/+10 | |
| | | ||||
* | | Login page and styling fixes | 2019-10-06 | -11/+3 | |
| | | ||||
* | | Message styling (default to light for now) | 2019-10-06 | -2/+3 | |
| | | ||||
* | | Move messages to the top right | 2019-10-06 | -0/+12 | |
| | | ||||
* | | Set up needed Allauth URLs and add login/logout to navbar | 2019-10-05 | -0/+21 | |
|/ | ||||
* | Add link to Contributing landing page to navbar | 2019-09-30 | -0/+3 | |
| | | | | | This commit adds a link to the Contributing landing page to the navbar on our website. | |||
* | Adding a tools page to the More menu | 2019-07-10 | -1/+4 | |
| | ||||
* | Let's only work if there are trailing slashes | 2019-07-06 | -5/+5 | |
| | ||||
* | adding hrefs to the more links | 2019-07-06 | -5/+5 | |
| | ||||
* | Changing to new FontAwesome kit | 2019-07-03 | -5/+1 | |
| | ||||
* | Styling fixes and cleanup | 2019-04-20 | -1/+0 | |
| | ||||
* | base.html: Load tags on multiple lines | 2019-04-20 | -2/+6 | |
| | ||||
* | Merge branch 'django' into django+200/wiki | 2019-04-20 | -50/+85 | |
|\ | | | | | | | | | | | | | | | | | | | # 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 | |||
| * | Adding a Discord menu item to the hamburger, and upping test coverage back ↵ | 2019-04-20 | -1/+8 | |
| | | | | | | | | to 100% | |||
| * | Addressing all comments in volcyy's second review. The tests now mock the ↵ | 2019-04-19 | -1/+1 | |
| | | | | | | | | 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 | -12/+15 | |
| | | | | | | | | 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 | -12/+12 | |
| | | | | | | | | minor bugfixes left before this is PR-ready. | |||
| * | 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 | -46/+67 | |
| | | | | | | | | one commit. | |||
* | | Wiki pagination is special-cased, so we basically have one option for it | 2019-04-19 | -65/+0 | |
| | | ||||
* | | Big pagination changes because the wiki is stupid | 2019-04-19 | -20/+21 | |
| | | ||||
* | | Searching and pagination | 2019-04-18 | -0/+64 | |
| | | ||||
* | | Fixing up image plugin | 2019-04-14 | -2/+4 | |
|/ | ||||
* | No more vim modelines | 2019-04-10 | -6/+0 | |
| | ||||
* | Single base template, no content in it | 2019-04-10 | -60/+13 | |
| | ||||
* | Navbar: No need for example content | 2019-04-10 | -54/+6 | |
| | ||||
* | Fix footer text colour | 2019-04-10 | -2/+2 | |
| | ||||
* | Initial work on some base templates | 2019-04-10 | -0/+201 | |