phpBB 3.0.4 released

Callum93

Madly Diligent
Joined
Mar 16, 2008
Messages
9,782
Reaction score
0
FP$
6
Unexpected. Will you be upgrading? I probably will upgrade tomorrow.
 
Not worth the trouble until I get some feedback on it and see what MODs transfer well and which dont. Right now my site isnt too MODded, so it shouldnt be too much of an issue.

If someone converts, let us know please and thank you -😉-

Edit:
After looking through the change log, it seems its more fixes and things than features...this bit scares me some
[Change] Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)

I dont really like this guy's MODs, hopefully he did well on this change...
 
spyka said:
Not that unexpected, I posted that it'll be out soon on Monday :lol:

It was unexpected in my view because the gap between phpBB 3.0.2 and 3.0.3 was quite substantial and the gap between 3.0.3 and 3.0.4 was less then a month.
 
I will wait for all you guys to upgrade before I do, that way I know what to expect (problems wise) -😉-
 
This is why phpBB should use vB's hook system as I posted in another thread. No worries when upgrading, no need to reapply the mod changes and such as the code isn't kept in the files.
 
theezy said:
I will wait for all you guys to upgrade before I do, that way I know what to expect (problems wise) -😉-

I wouldn't, there's a good chance Fowler won't be upgrading the board this time as he's very busy with his personal life at the moment, and Efc2008 wouldn't post any problems we had during the upgrade.

I'm really hoping that the style change log for Prosilver isn't as bad as it was for 3.0.2 to 3.0.3. Half an hour it took to update just one style! ~mad~
 
I will probably just upgrade now as there was only a few mods added and they can just be readded -😉-
 
Edit:

I went ahead and converted since I was home early enough. I only got 3 conflicts, and much impressed. I didnt have to re-code anything by hand either, they all merged well. I have Advanced Quick Reply installed as well as Posts Per Day and 24 hour stats and a few others, but not many.

Its mostly prosilver edits from what I could see, with alot on functions as well.
 
I'm going to have to remove my SEO mod so that I can upgrade to 3.0.4. How I'll do it, I don't know.
 
Zyenet said:
I'm going to have to remove my SEO mod so that I can upgrade to 3.0.4. How I'll do it, I don't know.

Easy, just download the instructions again and go through them in rverse, for example where you see a "Below, Add:", just delete that bit of code.

I've just had the pleasure of updating my two phpBB styles (Dark Shines and blueSilver) from 3.0.3 to 3.0.4. Nothing particularly bad, certainly not as bad as the 3.0.2 to 3.0.3 update. ~smile~
 
I think they just call it 3.0.4, but really it's just 3.0.3 with all the bugs fixed.
 
Auric said:
Download it anyway, and do as you usually would. I doubt itll let you update if its already installed or something.

Anyone get errors when trying to install a fresh copy of 3.0.4? I just did...but it installed fine, just gave me errors at the top the entire time -evil-
 
I get forum from a freehost so i can't install it anyway...Here is the announcement -😉-

admin said:
Hello,

We are very pleased to announce the availability of the "one year anniversary" phpBB 3.0.4 package. With this release we would like to thank everyone who supported phpBB the past years. This release fixes some bugs introduced with the changes in 3.0.3, corrects minor issues, fixes two security bugs and also increases performance significantly.

Please note that we urge you to update. The versions we currently support here are phpBB 2.0.23 and phpBB 3.0.4. Bug submissions and incident reports for older versions will be closed.

Important changes since 3.0.3:

