From e1b93fd9c6d17667fd1b189643b27febdc1a2883 Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Mon, 16 May 2022 17:14:47 +0200 Subject: [PATCH] Doc+ TODO --- README.md | 8 ++++++-- extension.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98cecc6..cd225ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 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 your MediaWiki `extensions` directory, then add the following line to your `LocalSettings.php` file: ```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) diff --git a/extension.json b/extension.json index 7807858..96584ae 100644 --- a/extension.json +++ b/extension.json @@ -1,7 +1,7 @@ { "name": "Connected", "author": "Mathieu Loiseau", - "version": "0.1", + "version": "0.2", "url": "https://gitlab.liris.cnrs.fr/mloiseau/mw_connected", "license-name": "GPL-2.0-or-later", "descriptionmsg": "connected-desc", -- GitLab