Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Change discord nav item to distinct CTA button. | 2020-10-25 | -20/+33 | ||
| | | | |||||
| * | | Fix video aspect in timeline, quote img src urls. | 2020-10-23 | -14/+0 | ||
| | | | | | | | | | | | | | | | | | | After updating the frontpage and creating an fixed-aspect-ratio style pair, I found I could just reuse them in the timeline to fix the inconsistent responsive aspect ratio that was occurring there. Some img src values also were not quoted; while this can work fine, it can break if the url has spaces or certain characters and is inconsistent with the rest of the project. | ||||
| * | | Use sections, remove unused CSS, improve repo cards. | 2020-10-23 | -114/+150 | ||
| | | | |||||
| * | | Change discord img-based link to normal nav item. | 2020-10-23 | -6/+12 | ||
| | | | |||||
| * | | Override notice bottom margin, use new class instead of bulma class. | 2020-10-22 | -1/+2 | ||
| | | | |||||
| * | | Add a message section to replace hero section for mobiles. | 2020-10-22 | -0/+5 | ||
| | | | |||||
| * | | Use local svgs for wave elements. | 2020-10-22 | -2/+2 | ||
| | | | |||||
| * | | Add wave-style hero, 100K promo, timeline card. | 2020-10-22 | -14/+113 | ||
| |/ | |||||
| * | Fix some icon sizing in timeline CSS | 2020-10-22 | -7/+13 | ||
| | | |||||
| * | Update font sizing | 2020-10-12 | -1/+1 | ||
| | | | | | | Co-authored-by: scragly <[email protected]> | ||||
| * | Align server icons better | 2020-10-12 | -2/+13 | ||
| | | |||||
| * | Make dark blue darker to separate from blurple | 2020-10-12 | -1/+1 | ||
| | | |||||
| * | Add Ves joining timeline itemm | 2020-10-12 | -1/+1 | ||
| | | |||||
| * | Use different colours for each category | 2020-10-12 | -0/+32 | ||
| | | |||||
| * | Use logo with text for new logo timeline itemm | 2020-10-12 | -0/+9 | ||
| | | |||||
| * | Better scale YouTube videos | 2020-10-12 | -5/+10 | ||
| | | |||||
| * | Responsively size YouTube embeds | 2020-10-12 | -0/+14 | ||
| | | |||||
| * | Add media query for heading scaling on mobile devices | 2020-10-10 | -0/+6 | ||
| | | |||||
| * | Major fixes to timeline CSS to prevent overriding our CSS | 2020-10-10 | -60/+4 | ||
| | | |||||
| * | Prettify CSS | 2020-10-10 | -1/+3730 | ||
| | | |||||
| * | add static timeline assets | 2020-09-02 | -0/+1 | ||
| | | |||||
* | | Merge branch main into dewikification | 2021-05-14 | -75/+4130 | ||
| | | |||||
* | | Increase padding between text and images in lists. | 2021-04-19 | -0/+9 | ||
| | | | | | | | | | | | | This has a caveat in that there may be additional padding if the first thing in a list item is an image, but it is very unlikely in practice, so it's not handled for now. | ||||
* | | Merge pull request #468 from python-discord/content-app-improvements | 2021-04-03 | -0/+39 | ||
|\ \ | | | | | | | Dewikification: Content app improvements. | ||||
| * | | Allow adding a table of contents to a page. | 2021-03-29 | -0/+19 | ||
| | | | |||||
| * | | Document additional markdown features. | 2021-03-29 | -0/+20 | ||
| | | | | | | | | | | | | | | | Adds image caption capabilities and documents missing HTML extensions available. | ||||
* | | | Merge branch 'dewikification' into resources-lists | 2021-03-30 | -0/+43 | ||
|\| | | |||||
| * | | Merge pull request #393 from ks129/guides-app | 2021-03-26 | -0/+31 | ||
| |\ \ | | | | | | | | | Dewikification - Create content app | ||||
| | * | | Replace `markdown2` with `markdown` and `python-frontmatter`. | 2021-03-24 | -7/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | This allows us to properly escape codeblocks within markdown, permalink to headers on a page, and decouples getting metadata from a file and getting generated HTML from the Markdown content. | ||||
| | * | | Rename `articles` to `pages`. | 2021-03-23 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`. | ||||
| | * | | Style <pre> tag backgrounds same as <code>. | 2021-03-23 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater. | ||||
| | * | | Merge branch 'dewikification' into guides-app | 2020-11-28 | -0/+3 | ||
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'up/dewikification' into guides-app | 2020-10-30 | -99/+29 | ||
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'dewikification' into guides-app | 2020-10-05 | -337/+0 | ||
| | |\ \ \ \ | |||||
| | * | | | | | Change guides system to content system | 2020-10-04 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead. | ||||
| | * | | | | | Create CSS file for all Guides app pages | 2020-09-20 | -0/+7 | ||
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Style <pre> tag backgrounds the same as <code>. | 2021-03-22 | -0/+9 | ||
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater. | ||||
| * | | | | Merge branch 'dewikification' into events-app | 2020-10-28 | -0/+29 | ||
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Create CSS file for events pages | 2020-10-26 | -0/+3 | ||
| | | | | | |||||
* | | | | | Remove resources payments-related CSS | 2021-03-30 | -20/+0 | ||
| | | | | | |||||
* | | | | | Create CSS for resources list | 2020-11-14 | -0/+75 | ||
| |/ / / |/| | | | |||||
* | | | | Merge pull request #395 from ks129/resources-home | 2020-10-28 | -0/+29 | ||
|\ \ \ \ | |/ / / |/| | | | Dewikification - Create app for resources + index page of resources | ||||
| * | | | Remove resources index breadcrumb CSS | 2020-10-08 | -4/+0 | ||
| | | | | |||||
| * | | | Merge branch 'dewikification' into resources-home | 2020-10-07 | -337/+0 | ||
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Create CSS for resources index | 2020-09-22 | -0/+33 | ||
| | |/ | |/| | |||||
* | | | Remove files related to django-allauth. | 2020-10-04 | -99/+0 | ||
| |/ |/| | |||||
* | | Remove wiki templates and static. | 2020-10-04 | -337/+0 | ||
|/ | |||||
* | 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. |