* [Fix] Allow mixed-case template directories to be inherited (Bug #36725)
* [Fix] Regression bug from revision #8908 regarding log display in ACP
* [Fix] Allow the UCP group management to work for groups with avatars. (Bug #37375)
* [Fix] Fix header list build for replying oldest PM in PM history (Bug #37275)
* [Fix] Do not display COPPA group in memberlist find member dialog if COPPA disabled (Bug #37175)
* [Fix] Do not try to send jabber notifications if no jid entered (Bug #36775)
* [Fix] Only display special ranks to guests; no longer display normal ranks for guests (Bug #36735)
* [Fix] Properly treat punctuation marks after local urls (Bug #37055)
* [Fix] Make searching for members by YIM address work in prosilver
* [Fix] Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345)
* [Fix] Adjusted phpbb_chmod() to always set permissions for group bit.
* [Fix] Do not increment users post count after post approval if post had been posted in a forum with no post count increasing set (Bug #37865)
* [Fix] Extend vertical line for last post column if no posts in forum (Bug #37125)
* [Fix] correctly update last topic/forum information if changing guest usernames through editing posts (Bug #38095)
* [Fix] fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195)
* [Fix] Use a left join for the topics table on search to avoid trouble with FROM syntax on some databases (Bug #37005)
* [Fix] Do not show 'Forward' button if the user cannot send PM's
* [Change] Alllow applications to set custom module inclusion path (idea by HoL)
* [Change] Handle checking for duplicate usernames in chunks (Bug #17285 - Patch by A_Jelly_Doughnut)
* [Change] Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)
* [Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
* [Change] Changed prosilver date separator from 'on' to '»'
* [Change] Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)
* [Change] Slight performance increase for common parameter calls to append_sid() (Bug #37555 - Patch by BartVB)
* [Feature] Added 'AGO' setting to relative date strings. For example: posted 14 minutes ago. (Patch by BartVB)
* [Sec] Fixed an issue where deactivated accounts could be re-activated without the required privileges. (Reported by Jorick)
* [Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)


Please refer to the changelog for a complete list of fixes since 3.0.3:

http://www.phpbb.com/support/documents. ... &version=3

A short explanation of how to do a conversion, installation or update is included within the provided INSTALL.html file, please be sure to read it.

Minimum Requirements

phpBB3 has a few requirements which must be met before you are able to install and use it.

* A webserver or web hosting account running on any major Operating System with support for PHP
* A SQL database system, one of:
o MySQL 3.23 or above (MySQLi supported)
o PostgreSQL 7.3+
o SQLite 2.8.2+
o Firebird 2.0+
o MS SQL Server 2000 or above (directly or via ODBC)
o Oracle
* PHP 4.3.3+ (>=4.3.3, >4.4.x, >5.x.x, >6.0-dev (compatible)) with support for the database you intend to use.
* getimagesize() function need to be enabled
* These optional presence of the following modules within PHP will provide access to additional features, but they are not required.
o zlib Compression support
o Remote FTP support
o XML support
o Imagemagick support
o GD Support


The presence of each of these optional modules will be checked during the installation process.

Security

Security issues found should be reported to our security tracker in the usual way.

Available packages

If you experience problems with the automatic update (white screens, timeouts, etc.) we recommend using the "changed files only" or "patch" method for updating.

With this release, there are five packages available.

* Full Package:
Contains entire phpBB3 source and english language files.
* Automatic Update Package:
Update package for the automatic updater, containing the changes from previous release to this release.
* Changed Files Only:
Contains only those files changed from previous versions of phpBB3. Please note this archive contains changed files for each previous release.
* Patch Files:
Contains patch compatible patches from previous versions of phpBB3.
* Code Changes Package:
Package contains changes to the following sections: Language changes, prosilver style changes and subsilver2 style changes.


Select whichever package is most suitable for you. As a tiny guide we recommend the following methods based on the requirements:

* For a new installation you should use the Full Package
* For updates of boards without modifications you can basically use the Automatic Update Package (guided udpate) or the Changed Files Only package (manual update).
* For updates of boards with modifications you should use the Automatic Update Package. If you are confident with patch files and patching you can use the Patch Files Package.
* Style Authors and Translators may use the Code Changes Package to update their styles or language packs directly.
* International Support Teams may use the Patch Package in conjunction with the Code Changes to better support users having problems with conflicts or specific code sections.
* If you are a hoster/provider, you may want to use the Patch Files Package to update all of your client installations.


Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!.

Download Locations

You can of course find this download available on our downloads page.
We use sourceforge.net for hosting our downloads. If you have problems downloading from there, our packages are also available at Ohloh.

Download/Documentation

* phpBB Downloads
* phpBB Projects page @ ohloh
* phpBB Projects page @ sf.net
* phpBB3 Documentation
* phpBB3 support forum
* phpBB3 bug tracker
* phpBB3 Coding Guidelines
* phpBB3 Sourcecode Documentation
* phpBB Code Forge


Have fun with the release,
the phpBB Team
 
Back
Top Bottom