Benutzer-Werkzeuge

Webseiten-Werkzeuge


wikidoku

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
intern:wikidoku [2016/01/11 19:45] ravenwikidoku [2020/09/19 22:03] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 75: Zeile 75:
 We where getting of ''en:start'', ''start/?id=de:start'' and ''de:start'', ''start/?id=en:start''\\. We where getting of ''en:start'', ''start/?id=de:start'' and ''de:start'', ''start/?id=en:start''\\.
  
-We found the problem to be that ''script.js'' expects the base-url to end with ''/'' when url-rewriting is active. In our case However, it end with ''/start''+We found the problem to be that ''script.js'' expects the base-url to end with ''/'' when url-rewriting is active. In our case However, it ends with ''/start''(which seems to be intentended, see the the ''wl()'' function in ''common.php'')
  
 We implemented the following workaround to fix this: We implemented the following workaround to fix this:
Zeile 99: Zeile 99:
 </code> </code>
  
 +===== plugin:doodle =====
 +
 +We use a version of the doodle plugin that has been tampered with by the c3voc. Ask andi for details.
 ===== Nicer breadcrumbs ===== ===== Nicer breadcrumbs =====
  
Zeile 187: Zeile 190:
 </code> </code>
  
 +
 +===== Locked Settings =====
 +
 +The following setting have been locked to prevent accidental messup:
 +
 +''///var/www/wiki/conf/local.protected.php//''
 +
 +<code php>
 +<?php
 +$conf['start'] = 'start';
 +$conf['lang'] = 'de';
 +$conf['useacl'] = 1;
 +$conf['superuser'] = '@admin';
 +$conf['userewrite'] = '1';
 +$conf['plugin']['translation']['translations'] = 'de en';
 +</code>
wikidoku.1452537917.txt.gz · Zuletzt geändert: 2020/09/19 22:03 (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki