hamn.git
2024-04-10 Magnus HaganderUpdates for django 4.2 master
2024-04-10 Magnus HaganderBackfill migration with changed ordering
2024-04-02 Dave PageUse an appropriate top title when adding a new feed.
2024-04-02 Dave PageUse an appropriate title when adding a new feed.
2024-04-02 Dave PageDon't show moderation notes when adding a new field.
2024-04-01 Magnus HaganderAdd explicit redirect after adding a moderator note
2024-04-01 Magnus HaganderDon't redirect to complete page on invalid form
2024-03-19 Dave PageFix ordering of notes so they are more naturally readable.
2024-03-19 Dave PageFix ordering of notes so they are more naturally readable.
2024-03-19 Dave PageAdd the ability to include moderator notes on feeds.
2023-11-23 Magnus HaganderRemove twitteruser field from blog registration
2023-08-24 Dave PageHTML un-escape Twitter messages.
2023-07-17 Magnus HaganderFix over-enthusiastic search/replace in previous commit
2023-07-14 Magnus HaganderFix templates for upgrade to bootstrap 4
2023-06-26 Magnus HaganderUpdate twitter posting to use api v2
2023-06-07 Magnus HaganderSync up to latest version of pgweb auth plugin
2023-05-05 Stephen FrostAdd to log message the old blogurl
2023-05-05 Stephen FrostAlways set new_blogurl if blogurl different from feed...
2023-05-03 Magnus HaganderAdd override styles for <h*> tags in planet posts
2023-01-23 Dave PageBlind attempt to restore the old image sanitisation.
2023-01-11 Stephen FrostName the exception, so we will actually have it to...
2023-01-11 Stephen FrostLog if there is an exception when setting blogurl
2023-01-05 Dave PageAdd a border for clarity, per Jonathan
2023-01-05 Dave PageUpdate Planet to the modern postgresql.org website...
2022-10-05 Magnus HaganderProperly tag 404s from redirector with xkeys
2022-10-05 Magnus HaganderFix silly copy/paste error
2022-10-05 Magnus HaganderBand-aid fix for newer python in imported module
2022-10-05 Magnus HaganderStore the id of the tweet when a post has been tweeted
2022-10-05 Magnus HaganderAdd xkey and other headers for redirect, use for purge
2022-09-06 Stephen FrostSpelling correction
2021-11-07 Magnus HaganderAdd DEFAULT_AUTO_FIELD for Django 3.2
2021-11-06 Magnus HaganderSpelling fix
2021-08-17 Magnus HaganderForce timestamp check into join condition
2021-08-17 Magnus HaganderDon't show list of personal teams in admin view
2021-08-17 Magnus HaganderOptimize some db queries
2021-08-17 Magnus HaganderShow blog username/email in listing
2021-06-01 Magnus HaganderDon't forward links for posts that have been hidden
2021-01-17 Magnus HaganderSet proper mail headers to indicate auto-generated...
2020-12-25 Magnus HaganderHave redirector generate a robots.txt file if requested
2020-12-25 Magnus HaganderGenerate proper 404's in redirector
2020-09-01 Magnus HaganderFix text for top lists time range
2020-08-30 Magnus HaganderFix title for field lastget
2020-08-11 Magnus HaganderImport latest version of the community auth plugin
2020-07-11 Magnus HaganderMake use of the lastsuccess parameter to improve some...
2020-07-11 Magnus HaganderTrack timestamp for last successful fetch of a blog
2020-07-11 Magnus HaganderOnly update actually changed fields in most places
2020-07-11 Magnus HaganderMisc fixes to make pep8 happy
2020-07-11 Magnus HaganderClean up imports
2020-07-11 Magnus HaganderFix incorrect classname
2020-07-11 Magnus HaganderConvert tabs to spaces
2020-05-08 Magnus HaganderDon't list archived blogs as members of teams
2020-04-01 Magnus HaganderUser.is_authenticated is no longer a callable in Django 2.2
2020-03-31 Magnus HaganderUpdate to be compatible with django 2.2
2020-03-25 Magnus HaganderFix spelling error
2020-02-26 Magnus HaganderSync up community auth plugin to latest-and-greatest
2020-01-09 Magnus HaganderApply feedparser fix for python 3.7
2020-01-09 Magnus HaganderUse vendored version of feedparser
2020-01-09 Magnus HaganderVendor feedparser 5.2.1
2019-12-10 Magnus HaganderFix spelling error
2019-07-05 Magnus HaganderUnicode fixes in old migrations
2019-06-28 Magnus HaganderEncode URL
2019-06-28 Magnus HaganderFlask responses need to be bytestrings, not real strings
2019-06-28 Magnus HaganderBand-aid fix for feed as well
2019-06-28 Magnus HaganderBand-aid fix for broken html tidy parsing
2019-06-28 Magnus HaganderReplace old version of Tidy with new one
2019-06-28 Magnus HaganderFix integer division for python 3
2019-06-28 Magnus HaganderUpdate redirector to python 3
2019-06-28 Magnus HaganderImport latest version of community auth plugin
2019-06-28 Magnus HaganderProeperly use requests to format URL parameters
2019-06-28 Magnus HaganderSwitch to using requests for varnish calls
2019-06-28 Magnus HaganderEnsure list is printed as list in python 3
2019-06-28 Magnus HaganderFix has_key accesses for python 3
2019-06-28 Magnus HaganderFix unicode and printing for python 3
2019-06-28 Magnus HaganderUpdate exception handling for python 3
2019-06-28 Magnus HaganderFix imports for python 3
2019-04-29 Magnus HaganderUpdate links to planet policy
2019-02-08 Magnus HaganderFix result variable name
2019-02-08 Magnus HaganderProperly include hostname to twitter api when posting
2019-02-05 Magnus HaganderUpdate twitter poster to use new API as well
2019-02-05 Magnus HaganderUpdate twitter sync code to use requests_oauthlib
2018-09-23 Magnus HaganderMake sort by name the default behaviour for teams
2018-06-26 Magnus HaganderFix incorrect string formatting specifier
2018-03-25 Magnus HaganderFix template loaders for django 1.11
2018-03-19 Magnus HaganderDetect excessive blog fetches
2018-03-19 Magnus HaganderFix tracing messages
2018-03-19 Magnus HaganderAutomatically follow http->https redirects
2018-03-19 Magnus HaganderTreat and https:// guid as being the same when fetching
2018-02-25 Magnus HaganderRemove old leftover debugging code
2018-02-25 Magnus HaganderReplace render_to_response with render
2018-02-25 Magnus HaganderUpdate URL configurations for newer django
2018-02-25 Magnus HaganderRemove app not used
2018-02-25 Magnus HaganderUpdate template configuration for newer django
2018-02-08 Magnus HaganderDon't just delete successful logs
2018-02-08 Magnus HaganderAdd command to purge old logs
2017-12-09 Magnus HaganderAdd missing import
2017-12-08 Magnus HaganderProperly format email headers with non-ascii
2017-12-08 Magnus HaganderUpdate listsync script to sync with pglister instead...
2017-11-18 Magnus HaganderEncode URLs to handle even worse formatted twitter...
2017-11-18 Magnus HaganderValidate twitter accounts when submitting a new blog
2017-11-18 Magnus HaganderDon't crash when feedurl is not given
next