(file) Return to CHANGELOG.html CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / phpBB2 / docs

  1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2             <html>
  3             <head>
  4             <meta http-equiv="Content-Type" content="text/html">
  5             <meta http-equiv="Content-Style-Type" content="text/css">
  6             <title>phpBB 2.0.4 :: Changelog</title>
  7             <link rel="stylesheet" href="../templates/subSilver/subSilver.css" type="text/css" />
  8             <style type="text/css">
  9             <!--
 10             p,ul,td {font-size:10pt;}
 11             .h2 {font-size:15pt;font-weight:bold;color:red}
 12             .h3 {font-size:12pt;color:blue}
 13             //-->
 14             </style>
 15             </head>
 16             <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#006699">
 17             
 18             <table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
 19             	<tr>
 20             		<td class="bodyline"><table width="100%" border="0" cellspacing="0" cellpadding="0">
 21             			<tr>
 22 rizwank 1.1 				<td>
 23             
 24             <table width="100%" border="0" cellspacing="0" cellpadding="0">
 25             	<tr>
 26             		<td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="phpBB 2 : Creating Communities" vspace="1" /></a></td>
 27             		<td align="center" width="100%" valign="middle"><span class="maintitle">phpBB 2.0.4 CHANGELOG</span></td>
 28             	</tr>
 29             </table>
 30             
 31             <!-- BEGIN DOCUMENT -->
 32             <ol>
 33             <li><a href="#changelog">Changelog</a></li>
 34             <ol type="i">
 35             	<li><a href="#203">Changes since 2.0.3</a></li>
 36             	<li><a href="#202">Changes since 2.0.2</a></li>
 37             	<li><a href="#201">Changes since 2.0.1</a></li>
 38             	<li><a href="#200">Changes since 2.0.0</a></li>
 39             	<li><a href="#final">Changes since RC-4</a></li>
 40             	<li><a href="#rc4">Changes since RC-3</a></li>
 41             	<li><a href="#rc3">Changes since RC-2</a></li>
 42             	<li><a href="#rc2">Changes since RC-1</a></li>
 43 rizwank 1.1 	<li><a href="#rc1">Changes since RC-1 (pre)</a></li>
 44             </ol>
 45             <li><a href="#disclaimer">Disclaimer</a></li>
 46             </ol>
 47             
 48             <a name="changelog"></a><h2 class="h2"><u>1. Changelog</u></h2>
 49             
 50             <p>This is a non-exhaustive (but still near complete) changelog for phpBB 2.0.x including beta and release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p>
 51             
 52             <a name="203"></a><h3 class="h3">1.i. Changes since 2.0.3</h3>
 53             
 54             <ul>
 55             <li>Fixed cross-browser scripting issue with highlight param</li>
 56             <li>Back-ported highlighting code from phpBB 2.2</li>
 57             <li>Add session id validation to posting, profile, email, voting - <b>Edwin van Vliet</b></li>
 58             <li>Added {S_HIDDEN_FIELDS} template var to profile_send_email.tpl</li>
 59             <li>Added "intval" fix for flood check, may resolve some issues</li>
 60             <li>Added missing index to post_id for search_wordmatch</li>
 61             <li>Fixed spelling error in search add words preventing use of stopword list</li>
 62             <li>Fixed issue with search common words not being run</li>
 63             <li>Introduce viewtopic resync patch by Ashe</li>
 64 rizwank 1.1 <li>Replace a for n in templating code</li>
 65             <li>Fixed ordering in memberslist</li>
 66             <li>Fixed group_id sequence issues with pgsql and msaccess</li>
 67             <li>Fixed assumption of word censors in user notification</li>
 68             <li>Fixed incorrect display of quotes in user management fields</li>
 69             <li>Fixed entry of special chars in all profile fields - note this may cause temporary issues</li>
 70             <li>Fixed incorrect display of quotes when using avatar gallery</li>
 71             <li>Fixed missing username in email sent to users when admin activated</li>
 72             <li>Added check for non-empty smiley code and url in smiley admin</li>
 73             <li>Prevent display of -- sig seperator in emails when no board sig exists</li>
 74             <li>Fixed URL propagated sid issues with jumpbox</li>
 75             <li>Fixed wrong mode name check (polldelete) in functions_post</li>
 76             <li>Added missing root path to l10n image path check</li>
 77             <li>Remove validation of fields when deleting a user</li>
 78             <li>Fixed sort mode select box in memberslist to default to current mode</li>
 79             <li>Deny inline topic review listing to users without auth_read permissions</li>
 80             <li>Prevent display of topic notification checkbox if user cannot read forum</li>
 81             <li>Remove incorrect pre-pending of IP to uploaded avatars</li>
 82             <li>Fixed deletion of uploaded avatars when changing to remote/gallery</li>
 83             <li>Added check for non-blank line during install schema/basic sql ops</li>
 84             <li>Added sort ordering to Top Ten poster listing by request</li>
 85 rizwank 1.1 <li>Fixed incorrect error report when altering case of username</li>
 86             <li>Added jumpbox output to modcp {JUMPBOX} will now work</li>
 87             <li>Fixed non-updating of users with MOD levels when deleting a forum</li>
 88             <li>Remove email to group moderator when approving new members</li>
 89             <li>Fixed non-handling of HTML in poll options</li>
 90             <li>Fixed non-deletion of polls when deleting forum and its posts</li>
 91             <li>Fixed moved shadow topic from being bumped upon reply</li>
 92             <li>Changed field size of timezone to decimal(5,2) where applicable</li>
 93             <li>Fixed missing sid append to URL when redirecting to newest reply</li>
 94             <li>Fixed missing slashes in private IP preg check</li>
 95             <li>Fixed session not setting userdata['user_id'] to ANON as appropriate</li>
 96             <li>Added check for non-empty name in disallow admin</li>
 97             <li>Fixed validation of SSL website addresses in profile</li>
 98             <li>Fixed inability of admins to upload avatars via user admin panel</li>
 99             <li>Fixed non-deletion of private message text upon full box overwrite</li>
