Christopher Smith
Christopher Smith
Note, in iOS a label element isn't naturally touchable. The above may need something additional to tell iOS safari that the label should respond to touches. Adding an empty onclick...
I'm pretty sure there was a reason this isn't possible. I'll look through archives to see if I can figure out what it was and if the reason still holds....
The comments associated with this [bug report](https://bugs.dokuwiki.org/index.php?do=details&task_id=2867) give the best "hints". I do recall someone asking for using /u in regexp to enable access to utf8 character classes ([php doc...
I tend to think userdata should only be cached in DW itself for the single page/call. Any decision on caching for longer than that should be down to the backend...
>> Gravatar details probably should be cached for the session - which would be an issue for that plugin?? > Why ? how often does user change e-mail address ?...
per Klap-in, that is the intention, to allow people to override particular parts of the config. array_merge does that, array_merge_recursive doesn't. I do that to keep the server updatable local...
@Klap-in yes, the top level of the array is merged, so ['main'] will be replaced. An argument could be made for a config_merge() which would iterate over the top level...
I think your array_merge is the wrong way around. You have it set so $defaults will overwrite $config_cascade.
I don't think look behinds work well in the lexer. There is not guaranteed to be anything to look behind. It is consuming each match before it looks for the...
Its a .txt file "showrev"[1]. I think its perfectly valid to show the message when you are truly looking at an old revision. Its only a problem for a reader...