Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
7,897 Members
165,073 Posts
35 Users Online

Please welcome our newest member, goodfriend4!

Affiliates
Go Back AdminFusion » Getting Started » Software » phpBB » [phpBB News] phpBB3 Release Candidate 5 (RC5) released
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 08-24-2007, 09:30 PM   #1

Title: Apprentice

Points: 4,964, Level: 20Points: 4,964, Level: 20Points: 4,964, Level: 20
Level up: 21%, 86 Points neededLevel up: 21%, 86 Points neededLevel up: 21%, 86 Points needed
Activity: 28%Activity: 28%Activity: 28%

Join Date: Sep 2005

Posts: 447

Industry News is on a distinguished road
 
 
Post [phpBB News] phpBB3 Release Candidate 5 (RC5) released

Hello,

We are very pleased to announce the availability of the phpBB3 RC5 package. This is the fifth (and hopefully last) release candidate which is meant to become the Gold release if no more critical problems arise.

For release candidates full support is given, allowing language packs as well as modifications and styles. We only give support to those having a clean RC installation or updates from previous release candidates. Previous conversions or updates from betas will not be supported here. We encourage only those running the release candidates wanting to test out the new version, it is still recommended to wait for the full release; after all this is a release candidate.
Please also note that we urge you to update - we only support the latest version. Bug reports submitted for previous releases will be closed as well as only the latest version being supported here.

