summaryrefslogtreecommitdiff
path: root/blog/tests.py
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-22Add Markdown table support in Entry model and corresponding test caseahmedasar00
2025-11-21Moved docs search bar to top navigation in prep for global search.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-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
2024-12-13Fixed #1756 -- hide unpublished events from side menus for staffontowhee
2024-11-30Fixed #1758 -- Removed usage of internal Python APIBaptiste Mispelon
2024-10-25Fixed #1675 -- Added support for authoring markdown blog entriesBaptiste Mispelon
2024-10-25Used TextChoices for blog.Entry.content_formatBaptiste Mispelon
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
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2016-10-28Replaced django.core.urlresolvers imports with django.urls.Tim Graham
2015-12-11Fixed #535 -- Fixed incorrect URL generation in sitemaps.Alejandro Varas
2015-10-03Fixed #512 -- Invalidated cached blog post on save.Tim Graham
2015-05-07Fixed #466 -- Changed ordering of .future() and .past() on EventManagerBaptiste Mispelon
2015-04-21Fixed docutils file inclusionMarkus Holtermann
2015-03-17Fixed #399 -- Hid past events from "upcoming events" listBaptiste Mispelon
2015-03-17Added past/future methods on Event managers.Baptiste Mispelon
2015-03-17Added some tests for Entry managers.Baptiste Mispelon