All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Creative Crowds wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:50, 14 November 2025 Manetta talk contribs created page How to make the EtherpadLite MediaWiki extention not leak ip-addresses or usernames (Created page with "in <code>extensions/EtherpadLite/EtherpadLite_body.php edit the following lines: <syntaxhighlight lang="php"> # Etherpad Lite requires rawurlencoded userName, thus we must add it manually if ( method_exists( $parser, 'getUserIdentity' ) ) { // MW 1.36+ $user = $parser->getUserIdentity(); } else { $user = $parser->getUser(); } $url = wfAppendQuery( $url, array( "showControls" => $showControls, "showChat"...")