2007-01-06 18:31:42 +00:00
<?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;
}
2007-05-26 12:44:17 +00:00
hr {
height: 0;
2007-01-06 18:31:42 +00:00
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 {
2007-05-26 12:44:17 +00:00
color: #006600;
2007-01-06 18:31:42 +00:00
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" >
2007-05-24 16:18:04 +00:00
< li > [Fix] (X)HTML issues within the templates (Bug #11255, #11255)< / li >
< li > [Fix] Tiny language and grammar changes< / li >
2007-05-29 16:07:42 +00:00
< li > [Fix] Several style related fixes, mainly fixing cross-browser issues< / li >
2007-05-22 21:32:26 +00:00
< li > [Fix] MCP looses forum_id in some panels (Bug #11255)< / li >
< li > [Fix] Moderation queue used unfriendly notification of no posts/topics (Bug #11291)< / li >
< li > [Fix] Array in Oracle DBAL not always set (Bug #11475)< / li >
< li > [Fix] Improper continue; in acp_styles.php (Bug #11523)< / li >
< li > [Fix] Imageset editor more friendly (Bug #11511)< / li >
< li > [Fix] Made Custom BBCode validation more strict (Bug #11335)< / li >
< li > [Fix] Proper sync of data on topic copy (Bug #11335)< / li >
2007-05-23 15:05:46 +00:00
< li > [Fix] Introduced ORDER BY clauses to converter queries (Bug #10697)< / li >
2007-05-23 18:30:41 +00:00
< li > [Fix] Stopped bots from getting added to the registered users group during conversion (Bug #11283)< / li >
2007-05-23 15:05:46 +00:00
< li > [Fix] Filled "SMILIEYS_DISABLED" template variable (Bug #11257)< / li >
< li > [Fix] Properly escaped the delimiter in disallowed username comparisons (Bug #11339)< / li >
< li > [Fix] Check global purge setting (Bug #11555)< / li >
2007-05-23 18:30:41 +00:00
< li > [Fix] Improper magic url parsing applied to already parsed [url=] bbcode tag (Bug #11429)< / li >
2007-05-23 23:38:45 +00:00
< li > [Fix] Renamed two indicies for Oracle support (Bug #11457)< / li >
2007-06-01 23:10:43 +00:00
< li > [Fix] Added support for ISO-8859-8(-i) in the character set convertor (Bug #11265, #12039)< / li >
2007-05-23 23:47:59 +00:00
< li > [Fix] Added support for Oracle's "easy connect naming"< / li >
2007-05-24 16:18:04 +00:00
< li > [Fix] Let Mark/Unmark All work in Manage Drafts (Bug #11679)< / li >
< li > [Fix] Display correct message if no attachments found in user administration (Bug #11629)< / li >
< li > [Fix] Let the "Delete all board cookies" being displayed for guests too (only prosilver) (Bug #11603)< / li >
< li > [Fix] Do not display view topic link in MCP while there is no link present (Bug #11573)< / li >
2007-05-25 12:22:04 +00:00
< li > [Fix] MySQL now properly sorts by post_subject (Bug #11637)< / li >
2007-05-25 16:03:40 +00:00
< li > [Fix] Introduced checks to stop negative postcounts (Bug #11561, #11421)< / li >
< li > [Fix] Allow IP v4/v6 urls for remote avatars (Bug #11633)< / li >
< li > [Fix] Delete avatar files automatically (Bug #11631)< / li >
2007-05-26 12:44:17 +00:00
< li > [Fix] Automatically add selected columns to group by statements in the converter (Bug #11465)< / li >
2007-05-25 17:16:48 +00:00
< li > [Fix] Allow posts without subjects to be clicked in the MCP (Bug #11483)< / li >
2007-05-25 17:43:16 +00:00
< li > [Fix] Sync the forums that shadow topics reside in when the topic that they point to is deleted< / li >
2007-05-26 12:44:17 +00:00
< li > [Fix] Do not use the gen_random_string function to create cookie names during install (Bug #11431)< / li >
2007-05-26 14:23:00 +00:00
< li > [Fix] Send stylesheet in style.php even without a valid session id (Bug #11531)< / li >
< li > [Fix] request_var should strictly return the requested number of dimensions< / li >
2007-05-26 16:38:33 +00:00
< li > [Fix] Correct assignment of custom width to $user-> img(); / Correctly display poll bars in subsilver2 (Bug #11301)< / li >
< li > [Fix] Allow removing polls in prosilver< / li >
2007-05-26 18:17:07 +00:00
< li > [Fix] Correct link to post in managing users attachments (Bug #11765)< / li >
2007-05-26 16:38:33 +00:00
< li > [Fix] Reload confirm screen for selecting new forum for global topic type change if not postable forum is chosen (Bug #11711)< / li >
< li > [Fix] Correctly show system default color for disabled options in Internet Explorer which does not support disabled option fields< / li >
< li > [Fix] Update query for custom profiles in user management used wrong order for left/right delimiter (affecting mssql) (Bug #11781)< / li >
2007-05-29 16:07:42 +00:00
< li > [Fix] Inconsistent display of more smileys link fixed (Bug #11801)< / li >
< li > [Fix] Outbox messages are no always neither new nor unread post-conversion (Bug #11461)< / li >
2007-05-26 16:38:33 +00:00
< li > [Feature] Replaced outdated jabber class with the one from the flyspray project< / li >
2007-05-27 15:07:47 +00:00
< li > [Feature] The converter no longer relies on the smiley ID to decide if it should be displayed on the posting page< / li >
2007-06-08 08:28:55 +00:00
< li > [Change] Limit maximum number of allowed characters in messages to 60.000 by default. Admins should increase their PHP time limits if they want to raise this tremedously.< / li >
< li > [Change] Some changes to the conversion documentation< / li >
2007-05-29 17:01:07 +00:00
< li > [Fix] Only use permissions from existing forums during the conversion (Bug #11417)< / li >
2007-05-31 03:14:05 +00:00
< li > [Fix] Do not permit the decimal as a valid prefix character (Bug #11967)< / li >
2007-06-02 16:39:27 +00:00
< li > [Fix] Account for the fact that the IM fields might hold non-IM information< / li >
2007-06-02 20:43:47 +00:00
< li > [Fix] Make the queue function on post details< / li >
2007-06-04 10:44:09 +00:00
< li > [Fix] Check if there are active styles left before deleting a style< / li >
< li > [Fix] Correctly update styles after the deletion of an imageset.< / li >
2007-06-08 08:28:55 +00:00
< li > [Fix] Replaced jabber validation to use the method used by the new jabber class (Bug #9822)< / li >
2007-06-04 14:28:00 +00:00
< li > [Sec] Adding confirm boxes to UCP group actions (ToonArmy)< / li >
2007-06-08 08:28:55 +00:00
< li > [Feature] Added the option to disable the flash bbcode globally (DelvarWorld)< / li >
< li > [Sec] Changed the embedding of Flash (NeoThermic, DelvarWorld)< / li >
2007-06-06 15:38:06 +00:00
< li > [Fix] Use the signature setting for PMs (Bug #12001)< / li >
2007-06-06 16:08:25 +00:00
< li > [Fix] Made the DBMS selection use language variables (Bug #11969)< / li >
2007-06-06 17:04:56 +00:00
< li > [Fix] Make sure that a folder is used when viewing messages to oneself (Bug #12105)< / li >
2007-06-07 17:41:42 +00:00
< li > [Fix] Account for the fact that a board might have no visible Admins (Bug #12185)< / li >
2007-06-08 07:27:51 +00:00
< li > [Fix] Change group ranks even if empty (Bug #12231)< / li >
2007-06-08 08:51:47 +00:00
< li > [Fix] Correctly propagate variables across the custom profile field wizard (Bug #12237)< / li >
2007-06-08 08:28:55 +00:00
< li > [Fix] Correctly move pm's into folders if more than one is received (Bug #12135)< / li >
2007-06-08 15:13:40 +00:00
< li > [Fix] Corrected various bugs with CPF on multi-language boards (Bug #11803)< / li >
2007-06-08 15:38:39 +00:00
< li > [Fix] Disable notify checkbox in posting editor when board email is disabled (Bug #12263)< / li >
2007-06-09 11:11:20 +00:00
< li > [Fix] Removed maxlength from password/username fields (Bugs #12215, #11797)< / li >
< li > [Fix] Use icon-unsubscribe in prosilver (Bug #12211)< / li >
< li > [Fix] Seperated PREVIOUS/NEXT language vars for pagination and next/previous step (Bug #12197)< / li >
< li > [Feature] append_sid() supporting anchor (Bug #11535) - patch provided by Schumi and ToonArmy< / li >
2007-06-09 11:40:02 +00:00
< li > [Fix] Remember selected language while registering after submit (Bug #11435)< / li >
2007-06-08 15:13:40 +00:00
2007-06-07 17:41:42 +00:00
2007-05-25 17:16:48 +00:00
< / ul >
2007-01-06 18:31:42 +00:00
< / 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 >