I don't think it's an indication for a release date for A1, but if you see critical stuff getting patched you may get a hint I suppose.
One thing is for sure, it's active enough
I second that. I would like to test Arty's changes for a reponsive prosilver (these changes are not in the bamboo releases). Could someone please write the steps we should follow? Or point us to an appropriate doc/tutorial, I would have no problem with thatSectionIXV wrote:Hi Oleg, I want to try this one out. Is this still applicable today? Or are there any new guides I can follow through? Thanks! I am a newbieOleg wrote:Testing phpBB 3.1
How to test a particular feature in 3.1:
1. Go to the list of RFCs in this topic, pick a feature you want to test. "Patch in progress" features are incomplete, and the following instructions apply to them. To test "Merged" features, download the current 3.1 snapshot as described in the post directly above.
2. Follow the link to the RFC topic.
3. Determine the location of the latest patch. This is done by scanning posts backwards from the most recent post looking for things like "work in progress is: <github url>". In case of timezone topic this is the post.
Since this scanning can be tedious I will be gradually updating the first posts of RFCs with the current patch links, and I have done so for the timezone RFC. However for the time being you might have to look through a few posts to determine what code should be tested.
4. Follow the link to current patch on github.
5. Click on "Source" link in top left corner. It should be already highlighted, click it again.
6. You should now see "Downloads" link on top right where "develop <-> feature/new-tz-handling" was previously. Click there.
7. Under "Download source", download the tree as either a zip file or a tar.gz file depending on your operating system. Make note of "branch: feature/new-tz-handling" - this should match the RFC you are trying to test.
8. Use the downloaded package to perform a clean install or an update of an existing board.
9. Test and post results in the RFC topic.
Code: Select all
git remote add cyberalien https://github.com/cyberalien/phpbb3.git
Code: Select all
git fetch cyberalien
Code: Select all
git remote update
Code: Select all
git checkout cyberalien/ticket/11552
Code: Select all
https://github.com/cyberalien/phpbb3/archive/ticket/11552.zip
You mean 3.1.1?EXreaction wrote:New features are really not going to go into 3.1 anymore, they will go into 3.2.
That's 8 months ago. I'm not sure what PR's imkingdavid is referring to, but are those two merged yet? What exactly is holding the ALPHA back? In the first page of this topic it's said that migrations are completely merged.imkingdavid wrote:I just commented on the Migrations Pull Request saying that I will merge it on Monday (assuming my schedule permits doing so) barring any new objections that are not addressed by then. After that, there are still two related Pull Requests that must be tested and merged before we can consider the whole migrations feature to be merged. Following that will be a two week window during which current Pull Requests can be adapted to use migrations instead of the old method of including database update instructions. Once that two weeks is up, 3.1 can enter the Alpha stage. Any new features that are not ready for a merge by then will be held back to 3.2.