Main public logs
From AWVVO
Jump to navigationJump to search
Combined display of all available logs of AWVVO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:31, 18 January 2025 Admin talk contribs created page Mysql (Created page with "== Create user ==")
- 18:28, 17 January 2025 Admin talk contribs created page Nestjs (Created page with "<syntaxhighlight lang="bash" line="1" copy> copy code </syntaxhighlight>") Tag: Visual edit: Switched
- 20:18, 15 January 2025 Admin talk contribs created page Svelte (Created page with "== Installation == <syntaxhighlight lang="bash" line> npx sv create myapp cd myapp npm install npm run dev </syntaxhighlight>")
- 20:01, 15 January 2025 Admin talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: #footer-poweredbyico { Hides the "Powered by MediaWiki" logo: display: none; } #footer-places-privacy { Hides the "Privacy policy" link: display: none; }")
- 19:36, 15 January 2025 Admin talk contribs created page Laravel (Created page with "== Install composer == <syntaxhighlight lang="bash"> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec78b38b9800061b4150413ff2e3b6f88543c636f7cd84f6db9189d43a81e5503cda447da73c7e5b6') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php -r "unlink('composer-setup.php');" </syntaxhighlight>") Tag: Visual edit