[PHPBB] 2.0.20

Soldato
Joined
26 Nov 2003
Posts
4,656
Location
Brentwood
The changelog (contained within this release) is as follows:

* Prevent login attempts from incrementing for inactive users
* Do not check maximum login attempts on re-authentication to
the admin panel - tomknight
* Regenerate session keys on password change
* retrieving category rows in index.php (Bug #90)
* improved index performance by determining the permissions
before iterating through all forums (Bug #91)
* Better handling of short usernames within the search (bug
#105)
* Send a no-cache header on admin pages as well as normal
board pages (Bug #149)
* Apply word censors to the message when quoting it (Bug #405)

* Improved performance of query in admin_groups (Bug #753)
* Workaround for an issue in either PHP or MSSQL resulting in
a space being returned instead of an empty string (bug #830)
* Correct use of default_style config value (Bug #861)
* Replace unneeded unset calls in admin_db_utilities.php -
vanderaj
* Improved error handling in modcp.php
* Improved handling of forums to which the user does not have
any explicit permissions - vanderaj
* Assorted fixes and cleanup of admin_ranks.php, now requires
confirmation of deletions
* Assorted fixes and cleanup of admin_words.php, now requires
confirmation of deletions
* Addition and editing of smilies can no longer be performed
via GET, now requires confirmation of deletions
* Escape group names in admin_groups.php
* Replace strip_tags with htmlspecialchars in private message
subject
* Some changes to HTML handling if enabled
* Escape any special characters in reverse dns - Anthrax101
* Typecast poll id values - Anthrax101
* Added configurable search flood control to reduce the effect
of DoS style attacks
* Changed the way we create "random" values for use as keys -
chinchilla/Anthrax101
* Enabled Visual Confirmation by default
* Changed handling of the case where a selected style
doesn't exist in the database
* Changed handling of topic pruning to improve performance
* Changed default forum permissions to only allow
registered users to post in new forums

Download It :)
 
Yeah, I agree with Will there.

Its on the Downloads page under 'Notification of new releases'.

How many forums have you guys updated so far? Only one I am administrator on uses PHPBB heh. Lucky me :D
 
:p

I keep forgetting lol.

Im only admin on a test forum, but thats for skinning purposes so only one to update :)
 
Jesus I hate phpBB. More than perhaps anything else in the world.

Just nuke the codebase and start from PHP5-compatible scratch already guys :mad:
 
Is it nessecary to update? I'm in the process of making one (spent all weeked trying to get it to look like the rest of the web page.)


Is it Hard to update as well?
 
Trifid said:
Is it nessecary to update? I'm in the process of making one (spent all weeked trying to get it to look like the rest of the web page.)


Is it Hard to update as well?
You can either leave it as it is and be aware you may have security loop holes. Or you can spend the 10 minutes to download the change files, upload them, run the install file and then delete the install and contrib directories. If you've got mods installed then you will have to change the code manually, which is a lot more tedious.

10 minutes now can save a lot of agro in the future and no, it's not difficult.

It shouldn't change any alterations you have made to your own theme, but I'd back yours up first just in case it does.
 
OK, there is no contrib file. I deleted the Install one and the forum is how it was before, and on my administrator panel it says I'm still on 2.0.19....

Never mind, closed firefox and went back to it and it is on the latest one. Thanks.

btw. I would say it was close to 1 minute including the download time. :p
 
Last edited:
Did you follow the instructions?
7.ii. Changed files only

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 2.0.19 you should select the phpBB-2.0.19_to_2.0.20.zip/tar.gz file.

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.

As for the other upgrade procedures you should run install/update_to_latest.php after you have finished updating the files. This will update your database schema and increment the version number.

You should upload the cache, contrib and install folders from the main zip.
Then unzip the the phpBB-2.0.19_to_2.0.20.zip.
Upload the files from in there.
Run the install file from your browser. forum/install/update_to_latest.php
Then delete the install and contrib folders.
 
Last edited:
No.

instructions3fh.png


Then run the forum/install/update_to_latest.php file. You should then be taken to a page displaying the update details. Then when you access the forum it will tell you to delete the contrib and install folders. :)
 
Yeah, I did that. There wasn't as many files as I thought. I have done it how you said, and it seems to have worked, it has changed the font colour background on the drop down box though :( I will find where it sticks this file so I can change it to black.
 
Back
Top Bottom