Releasing 3.1.0-RC3

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:

Releasing 3.1.0-RC3

Post by nickvergessen »

Todo List for 3.1.0-RC3
  1. Make sure phpBB/docs/AUTHORS is up to date ✔
  2. Make sure Contributors have their ranks ✔
  3. Make sure all reports in the security tracker are closed or invalid ✔
  4. Go through Issues fixed in 3.1.0-RC3 and correct any unreadable descriptions ✔
  5. Check the feature hightlights wiki page for completeness ✔
  6. Verify that the schema file matches the version from develop/create_schema_files.php ✔

    Code: Select all

    localhost/develop/create_schema_files.php
  7. 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
  8. 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
  9. Create Migration "rc3" depending on all migrations added after rc2 and rc2 itself ✔

    Code: Select all

    php phpBB/bin/phpbbcli.php dev:migration-tips
  10. Commit Changelog generated from Tracker ✔

    Code: Select all

    php build/build_changelog.php 3.1.0-RC3

    Code: Select all

    phpBB/docs/CHANGELOG.html
  11. 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
  12. Build packages ✔

    Code: Select all

    cd build
    ../phpBB/vendor/bin/phing
  13. Test install of 3.1.0-RC3 package ✔
  14. Test update from 3.1.0-RC2 to 3.1.0-RC3
  15. Test update from 3.0.12 to 3.1.0-RC3
  16. Test conversion from 2.0.x to 3.1.0-RC3
  17. 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."
  18. 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
  19. 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
  20. 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
  21. Upload packages ✔
  22. Make sure packages have correct permissions for downloading ✔
  23. Set release date for version 3.1.0-RC3 on the tracker ✔
  24. Move all bug reports assigned to fix version "3.1.0-RC3" to "3.1.0-RC4" in Tracker ✔
  25. Update area51 downloads page ✔
    src/Phpbb/Area51Bundle/Controller/DefaultController.php
  26. 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
  27. 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
  28. Announce in QA team forum
  29. Post announcement ✔
  30. Update versioncheck ✔
  31. Announce on QA mailinglist
Member of the Development-TeamNo Support via PM

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: Releasing 3.1.0-RC3

Post by nickvergessen »

Member of the Development-TeamNo Support via PM

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: Releasing 3.1.0-RC3

Post by Meis2M »

Hello thanks.

any body can give me the language change code from RC2 to RC3 ?

i need it

User avatar
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

Post by M.Gaetan89 »

Thanks for this new release. Update from RC2 went smoothly and everything works fine.

I just have two questions about the "Quick links".
s.PNG
s.PNG (8.01 KiB) Viewed 26233 times
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)?

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

Re: Releasing 3.1.0-RC3

Post by Dragosvr92 »

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".
s.PNG
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)?
Good question. Im guessing its by mistake and ppl forgot to remove extra code....

The options inside these classes should be removed.....

Code: Select all

.dropdown li.separator {
    border-top: 1px solid transparent;
    margin: 4px 0;
Border top is disabled/overrided by some other css option and the margin is whats making the area bigger.
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
Volksdevil
Registered User
Posts: 84
Joined: Tue Sep 04, 2012 2:17 pm
Contact:

Re: Releasing 3.1.0-RC3

Post by Volksdevil »

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

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Releasing 3.1.0-RC3

Post by PayBas »

@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.

Nicofuma
3.2 Release Manager
3.2 Release Manager
Posts: 299
Joined: Sun Apr 13, 2014 1:40 am
Location: Paris

Re: Releasing 3.1.0-RC3

Post by Nicofuma »

Volksdevil 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
https://tracker.phpbb.com/browse/PHPBB3-12975
Member of the phpBB Development-Team
No Support via PM

User avatar
Volksdevil
Registered User
Posts: 84
Joined: Tue Sep 04, 2012 2:17 pm
Contact:

Re: Releasing 3.1.0-RC3

Post by Volksdevil »

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.

User avatar
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

Post by M.Gaetan89 »

PayBas 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.
All right, thank you for the explanation

Post Reply