Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' into patch-1 | 2019-10-25 | -1/+1 | |
|\ | ||||
| * | Add bulma content class to home page content for proper formatting. | 2019-10-21 | -1/+1 | |
| | | ||||
* | | Remove breadcrumb truncation | 2019-10-20 | -2/+2 | |
|/ | | | As per discussion in #meta | |||
* | 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 | |
| | | ||||
* | | Wiki: Show breadcrumb without menus for users that can't edit, without the ↵ | 2019-10-14 | -52/+58 | |
| | | | | | | | | root shown | |||
* | | Wiki: Remove Django messages from Wiki templates | 2019-10-14 | -25/+0 | |
| | | | | | | | | We've already got this handled in the main base template for the site. | |||
* | | Wiki: Hide breadcrumbs bar if the user can't edit | 2019-10-14 | -1/+3 | |
| | | ||||
* | | Merge branch 'master' into #201-django-allauth | 2019-10-14 | -8/+17 | |
|\| | ||||
| * | Merge branch 'master' into fix-home-responsive | 2019-10-11 | -13/+24 | |
| |\ | ||||
| * | | Improve homepage flex responsiveness | 2019-10-09 | -8/+17 | |
| | | | ||||
* | | | Merge branch 'master' into #201-django-allauth | 2019-10-11 | -13/+11 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Merge branch 'master' into tizzysaurus_landing_page_text | 2019-10-11 | -0/+13 | |
| |\ \ | ||||
| * | | | Make the homepage paragraphier. | 2019-10-05 | -6/+4 | |
| | | | | ||||
| * | | | Address code review from Scragly and Mark. | 2019-10-05 | -4/+4 | |
| | | | | | | | | | | | | | | | | Makes various minor changes to commas and formulations. | |||
| * | | | Update the landing page text. | 2019-10-01 | -7/+7 | |
| | |/ | |/| | | | | | | | | | | The new text was written by Tizzysaurus in his website cleanup project, and lifted from his google doc. | |||
* | | | 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 | -53/+10 | |
| | | ||||
* | | Replace card on login page with notification | 2019-10-06 | -14/+6 | |
| | | ||||
* | | Login page and styling fixes | 2019-10-06 | -11/+61 | |
| | | ||||
* | | Message styling (default to light for now) | 2019-10-06 | -2/+16 | |
| | | ||||
* | | Move messages to the top right | 2019-10-06 | -16/+12 | |
| | | ||||
* | | Set up needed Allauth URLs and add login/logout to navbar | 2019-10-05 | -0/+21 | |
| | | ||||
* | | Add MessageRedirectView and show messages on the index page | 2019-10-05 | -0/+16 | |
|/ | ||||
* | 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 pygments CSS for syntax highlighting. | 2019-09-15 | -0/+1 | |
| | | | | | | | | 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. | |||
* | Changing LogView to DetailView, as per Volcy's review | 2019-08-24 | -3/+3 | |
| | ||||
* | Fixing inconsistent indentation style in logs template and logs css | 2019-08-23 | -66/+67 | |
| | ||||
* | Making the deleted-messages-frontend functional with changes, including: | 2019-08-23 | -1/+75 | |
| | | | | | | | | | - 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 | -9/+16 | |
| | ||||
* | Adding initial staff app to Django | 2019-08-23 | -0/+15 | |
| | ||||
* | 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 | |
| | ||||
* | fixing floating button on root article page | 2019-07-06 | -4/+0 | |
| | ||||
* | Fixing the titles properly | 2019-07-06 | -1/+1 | |
| | ||||
* | fixing the embed titles - no newlines or indents please | 2019-07-05 | -3/+1 | |
| | ||||
* | Changing to new FontAwesome kit | 2019-07-03 | -5/+1 | |
| | ||||
* | Remove unneeded sites.py and move navbar CSS to base.css | 2019-04-20 | -1/+0 | |
| | ||||
* | Styling fixes and cleanup | 2019-04-20 | -13/+3 | |
| | ||||
* | base.html: Load tags on multiple lines | 2019-04-20 | -2/+6 | |
| | ||||
* | Merge branch 'django' into django+200/wiki | 2019-04-20 | -86/+144 | |
|\ | | | | | | | | | | | | | | | | | | | # 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 volcyys third review. | 2019-04-20 | -1/+1 | |
| | | ||||
| * | Addressing all comments in volcyy's second review. The tests now mock the ↵ | 2019-04-19 | -9/+9 | |
| | | | | | | | | 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 | -13/+16 | |
| | | | | | | | | 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 | -99/+30 | |
| | | | | | | | | minor bugfixes left before this is PR-ready. | |||
| * | Added hrefs for the cards | 2019-04-13 | -6/+6 | |
| | |