summaryrefslogtreecommitdiff
path: root/archives
AgeCommit message (Collapse)Author
2012-09-21redirect mhonarc's stderr to our temp file tooHEADmasterAlvaro Herrera
2012-06-18Update to new community login stuff, per MagnusAlvaro 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-19Put lock files in /tmpAlvaro Herrera
This makes them go away on reboot, which makes it safe(r) to reboot the server while the processes are running.
2012-01-18reject messages with no @ in the IDAlvaro Herrera
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-16Return error code 404 in certain casesMhonarc archives guy
2012-01-16fix PHP injection vulnerabilityMhonarc archives guy
2012-01-16Use HTML template in bottom_config.phpMhonarc archives guy
This removes a duplicate in footers, which means we will no longer forget to update one copy of our copyright declaration etc.
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-16dl(json) is no longer necessary, and causes a fatal PHP errorMhonarc archives guy
2012-01-16use encode, not to_jsonMhonarc archives guy
2012-01-16Update for path of new serverMhonarc archives guy
2012-01-16Update copyright to 2012Alvaro Herrera
2011-12-31Update to non-obsolete usage, per warningsAlvaro Herrera
2011-12-30Fixes for new pgweb databaseAlvaro Herrera
2011-12-05Update two more search.postgresql.org URLsAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2915 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2011-12-05Blind attempt at pointing archives to the new search URLAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2914 8f5c7a92-453e-0410-a47f-ad33c8a6b003
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-24Add PHP script to fetch a message as plain/text by msgidAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2491 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-23Prevent double header in message links, per complaint by Noah MischAlvaro Herrera
in <937d27e10905100340q7d4417a9k7777fd0ee5f65f3c@mail.gmail.com> git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2489 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-22Make weekly archives really work. (There's still a flaw in message pagesAlvaro Herrera
though.) git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2441 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-09Update URL of msgid search actor, and some minor HTML changes to make things ↵Alvaro Herrera
fit a bit better git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2434 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-09Remove obsolete fileAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2433 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-08Change the template so that at least the old functionality still works ifAlvaro Herrera
Javascript is disabled or the browser does not support it. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2431 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-03-08Restore the old ROBOTS meta tagAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2430 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-08Add forgotten %Alvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2428 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-08Add possibility of fetching messages by Message-Id from the search boxAlvaro Herrera
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2424 8f5c7a92-453e-0410-a47f-ad33c8a6b003