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 » Sun Jan 19, 2014 1:05 pm
Sorry it took so long, Christmas and some other events delayed A3, but here we go:
Todo List for 3.1.0-a3
Make sure phpBB/docs/AUTHORS is up to date. ✔
Make sure all reports in the security tracker are closed or invalid. ✔
Go through Issues fixed in 3.1.0-a3 and correct any unreadable descriptions. ✔
Check the feature hightlights wiki page for completeness.
Verify that the schema files match the version from develop/create_schema_files.php ✔
Branch of prep-release-3.1.0-a3 from develop ✔
Update version number in prep-release-3.1.0-a3 to "3.1.0-a3" 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 "alpha3" depending on all migrations added after alpha2 and alpha2 itself ✔
Commit Changelog generated from Tracker ✔
Code: Select all
php build/build_changelog.php 3.1.0-a3
Build packages ✔
Test install of 3.1.0-a3 package ✔
Test update from 3.0.12 to 3.1.0-a3 ✔
Test conversion from 2.0.x to 3.1.0-a3 ✔
Update list of events in the Wiki: https://wiki.phpbb.com/Event_List
Tag prep-release-3.1.0-a3 as release-3.1.0-a3 ✔
Code: Select all
git tag -a release-3.1.0-a3 -m "Tagging the 3.1.0-a3 release."
Update version number in develop to 3.1.0-a4-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-a3 into develop ✔
Code: Select all
git checkout develop
git merge --no-ff prep-release-3.1.0-a3
Push changes ✔
Upload packages ✔
Make sure packages have correct permissions for downloading ✔
Set release date for version 3.1.0-a3 on the tracker ✔
Move all bug reports assigned to fix version "3.1.0-a3" to "3.1.0-a4" in Tracker ✔
Update area51 downloads page ✔
Post language changes for translators ✔
Announce in QA team forum ✔
Announce on area51 ✔
Update QA versioncheck - Not done for Alpha
Announce on QA mailinglist
Member of the Development-Team — No Support via PM
JAiAk
Registered User
Posts: 4 Joined: Mon Feb 12, 2007 3:57 pm
Post
by JAiAk » Thu Jan 23, 2014 3:05 pm
When?
Thanks!
Un1matr1x
Registered User
Posts: 48 Joined: Mon Sep 07, 2009 10:18 pm
Post
by Un1matr1x » Fri Jan 24, 2014 12:50 pm
JAiAk wrote: When?
When ever point in the list above has a ✔ - what mean that this point is done
Darkness_demoN
Registered User
Posts: 89 Joined: Mon Jul 29, 2013 1:48 pm
Contact:
Post
by Darkness_demoN » Thu Feb 06, 2014 12:31 pm
Please make it Important. That new users will find it faster
Barrnet
Registered User
Posts: 10 Joined: Tue Feb 05, 2013 3:04 am
Post
by Barrnet » Fri Feb 07, 2014 4:28 am
Any notice of beta?
Mess
Registered User
Posts: 199 Joined: Wed Jun 13, 2012 10:14 am
Post
by Mess » Fri Feb 07, 2014 7:34 am
A the time of this reply Steps 24-28 are still missing from the Alpha release.
Why would they skip those and start a new release, a beta?
EXreaction
Registered User
Posts: 1555 Joined: Sat Sep 10, 2005 2:15 am
Post
by EXreaction » Fri Feb 07, 2014 3:32 pm
A Beta will be released when all the blocker bugs for all Alpha releases and blocker bugs for the first Beta release are completed.
John P
Posts: 157 Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:
Post
by John P » Sat Feb 08, 2014 6:48 am
In the nightly build page I find files for 3.1.0-a4, is that correct?
nickvergessen
Former Team Member
Posts: 733 Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:
Post
by nickvergessen » Sat Feb 08, 2014 9:45 am
its 3.1.0-a4-dev, we just do that so that there are not multiple packages for 3.1.0-a3
Member of the Development-Team — No Support via PM