diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-03-02 01:05:39 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-03-02 01:05:39 +0100 |
| commit | a45bca7c49623341ae971d4e1014ba9de38de982 (patch) | |
| tree | a1f033124b14c020e850525a6ea745cb7cb3dbab /phpBB/docs | |
| parent | 1f3498c0d6a20a08fe17948b32fc435f85a6eff8 (diff) | |
| parent | 6485d66743d55aeba95aed86fcde4a0e555e3104 (diff) | |
| download | forums-a45bca7c49623341ae971d4e1014ba9de38de982.tar forums-a45bca7c49623341ae971d4e1014ba9de38de982.tar.gz forums-a45bca7c49623341ae971d4e1014ba9de38de982.tar.bz2 forums-a45bca7c49623341ae971d4e1014ba9de38de982.tar.xz forums-a45bca7c49623341ae971d4e1014ba9de38de982.zip | |
Merge commit 'release-3.0.5-RC1'
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 113 | ||||
| -rw-r--r-- | phpBB/docs/FAQ.html | 8 | ||||
| -rw-r--r-- | phpBB/docs/INSTALL.html | 4 |
3 files changed, 107 insertions, 18 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a468ef6976..396c64b3c0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,6 +53,7 @@ <ol> <li><a href="#changelog">Changelog</a> <ol style="list-style-type: lower-roman;"> + <li><a href="#v304">Changes since 3.0.4</a></li> <li><a href="#v303">Changes since 3.0.3</a></li> <li><a href="#v302">Changes since 3.0.2</a></li> <li><a href="#v301">Changes since 3.0.1</a></li> @@ -83,7 +84,95 @@ <div class="inner"><span class="corners-top"><span></span></span> <div class="content"> - <a name="v303"></a><h3>1.i. Changes since 3.0.3</h3> + <a name="v304"></a><h3>1.i. Changes since 3.0.4</h3> + + <ul> + <li>[Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)</li> + <li>[Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)</li> + <li>[Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)</li> + <li>[Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)</li> + <li>[Fix] Check forum_image whether it exists (Bug #39005 - Patch by TerraFrost)</li> + <li>[Fix] The sql query in acp_users.php lacks a condition (Bug #40275 - Patch by grimskies)</li> + <li>[Fix] Added missing read permission information for some phpbb_chmod() calls</li> + <li>[Fix] Correctly display future dates (Bug #38755)</li> + <li>[Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)</li> + <li>[Fix] Whois now works reliably for RIRs other than APNIC and RIPE</li> + <li>[Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)</li> + <li>[Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)</li> + <li>[Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.</li> + <li>[Fix] Only remind users in the correct inactive states depending on the board account activation level.</li> + <li>[Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465, #43015)</li> + <li>[Fix] Log password changes via password reset function. (Bug #41365)</li> + <li>[Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)</li> + <li>[Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke and fade2gray)</li> + <li>[Fix] Smilies in username are misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)</li> + <li>[Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)</li> + <li>[Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)</li> + <li>[Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)</li> + <li>[Fix] Correct mbstring regular expression for the allowable username characters, only affects <code>USERNAME_LETTER_NUM_SPACERS</code>. (Bug #42325)</li> + <li>[Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)</li> + <li>[Fix] While post is awaiting approval it can still be edited even though it can not be seen (Bug #41435 - Patch by TerraFrost)</li> + <li>[Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.</li> + <li>[Fix] Use OS-specific line endings for mail headers. (related to Bug #42755)</li> + <li>[Fix] Hide font size options which are bigger than the allowed size in the editor. (Bug #42615 - Patch by nickvergessen)</li> + <li>[Fix] Better thumbnail quality with imagemagick. (Bug #42565)</li> + <li>[Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)</li> + <li>[Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)</li> + <li>[Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)</li> + <li>[Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)</li> + <li>[Fix] Deleting private message attachments could delete post attachments. (Bug #42815)</li> + <li>[Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)</li> + <li>[Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)</li> + <li>[Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)</li> + <li>[Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)</li> + <li>[Fix] Fix race condition for updating post/topic/etc. counter. (Reported by BartVB)</li> + <li>[Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)</li> + <li>[Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)</li> + <li>[Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)</li> + <li>[Fix] Add indicator to be used in code if session was created (user visits the site for the first time).</li> + <li>[Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)</li> + <li>[Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (Reported by JRSweets)</li> + <li>[Fix] Sort backups by date, newest first (Bug #14818)</li> + <li>[Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)</li> + <li>[Fix] Enforce correct case for template variables</li> + <li>[Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)</li> + <li>[Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)</li> + <li>[Fix] Fix skipping messages if using next/prev PM in history links. (Bug #22205)</li> + <li>[Fix] Messenger now also able to use a custom language path. (Bug #36545)</li> + <li>[Fix] PM Export uses ISO 8601 date now. (Bug #32645)</li> + <li>[Fix] Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)</li> + <li>[Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)</li> + <li>[Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)</li> + <li>[Fix] Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605)</li> + <li>[Fix] Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - Patch by MarcoZ)</li> + <li>[Fix] Approving a topic when some of the posts within that topic have already been approved (Bug #42585 - Patch by TerraFrost)</li> + <li>[Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)</li> + <li>[Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)</li> + <li>[Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.</li> + <li>[Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)</li> + <li>[Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)</li> + <li>[Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)</li> + <li>[Fix] IE8 textarea issues (Bug #43305)</li> + <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> + <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> + <li>[Change] Add link to user profile in the MCP for user notes and warn user.</li> + <li>[Change] Add IN_PHPBB check to generated cache files. (Reported by bantu)</li> + <li>[Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)</li> + <li>[Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)</li> + <li>[Change] Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)</li> + <li>[Change] Performance improvements for native fulltext search (Patch by Paul)</li> + <li>[Change] Changed jumpto() JS function to be more fail-safe. (But #27635 - Patch by peterkclee)</li> + <li>[Feature] Added new options for visual confirmation.</li> + <li>[Feature] Allow download of conflicting file for later reference in automatic updater</li> + <li>[Feature] Allow translation of custom BBCode help messages. (Patch by bantu)</li> + <li>[Feature] db_tools now support create table and drop table.</li> + <li>[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)</li> + <li>[Feature] New search option: Maximum number of words allowed to search for.</li> + <li>[Sec] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.</li> + <li>[Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)</li> + </ul> + + <a name="v303"></a><h3>1.ii. Changes since 3.0.3</h3> <ul> <li>[Fix] Allow mixed-case template directories to be inherited (Bug #36725)</li> @@ -115,7 +204,7 @@ <li>[Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)</li> </ul> - <a name="v302"></a><h3>1.ii. Changes since 3.0.2</h3> + <a name="v302"></a><h3>1.iii. Changes since 3.0.2</h3> <ul> <li>[Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)</li> @@ -214,7 +303,7 @@ <li>[Sec Precaution] Stricter validation of the HTTP_HOST header (Thanks to Techie-Micheal et al for pointing out possible issues in derived code)</li> </ul> - <a name="v301"></a><h3>1.iii. Changes since 3.0.1</h3> + <a name="v301"></a><h3>1.iv. Changes since 3.0.1</h3> <ul> <li>[Fix] Ability to set permissions on non-mysql dbms (Bug #24955)</li> @@ -262,7 +351,7 @@ <li>[Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)</li> </ul> - <a name="v300"></a><h3>1.iv. Changes since 3.0.0</h3> + <a name="v300"></a><h3>1.v. Changes since 3.0.0</h3> <ul> <li>[Change] Validate birthdays (Bug #15004)</li> @@ -333,7 +422,7 @@ <li>[Fix] Find and display colliding usernames correctly when converting from one database to another (Bug #23925)</li> </ul> - <a name="v30rc8"></a><h3>1.v. Changes since 3.0.RC8</h3> + <a name="v30rc8"></a><h3>1.vi. Changes since 3.0.RC8</h3> <ul> <li>[Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)</li> @@ -342,7 +431,7 @@ <li>[Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)</li> </ul> - <a name="v30rc7"></a><h3>1.vi. Changes since 3.0.RC7</h3> + <a name="v30rc7"></a><h3>1.vii. Changes since 3.0.RC7</h3> <ul> <li>[Fix] Fixed MSSQL related bug in the update system</li> @@ -377,7 +466,7 @@ <li>[Fix] No duplication of active topics (Bug #15474)</li> </ul> - <a name="v30rc6"></a><h3>1.vii. Changes since 3.0.RC6</h3> + <a name="v30rc6"></a><h3>1.viii. Changes since 3.0.RC6</h3> <ul> <li>[Fix] Submitting language changes using acp_language (Bug #14736)</li> @@ -387,7 +476,7 @@ <li>[Fix] Able to request new password (Bug #14743)</li> </ul> - <a name="v30rc5"></a><h3>1.viii. Changes since 3.0.RC5</h3> + <a name="v30rc5"></a><h3>1.ix. Changes since 3.0.RC5</h3> <ul> <li>[Feature] Removing constant PHPBB_EMBEDDED in favor of using an exit_handler(); the constant was meant to achive this more or less.</li> @@ -450,7 +539,7 @@ <li>[Sec] New password hashing mechanism for storing passwords (#i42)</li> </ul> - <a name="v30rc4"></a><h3>1.ix. Changes since 3.0.RC4</h3> + <a name="v30rc4"></a><h3>1.x. Changes since 3.0.RC4</h3> <ul> <li>[Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)</li> @@ -501,7 +590,7 @@ <li>[Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)</li> </ul> - <a name="v30rc3"></a><h3>1.x. Changes since 3.0.RC3</h3> + <a name="v30rc3"></a><h3>1.xi. Changes since 3.0.RC3</h3> <ul> <li>[Fix] Fixing some subsilver2 and prosilver style issues</li> @@ -610,7 +699,7 @@ </ul> - <a name="v30rc2"></a><h3>1.xi. Changes since 3.0.RC2</h3> + <a name="v30rc2"></a><h3>1.xii. Changes since 3.0.RC2</h3> <ul> <li>[Fix] Re-allow searching within the memberlist</li> @@ -656,7 +745,7 @@ </ul> - <a name="v30rc1"></a><h3>1.xii. Changes since 3.0.RC1</h3> + <a name="v30rc1"></a><h3>1.xiii. Changes since 3.0.RC1</h3> <ul> <li>[Fix] (X)HTML issues within the templates (Bug #11255, #11255)</li> diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index ee92427530..f91d4bc223 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -53,7 +53,7 @@ <!-- add entry about common UTF8 problems (for example wrong uploading, editing) --> <ul> - <li><a href="#install">I cannot install this it is too difficult! Will you do it?</a></li> + <li><a href="#install">I am finding phpBB too difficult to install. Will you do it for me?</a></li> <li><a href="#legal">I am having problems with the admin at a certain board, help!</a></li> <li><a href="#legal">A board has ripped off my graphics/software/etc., stop them!</a></li> <li><a href="#legal">A board is dealing in warez/porn/etc., you need to prevent them doing this!</a></li> @@ -62,7 +62,7 @@ <li><a href="#mail">I keep getting Mail sending errors when I (or my users) post/send PM's/etc.!</a></li> <li><a href="#mail_language">My users are complaining that emails are not in their selected language!</a></li> <li><a href="#aol_browser">My AOL based users keep getting logged out!</a></li> - <li><a href="#avatars">No matter what I set the uploadable avatars to I cannot upload one from my computer!</a></li> + <li><a href="#avatars">I am unable to upload avatars from my computer, regardless of the settings.</a></li> <li><a href="#gallery_avatars">I just cannot get gallery avatars to appear!</a></li> <li><a href="#permissions">How do I use/set permissions?</a></li> <li><a href="#login_issues">I (or my users) cannot stay logged in to the forum!</a></li> @@ -78,7 +78,7 @@ <hr /> - <a name="install"></a><h2>I cannot install this it is too difficult! Will you do it?</h2> + <a name="install"></a><h2>I am finding phpBB too difficult to install. Will you do it for me?</h2> <div class="paragraph"> <div class="inner"><span class="corners-top"><span></span></span> @@ -205,7 +205,7 @@ I want to sue you because i think you host an illegal board!</h2> <hr /> -<a name="avatars"></a><h2>No matter what I set the uploadable avatars to I cannot upload one from my computer!</h2> +<a name="avatars"></a><h2>I am unable to upload avatars from my computer, regardless of the settings.</h2> <div class="paragraph"> <div class="inner"><span class="corners-top"><span></span></span> diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 6fa296709c..4eee4520dc 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -273,7 +273,7 @@ <p>This package is meant for those wanting to only replace changed files from a previous version to the latest version. This package normally contains the changed files from up to five previous versions.</p> - <p>This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have <samp>3.0.3</samp> you should select the phpBB-3.0.3_to_3.0.4.zip/tar.gz file.</p> + <p>This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have <samp>3.0.4</samp> you should select the phpBB-3.0.4_to_3.0.5.zip/tar.gz file.</p> <p>The directory structure has been preserved enabling you (if you wish) to simply upload the contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any MODs these files will overwrite the originals possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.</p> @@ -285,7 +285,7 @@ <p>The patch file is one solution for those with many Modifications (MODs) or other changes who do not want to re-add them back to all the changed files if they use the method explained above. To use this you will need command line access to a standard UNIX type <strong>patch</strong> application. If you do not have access to such an application but still want to use this update approach, we strongly recommend the <a href="#update_auto">Automatic update package</a> explained below. It is also the preferred update method.</p> - <p>A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.3 you need the phpBB-3.0.3_to_3.0.4.patch file. Place the correct patch in the parent directory containing the phpBB3 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: <strong>patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME]</strong> (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB3, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.</p> + <p>A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.4 you need the phpBB-3.0.4_to_3.0.5.patch file. Place the correct patch in the parent directory containing the phpBB3 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: <strong>patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME]</strong> (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB3, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.</p> <p>If you do get failures you should look at using the <a href="#update_files">Changed files only</a> package to replace the files which failed to patch, please note that you will need to manually re-add any Modifications (MODs) to these particular files. Alternatively if you know how you can examine the .rej files to determine what failed where and make manual adjustments to the relevant source.</p> |
