Releasing 3.1.0-b4

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-b4

Post by nickvergessen »

Todo List for 3.1.0-b4
  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-b4 and correct any unreadable descriptions ✔
  5. Check the feature hightlights wiki page for completeness ✔
  6. Verify that the schema file match 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-b4 from develop-ascraeus ✔

    Code: Select all

    git checkout develop-ascraeus
    git checkout -b prep-release-3.1.0-b4
  8. Update version number in prep-release-3.1.0-b4 to "3.1.0-b4" 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 "beta4" depending on all migrations added after beta3 and beta3 itself ✔

    Code: Select all

    php develop/migration_tips.php
  10. Commit Changelog generated from Tracker ✔

    Code: Select all

    php build/build_changelog.php 3.1.0-b4

    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-b4 package ✔
  14. Test update from 3.0.12 to 3.1.0-b4
  15. Test conversion from 2.0.x to 3.1.0-b4
  16. Tag prep-release-3.1.0-b4 as release-3.1.0-b4

    Code: Select all

    git tag -a release-3.1.0-b4 -m "Tagging the 3.1.0-b4 release."
  17. Update version number in prep-release-3.1.0-b4 to 3.1.0-b5-dev in these files: ✔

    Code: Select all

    build/build.xml
    phpBB/includes/constants.php
    phpBB/install/schemas/schema_data.sql
  18. Merge prep-release-3.1.0-b4 into develop-ascraeus and develop-ascraeus into develop ✔

    Code: Select all

    git checkout develop-ascraeus
    git merge --no-ff prep-release-3.1.0-b4
    git checkout develop
    git merge --no-ff develop-ascraeus
  19. Push changes ✔

    Code: Select all

    git push phpbb develop-ascraeus develop
  20. Upload packages ✔
  21. Make sure packages have correct permissions for downloading ✔
  22. Set release date for version 3.1.0-b4 on the tracker ✔
  23. Move all bug reports assigned to fix version "3.1.0-b4" to "3.1.0-b5" in Tracker ✔
  24. Update area51 downloads page ✔
    src/Phpbb/Area51Bundle/Controller/DefaultController.php
  25. Post language changes for translators ✔

    Code: Select all

    git diff release-3.1.0-b3 release-3.1.0-b4 phpBB/language/ > language_changes_3.1.0-b3_to_3.1.0-b4.diff
  26. Announce in QA team forum
  27. Announce on area51
  28. Update versioncheck
  29. Announce on QA mailinglist
Member of the Development-TeamNo Support via PM

NeilUK
Registered User
Posts: 88
Joined: Mon May 01, 2006 7:55 pm
Contact:

Re: Releasing 3.1.0-b4

Post by NeilUK »

Always interesting when the little ticks start appearing, really impressed with the speed of development guys, can't be easy
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon

User avatar
Darkness_demoN
Registered User
Posts: 89
Joined: Mon Jul 29, 2013 1:48 pm
Contact:

Re: Releasing 3.1.0-b4

Post by Darkness_demoN »

How many more beta version's will be in feature ?

NeilUK
Registered User
Posts: 88
Joined: Mon May 01, 2006 7:55 pm
Contact:

Re: Releasing 3.1.0-b4

Post by NeilUK »

How many betas is something they can't know, it all depends how things go with each one.
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon

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-b4

Post by nickvergessen »

Release process has been started.

@Developers: please use 3.1.0-b5 as a fix version when merging PRs
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-b4

Post by Meis2M »

well done... what is new in b4?

Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 373
Joined: Thu Sep 16, 2004 9:02 am
Contact:

Re: Releasing 3.1.0-b4

Post by Paul »

Meis2M wrote:well done... what is new in b4?
https://wiki.phpbb.com/Release_Highlights/3.1.0-b4 or see the change log at the tracker.

leschek
Registered User
Posts: 163
Joined: Tue Aug 28, 2012 1:30 pm

Re: Releasing 3.1.0-b4

Post by leschek »

Release Highlights/3.1.0-b4 wrote:Unread URLs - view=unread#unread URLs are now updated via js, so you can share/copy-paste them after clicking on them and still link to the correct post
I don't understand what this new feature is about. Can someone explain it to me, please?

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-b4

Post by Nicofuma »

https://area51.phpbb.com/phpBB/viewtopi ... ead#unread is automatically changed to https://area51.phpbb.com/phpBB/viewtopi ... 79#p265079 in the address bar. So i can share the link to this specific post (because the unread url is not the same for all users)
Member of the phpBB Development-Team
No Support via PM

leschek
Registered User
Posts: 163
Joined: Tue Aug 28, 2012 1:30 pm

Re: Releasing 3.1.0-b4

Post by leschek »

Thanks for explanation. I don't think I ever seen URL ending with view=unread#unread, but to be honest I don't look at address bar much.

Post Reply