phpBB 3.1.7 RC1 released

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

phpBB 3.1.7 RC1 released

Post by nickvergessen »

Release highlights
  • New Features
    • Add "mark topics read" link to "View unread posts"
    • Function submit_post() now takes non-default post_time into account
    • Added row highlighting to extensions and style management
  • Notable Changes
    • Pages served from app.php can now disable update of session page
    • PHP 7.0 support is now properly stated in package
  • Notable Bug Fixes
    • Avatar gallery subfolder paths are correctly handled now
    • Properly handle "Select All" in code BBCode in Edge Browser
    • Handle periodic failure of sqlite3
The packages can be downloaded from our package archive. Please test the packages to extend, so we can have a fail-save final release.
The phpBB Team
Attachments
subsilver2_changes_3.1.6_to_3.1.7-RC1.diff
(16.04 KiB) Downloaded 663 times
prosilver_changes_3.1.6_to_3.1.7-RC1.diff
(23.32 KiB) Downloaded 674 times
language_changes_3.1.6_to_3.1.7-RC1.diff
(10.09 KiB) Downloaded 664 times
Member of the Development-TeamNo Support via PM

User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 27
Joined: Sun Jul 14, 2013 11:57 am

Re: phpBB 3.1.7 RC1 released

Post by Crizzo »

I thought PHP 7.0 is not yet supported by phpBB 3.1.7: https://github.com/phpbb/phpbb/pull/4063/

Edit:
I think i got "stated" wrong. :oops:

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.1.7 RC1 released

Post by RMcGirr83 »

Update went through without a hitch. Thanks Joas!
Do not hire Christian Bullock he won't finish the job and will keep your money

leschek
Registered User
Posts: 163
Joined: Tue Aug 28, 2012 1:30 pm

Re: phpBB 3.1.7 RC1 released

Post by leschek »

My update from 3.1.6 on localhost went also OK except a small language issue. I changed language of installer to try my translation of phpBB and everything was fine except page "Updating database to latest stable release" which was in English and not translated.

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: phpBB 3.1.7 RC1 released

Post by Dragosvr92 »

The Version check wasnt updated yet. It says im running the latest version 3.1.6.
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.1.7 RC1 released

Post by RMcGirr83 »

Anyone know of a reason as to why this

Code: Select all

if ($this->db->get_sql_layer === 'sqlite')
produces this?
Undefined property: phpbb/db/driver/factory::$get_sql_layer
as far as I can tell it is defined. :?
Do not hire Christian Bullock he won't finish the job and will keep your money

ErnadoO
Registered User
Posts: 1
Joined: Sat Jan 04, 2014 7:03 pm
Location: Paris (France)

Re: phpBB 3.1.7 RC1 released

Post by ErnadoO »

Because it's if ($this->db->get_sql_layer() === 'sqlite') ;)

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.1.7 RC1 released

Post by RMcGirr83 »

:mad: wow, not sure how I missed that one. Lack of coffee I suppose. Thanks!
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: phpBB 3.1.7 RC1 released

Post by Dragosvr92 »

Dragosvr92 wrote: Sun Dec 13, 2015 9:59 pm The Version check wasnt updated yet. It says im running the latest version 3.1.6.
*Facepalm*. Only now i realised its a RC and not the actual release :oops:
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
P_I
Community Team
Community Team
Posts: 134
Joined: Fri Oct 31, 2014 4:56 am

Re: phpBB 3.1.7 RC1 released

Post by P_I »

Our board has a couple of style modifications, so we use the automatic update package. Just tested 3.1.6 to 3.1.7 RC1 and all looks OK. Thanks. :D

I, and I suspect my membership, cannot wait for the "mark topics read" link to "View unread posts" feature. For as long as I've used phpBB I've been wondering why it didn't exist. Thanks again. :D :D

Post Reply