mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
e1b549a967
git-svn-id: file:///svn/phpbb/trunk@6844 89ea8834-ac86-4346-8a33-228a782c2dd0
216 lines
3.9 KiB
HTML
216 lines
3.9 KiB
HTML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>phpBB 3.0.x Changelog</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta name="resource-type" content="document" />
|
|
<meta name="description" lang="en" content="phpBB 3.0.x Changelog" />
|
|
<meta name="keywords" lang="en" content="" />
|
|
<meta name="author" content="phpBB Group" />
|
|
<meta name="copyright" content="phpBB Group" />
|
|
<meta name="MSSmartTagsPreventParsing" content="true" />
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
|
|
/* The original "subSilver" theme for phpBB2 Created by subBlue design :: http://www.subBlue.com */
|
|
body {
|
|
background-color: white;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
margin: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
p {
|
|
font-size: 8pt;
|
|
}
|
|
|
|
hr {
|
|
height: 0;
|
|
border: solid #D1D7DC 0;
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
#title, h1 {
|
|
font: bold 18pt 'Trebuchet MS', Verdana, sans-serif;
|
|
text-decoration: none;
|
|
line-height: 120%;
|
|
}
|
|
|
|
h2 {
|
|
font: bold 12pt Arial, Helvetica, sans-serif;
|
|
text-decoration: none;
|
|
line-height: 120%;
|
|
}
|
|
|
|
h3 {
|
|
font: bold 10pt Arial, Helvetica, sans-serif;
|
|
text-decoration: none;
|
|
line-height: 120%;
|
|
}
|
|
|
|
.paragraph {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
/* Structure */
|
|
#logo {
|
|
background: #fff url(header_bg.jpg) repeat-x top right;
|
|
height: 60px;
|
|
}
|
|
|
|
#title {
|
|
color: #12749b;
|
|
float: right;
|
|
margin: 10px 10px 0;
|
|
}
|
|
|
|
#main {
|
|
margin-left: 25px;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.good {
|
|
color: green;
|
|
}
|
|
|
|
.bad {
|
|
color: red;
|
|
}
|
|
|
|
#footer {
|
|
margin-left: 75px;
|
|
font-size: 70%;
|
|
color: #006600;
|
|
}
|
|
|
|
code {
|
|
color: #006600;
|
|
font-weight: normal;
|
|
font-family: 'Courier New', monospace;
|
|
border-color: #D1D7DC;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
background-color: #FAFAFA;
|
|
}
|
|
|
|
.indent p {
|
|
padding-left: 20px;
|
|
font-size: 90%;
|
|
}
|
|
|
|
/* Anchors */
|
|
a {
|
|
font-size: 70%;
|
|
}
|
|
|
|
a:link, a:active, a:visited {
|
|
color: #006699;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #DD6900;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.nav {
|
|
color: #006699;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.nav:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
p a {
|
|
font-size: 100%;
|
|
}
|
|
|
|
.menu {
|
|
font-size: 80%;
|
|
}
|
|
|
|
.menu li a {
|
|
font-size: 100%;
|
|
}
|
|
|
|
.comment {
|
|
color: green;
|
|
}
|
|
|
|
//-->
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="logo">
|
|
<div id="title">phpBB 3.0.x Changelog</div>
|
|
<img src="header_left.jpg" alt="phpBB Logo" />
|
|
</div>
|
|
|
|
<a name="top"></a><div id="main">
|
|
|
|
<!-- BEGIN DOCUMENT -->
|
|
|
|
<p>This is a non-exhaustive (but still near complete) changelog for phpBB 3.0.x including release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p>
|
|
|
|
<h1>Changelog</h1>
|
|
|
|
<ol class="menu">
|
|
<li><a href="#changelog">Changelog</a>
|
|
<ol type="i">
|
|
<li><a href="#v30rc1">Changes since RC-1</a></li>
|
|
</ol>
|
|
</li>
|
|
<li><a href="#disclaimer">Copyright and disclaimer</a></li>
|
|
</ol>
|
|
|
|
<hr />
|
|
|
|
<a name="changelog"></a><h1>1. Changelog</h1>
|
|
|
|
<a name="v30rc1"></a><b>1.i. Changes since 3.0.RC1</b>
|
|
<br /><br />
|
|
<div class="paragraph">
|
|
|
|
<ul class="menu">
|
|
<li> </li>
|
|
</ul>
|
|
|
|
</div>
|
|
<a href="#top">Top</a>
|
|
<br /><br />
|
|
|
|
<hr />
|
|
|
|
<a name="disclaimer"></a><h1>2. Copyright and disclaimer</h1>
|
|
|
|
<div class="paragraph">
|
|
|
|
<p>This application is opensource software released under the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) 2007 <a href="http://www.phpbb.com/">phpBB Group</a>, All Rights Reserved.</p>
|
|
|
|
</div>
|
|
<a href="#top">Top</a>
|
|
|
|
<!-- END DOCUMENT -->
|
|
|
|
</div>
|
|
|
|
<br /><br />
|
|
|
|
<div id="footer">Note that a full list of fixed bugs can be found at the bug tracker (<a href="README.html#bugs">see section on bug reporting</a>)<br /><br /></div>
|
|
|
|
</body>
|
|
</html>
|