Skip to content
#

wiki-engine

Here are 65 public repositories matching this topic...

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']) {

RogerHaase
RogerHaase commented Nov 5, 2018

All text messages defined in javascript files similar to:

tooltips.attr('title', _("Hide comments"));

should also be defined in /templates/dictionary.js. If they are not, the strings will not be translated.

coding_std.py should be upgraded to search all .js files for translation strings and verify the identical strings are defined in /templates/dictionary.js.

Pepperminty-Wiki
sbrl
sbrl commented Jul 3, 2017

It would make it easier to share specific parts of longer pages on wikis if we could have a button next to each header that links to that specific heading. Github and Wikipedia already have it - we should be able to have it too!

We have this syntax already:

## Some heading {#Anchor}

the above sets the id of the header to Anchor. We should try not to break this syntax.

Improve this page

Add a description, image, and links to the wiki-engine 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-engine topic, visit your repo's landing page and select "manage topics."

Learn more