aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/CHANGELOG.html
blob: 28e8cd63db1d8e55a81ed1de2ce9602f16b47437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<?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>&nbsp;</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>