[RFC|Accepted] Updated BBcode engine
Re: [RFC|Accepted] Updated BBcode engine
if it is complete so why not merge into 3.1 ?
Re: [RFC|Accepted] Updated BBcode engine
It is in the sense that you can checkout my branch and not notice any loss of functionality. It's a "complete" replacement, and I try to pull changes from develop at least a couple of times a month to prevent bitrot too.EXreaction wrote:As far as I know, it is complete.
As a feature, I will consider it complete when phpBB will be able to fully exploit the library.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC|Accepted] Updated BBcode engine
Because we want to get 3.1 finished and not restart into the cycle of development which we do all the time which is always delaying stuff.Meis2M wrote:if it is complete so why not merge into 3.1 ?
Member of the Development-Team — No Support via PM
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: [RFC|Accepted] Updated BBcode engine
Because we want to keep 3.1 stable and get it finished, large changes take a long time to review and typically do introduce some major bugs and result in delaying 3.1 even more.Meis2M wrote:if it is complete so why not merge into 3.1 ?
I plan on reviewing this to merge into the 3.2 branch as soon as it's created.
Re: [RFC|Accepted] Updated BBcode engine
In that case let's create it, as we were simply waiting on something that we wanted to merge into it to create it.EXreaction wrote:I plan on reviewing this to merge into the 3.2 branch as soon as it's created.
Re: [RFC|Accepted] Updated BBcode engine
I'm late to this thread, but will the new BBCode parser allow extensions to define custom codes? Currently only simple search/replace type codes can be added through the ACP, but for more complicated codes where a callback function is needed, this approach doesn't work.
For example, if I want an extension that augments the current quote functionality, it'd mean removing the quote bbcode from the list (ie. $this->bbcodes in bbcode_firstpass class), with our own custom rule with a different callback.
Will that be possible with the new parser??
Thanks!
For example, if I want an extension that augments the current quote functionality, it'd mean removing the quote bbcode from the list (ie. $this->bbcodes in bbcode_firstpass class), with our own custom rule with a different callback.
Will that be possible with the new parser??
Thanks!
Re: [RFC|Accepted] Updated BBcode engine
Yes.
To be more precise, all BBCodes will be moved to custom BBCodes with the new parser.
To be more precise, all BBCodes will be moved to custom BBCodes with the new parser.