summaryrefslogtreecommitdiff
path: root/blog
AgeCommit message (Expand)Author
2026-05-02Update initial header level in BLOG_DOCUTILS_SETTINGS to 2 (#2609)Saptak Sengupta
2026-04-27Update initial header level in BLOG_DOCUTILS_SETTINGS to 1Sarah Abderemane
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
2025-12-22Added diamond and platinum corporate members to blog pages.Sarah Boyce
2025-12-22Included year in blog day archive header.Sarah Boyce
2025-12-22Fixed blog archive headers.Sarah Boyce
2025-12-22[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2025-12-22Remove TableExtention import adn use 'tables' shorthandahmedasar00
2025-12-22Simplify Markdown tables extension usageahmedasar00
2025-12-22Add Markdown table support in Entry model and corresponding test caseahmedasar00
2025-12-22Add Markdown table support in blog entryahmedasar00
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-11-21Added DEFAULT_LANGUAGE_CODE setting.Sarah Boyce
2025-11-07Added support for searching ecosystem and blog entries.Tim Schilling
2025-10-31Escape data-clipboard-content attribute in Image Uploads admin (#2301)charlesroelli
2025-10-27Set HTML meta description of blog entries.Sarah Boyce
2025-10-10Apply black to migrationsÜlgen Sarıkavak
2025-10-02Added `Cache-Control` header to never cache draft blog posts (#2223)Alice Wong
2025-08-03Only return published blog entries. (#1757)Mark Walker
2025-05-30Fixed escaping of alt text in ContentFormat.img() (#2036)Baptiste Mispelon
2025-04-17Added blog.Entry.social_media_card fieldBaptiste Mispelon
2025-04-17Added opengraph_tags property on blog.Entry modelBaptiste Mispelon
2025-04-01Added blog.ImageUpload to simplify attaching images to entriesBaptiste Mispelon
2025-03-14Reapply "Fixed page header structure and used semantic HTML."Baptiste Mispelon
2025-03-11Revert "Fixed page header structure and used semantic HTML."Baptiste Mispelon
2025-03-11Fixed page header structure and used semantic HTML.Sarah Boyce
2024-12-13Fixed #1756 -- hide unpublished events from side menus for staffontowhee
2024-11-30Fixed #1758 -- Removed usage of internal Python APIBaptiste Mispelon
2024-11-17[blog] Marked all user-facing strings for translationMark Walker
2024-11-15Updated to Django 5.0.Paolo Melchiorre
2024-10-25Fixed #1675 -- Added support for authoring markdown blog entriesBaptiste Mispelon
2024-10-25Used TextChoices for blog.Entry.content_formatBaptiste Mispelon
2024-10-24Improve pre-commit configuration hooks (#1645)Paolo Melchiorre
2024-06-14Upgraded Django to 4.2.13 (attempt 3)Baptiste Mispelon
2024-06-14Revert "Upgraded Django to 4.2.10 (attempt 2)"Baptiste Mispelon
2024-06-14Upgraded Django to 4.2.10 (attempt 2)Baptiste Mispelon
2024-06-09Revert "Upgraded Django to 4.2.10"Baptiste Mispelon
2024-06-09Upgraded Django to 4.2.10Baptiste Mispelon
2023-02-07[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2021-08-05Lowercased "web" where appropriate.Mariusz Felisiak
2020-01-24Replaced deprecated django.utils.translation functions.m-aciek
2018-06-07Updated URLpatterns to use path().Tim Graham
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2017-02-08Removed unnecesssary force_str() in blog/models.py.Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-11-28Used monospace font for blog entry widget.Tim Graham
2016-11-15Fixed E305 flake8 warnings.Tim Graham
2016-10-28Replaced django.core.urlresolvers imports with django.urls.Tim Graham