aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates (follow)
Commit message (Collapse)AuthorAgeLines
* Adding a pygments CSS for syntax highlighting.Gravatar Leon Sandøy2019-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 reviewGravatar Sebastiaan Zeeff2019-08-24-3/+3
|
* Fixing inconsistent indentation style in logs template and logs cssGravatar Sebastiaan Zeeff2019-08-23-66/+67
|
* Making the deleted-messages-frontend functional with changes, including:Gravatar Sebastiaan Zeeff2019-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 frontendGravatar Sebastiaan Zeeff2019-08-23-9/+16
|
* Adding initial staff app to DjangoGravatar Sebastiaan Zeeff2019-08-23-0/+15
|
* Adding a tools page to the More menuGravatar Leon Sandøy2019-07-10-1/+4
|
* Let's only work if there are trailing slashesGravatar Leon Sandøy2019-07-06-5/+5
|
* adding hrefs to the more linksGravatar Leon Sandøy2019-07-06-5/+5
|
* fixing floating button on root article pageGravatar Leon Sandøy2019-07-06-4/+0
|
* Fixing the titles properlyGravatar Leon Sandøy2019-07-06-1/+1
|
* fixing the embed titles - no newlines or indents pleaseGravatar Leon Sandøy2019-07-05-3/+1
|
* Changing to new FontAwesome kitGravatar Leon Sandøy2019-07-03-5/+1
|
* Remove unneeded sites.py and move navbar CSS to base.cssGravatar Gareth Coles2019-04-20-1/+0
|
* Styling fixes and cleanupGravatar Gareth Coles2019-04-20-13/+3
|
* base.html: Load tags on multiple linesGravatar Gareth Coles2019-04-20-2/+6
|
* Merge branch 'django' into django+200/wikiGravatar Gareth Coles2019-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 ↵Gravatar Leon Sandøy2019-04-20-1/+8
| | | | | | | | to 100%
| * Addressing volcyys third review.Gravatar Leon Sandøy2019-04-20-1/+1
| |
| * Addressing all comments in volcyy's second review. The tests now mock the ↵Gravatar Leon Sandøy2019-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 ↵Gravatar Leon Sandøy2019-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 ↵Gravatar Leon Sandøy2019-04-17-99/+30
| | | | | | | | minor bugfixes left before this is PR-ready.
| * Added hrefs for the cardsGravatar Leon Sandøy2019-04-13-6/+6
| |
| * Responsive video container not quite working the way it should.Gravatar Leon Sandøy2019-04-12-47/+74
| |
| * Slight improvements to the who are we textGravatar Leon Sandøy2019-04-12-8/+17
| |
| * Better JetBrains sponsor logo, fixed a bug with responsive video containers, ↵Gravatar Leon Sandøy2019-04-12-7/+82
| | | | | | | | set up some placeholder cards for projects on the landing page.
| * responsive video containerGravatar Leon Sandøy2019-04-12-1/+1
| |
| * Implemented a sticky footer systemGravatar Leon Sandøy2019-04-12-5/+8
| |
| * New landing page. Not quite done yet. This probably should've been more than ↵Gravatar Leon Sandøy2019-04-11-69/+72
| | | | | | | | one commit.
* | Address reviewsGravatar Gareth Coles2019-04-20-488/+321
| |
* | Char input has placeholder, finish dir listingGravatar Gareth Coles2019-04-19-33/+49
| |
* | Continued cleanupGravatar Gareth Coles2019-04-19-7/+10
| |
* | Move JS into filesGravatar Gareth Coles2019-04-19-184/+25
| |
* | Initial template cleanupGravatar Gareth Coles2019-04-19-178/+14
| |
* | Finish history view pageGravatar Gareth Coles2019-04-19-144/+112
| |
* | Add paginators at the top of paginated sectionsGravatar Gareth Coles2019-04-19-43/+49
| |
* | Wiki pagination is special-cased, so we basically have one option for itGravatar Gareth Coles2019-04-19-193/+142
| |
* | Big pagination changes because the wiki is stupidGravatar Gareth Coles2019-04-19-21/+24
| |
* | Searching and paginationGravatar Gareth Coles2019-04-18-56/+113
| |
* | Source pageGravatar Gareth Coles2019-04-18-23/+8
| |
* | Article deleted/Deleted list pagesGravatar Gareth Coles2019-04-18-68/+87
| |
* | Delete/Error/Move/Permission Denied pagesGravatar Gareth Coles2019-04-18-132/+184
| |
* | Prevent accidental submission of link plugin formGravatar Gareth Coles2019-04-18-0/+3
| |
* | Links plugin is.. functional..Gravatar Gareth Coles2019-04-18-25/+49
| |
* | Images plugin is complete.Gravatar Gareth Coles2019-04-18-28/+38
| |
* | Lots of work on the images management pageGravatar Gareth Coles2019-04-17-89/+132
| |
* | Fix up image replacement pageGravatar Gareth Coles2019-04-17-38/+45
| |
* | Correct image rendering in wiki articlesGravatar Gareth Coles2019-04-17-13/+16
| |
* | Image sidebar is finally completeGravatar Gareth Coles2019-04-17-145/+218
| |
* | Accessibility and images sidebarGravatar Gareth Coles2019-04-17-36/+43
| |