Skip to content
#

wiki

Here are 2,506 public repositories matching this topic...

lemker
lemker commented Sep 15, 2021

We sometimes use Emojis in the title of documents, and when alphabetical sort is enabled for the collection, the Emoji is used for the sort. Ideally only the first alphanumeric characters should be used when sorting alphabetically.

To Reproduce
Steps to reproduce the behavior:

  1. Add Emoji to the start of a document title
  2. Enable alphabetical sort on collection
  3. Observe incorrect do
mareq
mareq commented Apr 8, 2021

The comment in code directly says it: "... Or it would hang the system if wiki file was created in $HOME or C:/ dirs".

I am trying to create wiki from the directory that contains (among other things) clones of repositories I am working on. The reason being that I want to avoid having two mirrored directory structures: one that has notes and another one that has code. So I am trying to make th

perrick
perrick commented Apr 1, 2021

We get a notice with our Dokuwiki install with PHP8 :

Warning: Trying to access array offset on value of type null in /dokuwiki/inc/common.php on line 169

Adding a verification with an "isset" shoud do the trick, i.e on line 169 :

if(!isset($info['userinfo']['name']) or !$info['userinfo']['name']) {

Improve this page

Add a description, image, and links to the wiki topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki topic, visit your repo's landing page and select "manage topics."

Learn more