Skip to content
Snippets Groups Projects
Commit e1b93fd9 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

Doc+ TODO

parent 92bb738f
Branches frontend
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
A small mediawiki extension to have a variable to know if the user is connected or not. A small mediawiki extension to have a variable to know if the user is connected or not.
Version 0.1 Version 0.2
Mathieu Loiseau Mathieu Loiseau
This is free software licensed under the GNU General Public License. Please This is free software licensed under the GNU General Public License. Please
...@@ -29,5 +29,9 @@ To install the extension, place the entire 'Connected' directory within ...@@ -29,5 +29,9 @@ To install the extension, place the entire 'Connected' directory within
your MediaWiki `extensions` directory, then add the following line to your MediaWiki `extensions` directory, then add the following line to
your `LocalSettings.php` file: your `LocalSettings.php` file:
```php ```php
wfLoadExtension( 'Connected' ); wfLoadExtension( 'Connected' );
``` ```
## TODO
- [ ] [logging](https://www.mediawiki.org/wiki/Manual:Structured_logging/fr)
- [ ] [options](https://github.com/wikimedia/mediawiki-extensions-BoilerPlate/blob/12d9c90115db5ed64fb10e7a389422860dc1b82e/src/Hooks.php#L30) (hide bar for anon or not)
{ {
"name": "Connected", "name": "Connected",
"author": "Mathieu Loiseau", "author": "Mathieu Loiseau",
"version": "0.1", "version": "0.2",
"url": "https://gitlab.liris.cnrs.fr/mloiseau/mw_connected", "url": "https://gitlab.liris.cnrs.fr/mloiseau/mw_connected",
"license-name": "GPL-2.0-or-later", "license-name": "GPL-2.0-or-later",
"descriptionmsg": "connected-desc", "descriptionmsg": "connected-desc",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment