summaryrefslogtreecommitdiff
path: root/archives/bin
AgeCommit message (Collapse)Author
2012-09-21redirect mhonarc's stderr to our temp file tooHEADmasterAlvaro Herrera
2012-06-09add rsync exclude patternAlvaro Herrera
This avoids errors caused by digest files going away while the rsync is in progress.
2012-01-18Display attachments as such, even when they are simple textAlvaro Herrera
2012-01-18Escape quotes in message date when used by HTTP headerAlvaro Herrera
2012-01-18use "-add" mode in mhonarcAlvaro Herrera
2012-01-16fix PHP injection vulnerabilityMhonarc archives guy
2012-01-16Silence errors; they are too noisyMhonarc archives guy
2012-01-16Need TMPDIR setMhonarc archives guy
Otherwise this process fails because it'd be attempting to create hard links across partition boundaries
2012-01-16Fix referred URL check for lighttpd conventionsMhonarc archives guy
2012-01-16use encode, not to_jsonMhonarc archives guy
2011-12-31Update to non-obsolete usage, per warningsAlvaro Herrera
2011-12-30Fixes for new pgweb databaseAlvaro Herrera
2010-12-14Use proper negated operatorAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2784 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2010-01-09Avoid assuming that it's possible to have unbounded numbers of entries in aAlvaro Herrera
directory. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2616 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-09-30Restore downloadable mboxes from already-compressed source mboxes.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2571 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-31Don't munge "addresses" if they contain forward slashes, because it probablyAlvaro Herrera
means that they are URLs with message-ids in them. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2501 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-27Fix ad-hoc URI escaping to be more robusy, per Gavin Sherry (by way ofAlvaro Herrera
Stefan Kaltenbrunner) git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2500 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-27fix typo in commentAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2499 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-27Add the text/plain link on each message pageAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2498 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-27Invoke the script to create text/plain messages on each processed mboxAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2497 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-27Use an absolute pathAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2496 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-24Add script to split an mbox into individual messages labelled by Message-IdAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2492 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-23Convert HTML email to text, to prevent HTML injection through HTML-onlyAlvaro Herrera
email. Per report from Stefan Kaltenbrunner. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2490 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-05-15Avoid short PHP tags, per StefanAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2479 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-22remove debugging messagesAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2440 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-22Make the whole thing work for weekly archives too (cf. pgsql-tr-genel)Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2439 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-21separate processing of a single mbox to a functionAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2438 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-08Update to generate the list descriptions once inconditionally,Alvaro Herrera
and omit the warning messages which are now obsolote. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2429 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-08Move the HTML header fragment to a separate template file, and add the BASEAlvaro Herrera
property so that list links in messages obtained via Message-Id work properly. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2427 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-08Fix bug in MHonarc resource: literal $ must be escaped.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2426 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-08Support fetching message pages via Message-Id too.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2425 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-07Move the message and thread/date index PHP pages out of the MHonarc resourceAlvaro Herrera
file and into its own PHP page, and improve it to display the left-hand menus from the JSON file instead of the old ugly hardcoded way. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2423 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-06Add dates and times thread views, and times to date views.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2421 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-01-02Add sponsors to blacklistAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2374 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-09Use JSON files for storing the intermediate list and group info.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2334 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-28Remove silly debug printoutAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2320 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-28Make it work with & in message-idsAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2319 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-27Throttle the complaint stuffAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2317 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-27Two more sensitive lists addedAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2316 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-12Add script to convert Message-Id headers into archives.pg.org/message-id/-styleAlvaro Herrera
links, courtesy of Bruce Momjian. Call it in the appropriate place of mk-mhonarc so that our archives are updated with it. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2276 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Create a separate script to run the rsync step. This is useful when a mhonarcAlvaro Herrera
run takes very long: it allows the later lists to be processed with more up-to-date mboxes, because we can run it separately in crontab. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2269 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Disable mailto: URLs, per Bruce.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2268 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-09-01Make the list-specific index.php file be template-based. This has ratherAlvaro Herrera
wide-ranging side effects, and the resulting code is not very modular nor pretty, but it's still better than the statu quo. At least we don't have a shell script driving a Perl program and "cat" generating PHP code. As a secondary effect, the lists list in the left-side menu should keep up-to-date with the database. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2191 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-08-31Improve script so that it generates a single file containing all needed info.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2187 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-06-10Generate the group listings in this script alsoAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2118 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-06-10Remove redundant variableAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2117 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-04-24Avoid executing the generation script more than once per mk-mhonarc run.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2083 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-04-24Make rsync run disable-able (?).Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2082 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-04-23Move mk-mhonarc configuration to the config file.Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2081 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-04-23Remove useless lineAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2080 8f5c7a92-453e-0410-a47f-ad33c8a6b003