We (the MOD Team) have not made a final decision on this but what we are expecting is that little to no file edits be done in future extensions. In order to ease MOD authors into this we will give them a little wiggle room but we are working on clear documentation for the use of the hooks and will likely add a requirement that any code edits be just to add in a temporary hook location and that a ticket for it be created in the tracker to eliminate the need for the code edit in a future maintenance release.VSE+ wrote:2. Will MOD authors be required to only create extensions for 3.1, or will traditional code-altering MODs and the MODX format still be allowed too?
phpBB 3.1 Information and Status
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.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Reserved
Re: Reserved
There will be alpha, beta and RC releases before hand yes.VSE+ wrote:I have several general questions about what the strategies are when the time to upgrade from 3.0 to 3.1 becomes reality, mostly with respect to how MODs will be affected:Oleg wrote:Upgrading from 3.0
1. If phpBB 3.1 will be an applied update to existing 3.0.X boards (like the way current updates are applied), what does that mean for boards that have a lot of MODs...will those MODs be allowed to exist in an updated 3.1 board?
2. Will MOD authors be required to only create extensions for 3.1, or will traditional code-altering MODs and the MODX format still be allowed too?
3. Like the way Apple releases beta/developer versions of their next OS so developers can have their software ready for it at the time of final release, will there be some sort of "gold" or "RC" pre-release strategy that will give MOD authors time to learn, rewrite and test their MODs as extensions, to minimize any sort of extension/style dry-spell at the time 3.1 is released?
The update will be applied just like a maintenance update. However it will be highly recommend to return your file system to vanilla to prevent numerous issues that will arise, and also if you have a blog mod installed, then want to update, you'd have to un-install your blog mod to install your blog extension or you'd have two blogs installed at the same time (and might conflict).
David, Extensions don't support Edits (there is simply no way to do them, not file for them, nor anything in the installer). And MODs can't use events or any features extensions have. It kind of has to be completely one or completely the other.DavidIQ wrote:We (the MOD Team) have not made a final decision on this but what we are expecting is that little to no file edits be done in future extensions. In order to ease MOD authors into this we will give them a little wiggle room but we are working on clear documentation for the use of the hooks and will likely add a requirement that any code edits be just to add in a temporary hook location and that a ticket for it be created in the tracker to eliminate the need for the code edit in a future maintenance release.VSE+ wrote:2. Will MOD authors be required to only create extensions for 3.1, or will traditional code-altering MODs and the MODX format still be allowed too?
EDIT: My mistake, it got pointed out to me that an extension could be included within a MOD.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Reserved
Then call them MODs that will become extensions later. MODX will still be available for use.Unknown Bliss wrote:David, Extensions don't support Edits (there is simply no way to do them, not file for them, nor anything in the installer). And MODs can't use events or any features extensions have. It kind of has to be completely one or completely the other.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: phpBB 3.1 Information and Status
Mods can contain extensions, if it's going to be allowed by policy. The modified code would just have to be safe and not run if the extension is not enabled.
The ModX code can include copy instructions that copies over extension files, the user would just then be required to enable it from the ACP Extension Manager.
If authors are going to be suggested to only include edits to add hooks, we'll need to make sure the updater will nicely handle the addition of the hook (if it is added to the code) in the future.
The ModX code can include copy instructions that copies over extension files, the user would just then be required to enable it from the ACP Extension Manager.
If authors are going to be suggested to only include edits to add hooks, we'll need to make sure the updater will nicely handle the addition of the hook (if it is added to the code) in the future.
-
- Registered User
- Posts: 2
- Joined: Sat Mar 17, 2007 3:59 pm
Re: phpBB 3.1 Information and Status
Why updater doesn't have a feature to be able first before starting update to check all the Mods/Extensions compatibility? then a warning appear to the admins to choose if they want to disable the conflict/incompatible Mods to be able to continue the update process OR cancel the process waiting for the authors of the Mods to have an update solving the issues with the new version of phpBBEXreaction wrote:If authors are going to be suggested to only include edits to add hooks, we'll need to make sure the updater will nicely handle the addition of the hook (if it is added to the code) in the future.
Re: phpBB 3.1 Information and Status
First post updated.
The assumption is that all 3.0 modifications are incompatible with 3.1. It is up to mod authors to test their mods on 3.1 and release compatible versions.
While this would be nice, we would prefer to ship 3.1 rather than wait for this functionality to be implemented.tornadoheart wrote: Why updater doesn't have a feature to be able first before starting update to check all the Mods/Extensions compatibility? then a warning appear to the admins to choose if they want to disable the conflict/incompatible Mods to be able to continue the update process OR cancel the process waiting for the authors of the Mods to have an update solving the issues with the new version of phpBB
The assumption is that all 3.0 modifications are incompatible with 3.1. It is up to mod authors to test their mods on 3.1 and release compatible versions.
Re: phpBB 3.1 Information and Status
Given the current activity of 3.1 development and that of extensions...they have plenty of time.It is up to mod authors to test their mods on 3.1 and release compatible versions.
Do not hire Christian Bullock he won't finish the job and will keep your money
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.1 Information and Status
And much more than that.RMcGirr83 wrote:Given the current activity of 3.1 development and that of extensions...they have plenty of time.It is up to mod authors to test their mods on 3.1 and release compatible versions.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: phpBB 3.1 Information and Status
https://github.com/phpbb/phpbb3/graphs/contributors
This doesn't include all of the work done in other pull requests that have not yet been merged (e.g. notifications, soft delete, post revisions).
I believe the last two remaining issues before we can release a 3.1 alpha are migrations and template events. Migrations is being worked on by Nils and I and I believe template events are complete and are waiting to be merged. With it being the end of the semester and holiday season, things are a bit hectic for the next few weeks, but I would hope we have these items merged by mid January since, as far as I know, neither needs much more work.
This doesn't include all of the work done in other pull requests that have not yet been merged (e.g. notifications, soft delete, post revisions).
I believe the last two remaining issues before we can release a 3.1 alpha are migrations and template events. Migrations is being worked on by Nils and I and I believe template events are complete and are waiting to be merged. With it being the end of the semester and holiday season, things are a bit hectic for the next few weeks, but I would hope we have these items merged by mid January since, as far as I know, neither needs much more work.
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.1 Information and Status
At the end of all.. aren't minimal stuffs, need a lot of job. And once an Alpha is released, then a Beta should come.. then a first RC release.. and blah blah blah..migrations and template events
so: years, so to speak. Considering the speed of the Dev Team. Yes.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades