Gerrit Uitslag

Results 348 comments of Gerrit Uitslag

Probably I did get your point not correctly, but the configuration settings has already the option to exclude or include certain classes. See https://www.dokuwiki.org/plugin:wrap#configuration_options `restrictedClasses` and `restrictionType`

`/* */` is syntax that is not part of this plugin. If there are syntaxes that are recognized earlier then other syntaxes, it is an indication that the getSort value...

Changing `//` into `\\` fixes this issue. ``` =====Test Page===== {{ balicwc:dog.png?300x300 }} \\ This JPEG file is a dog {{ balicwc:2021-05-31-143902.webm | }} webm file ```

I do not see places where this plugin specific sets info to the metadata. Maybe indirectly. Because I have no clues and no other reports, I will close the issue.

Looks also fine in Igor, probably solved by general template improvements..?

Nice! Could you please also check the other uses of RevisionInfo? See e.g. [codesearch for RevisionInfo](https://codesearch.dokuwiki.org/search?project=dokuwiki&full=RevisionInfo&defs=&refs=&path=&hist=&type=&xrd=&nn=1&si=full&si=full) I’m not sure if $info[media] is robust enough for php8 strictness. I _guess_ it...

Hi, it is indeed a option to look for the request parameters proposed, but probably there are exceptions on this approach. The ~~class modified is the abstract ChangeLog~~ class. It...

RevisionInfo is filled with an array, could you check if that array contains `$info['media']`, I guessed it is there, at least if it is set for the recent changes retrieved...