Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Connected
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathieu Loiseau
Connected
Commits
e1b93fd9
Commit
e1b93fd9
authored
2 years ago
by
Mathieu Loiseau
Browse files
Options
Downloads
Patches
Plain Diff
Doc+ TODO
parent
92bb738f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-2
6 additions, 2 deletions
README.md
extension.json
+1
-1
1 addition, 1 deletion
extension.json
with
7 additions
and
3 deletions
README.md
+
6
−
2
View file @
e1b93fd9
...
...
@@ -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)
This diff is collapsed.
Click to expand it.
extension.json
+
1
−
1
View file @
e1b93fd9
{
"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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment