Andreas Gohr
Andreas Gohr
Merge conflicts are fixed in `oldmediarev` branch
@fiwswe summarized the challenges pretty well. DokuWiki's default syntax for footnotes is deliberately simple and I would prefer to keep it that way. For more complex footnotes, I used the...
Much more work has been put into this. The FulltextCollection and related stuff is now in a state that should make it possible to implement our actual search on top...
First of all DokuWiki itself does not limit uploads in any way. But usually PHP and the Webserver both apply certain limits. DokuWiki tries to figure out these limits and...
First of all, kudos to you for tackling this and coming up with a workable solution! I am still wondering if lookahead/lookbehinds wouldn't be a cleaner, more controlled approach. But...
Replacing the **Difference Engine** is difficult. As explained in 72dbd63d98c44aa8e0ea55c910ab9e59cdd676c0 there's quite some evolution in what we're using. There are https://github.com/pear/Text_Diff and https://github.com/horde/horde/tree/master/framework/Text_Diff - However both do not include the...
**JpegMeta** seems to be completely abandoned, it has bugs (#1932) and no follow up projects are known to me. We'd probably fare best if we'd replace it by something else...
For the **EmailAddressValidator** this seems to be okay: https://github.com/aziraphale/email-address-validator It was last changed in 2015 though. OTOH there's not much innovation needed here. We should see if our patches a18f9d4ad88e6e67819bb34b4f1592ea6450ae8e...
There seems to be a follow up project for **FeedCreator** here: https://github.com/flack/UniversalFeedCreator last change in 2016. We do have some changes in our version and need to check which of...
For the **IXRLibrary** we could use https://github.com/kissifrot/php-ixr - it hasn't updated since 2016, but also has no open issues or pull requests. Wordpress used to use their own version of...