RC5 has seen some improvements as well as fixing some critical bugs. Some important fixes are for example:
  • [Sec] Added alternative tokens to custom BBCodes which are safe for CSS/Javascript and changed TEXT token to entitise opening and closing parantheses.
  • [Feature] New constant PHPBB_EMBEDDED can be used to let phpBB not call exit; if wrapped/embedded (We may re-check this constant on other code locations later too)
  • [Feature] append_sid() having a check for the function append_sid_phpbb_hook(). This function is called in favour of append_sid() with the exact same parameters if present.
  • [Feature] Add "DECIMAL:", "PDECIMAL", and "PDECIMAL:" to the schema creation code (Bug #13999) - patch provided by poyntesm
  • [Feature] Display message history in compose PM screen
  • [Change] Made group avatar/rank changes more intuitive
  • [Change] Do not force login on visiting topic/forum from notification emails (Bug #13818)
  • [Change] For new posts or editing the first post topic titles have a maxlength of 60 characters. For any subsequent posts the length is extended to 64 to make room for the Re: part, but cutting at 60 characters. The maxlength need to be 64, else users using opera are unable to post (opera does not allow pre-filling a field with more characters than specified within the maxlength attribute)
  • [Change] Added a filter for user objects to LDAP configuration and improved explanations (Bug #12627)
  • [Fix] Properly display ban reason if selecting banned entries within the ACP (Bug #13896)
  • [Fix] Properly parse SQL expressions for Oracle (Bug #13916)
  • [Fix] Display locked icon in viewforum/prosilver if forum locked (Bug #14009)
  • [Fix] Fixed cron_lock value for cron execution. This bug led to users having problems with the email queue and other cron related issues.
  • [Fix] Prevent white pages on php notices with gzip compression enabled (Bug #14096)
  • [Fix] Let the theme immediately expire if changed from ACP for at least 30 minutes after change
  • [Fix] If sending PM's to groups only include activated member (Bug #14040)
  • [Fix] Correctly wrap words in emails containing utf8 characters (Bug #14109)
  • [Fix] Disable gzip compression for cached stylesheet for Internet Explorer 6 or empty browser (IE6 is not able to properly display the compressed stylesheet) (Bug #14054)
  • [Fix] Header icons fixed in FF for RTL languages (Bug #14084)
  • [Fix] Allow line breaks in custom BBCodes (Bug #10758)
  • [Fix] Convert 2.0 moderator posting permissions (Bug #14105)
  • [Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)

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

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. If you want to be on the safe side we suggest still waiting for later releases before you fully convert your 2.0.x installation.

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:
    • MySQL 3.23 or above (MySQLi supported)
    • PostgreSQL 7.3+
    • SQLite 2.8.2+
    • Firebird 2.0+
    • MS SQL Server 2000 or above (directly or via ODBC)
    • 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.
    • zlib Compression support
    • Remote FTP support
    • XML support
    • Imagemagick support
    • 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 four packages available.
  • Full Package
    Contains entire phpBB3 source and english language files.
  • 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.
  • Automatic Update Package
    Update package for the automatic updater, containing the changes from previous release to this release.
Select whichever package is most suitable for you.

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

The automatic update package does not include the file includes/utf/data/recode_cjk.php. If you use a SJIS encoding or a variant you should replace this file manually with the version included within the full package.

Download/Documentation

Have fun with the release,
the phpBB Team

More...
Reply With Quote
Old 08-24-2007, 09:33 PM   #2

Ryan's Avatar

Title: Administrator

Points: 47,649, Level: 67Points: 47,649, Level: 67Points: 47,649, Level: 67
Level up: 68%, 701 Points neededLevel up: 68%, 701 Points neededLevel up: 68%, 701 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 10,246

Location: Athens, GA

Ryan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond repute
 
 
They sure do like those Release Candidates...phpBB has been in RC stage for 3 or 4 months now
__________________
...some super-sweet signature
Reply With Quote
Old 08-24-2007, 09:59 PM   #3

Title: Forum Addict

Points: 6,197, Level: 23Points: 6,197, Level: 23Points: 6,197, Level: 23
Level up: 24%, 353 Points neededLevel up: 24%, 353 Points neededLevel up: 24%, 353 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Jul 2006

Posts: 1,518

Christophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud of
 
 
Quote:
This is the fifth (and hopefully last) release candidate which is meant to become the Gold release if no more critical problems arise.
This must be the 3rd time they've said this.

Chris
Reply With Quote
Old 08-24-2007, 11:11 PM   #4

Adam's Avatar

Title: Chadwick ≥ Cadence

Points: 9,488, Level: 29Points: 9,488, Level: 29Points: 9,488, Level: 29
Level up: 30%, 462 Points neededLevel up: 30%, 462 Points neededLevel up: 30%, 462 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,636

Adam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant future
 
 
Well I am honestly not surprised I remember MyBB stayed in its RC for a while, sure it was a while back and that was getting to version 1 but I think this type of thing is common for free softwares.
__________________
Reply With Quote
Old 08-25-2007, 12:08 AM   #5

THFS's Avatar

Title: Apprentice

Points: 1,648, Level: 11Points: 1,648, Level: 11Points: 1,648, Level: 11
Level up: 12%, 202 Points neededLevel up: 12%, 202 Points neededLevel up: 12%, 202 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Jul 2007

Posts: 201

THFS will become famous soon enough
Send a message via AIM to THFS Send a message via MSN to THFS Send a message via Yahoo to THFS Send a message via Skype™ to THFS  
 
well, what do you know? the tenth public beta! wow, what a lot of betas, eh? would'nt they just come out with something stable??????
__________________
Jacob
Tech Help Forums - Free tech support for you!
iWebFusion General Manager - Simply hosting!
Reply With Quote
Old 08-25-2007, 12:40 AM   #6

Title: Forum Addict

Points: 6,197, Level: 23Points: 6,197, Level: 23Points: 6,197, Level: 23
Level up: 24%, 353 Points neededLevel up: 24%, 353 Points neededLevel up: 24%, 353 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Jul 2006

Posts: 1,518

Christophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud ofChristophaa has much to be proud of
 
 
Quote:
Originally Posted by THFS View Post
well, what do you know? the tenth public beta! wow, what a lot of betas, eh? would'nt they just come out with something stable??????
It's just not possible, man. It's just not possible.

Chris
Reply With Quote
Old 08-25-2007, 12:45 AM   #7

THFS's Avatar

Title: Apprentice

Points: 1,648, Level: 11Points: 1,648, Level: 11Points: 1,648, Level: 11
Level up: 12%, 202 Points neededLevel up: 12%, 202 Points neededLevel up: 12%, 202 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Jul 2007

Posts: 201

THFS will become famous soon enough
Send a message via AIM to THFS Send a message via MSN to THFS Send a message via Yahoo to THFS Send a message via Skype™ to THFS  
 
yah.... oh well....
__________________
Jacob
Tech Help Forums - Free tech support for you!
iWebFusion General Manager - Simply hosting!
Reply With Quote
Old 08-25-2007, 05:22 AM   #8

LarryB's Avatar

Title: AF Lead Developer

Points: 6,450, Level: 23Points: 6,450, Level: 23Points: 6,450, Level: 23
Level up: 24%, 100 Points neededLevel up: 24%, 100 Points neededLevel up: 24%, 100 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,186

Location: OHIO, US

LarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud of
Send a message via MSN to LarryB  
 
Well the software I am working on right now for work is in its seventh release candidate.
__________________
Do not post your PF private key in public.

Did I help you with this post? If so, pls click the rep button or send money.
Reply With Quote
Old 08-25-2007, 05:26 AM   #9

Adam's Avatar

Title: Chadwick ≥ Cadence

Points: 9,488, Level: 29Points: 9,488, Level: 29Points: 9,488, Level: 29
Level up: 30%, 462 Points neededLevel up: 30%, 462 Points neededLevel up: 30%, 462 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,636

Adam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant future
 
 
A forum software? Or is it just a software?
__________________
Reply With Quote
Old 08-25-2007, 05:08 PM   #10

LarryB's Avatar

Title: AF Lead Developer

Points: 6,450, Level: 23Points: 6,450, Level: 23Points: 6,450, Level: 23
Level up: 24%, 100 Points neededLevel up: 24%, 100 Points neededLevel up: 24%, 100 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,186

Location: OHIO, US

LarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud of
Send a message via MSN to LarryB  
 
It is actually a home banking web application.
__________________
Do not post your PF private key in public.

Did I help you with this post? If so, pls click the rep button or send money.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
[phpBB News] phpBB3 Release Candidate 3 (RC3) released Industry News phpBB 2 07-09-2007 09:10 PM
[phpBB News] phpBB3 Release Candidate 2 (RC2) released Industry News phpBB 8 07-03-2007 11:45 PM

AdminFusion

All times are GMT +1. The time now is 02:11 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15