pgarchives.git
2018-06-03 Jonathan S... Fix a typo that causes inconsistent line heights in...
2018-06-03 Jonathan S... Remove "Shaded" URLs for clicked links site wide.
2018-05-22 Jonathan S... Modified anchor tag formatting on whole thread view.
2018-05-07 Magnus HaganderFix call to parse_http_date
2018-05-02 Jonathan S... Fix spacing between content and navigation in archives...
2018-04-26 Magnus HaganderFix typo
2018-04-25 Sarah ConwayRefactor the navigation bar for desktop, tablet, and...
2018-04-24 Jonathan S... Match "Quick Links" to what displays under "Community...
2018-04-21 Jonathan S... Use Bootstrap's default for line height.
2018-04-21 Jonathan S... Remove padding from month/tread view tables in archives.
2018-04-21 Jonathan S... Add paperclip icon to messages with attachments in...
2018-04-21 Jonathan S... Add paperclip icon on thread-list viewer for messages...
2018-04-21 Sarah ConwayAdjust color of <strong> tags to help them stand out...
2018-04-21 Sarah ConwayChange colors for visited links.
2018-04-21 Jonathan S... Enable content wrapping in messages based on viewport...
2018-04-19 Jonathan S... Adjustments for ease of scrolling based on feedback.
2018-04-19 Jonathan S... Remove emphasis from header border.
2018-04-19 Jonathan S... Add a break between the end of one message and beginnin...
2018-04-18 Jonathan S... Remove "Attachments" text to make it easier to scroll.
2018-04-18 Jonathan S... Remove debugging code
2018-04-18 Jonathan S... Use "safe" filter for list descriptions.
2018-04-18 Jonathan S... Change styles for archives view to enable easier browsing.
2018-04-18 Jonathan S... Add back in <h1> tag on regular message page
2018-04-18 Jonathan S... Refactor message display.
2018-04-18 Jonathan S... Ensure columns on archive tables are of fixed width.
2018-04-18 Jonathan S... Update pgarchives to use new styles.
2018-04-18 Jonathan S... Mimic pgweb and load Bootstrap and Font Awesome frameworks
2018-04-18 Jonathan S... Add PGWebContextProcessor from pgweb
2018-03-26 Magnus HaganderFix miss in template
2018-03-26 Magnus HaganderUse list name, not list id, in generated search form
2018-03-25 Magnus HaganderFix template loaders for django 1.11
2018-03-21 Magnus HaganderAdd API endpoint to return list-of-lists
2018-03-21 Magnus HaganderRemove support for id based searching of lists
2018-03-21 Magnus HaganderSupport searching by passing listname instead of listid
2018-03-21 Magnus HaganderRemove sync-from-website script
2018-03-21 Magnus HaganderFix incorrect criteria for active lists
2018-03-21 Magnus HaganderFix missing paramter to debug output
2018-03-21 Magnus HaganderSet lists synced from pglister to active automatically
2018-03-21 Magnus HaganderTrigger sync when only long description has been changed
2018-03-21 Magnus HaganderSynchronize list description from longdesc field
2018-03-21 Magnus HaganderOnly request subscribers from upstream if told to sync...
2018-03-21 Magnus HaganderAdd dry-run mode for pglister_sync
2018-03-21 Magnus HaganderRemove support for majordomo subscriber sync
2018-03-05 Magnus HaganderFix rendering for django 1.11
2018-03-05 Magnus HaganderComment out accidental row from urls.py
2018-03-05 Magnus HaganderUpdate settings and urls for django 1.11
2018-03-05 Magnus HaganderFix template bug
2018-01-23 Magnus HaganderFix typo
2018-01-23 Magnus HaganderFix broken link
2018-01-23 Magnus HaganderOops, don't leave a duplicate form...
2018-01-23 Magnus HaganderUpdate instructions for list subscription
2018-01-20 Magnus HaganderAdd index on parent id
2018-01-16 Magnus HaganderNew lists only return one row
2018-01-16 Magnus HaganderAnother query typo fix
2018-01-16 Magnus HaganderFix broken query
2018-01-16 Magnus HaganderFix query for attachments
2018-01-15 Magnus HaganderFix missing parameter
2018-01-15 Magnus HaganderOnly show lists that allow subscriber access
2018-01-15 Magnus HaganderImplement per-list permissions
2018-01-13 Magnus HaganderAdd models corresponding to previous migration
2018-01-13 Magnus HaganderAdd support for synchronizing subscribers from pglister
2018-01-13 Magnus HaganderAdd table required for list permissions
2018-01-13 Magnus HaganderMake pglister_sync not sync the id
2017-11-20 Magnus HaganderUse list name for shortdesc instead of description
2017-11-18 Magnus HaganderAdd script to sync lists over from pglister
2017-11-16 Magnus HaganderGenerate mbox data from database instead of cached...
2017-07-08 Magnus HaganderMake "advanced search" link include the mailinglist id
2017-07-01 Magnus HaganderFilter out hidden messages in list of messages as well
2017-07-01 Magnus HaganderAdd script to hide message in the archives
2017-05-25 Magnus HaganderRemove subject from hidden messages
2017-05-02 Daniel GustafssonRemove PWN link from archives
2017-04-10 Magnus HaganderFix silly overlook in imports
2017-04-10 Magnus HaganderTry to decode attachment filenames when escaped
2017-04-06 Magnus HaganderTry to avoid rewriting message links using the postgr...
2017-02-26 Magnus HaganderAdd support for generating mbox files
2017-02-26 Magnus HaganderChange antispam authentication to be using a dectorator
2017-02-23 Daniel GustafssonCorrect w3c namespaces back to http
2016-12-17 Magnus HaganderExclude pkcs7 signatures in attachments
2016-09-21 Magnus HaganderRevert "Allow message-ids with a slash in them"
2016-09-21 Magnus HaganderAllow message-ids with a slash in them
2016-08-15 Magnus HaganderAdd script to purge emails from varnish
2016-06-01 Magnus HaganderProperly escape messageid in URLs
2016-05-24 Magnus HaganderUpdate all links to www.postgresql.org to be https
2016-03-06 Magnus HaganderAdd initial migrations
2016-03-03 Magnus HaganderRemove unused file
2016-03-03 Magnus HaganderFix content_type parameter on HttpResponse:s
2016-03-03 Magnus HaganderBase updates for django 1.8
2016-03-03 Magnus HaganderRemove fromonly file as well upon completed reparsing
2016-03-02 Magnus HaganderOops, store based on id not messageid
2016-03-02 Magnus HaganderFix incorrect (old) error message
2016-03-02 Magnus HaganderAdd tool to edit raw message data in archives
2016-03-02 Magnus HaganderTrack old id when diffing, to track down not found...
2016-03-02 Magnus HaganderForcibly remove \0 at the end of a decoded message
2016-02-15 Magnus HaganderFix embarassing typo
2016-02-15 Magnus HaganderDon't rescan hidden messages
2016-02-15 Magnus HaganderLog ignorable exceptions instead of crashing
2016-02-15 Magnus HaganderAdd support for flagging messages as corrupt
2016-02-15 Magnus HaganderAdd a tool to fix broken From lines in rawtxt
2016-02-15 Magnus HaganderSwitch simplejson->json, do decrease requirements
2016-02-15 Magnus HaganderImplement check functionality for reparsing messages
next