| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-02 | Update initial header level in BLOG_DOCUTILS_SETTINGS to 2 (#2609) | Saptak Sengupta | |
| Sets initial header level for rst to 2 since it always starts with heading level 1 automatically but keeps markdown baselevel to 1 since markdown has actual heading level applied. | |||
| 2026-04-27 | Update initial header level in BLOG_DOCUTILS_SETTINGS to 1 | Sarah Abderemane | |
| This will allow to get correct headings levels in the website and review content headings to match the change. | |||
| 2026-03-23 | Synced webpages from sitemap to Document model for search. (#2284) | Sarah Boyce | |
| * Synced webpages from sitemap to Document model for search. * Removed is_searchable from blog Entry model. | |||
| 2025-12-22 | Added diamond and platinum corporate members to blog pages. | Sarah Boyce | |
| 2025-12-22 | Included year in blog day archive header. | Sarah Boyce | |
| 2025-12-22 | Fixed blog archive headers. | Sarah Boyce | |
| 2025-12-22 | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | |
| for more information, see https://pre-commit.ci | |||
| 2025-12-22 | Remove TableExtention import adn use 'tables' shorthand | ahmedasar00 | |
| 2025-12-22 | Simplify Markdown tables extension usage | ahmedasar00 | |
| 2025-12-22 | Add Markdown table support in Entry model and corresponding test case | ahmedasar00 | |
| 2025-12-22 | Add Markdown table support in blog entry | ahmedasar00 | |
| 2025-11-21 | Moved docs search bar to top navigation in prep for global search. | Sarah Boyce | |
| 2025-11-21 | Added DEFAULT_LANGUAGE_CODE setting. | Sarah Boyce | |
| 2025-11-07 | Added support for searching ecosystem and blog entries. | Tim Schilling | |
| The blog results should have a property of whether it is included in the search results. * Added is_searchable. * Used Entry.get_absolute_url to encapsulate www host. * Extracted get_search_config helper function. Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com> | |||
| 2025-10-31 | Escape data-clipboard-content attribute in Image Uploads admin (#2301) | charlesroelli | |
| 2025-10-27 | Set HTML meta description of blog entries. | Sarah Boyce | |
| 2025-10-10 | Apply black to migrations | Ülgen Sarıkavak | |
| 2025-10-02 | Added `Cache-Control` header to never cache draft blog posts (#2223) | Alice Wong | |
| Fixes #2158. Added `Cache-Control` header to never cache draft blog posts (since we want changes to be reflected immediately). Django's cache middleware will not cache responses when the Cache-Control header is set to no-cache, no-store, or private, which is our case here for draft blog posts. Co-authored-by: Tobias McNulty <tobias@caktusgroup.com> | |||
| 2025-08-03 | Only return published blog entries. (#1757) | Mark Walker | |
| 2025-05-30 | Fixed escaping of alt text in ContentFormat.img() (#2036) | Baptiste Mispelon | |
| * Fixed escaping of alt text in ContentFormat.img() * Simpler approach | |||
| 2025-04-17 | Added blog.Entry.social_media_card field | Baptiste Mispelon | |
| 2025-04-17 | Added opengraph_tags property on blog.Entry model | Baptiste Mispelon | |
| 2025-04-01 | Added blog.ImageUpload to simplify attaching images to entries | Baptiste Mispelon | |
| 2025-03-14 | Reapply "Fixed page header structure and used semantic HTML." | Baptiste Mispelon | |
| This reverts commit f1fca5e8a412da1bb8b5ffd11a59eac8579738bb. | |||
| 2025-03-11 | Revert "Fixed page header structure and used semantic HTML." | Baptiste Mispelon | |
| This reverts commit f87e1dbd3c06fe9b1100ddcd06394de5ae338577. | |||
| 2025-03-11 | Fixed page header structure and used semantic HTML. | Sarah Boyce | |
| 2024-12-13 | Fixed #1756 -- hide unpublished events from side menus for staff | ontowhee | |
| 2024-11-30 | Fixed #1758 -- Removed usage of internal Python API | Baptiste Mispelon | |
| 2024-11-17 | [blog] Marked all user-facing strings for translation | Mark Walker | |
| Refs #1648 | |||
| 2024-11-15 | Updated to Django 5.0. | Paolo Melchiorre | |
| 2024-10-25 | Fixed #1675 -- Added support for authoring markdown blog entries | Baptiste Mispelon | |
| 2024-10-25 | Used TextChoices for blog.Entry.content_format | Baptiste Mispelon | |
| 2024-10-24 | Improve pre-commit configuration hooks (#1645) | Paolo Melchiorre | |
| 2024-06-14 | Upgraded Django to 4.2.13 (attempt 3) | Baptiste Mispelon | |
| 2024-06-14 | Revert "Upgraded Django to 4.2.10 (attempt 2)" | Baptiste Mispelon | |
| This reverts commit 9e853b057d8f39f34af341811841edda76cc7bc8. | |||
| 2024-06-14 | Upgraded Django to 4.2.10 (attempt 2) | Baptiste Mispelon | |
| 2024-06-09 | Revert "Upgraded Django to 4.2.10" | Baptiste Mispelon | |
| This reverts commit 947727fa94f313dd46c6171be20e61a7255bdf69. | |||
| 2024-06-09 | Upgraded Django to 4.2.10 | Baptiste Mispelon | |
| 2023-02-07 | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | |
| for more information, see https://pre-commit.ci | |||
| 2022-12-25 | Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294) | Paolo Melchiorre | |
| 2022-11-30 | Refs #1184 -- Reformatted code with Black. | django-bot | |
| 2021-08-05 | Lowercased "web" where appropriate. | Mariusz Felisiak | |
| See https://code.djangoproject.com/ticket/32956 | |||
| 2020-01-24 | Replaced deprecated django.utils.translation functions. | m-aciek | |
| 2018-06-07 | Updated URLpatterns to use path(). | Tim Graham | |
| 2017-09-14 | Removed inheritance of object to define new style classes. | Tim Graham | |
| 2017-02-08 | Removed unnecesssary force_str() in blog/models.py. | Tim Graham | |
| 2016-12-14 | Switched to Python 3 style super(). | Tim Graham | |
| 2016-11-28 | Used monospace font for blog entry widget. | Tim Graham | |
| 2016-11-15 | Fixed E305 flake8 warnings. | Tim Graham | |
| 2016-10-28 | Replaced django.core.urlresolvers imports with django.urls. | Tim Graham | |
