]> git.ipfire.org Git - ipfire.org.git/history - src/web/blog.py
wiki: Remove superfluous slash when creating user links
[ipfire.org.git] / src / web / blog.py
2024-02-13  Michael Tremerblog: Correctly redirect back to post after publish
2024-01-10  Michael TremerMerge remote-tracking branch 'origin/new-design'
2024-01-07  Michael Tremeranalytics: Record some page views
2023-12-20  Michael TremerMerge remote-tracking branch 'rico/new-design' into...
2023-12-20  Rico HoppeMerge remote-tracking branch 'origin/new-design' into...
2023-12-14  Michael Tremerweb: No longer cache any dynamically generated pages
2023-12-14  Michael Tremerblog: Drop unused tag page
2023-12-14  Michael Tremerblog: Drop unused post module
2023-11-28  Rico HoppeMerge remote-tracking branch 'origin/new-design' into...
2023-11-27  Michael TremerMerge branch 'master' into new-design
2023-10-25  Michael Tremerblog: Add email debug handler
2023-07-27  Michael Tremerblog: Remove unneeded backend functions
2023-07-27  Michael Tremerblog: Show unpublished posts
2023-07-27  Michael Tremerblog: Refactor writing posts
2023-07-26  Michael Tremerblog: Restrict access to editing pages
2023-07-26  Michael Tremerblog: Drop authors page and link to user's page
2023-07-26  Michael Tremerblog: Drop unused search handler
2023-06-26  Rico Hoppeblog: added a working search bar
2023-06-26  Michael TremerMerge remote-tracking branch 'rico/new-design' into...
2023-06-26  Michael Tremerweb: Drop unused CacheMixin
2023-06-23  Rico Hoppeblog.py: added latest_post variable
2021-11-28  Michael TremerMerge branch 'master' into new-design
2020-12-28  Michael Tremerblog: Drop unused post module
2020-12-28  Michael Tremerblog: Shorten index page and add more navigation
2020-08-18  Michael TremerRSS: Change feed to Atom format
2019-11-19  Michael TremerAdjust rate-limiting to take off load from memcache
2019-11-19  Michael TremerDrop checking URL blacklists to block users
2018-11-06  Michael TremerAdd decorator to check if request is coming from a...
2018-11-06  Michael Tremerblog: Render feed.xml directly
2018-11-06  Michael Tremerblog: The feed only needs to have the last 10 posts
2018-11-02  Michael TremerMerge remote-tracking branch 'origin/master'
2018-10-30  Michael Tremerblog: Add dialogue to publish posts at a certain time
2018-10-30  Michael Tremerblog: Allow deleting posts
2018-10-30  Michael Tremerblog: Fix splitting tags
2018-10-26  Michael Tremerweb: Rename base module
2018-10-25  Michael TremerUse Vary header to avoid caching of pages where login...
2018-10-15  Michael Tremerblog: Don't cache posts that are being edited
2018-10-11  Michael Tremerblog: Allow pages to be cached up to 10 minutes
2018-10-11  Michael Tremerblog: Use upstream cache to cache generated feed
2018-10-10  Michael TremerRun 2to3 to move to Python 3
2018-09-28  Michael TremerCSS: Increase width of border of buttons
2018-09-10  Michael Tremerblog: Add button to publish a post
2018-09-01  Michael Tremerblog: Show useful message when no posts with a certain...
2018-09-01  Michael Tremerblog: Use one simple update function to update posts
2018-09-01  Michael Tremerblog: Only allow to edit own posts
2018-09-01  Michael Tremerblog: Allow editing unpublished posts
2018-09-01  Michael Tremerblog: Fix links
2018-09-01  Michael Tremerblog: Allow users to view their own drafted posts
2018-09-01  Michael Tremerblog: Add drafts section
2018-09-01  Michael Tremerblog: Allow to edit and create new posts
2018-08-22  Michael Tremerblog: Find posts of an author by common name
2018-07-18  Michael Tremerblog: Add history pages
2018-07-17  Michael Tremerblog: Allow browing posts by tag
2018-07-17  Michael Tremerblog: Implement read-only backend
2018-07-17  Michael Tremerblog: Add RSS feed to the blog
2018-07-17  Michael Tremerblog: Add search
2018-07-17  Michael Tremerblog: Add index page
2018-07-17  Michael Tremerblog: Add page for authors
2018-07-17  Michael Tremerblog: Create module for posts
2018-07-17  Michael TremerAdd new blog post design