- 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-RC3 and correct any unreadable descriptions ✔
- Check the feature hightlights wiki page for completeness ✔
- Verify that the schema file matches the version from develop/create_schema_files.php ✔
Code: Select all
localhost/develop/create_schema_files.php
- Branch of prep-release-3.1.0-RC3 from develop-ascraeus ✔
Code: Select all
git checkout develop-ascraeus git checkout -b prep-release-3.1.0-RC3
- Update version number in prep-release-3.1.0-RC3 to "3.1.0-RC3" 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 "rc3" depending on all migrations added after rc2 and rc2 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-RC3
Code: Select all
phpBB/docs/CHANGELOG.html
- Update list of events in the Wiki: ✔
https://wiki.phpbb.com/Event_ListCode: 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-RC3 package ✔
- Test update from 3.1.0-RC2 to 3.1.0-RC3 ✔
- Test update from 3.0.12 to 3.1.0-RC3 ✔
- Test conversion from 2.0.x to 3.1.0-RC3
- Tag prep-release-3.1.0-RC3 as release-3.1.0-RC3 ✔
Code: Select all
git tag -a release-3.1.0-RC3 -m "Tagging the 3.1.0-RC3 release."
- Update version number in prep-release-3.1.0-RC3 to 3.1.0-RC4-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-RC3 into develop-ascraeus and develop-ascraeus into develop ✔
Code: Select all
git checkout develop-ascraeus git merge --no-ff prep-release-3.1.0-RC3 git checkout develop git merge --no-ff develop-ascraeus
- Push changes ✔
Code: Select all
git push phpbb release-3.1.0-RC3 git push phpbb prep-release-3.1.0-RC3 git push phpbb develop-ascraeus develop
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Set release date for version 3.1.0-RC3 on the tracker ✔
- Move all bug reports assigned to fix version "3.1.0-RC3" to "3.1.0-RC4" in Tracker ✔
- Update area51 downloads page ✔
src/Phpbb/Area51Bundle/Controller/DefaultController.php - Post language changes for translators ✔
Code: Select all
git diff release-3.1.0-RC2 release-3.1.0-RC3 phpBB/language/ > language_changes_3.1.0-RC2_to_3.1.0-RC3.diff
- Post style changes for style authors ✔
Code: Select all
git diff release-3.1.0-RC2 release-3.1.0-RC3 phpBB/styles/prosilver/ > prosilver_changes_3.1.0-RC2_to_3.1.0-RC3.diff git diff release-3.1.0-RC2 release-3.1.0-RC3 phpBB/styles/subsilver2/ > subsilver2_changes_3.1.0-RC2_to_3.1.0-RC3.diff
Announce in QA team forum- Post announcement ✔
- Update versioncheck ✔
- Announce on QA mailinglist
Releasing 3.1.0-RC3
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.
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:
Releasing 3.1.0-RC3
Todo List for 3.1.0-RC3
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:
Re: Releasing 3.1.0-RC3
Member of the Development-Team — No Support via PM
Re: Releasing 3.1.0-RC3
Hello thanks.
any body can give me the language change code from RC2 to RC3 ?
i need it
any body can give me the language change code from RC2 to RC3 ?
i need it
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: Releasing 3.1.0-RC3
Thanks for this new release. Update from RC2 went smoothly and everything works fine.
I just have two questions about the "Quick links".
Why does search have a bigger line height than the other elements? And why do we have "Members" and "The team" twice (once here, once at the bottom of the page)?
I just have two questions about the "Quick links".
Why does search have a bigger line height than the other elements? And why do we have "Members" and "The team" twice (once here, once at the bottom of the page)?
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: Releasing 3.1.0-RC3
Good question. Im guessing its by mistake and ppl forgot to remove extra code....M.Gaetan89 wrote:Thanks for this new release. Update from RC2 went smoothly and everything works fine.
I just have two questions about the "Quick links".
Why does search have a bigger line height than the other elements? And why do we have "Members" and "The team" twice (once here, once at the bottom of the page)?
The options inside these classes should be removed.....
Code: Select all
.dropdown li.separator {
border-top: 1px solid transparent;
margin: 4px 0;
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
- Volksdevil
- Registered User
- Posts: 84
- Joined: Tue Sep 04, 2012 2:17 pm
- Contact:
Re: Releasing 3.1.0-RC3
I've just come across an error when oAuth is filled in with facebook details. Posted in the tracker here https://tracker.phpbb.com/browse/PHPBB3-12977
Superb hosting with Kualo!
My Volkswagen Corrado G60 | Car Wheels Classifieds UK
Vw Corrado G60 Forum | Vw Corrado G60 History | Vw Corrado G60 Buyers Guide
My Volkswagen Corrado G60 | Car Wheels Classifieds UK
Vw Corrado G60 Forum | Vw Corrado G60 History | Vw Corrado G60 Buyers Guide
Re: Releasing 3.1.0-RC3
@M.Gaetan89 & @Dragosvr92
The separators are there for a reason. They indicate a separation in types of links. It will become more apparent once extensions start making use of it.
As for the reason why some of the footer links are in the quick-links as well. It's simply to give easier access to certain pages that were deemed important, without having to scroll to the bottom.
The separators are there for a reason. They indicate a separation in types of links. It will become more apparent once extensions start making use of it.
As for the reason why some of the footer links are in the quick-links as well. It's simply to give easier access to certain pages that were deemed important, without having to scroll to the bottom.
Re: Releasing 3.1.0-RC3
https://tracker.phpbb.com/browse/PHPBB3-12975Volksdevil wrote:I've just come across an error when oAuth is filled in with facebook details. Posted in the tracker here https://tracker.phpbb.com/browse/PHPBB3-12977
Member of the phpBB Development-Team
No Support via PM
No Support via PM
- Volksdevil
- Registered User
- Posts: 84
- Joined: Tue Sep 04, 2012 2:17 pm
- Contact:
Re: Releasing 3.1.0-RC3
Apologies, I did look in the list on the left but didn't notice it. I applied the edits in the file, but no luck. Updated the tracker you linked to.
Superb hosting with Kualo!
My Volkswagen Corrado G60 | Car Wheels Classifieds UK
Vw Corrado G60 Forum | Vw Corrado G60 History | Vw Corrado G60 Buyers Guide
My Volkswagen Corrado G60 | Car Wheels Classifieds UK
Vw Corrado G60 Forum | Vw Corrado G60 History | Vw Corrado G60 Buyers Guide
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: Releasing 3.1.0-RC3
All right, thank you for the explanationPayBas wrote:@M.Gaetan89 & @Dragosvr92
The separators are there for a reason. They indicate a separation in types of links. It will become more apparent once extensions start making use of it.
As for the reason why some of the footer links are in the quick-links as well. It's simply to give easier access to certain pages that were deemed important, without having to scroll to the bottom.