Schplurtz le Déboulonné
Schplurtz le Déboulonné
Hi, I found a funny and strange bug. It's triggered by a dot in the pagename. I first noticed with the findbad.php history page. I originally thought `.php` was the...
Hi, In Igor RC2 I get these deprecation warnings : ``` syntax.php is deprecated. It was called from require_once() in /web/dw/igor/lib/plugins/syntax.php:3 Do not require() files yourself. Autoloading should be used...
Hi, this PR adds classes based on pageid (relative and full), tree level, namespace, direct parent namespace. Here are some examples ``` start => dwl_0 dwn__ dwp_start :start => dwl_0...
Hi, as [discussed](https://forum.dokuwiki.org/d/20230/3) in DW forum. When DW highlight search results in a page, it does some replacements that can break the correct structure o f the page. How to...
Hi, Under certain circumstances, the warning "insecure data directory" in the admin page is not shown although the data directory is not secured. [`inc/Ui/Admin.php`](https://github.com/splitbrain/dokuwiki/blob/6a7340684a07e7242e1c773f96faae55c397a876/inc/Ui/Admin.php#L85) only shows `dont-panic-if-you-see...ct.png` when `$conf['savedir']` starts...
this is a solution to #15 It installs apt-transport-https gnupg lsb-release packages before running `curl ....| bash`. Also, it just installs nodejs, not npm. This package is an ubuntu package...
I faced a new problem that I could not solve myself, beeing completely ignorant of JS. Wassjs cannot contact redis. Here is the error ```` $ ./Docker/wass_docker_run.sh /home/schplurtz/W/* Mapping /home/schplurtz/W/conf...
Hi again, There is a little problem in `Docker/wass_docker_run.sh`. The last line reads ```` docker run -p ...... T -i -t wass ```` This does not work and produces this...
Hi, while trying to build the docker version, following instructions on page https://www.dais.unive.it/wass/documentation/install.html#docker I get this error ```` Step 30/88 : RUN npm install ---> Running in 4932e8614c07 npm WARN...