100             <li>Fixed incorrect error message in smiley admin</li>
101             <li>Fixed incorrect alt-text for "Stop Watching Topic" image</li>
102             <li>Temporary fix for missing lang strings in forum admin - translators should update their packages if not done already</li>
103             <li>Use selected localisation during later stages of installation</li>
104             <li>Fixed non-check of permissions when deleting a topic via Moderator Control Panel</li>
105             <li>Fixed non-update of banlist upon user deletion</li>
106 rizwank 1.1 <li>Check approved users boxes by default in usergroup approve form</li>
107             <li>Fixed non-appending of sid to backup meta refresh</li>
108             <li>Fixed non-notification of no support for certain databases in backup/restore</li>
109             <li>Added $images var to message die global declaration</li>
110             <li>Fixed wrong string, Private_message in Private Messaging</li>
111             <li>Add mail send result to error output</li>
112             <li>Fixed non-appending of sid to Mozilla nav bar menu items</li>
113             <li>Fixed incorrect profile linking from MSNM url in private messaging</li>
114             <li>Grammatical errors in English lang_main fixed - <b>Cluster</b></li>
115             <li>Allow deletion of avatar and simultaneous upload/linking/gallery selection</li>
116             <li>Fixed non-updating of user rank when changing from special to normal rank in rank admin</li>
117             <li>Changed user topic notification default in schemas to 0 (off)</li>
118             <li>Fixed non-XHTML compliant img tags in privmsg.php</li>
119             <li>Fixed non-deletion of announcements and polls when removing forum contents in forum admin</li>
120             <li>Fixed non-pruning of watched topics table when pruning related topics</li>
121             <li>Enable GET redirect on logout</li>
122             <li>Added check for IE6.x to viewtopic ICQ indicator javascript</li>
123             <li>Fixed empty username quoting with MS-SQL</li>
124             <li>Fixed BBCode url, magic url and img tags to allow most chars beyond domain names</li>
125             <li>Prevent parsing of -ve size values in BBCode size tag</li>
126             <li>Back ported HTML handler from 2.2, this may impact some boards which allow complex HTML - existing parser remains but commented out</li>
127 rizwank 1.1 <li>Fixed parsing of word censors to not censor words within &lt; and &gt; tag delimiters</li>
128             <li>Fixed database utilities failing to backup data with MySQL</li>
129             <li>Fixed signature parsing in User Admin</li>
130             <li>Fixed missing class="post" tags in subSilver Admin templates</li>
131             <li>Fixes for paths under Apache2</li>
132             <li>Added wrap text with tag support for posting in Mozilla 1.1+</li>
133             <li>Fixed use of missing CSS classes in modcp_split, group_info_body, error_body and agreement</li>
134             <li>Fixed ability of users to edit polls even after they have received votes</li>
135             <li>Fixed header Location to be absolute URL as per HTTP 1.1 spec - noted by <b>PhilippK</b></li>
136             <li>Added additional session_id checks to MCP, topic subscription, PM and similar items</li>
137             <li>Fixed colour select box in posting_body to reset to Default colour after selection</li>
138             <li>Altered PM icon to show new image until messages have been read</li>
139             <li>Fixed incomplete deletion of PMs when removing the associated user</li>
140             <li>Fixed unread and new PM user counters to decrement appropriately in all situations</li>
141             <li>Fixed possible cross-site scripting issue with username search</li>
142             <li>Fixed some problems with gzip in combination with newer PHP versions and Mozilla</li>
143             <li>Fixed wrong maxlength in modcp_split.tpl subject field</li>
144             <li>Fixed inability to edit username of guest poster - <b>vHiker</b></li>
145             <li>Fixed ability for guests to post with certain registered usernames</li>
146             <li>Fixed various HTML issues to improve XHTML compliance - <b>Daz</b></li>
147             <li>Fixed missing template var {L_PM} for memberslist - <b>Daz</b></li>
148 rizwank 1.1 <li>Fixed wrong key name for $images['Topic_un_watch'] - <b>Daz</b></li>
149             <li>Fixed missing template var {S_WATCH_TOPIC_IMG} for viewtopic - <b>Daz</b></li>
150             <li>Fixed missing default constraints for post table under MSSQL</li>
151             <li>Fixed incorrect field size for forum pruning - preventing days > 256</li>
152             <li>Fixed continuing redirect issues for broken web servers, e.g. IIS+CGI PHP</li>
153             <li>Fixed inability to use ftp as a protocol for the [img] tag</li>
154             <li>Fixed incorrect handling of [img] tags containing %20 encoded spaces</li>
155             <li>Added check for . within cookie_name, change to _ if present</li>
156             <li>Added SHOW_ONLINE constant to limit "users online" code operation to index and viewforum</li>
157             <li>Added "temporary" workaround for Apache2 + PHP module ignoring "private" cache header</li>
158             <li>Added workaround for modcp IP lookup and links to Anonymous user profile</li>
159             <li>Fixed broken bbcode parsing of quotes containing bbcode in the "username"</li>
160             <li>Fixed excess slashes in [quote=""] first pass encoding</li>
161             <li>Fixed rendering issue with quote button under Mozilla - <b>Daz</b></li>
162             <li>Grammatical errors in remaining core lang files fixed - <b>Cluster</b></li>
163             <li>Fixed bbcode quote breaking when username contained ] before [</li>
164             <li>Fixed duplicate group_id error during upgrade of users from phpBB 1.x</li>
165             <li>Fixed stripslashes() problem with the conversion of the config table from phpBB 1.x</li>
166             <li>Rejiggled validation code, may eliminate "Username disallowed" issues</li>
167             <li>Fixed differing initial "public" setting of forum permissions between different files</li>
168             <li>Added check for invalid (non-compliant) email addresses to upgrade script</li>
169 rizwank 1.1 <li>Further redirect workarounds for broken servers, please direct further issues to the vendors</li>
170             <li>Added GMT + 13 to English lang_main, all translators are encouraged to do likewise</li>
171             <li>Added switch to default_lang email template if user lang template no longer exists</li>
172             <li>Fixed javascript error when selecting smiley containing a single quote</li>
173             <li>Update users watched topic if a post they made is split into a new topic</li>
174             <li>Fixed situations where email templates contain incorrect or missing subject lines</li>
175             <li>Fixed error when searching for posts and no forums exist</li>
176             <li>Fixed potential SQL vulnerability with marking of private messages - <b>Ulf Harnhammar</b></li>
177             </ul>
178             
179             <a name="202"></a><h3 class="h3">1.ii. Changes since 2.0.2</h3>
180             
181             <ul>
182             <li>Fixed potential cross-site scripting vulnerability with avatars - <b>Showscout</b></li>
183             <li>Fixed potential SQL rewrite issue in page header - <b>missing contrib</b></li>
184             <li>Fixed potential CSS/HTML rewrite on viewing in login - <b>Marc Rees</b></li>
185             <li>Fixed (hopefully) issue with MS Access and multiple pages</li>
186             </ul>
187             
188             <a name="201"></a><h3 class="h3">1.iii. Changes since 2.0.1</h3>
189             
190 rizwank 1.1 <ul>
191             <li>Fixed missing "username" lang variable in user admin template</li>
192             <li>Session work around for users behind rotating IPs - <b>vHiker</b></li>
193             <li>Fixed potential session user_id re-write - <b>Ashe</b></li>
194             <li>Fixed potential cross-browser scripting issue with BBCode URLs</li>
195             <li>Fixed potential gallery avatar exploit - <b>Ashe</b></li>
196             <li>Fix sorting of smileys on each function call - <b>Ashe/psoTFX</b></li>
197             <li>Clear topic_mod text output in viewtopic - <b>Lars</b></li>
198             <li>Fix regex for avatar remote urls</li>
199             <li>Fix non-updating of user post counts when deleting whole topics</li>
200             <li>Increase time limit when sending topic reply notifications</li>
201             <li>Set default forum when splitting topics</li>
202             <li>Fix non-deletion of uploaded avatars when switching to gallery</li>
203             <li>Removed various closing newlines from included files</li>
204             <li>Add MAX_ROWS to HEAP table alter in install/upgrade - <b>Ashe</b></li>
205             <li>Update username maxlength for subSilver templates</li>
206             <li>Allow <b>(</b> and <b>)</b> in BBCode [url] tags</li>
207             <li>Fix non-quoting of <b>#</b> in username validation regexs</li>
208             <li>Fix overlooked global var in private messaging</li>
209             <li>Possible fix for \r\n email templates issues</li>
210             <li>Fix missing str_replace for category title forum admin SQL</li>
211 rizwank 1.1 <li>Fix trailing <b>,</b> when sending emails via smtp</li>
212             <li>Fix avatar issues in user admin</li>
213             <li>Fix improper checking of email address ban in sessions</li>
214             <li>Fix use of hard coded language strings in forum admin</li>
215             <li>Fix missing closing <b>)</b> in smilies admin</li>
216             <li>Fix missing Username label in user admin</li>
217             <li>Fix upgrade.php bug where conversion would not complete (and updated other scripts to match the changes)</li>
218             <li>Fix problem with redirect and login.php</li>
219             <li>Fix typo that could cause problems with sorting in the memberlist</li>
220             <li>Fix emailer to allow sending emails with language-specific character sets</li>
221             </ul>
222             
223             <a name="200"></a><h3 class="h3">1.iv. Changes since 2.0.0</h3>
224             
225             <ul>
226             <li>Fixed delete image bug for normal users</li>
227             <li>Fixed group control panel image links</li>
228             <li>Fixed missing L_POST variable in group control panel</li>
229             <li>Fixed missing user id when redirecting to email form after login</li>
230             <li>Fixed (a)ppend_sid function name error in group control panel</li>
231             <li>Fixed reset of post type when previewing a post</li>
232 rizwank 1.1 <li>Fixed mass emailer include path error</li>
233             <li>Fixed potential SQL exploit</li>
234             <li>Fixed several minor subSilver issues</li>
235             <li>Fixed [quote] breaking HTML problem</li>
236             <li>Fixed problem with unclosed nested quotes</li>
237             <li>Fixed bad handling of automagic links at end of quotes</li>
238             <li>Fixed potential BBCode and avatar remote exploit</li>
239             <li>Altered email validation check to allow + in username as per RFC</li>
240             <li>Fixed incorrect behaviour with wildcards in disallowed usernames</li>
241             <li>Added missing append_sid for search view results as posts</li>
242             <li>Fixed incorrect clearing of current sessions for logged in users</li>
243             <li>Fixed user_timezone (cannot update user profile) problem</li>
244             <li>Added correct setting of moderator status for users during upgrade</li>
245             <li>Fixed handling of uploaded avatars if gallery avatar currently used</li>
246             <li>Fixed use of existing username for uploaded avatars</li>
247             <li>Fixed updating of topic reply stats when post is deleted</li>
248             <li>Fixed irrelevant error message when activating already active account</li>
249             <li>Fixed gzip compression problems with Netscape and some PHP versions</li>
250             <li>Fixed MS Access layer errors when using latest PHP versions</li>
251             <li>Fixed styles admin editing problems with MSSQL Server</li>
252             <li>Fixed logout issue when cancelling certain actions</li>
253 rizwank 1.1 <li>Fixed missing text in certain admin links</li>
254             <li>Fixed opening of frame within frame when logging into admin</li>
255             <li>Fixed incorrect ordering of search results by time</li>
256             <li>Fixed fulltext searching failure with MS Access</li>
257             <li>Hopefully fixed fulltext search with non-latin single byte charsets</li>
258             <li>Enabled work-around support for some multi-byte charsets - <b>OOHOO</b></li>
259             <li>Re-enabled search indexing of all-numeric character sequences</li>
260             <li>Updated email banning to properly implement wildcards</li>
261             <li>Fixed missing extension in links from groupcp</li>
262             <li>Fixed lack of re-validation when changing email address</li>
263             <li>Added additional IP check when using HTTP_X_FORWARDED_FOR</li>
264             <li>Fixed non-display of delete icon when on second or greater topic page</li>
265             <li>Fixed problems with users/groups assigned multiple permissions</li>
266             <li>Fixed problem with - and + in search words - <b>Matthijs</b></li>
267             <li>Fixed improper handling for deletion of words from search table</li>
268             <li>Fixed support for <b>,</b> in automagic URLs as per RFC</li>
269             <li>Fixed circular reference SQL errors when deleting posts under MS Access</li>
270             <li>Fixed nested [code] problems</li>
271             <li>Added charset encoding headers for emails - <b>romutis</b></li>
272             <li>Fixed "Copy to self" emails to use correct language</li>
273             <li>Fixed pagination error when limiting previous days for viewforum</li>
274 rizwank 1.1 <li>Decreased minimum search word size to 3 chars</li>
275             <li>Fixed deletion of one or more options from all polls when editing just one</li>
276             <li>Fixed checking of group memberships when promoting/demoting group moderators</li>
277             <li>Added database closure to admin frameset page</li>
278             </ul>
279             
280             <a name="final"></a><h3 class="h3">1.v. Changes since RC-4</h3>
281             
282             <ul>
283             <li>Fixed improper report of general error when posting messages containing errors</li>
284             <li>Fixed post text being doubled up if it contained one or more &lt; without closing &gt;</li>
285             <li>Fixed pruning errors due to search function name change</li>
286             <li>Hopefully fixed various issues which led to incorrect reply and excess page counts</li>
287             <li>Fixed groupcp not displaying all email buttons to group moderator or admin</li>
288             <li>Fixed failure to display error notice when uploading oversized avatars</li>
289             <li>Hopefully corrected problem with viewonline displaying too few/many users online</li>
290             <li>Partially addressed issue with activation URLs >76 chars</li>
291             <li>Fixed additional search facilities failing to work or working incorrectly</li>
292             <li>Fixed search syntax highlighting</li>
293             <li>Addressed various webservers handling of page redirects</li>
294             <li>Fixed word censor not replacing first or last words</li>
295 rizwank 1.1 <li>Fixed avatar height and width check for locally uploaded images</li>
296             <li>Hopefully fixed cache control header</li>
297             <li>Added check for PM box size limit of 0 to prevent div0 error</li>
298             <li>Fixed failure to fully delete PMs in outbox</li>
299             <li>Fixed display problem with polls</li>
300             <li>Fixed problem with guest username not being displayed for topic results in search</li>
301             <li>Fixed problem with quotes in various profile fields</li>
302             <li>Fixed schema problem with user_timezone</li>
303             <li>Fixed page display issue with MS Access</li>
304             <li>Fixed user level issue when altering user from user to admin and vice versa</li>
305             <li>Fixed incorrect parseing of some email templates</li>
306             <li>Reduced size of MS Access primer</li>
307             <li>Fixed various remaining usergroup display issues</li>
308             </ul>
309             
310             <a name="rc4"></a><h3 class="h3">1.vi. Changes since RC-3</h3>
311             
312             <ul>
313             <li>Addressed serious security issue with included files</li>
314             <li>Fixed non-use of database table prefix name during upgrade</li>
315             <li>Split functions and profile into separate modules</li>
316 rizwank 1.1 <li>Fixed (hopefully) remaining issues with colourisation of moderator usernames</li>
317             <li>Updated install to include entry of additional, required, information</li>
318             <li>Fixed (hopefully) AOL incompatibilities</li>
319             <li>Fixed non-display of moderators in index/viewforum</li>
320             <li>Fixed group control panel 'no groups exist' problems</li>
321             <li>Fix HTTP_X_FORWARDED_FOR spoofing possibility</li>
322             <li>Fix ignoring of private range IP's in HTTP_X_FORWARDED_FOR</li>
323             <li>Enable multiple wildcard email banning, eg. *name*@somewhere.tld</li>
324             <li>Fix problems with posts being truncated if containing &lt; and &gt; characters</li>
325             <li>Prevent URL, BBCode and most smiley parseing in [code][/code]</li>
326             <li>Fix problems with use of certain reserved chars in word censor list</li>
327             <li>Fix default search useage to be as described (was doing AND by default)</li>
328             <li>Fix various avatar issues with profile, gallery and viewtopic</li>
329             <li>Enable safe mode support for uploading avatars</li>
330             <li>Fix broken modcp IP view issue</li>
331             <li>Fix potential session_id re-write vulnerability</li>
332             <li>Finish localisation of days and months (AM/PM are not and will not be localised in 2.0)</li>
333             <li>Remove link to external subSilver stylesheet from default subSilver templates</li>
334             <li>Handle TRANSACTIONS correctly in MySQL 3.x (by returning correct responses)</li>
335             <li>Fix checkbox resetting problem while previewing posts</li>
336             <li>Fix a login redirect issue</li>
337 rizwank 1.1 <li>Remove some additional unused fields during upgrade</li>
338             <li>Fix (hopefully) remaining ICQ overlay issue with view profile in subSilver</li>
339             </ul>
340             
341             <a name="rc3"></a><h3 class="h3">1.vii. Changes since RC-2</h3>
342             
343             <ul>
344             <li>Fixed infamous install parse error</li>
345             <li>Major update of posting and related search functions (fixing various issues and increasing speed)</li>
346             <li>Fixed display of author and last poster names when both are different guest users</li>
347             <li>Fixed upgrade stall issues (hopefully!) and improved output</li>
348             <li>Fixed highlighting code for viewtopic and search</li>
349             <li>Reduced size of several files and functions</li>
350             <li>Moved localised images to sub-directories</li>
351             <li>Improved user feedback of disallowed usernames</li>
352             <li>Fixed various MSSQL bugs</li>
353             <li>Fixed installation of MSSQL/MSSQL-ODBC</li>
354             <li>Fixed security issue with upgrade.php</li>
355             <li>Finished implemention of various additional features</li>
356             <li>Fixed various user, group and forum permissions problems</li>
357             <li>Fixed issues with BBCode [ and ] (hopefully!)</li>
358 rizwank 1.1 <li>Fixed autologin problems with MS IIS</li>
359             <li>Hopefully fixed problems with URIs in emails on some server configs</li>
360             <li>Fixed 'blank' profile and DB utilities problems on submit</li>
361             <li>Fixed incorrect language being used in email subjects</li>
362             <li>Fixed issues with incorrect private message new/unread counts</li>
363             <li>Fixed various PostgreSQL related errors</li>
364             <li>Automatically forward users to login screen in more situations</li>
365             <li>AEnabled (coloured) online indication of moderators and admins</li>
366             <li>Enabled maximum online user count</li>
367             <li>Altered online user count to ignore duplicate IPs (will now underestimate rather than overestimate)</li>
368             <li>Enabled viewing of users browsing each forum</li>
369             <li>Fixed (hopefully) display of overlayed ICQ icon in Netscape using subSilver</li>
370             <li>Fixed display of guest usernames for last post and author</li>
371             <li>Hidden usergroups are now completely hidden from view</li>
372             </ul>
373             
374             <a name="rc2"></a><h3 class="h3">1.viii. Changes since RC-1</h3>
375             
376             <ul>
377             <li>Fixed numerous PostgreSQL related issues</li>
378             <li>Significant updates and additions to the upgrade script</li>
379 rizwank 1.1 <li>Various (missed) hard coded language strings fixed</li>
380             <li>Fixed viewforum error when no forum id specified</li>
381             <li>Fixed old constant name useage in search system</li>
382             <li>Fixed display of moved posts when viewing unanswered posts</li>
383             <li>Fixed failure of search for user and keyword when displaying as posts</li>
384             <li>Fixed PM popup notification</li>
385             <li>Fixed view more emoticon session page problem</li>
386             <li>Fixed view profile email links</li>
387             <li>Fixed display of websites in profile</li>
388             <li>Fixed backup database failure</li>
389             <li>Fixed MS Access schema error when posting topics</li>
390             <li>Fixed problem with hypenated/dotted DB names in MySQL 3.23.6+</li>
391             <li>Various other fixes and updates</li>
392             </ul>
393             
394             <a name="rc1"></a><h3 class="h3">1.ix. Changes since RC-1 (pre)</h3>
395             
396             <ul>
397             <li>Upgrade script completed for initial fully functional release</li>
398             <li>Sessions code updated</li>
399             <li>Mark read code updated and hopefully fixed</li>
400 rizwank 1.1 <li>Significant changes to properly deal with \' for non-MySQL boards</li>
401             <li>mssql, msaccess and mssql-odbc DB classes re-written</li>
402             <li>Avatar issues addressed and fixed</li>
403             <li>Search (INSERT) bug using MySQL fixed</li>
404             <li>Search highlighting issues addressed</li>
405             <li>Search own/other users posts fixed</li>
406             <li>BBCode fixes for magic URIs and other issues</li>
407             <li>Template updates for subSilver</li>
408             <li>User and group permissions problems fixed</li>
409             <li>Forum management problems (deletion of forum causing category not to display) fixed</li>
410             <li>Pagination problem with groupcp fixed</li>
411             <li>Backslash issues with posting and profile fixed</li>
412             <li>Backslash issues with emails fixed</li>
413             <li>preg_quote problems fixed</li>
414             <li>User management updated with full avatar control and missing fields</li>
415             <li>Private messaging box limits fixed</li>
416             <li>Private messaging ?folder= strangeness fixed</li>
417             <li>Forum pruning code updated to cope with search system</li>
418             <li>Emoticon system in posting updated</li>
419             <li>BBCode FAQ link added to posting form</li>
420             <li>Language file updates to address concerns of translators</li>
421 rizwank 1.1 <li>Various other bug fixes and updates</li>
422             </ul>
423             
424             <p>Note that a full list of fixed bugs can be found at the bug tracker (see section on bug reporting <a href="README.html#bugs">here</a>)</p>
425             
426             <a name="disclaimer"></a><h2 class="h2"><u>2. Copyright and disclaimer</u></h2>
427             
428             <p>This application is opensource software released under the <a href="http://www.gnu.org/licenses/gpl.html" target="_new">GPL</a>. Please see source code and the Docs directory for more details. This package and its contents are Copyright © 2002 <a href="http://www.phpbb.com/" target="_new">phpBB Group</a>, All Rights Reserved.</p>
429             
430             <!-- END DOCUMENT -->
431             				</td>
432             			</tr>
433             		</table></td>
434             	</tr>
435             </table>
436             
437             </body>
438             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2