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.
nickvergessen
Former Team Member
Posts: 733 Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:
Post
by nickvergessen » Mon Oct 20, 2014 8:19 am
Todo List for 3.1.0-RC6
Estimated release date: Oct 22, 2014
Make sure phpBB/docs/AUTHORS is up to date ✔
Make sure Contributors have their ranks ✔
Make sure all reports in the security tracker are closed or invalid ✔
Go through Issues fixed in 3.1.0-RC6 and correct any unreadable descriptions ✔
Check the feature hightlights wiki page for completeness ✔
Branch of prep-release-3.1.0-RC6 from develop-ascraeus ✔
Code: Select all
git checkout develop-ascraeus
git checkout -b prep-release-3.1.0-RC6
Update version number in prep-release-3.1.0-RC6 to "3.1.0-RC6" in these files: ✔
Code: Select all
build/build.xml
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
Create Migration "RC6" depending on all migrations added after RC5 and RC5 itself ✔
Code: Select all
php phpBB/bin/phpbbcli.php dev:migration-tips
Commit Changelog generated from Tracker ✔
Code: Select all
php build/build_changelog.php 3.1.0-RC6
Update list of events in the Wiki: ✔
https://wiki.phpbb.com/Event_List
Code: Select all
php phpBB/develop/export_events_for_wiki.php all
Build packages ✔
Code: Select all
cd build
../phpBB/vendor/bin/phing
Test install of 3.1.0-RC6 package ✔
Test update from 3.1.0-RC5 to 3.1.0-RC6
Test update from 3.0.12 to 3.1.0-RC6
Test conversion from 2.0.x to 3.1.0-RC6
Tag prep-release-3.1.0-RC6 as release-3.1.0-RC6 ✔
Code: Select all
git tag -a release-3.1.0-RC6 -m "Tagging the 3.1.0-RC6 release."
Update version number in prep-release-3.1.0-RC6 to 3.1.0-RC7-dev in these files: ✔
Code: Select all
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
Merge prep-release-3.1.0-RC6 into develop-ascraeus and develop-ascraeus into develop ✔
Code: Select all
git checkout develop-ascraeus
git merge --no-ff prep-release-3.1.0-RC6
git checkout develop
git merge --no-ff develop-ascraeus
Push changes ✔
Code: Select all
git push phpbb release-3.1.0-RC6
git push phpbb prep-release-3.1.0-RC6
git push phpbb develop-ascraeus develop
Upload packages ✔
Make sure packages have correct permissions for downloading ✔
Set release date for version 3.1.0-RC6 on the PHPBB3 and SECURITY trackers ✔
Move all bug reports assigned to fix version "3.1.0-RC6" to "3.1.0-RC7" in the PHPBB3 and SECURITY trackers ✔
Update area51 downloads page ✔
src/Phpbb/Area51Bundle/Controller/DefaultController.php
Post language changes for translators ✔
Code: Select all
git diff release-3.1.0-RC5 release-3.1.0-RC6 phpBB/language/ > language_changes_3.1.0-RC5_to_3.1.0-RC6.diff
Post style changes for style authors ✔
Code: Select all
git diff release-3.1.0-RC5 release-3.1.0-RC6 phpBB/styles/prosilver/ > prosilver_changes_3.1.0-RC5_to_3.1.0-RC6.diff
git diff release-3.1.0-RC5 release-3.1.0-RC6 phpBB/styles/subsilver2/ > subsilver2_changes_3.1.0-RC5_to_3.1.0-RC6.diff
Announce in QA team forum
Post announcement ✔
Update versioncheck ✔
Announce on QA mailinglist
Member of the Development-Team — No Support via PM
NORDLANDVOLK
Registered User
Posts: 44 Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia
Post
by NORDLANDVOLK » Mon Oct 20, 2014 7:18 pm
how about final version not a stupid RC?
Sory but we are tired of waiting for minor fix problems.
sorry for my bad english
nextgen
Registered User
Posts: 128 Joined: Sat Jul 24, 2010 4:59 am
Location: Guatemala
Contact:
Post
by nextgen » Mon Oct 20, 2014 8:35 pm
NORDLANDVOLK wrote: how about final version not a stupid RC?
Sory but we are tired of waiting for minor fix problems.
What is the hurry?, are you paying for this software?
btw: thanks for the new RC
*Imagine a signature super spectacular.*
Crizzo
Translations & International Support Teams Manager
Posts: 28 Joined: Sun Jul 14, 2013 11:57 am
Post
by Crizzo » Mon Oct 20, 2014 8:50 pm
NORDLANDVOLK wrote: how about final version not a stupid RC?
Sory but we are tired of waiting for minor fix problems.
What about waiting? You wait a couple of months, few more weeks/months won't kill you.
Alien_Time
Registered User
Posts: 165 Joined: Fri Apr 05, 2013 3:38 am
Post
by Alien_Time » Tue Oct 21, 2014 5:31 am
Hi Nick, would all the current tickets be merged before this release? I noticed that are only about 10 or so tickets pending to be merged for 3.1 as of now. Would these be finalized before the next RC 6 release?
nickvergessen
Former Team Member
Posts: 733 Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:
Post
by nickvergessen » Tue Oct 21, 2014 1:56 pm
Alien_Time wrote: Hi Nick, would all the current tickets be merged before this release? I noticed that are only about 10 or so tickets pending to be merged for 3.1 as of now. Would these be finalized before the next RC 6 release?
As said before, the only real list is
https://tracker.phpbb.com/issues/?filter=12593
Everything else is "nice to have"
Member of the Development-Team — No Support via PM
nickvergessen
Former Team Member
Posts: 733 Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:
Post
by nickvergessen » Tue Oct 21, 2014 1:58 pm
NORDLANDVOLK wrote: how about final version not a stupid RC?
Sory but we are tired of waiting for minor fix problems.
I can understand your emotions there. However since phpBB.com is now running on RC5 we just started RC6 so we can fix potential errors that come up.
It won't take very long anymore.
Member of the Development-Team — No Support via PM
Alien_Time
Registered User
Posts: 165 Joined: Fri Apr 05, 2013 3:38 am
Post
by Alien_Time » Tue Oct 21, 2014 5:43 pm
nickvergessen wrote: Alien_Time wrote: Hi Nick, would all the current tickets be merged before this release? I noticed that are only about 10 or so tickets pending to be merged for 3.1 as of now. Would these be finalized before the next RC 6 release?
As said before, the only real list is
https://tracker.phpbb.com/issues/?filter=12593
Everything else is "nice to have"
Aha... I didn't know that. I always keep looking at the
github one. Wow the tracker shows only 3 now. Amazing job..
Meis2M
Registered User
Posts: 451 Joined: Fri Apr 23, 2010 10:18 am
Contact:
Post
by Meis2M » Wed Oct 22, 2014 10:34 am
RC6 is coming today?
nickvergessen
Former Team Member
Posts: 733 Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:
Post
by nickvergessen » Thu Oct 23, 2014 1:07 am
Member of the Development-Team — No Support via PM