- 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-RC4 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-RC4 from develop-ascraeus ✔
Code: Select all
git checkout develop-ascraeus git checkout -b prep-release-3.1.0-RC4
- Update version number in prep-release-3.1.0-RC4 to "3.1.0-RC4" 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 "RC4" depending on all migrations added after RC3 and RC3 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-RC4
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-RC4 package ✔
- Test update from 3.1.0-RC3 to 3.1.0-RC4 ✔
- Test update from 3.0.12 to 3.1.0-RC4 ✔
- Test conversion from 2.0.x to 3.1.0-RC4 ✔
- Tag prep-release-3.1.0-RC4 as release-3.1.0-RC4 ✔
Code: Select all
git tag -a release-3.1.0-RC4 -m "Tagging the 3.1.0-RC4 release."
- Update version number in prep-release-3.1.0-RC4 to 3.1.0-RC5-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-RC4 into develop-ascraeus and develop-ascraeus into develop ✔
Code: Select all
git checkout develop-ascraeus git merge --no-ff prep-release-3.1.0-RC4 git checkout develop git merge --no-ff develop-ascraeus
- Push changes ✔
Code: Select all
git push phpbb release-3.1.0-RC4 git push phpbb prep-release-3.1.0-RC4 git push phpbb develop-ascraeus develop
- Upload packages ✔
- Make sure packages have correct permissions for downloading ✔
- Set release date for version 3.1.0-RC4 on the PHPBB3 and SECURITY trackers ✔
- Move all bug reports assigned to fix version "3.1.0-RC4" to "3.1.0-RC5" 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-RC3 release-3.1.0-RC4 phpBB/language/ > language_changes_3.1.0-RC3_to_3.1.0-RC4.diff
- Post style changes for style authors ✔
Code: Select all
git diff release-3.1.0-RC3 release-3.1.0-RC4 phpBB/styles/prosilver/ > prosilver_changes_3.1.0-RC3_to_3.1.0-RC4.diff git diff release-3.1.0-RC3 release-3.1.0-RC4 phpBB/styles/subsilver2/ > subsilver2_changes_3.1.0-RC3_to_3.1.0-RC4.diff
Announce in QA team forum✔- Post announcement ✔
- Update versioncheck
- Announce on QA mailinglist
Releasing 3.1.0-RC4
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-RC4
Todo List for 3.1.0-RC4
Member of the Development-Team — No Support via PM
Re: Releasing 3.1.0-RC4
I just installed latest RC4 dev build for download 20 minutes ago and now when I go into admin cp and look at Maintenance page (logs section). If no logs are listed things are looking wrong. Look at image just took of what things now look like.
Any log section having "no logs" to display looks that way.
Any log section having "no logs" to display looks that way.
Re: Releasing 3.1.0-RC4
Sorry, losing track of what I'm doing here renaming "public_html" folder switching between different installs before update done. Right! Yes, the problem is still there. Not there if I switch back to other install before upgrade 20 minutes ago. Switching to other latest upgrade (I have two public_html folders "one renamed") to switch between two different installs (one before upgrade) - that problem is present above in latest upgrade.
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: Releasing 3.1.0-RC4
Oh no.. Not another RC!Update version number in prep-release-3.1.0-RC4 to 3.1.0-RC5-dev in these files:
Re: Releasing 3.1.0-RC4
Are you planning to include the "new search bar" changes (being used here) in RC4? It was the reason I just upgraded earlier to latest RC4 dev build listed for download to get it on my forum, but noticed after upgrading it's not included in latest dev package offered. So thinking then that maybe the new search bar changes used here might not be coming in RC4
- Crizzo
- Translations & International Support Teams Manager
- Posts: 28
- Joined: Sun Jul 14, 2013 11:57 am
Re: Releasing 3.1.0-RC4
Mhm? I think it changed from RC3 to RC4. What do you mean by "new seach bar" then?mrgtb wrote:Are you planning to include the "new search bar" changes (being used here) in RC4? It was the reason I just upgraded earlier to latest RC4 dev build listed for download to get it on my forum, but noticed after upgrading it's not included in latest dev package offered. So thinking then that maybe the new search bar changes used here might not be coming in RC4
They always do that, although they don't plan to release a RCx. So be patient.Alien_Time wrote:Oh no.. Not another RC!Update version number in prep-release-3.1.0-RC4 to 3.1.0-RC5-dev in these files:
Re: Releasing 3.1.0-RC4
Usually so far anyway when seeing things change here, such as the search bar is different from today. The same change tends to come in next RC release. But I downloaded latest RC4 DEV build earlier and same search bar change (as seen here) is not included. So asking if it "will be" when RC4 gets released as a final version for using and is not a DEV build. As before when seeing a change here made like this, the current DEV package on offer for download tends to have it included.Crizzo wrote:Mhm? I think it changed from RC3 to RC4. What do you mean by "new seach bar" then?mrgtb wrote:Are you planning to include the "new search bar" changes (being used here) in RC4? It was the reason I just upgraded earlier to latest RC4 dev build listed for download to get it on my forum, but noticed after upgrading it's not included in latest dev package offered. So thinking then that maybe the new search bar changes used here might not be coming in RC4
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Releasing 3.1.0-RC4
The builds were suspended so you downloaded an older build. Code being pushed to Area 51 is not dependent on these builds however.
Re: Releasing 3.1.0-RC4
Ah, right. I never checked the date on latest one I downloaded. Now I have see it shows 16th Sept, today is 19th and search box change was only added today. In that case then, the image (bug report) I posted above is probably not valid then.
Re: Releasing 3.1.0-RC4
I just upgraded to RC4.
The new search box displayed in header area. I noticed it's not aligned in middle (even spacing top and bottom of it), so it matches logo being centred by default and looks better. I think you should change this code for it (margin-top) from 30px - to 24px. That will centre the search box giving an equal 29px below and above it. Tested it in chrome, ie and FF and looks same in all, centred
find this.
Change to this:
The new search box displayed in header area. I noticed it's not aligned in middle (even spacing top and bottom of it), so it matches logo being centred by default and looks better. I think you should change this code for it (margin-top) from 30px - to 24px. That will centre the search box giving an equal 29px below and above it. Tested it in chrome, ie and FF and looks same in all, centred
find this.
Code: Select all
.search-header {
border-radius: 4px;
display: block;
float: right;
margin-right: 5px;
margin-top: 30px;
}
.search-header {
border-radius: 4px;
display: block;
float: right;
margin-right: 5px;
margin-top: 24px;
}
Last edited by mrgtb on Sat Sep 20, 2014 3:32 pm, edited 2 times in total.