wiki-engine
Here are 65 public repositories matching this topic...
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Mar 24, 2020 - Python
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.
-
Updated
Jan 19, 2018 - JavaScript
-
Updated
Jul 27, 2021 - Python
-
Updated
Nov 8, 2020 - Python
-
Updated
Jul 20, 2021 - Perl
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.
-
Updated
Jul 25, 2021 - Go
-
Updated
May 17, 2020 - Crystal
-
Updated
May 3, 2021 - PHP
-
Updated
Jun 22, 2021 - TypeScript
-
Updated
Jul 22, 2021 - PHP
-
Updated
Sep 27, 2020 - Go
-
Updated
Nov 18, 2019 - C#
-
Updated
Mar 30, 2021 - Emacs Lisp
Given the large number of editions of Halo titles, we need an unambiguous way to refer to them without being overly verbose each time. The standard should be added to the editor's guide (EDITORS.md) and applied across the wiki for any case we refer to a game by abbreviation.
Collapsible ToC
-
Updated
May 17, 2021 - JavaScript
-
Updated
Jan 27, 2019 - Go
-
Updated
Mar 12, 2021 - JavaScript
Improve this page
Add a description, image, and links to the wiki-engine topic page so that developers can more easily learn about it.
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."
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 169Adding a verification with an "isset" shoud do the trick, i.e on line 169 :
if(!isset($info['userinfo']['name']) or !$info['userinfo']['name']) {