Glen Barber
09539479ca
Welcome Sahil Tandon (sahil) to the Postmaster Team.
...
PR: 159536
Submitted by: sahil
2011-08-06 00:17:39 +00:00
Glen Barber
b33c6c7db4
Belatedly add FreeBSD 9.0-BETA1.
...
Note to translators:
In order for this commit to work without breaking the build, some
translated where.sgml files required changing all at once.
While there, the PC98 entry for 9.0-BETA1 were also removed or
commented.
Reviewed by: hrs, brd, jkois [1]
[1] - many, many times...
2011-08-05 22:56:40 +00:00
Glen Barber
3ad01da30a
Unbreak build.
...
The release announcement for 9.0 needs a bit more work with translations,
which is a work in progress.
2011-08-05 02:53:03 +00:00
Hiroki Sato
31d600330d
Document dates of Code Freeze and 9.0-BETA1.
2011-08-05 02:33:47 +00:00
Hiroki Sato
b8ac4319a0
Add 9.0-BETA1.
2011-08-05 02:30:52 +00:00
Hiroki Sato
5324cbb452
Document that HEAD is frozen.
2011-08-05 02:25:21 +00:00
John Baldwin
7bab2af0e1
Publish the Commit Bit and Project Resources Policy and User Data Policy.
...
Approved by: core
2011-08-04 17:36:59 +00:00
Bjoern A. Zeeb
881b641da6
Add entry about IPv6-only 9.0-BETA1 snapshots.
2011-08-03 11:44:36 +00:00
Glen Barber
e7d06a42e3
Whitespace fixes in donors.sgml:
...
- Remove leading/trailing whitespace where needed
- Insert a blank line between entries where needed
2011-08-03 00:52:36 +00:00
Hiroki Sato
ce700f06d1
- Update FreeBSD/pc98 status.
...
- Use &arch.*;.
Suggested by: ryusuke
2011-08-02 21:06:57 +00:00
Glen Barber
13de30748d
Add missing '<tt>' tags where appropriate for consistency.
...
Noticed by: skreuzer
2011-08-02 13:32:22 +00:00
Shaun Amott
e26fab83a9
Modify a basic assumption about GNATS: > is allowed on the first line if
...
a space follows it.
2011-08-02 13:19:32 +00:00
Steven Kreuzer
471dbc1257
- Document Eimar Koort's donation of a Sun Fire V210 to marius@
...
Reviewed by: gjb@
2011-08-01 14:12:45 +00:00
Glen Barber
cbf3d8ee4c
Add the FreeBSD website Privacy Policy:
...
The lack of a privacy policy on the FreeBSD website prevents us from
using certain statistical software, specifically Google Analytics.
Submitted by: eadler (original version)
Reviewed by: gavin, brooks, freebsd-doc (no objection)
2011-07-31 20:07:25 +00:00
Shaun Amott
aee39333ee
- Decode patches in the PR body.
...
- Detect base64 attachments (in the PR).
- Grab the filename from UU patches.
2011-07-29 22:59:32 +00:00
Shaun Amott
86e3e13767
Content-Type header should be case-insensitive.
2011-07-29 21:27:44 +00:00
Shaun Amott
1a5d974bc9
Correct the field used as a single/multi-line section divide. This
...
caused 'Organization' and 'Environment' to be considered single
line fields, and as a result, not displayed.
Noticed by: eadler
2011-07-29 20:37:43 +00:00
Hiroki Sato
11bd242bdf
Use bsd.subdir.mk for sub-directory handling.
...
Discussed with: shaun
2011-07-25 07:35:42 +00:00
Glen Barber
a11fc41d21
Add the new mailing list, freebsd-office, to the search page.
...
PR: 159097
Approved by: jkois (mentor)
2011-07-23 21:41:31 +00:00
Shaun Amott
bfac757e9e
- Send "utf-8" as the charset for the page to match what we actually
...
output.
- Properly decode MIME parts from their source charset (in the case of
a single-part message, we haven't got the relevant headers thanks to
GNATS. Sigh.)
- Don't strip the trailing newline on MIME parts, as this breaks encoded
Quoted-Printable newlines (if there happened to be one at the end).
2011-07-23 02:42:59 +00:00
Shaun Amott
d73bc5af84
Make output charset configurable so UTF-8 can be used in query-pr.cgi.
2011-07-23 00:06:42 +00:00
Shaun Amott
f2ea3e0f43
- Elide inline HTML MIME parts when there is a plaintext part available.
...
- Don't display S/MIME signatures [1]; reduce to the attachment link.
- Make the self-referencing-URL removal regex case insensitive.
Suggested by: gavin [1]
2011-07-22 23:38:59 +00:00
Shaun Amott
37f41bb769
Content-size value shouldn't be quoted.
2011-07-21 14:31:41 +00:00
Shaun Amott
eeb78bf5c8
Don't output the Content-type header twice.
...
Submitted by: gavin
2011-07-21 12:37:17 +00:00
Shaun Amott
37f918722e
Fix header output (extra newline required).
2011-07-21 03:27:58 +00:00
Shaun Amott
1e10341242
Another fix: print -> printf (header wasn't being output correctly)
2011-07-21 03:06:06 +00:00
Shaun Amott
6049f21bd8
Fix URL used for self-referencing links.
2011-07-21 02:44:20 +00:00
Shaun Amott
e906e0ff03
Some small fixes that I overlooked.
2011-07-21 02:09:02 +00:00
Shaun Amott
d10065df76
Run variables through quotemeta as an extra security layer to appease
...
Perl's taint mode.
2011-07-21 01:25:28 +00:00
Shaun Amott
ac6b2c914e
Make sure the local modules can be found.
2011-07-21 01:07:13 +00:00
Shaun Amott
ff586348e5
Hook up files (Perl modules) for the new query-pr.cgi script. A bit of
...
extra code to handle the fact that the files are in subdirectories was
required.
2011-07-20 23:52:12 +00:00
Shaun Amott
defc87e9c4
Introducing the 3rd generation PR viewer.
...
This is a significant improvement over the previous version, with more
robust patch handling, better encoding/charset handling, numerous
long-overdue bug fixes and a generally more maintainable codebase.
2011-07-20 22:23:23 +00:00
Ryan Steinmetz
0f0b925d57
Add myself to the developers list.
...
Add a news entry for myself.
Approved by: wxs@ (mentor)
2011-07-15 21:09:34 +00:00
Bjoern A. Zeeb
5b4826b6c8
Refrence the correct branch for approvals after code freeze, it's going
...
to be head for the start and be various 9-related once afterwards.
2011-07-10 18:00:38 +00:00
Hiroki Sato
df70ca0af4
Update for the upcoming 9.0R release process.
2011-07-10 17:12:24 +00:00
Ulrich Spörlein
fe8d12f4d8
Typo fixes.
...
Found by: codespell
2011-07-08 19:54:33 +00:00
Ryusuke SUZUKI
1acc2a30ba
Add 3.5, 4.1.1, and 4.6.2-RELEASE.
2011-06-17 13:24:41 +00:00
Grzegorz Bernacki
4d5a9847b0
Added myself to developers list.
...
Approved by: cognet (mentor)
2011-06-14 12:06:38 +00:00
Stephen Montgomery-Smith
022ac28ccd
Adding myself to developers list.
...
Approved maho (mentor)
2011-06-14 01:34:05 +00:00
Simon L. B. Nielsen
d36e14e988
Remove the IPv6 world day logo from the front page again.
...
For now leave the image file in case we want to use it for something
else.
2011-06-12 08:45:47 +00:00
Chris Rees
43e0206111
- Add self to Developers
...
- Add news item about appointment
Approved by: rene (mentor)
2011-06-11 20:26:29 +00:00
Glen Barber
239222dbce
Remove some stale entries from the Donations Want List from 2003, after
...
2-week timeout (though a little bit late).
Approved by: jkois (mentor)
2011-06-10 21:13:34 +00:00
Bjoern A. Zeeb
b761d4c366
Add www.freebsd.org v6 and v6 vs. v4 stats from around World IPv6
...
Day. Add a local news entry for this and thank people (thanks!).
Approved by: simon
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
2011-06-10 11:46:31 +00:00
Simon L. B. Nielsen
f294738834
Add an IPv6 World Day logo to the front page.
...
This will only be there for the next couple of days around the IPv6
world day, then this commit can be reverted.
Discussed with: bz
2011-06-07 21:33:11 +00:00
Bjoern A. Zeeb
ca97c67886
Fix a c&p issue that went unnoticed.
...
Reported by: brd
2011-06-07 20:46:45 +00:00
Bjoern A. Zeeb
1753bf8237
Add a news entry about the new snapshots and be more explicit about the
...
wiki page.
Approved by: bcr
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
2011-06-07 18:09:12 +00:00
Julien Laffaye
7b0c134be6
Add myself to developpers and add news entry.
...
Approved by: tabthorpe@ (mentor)
2011-06-06 23:45:35 +00:00
Alex Dupre
4e65446bd7
Fix typo.
2011-06-06 12:04:55 +00:00
Bjoern A. Zeeb
614de01128
Fill with initial content about IPv6 in FreeBSD these days,
...
IPv6 only snapshots and FreeSBD and world IPv6 day.
Can be extended and improved as needed.
Add "WORLD IPV6 DAY BADGE: BLUE" image available for download
from http://www.worldipv6day.org/downloads/index.html .
Includes suggestions from: rwatson
Approved by: simon
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
2011-06-06 09:49:52 +00:00
Bjoern A. Zeeb
ad3d4a1849
Add an ipv6 subpage to be filled with life on Monday.
...
Approved by: simon
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
2011-06-03 12:48:52 +00:00