Gerrit Uitslag

Results 534 comments of Gerrit Uitslag

So far I know textareas accept text with newlines on purpose. So at the place where you put the placeholder there will appear the whole text inclusive newlines as inputted...

Yesterday I closed the previous report of this issue. See #70 You can wait untill the next DokuWiki release, or apply temporary manually the patch of https://github.com/splitbrain/dokuwiki/pull/923

Probably by modifying the files were these properties are normally stored. That is the `.meta` file for the corresponding page. But be aware that this is serialized info, so very...

The metadata exists of two pieces of data, normal and persistent metadata. Did you forget the persistent part? Please compare the metadata of a normal saved page and one with...

The Strata Plugin [1] handles multiple entries per page very well. So for everybody who needs multiple entries at one page, the Strata Plugin is the way to go. This...

For backward compatibility, %pageid% is kept as is. But what should be useful syntax to mark a show or edit link? My proposal is: %pageedit%, %pageshow% What is most desired:...

Sofar it is only attemp for implementing this feature. The code lives at: https://github.com/splitbrain/dokuwiki-plugin-data/tree/sortnumerically So it is not in the released plugin.

Maybe this is a helpful tric: http://stackoverflow.com/a/11808592 On short term i'm too busy, but later...

https://www.sqlite.org/datatype3.html#comparisons

Please report a separated issue. This issue is only about sorting numerically. The offloading of groupconcatenate to a php function results already in performance complains. If possible, I will avoid...