Skip to content

Commit

Permalink
Major rewrite has been done.
Browse files Browse the repository at this point in the history
1. Renamed extension to ForumSsoProvider
2. Changed minimum compatible version to MediaWiki 1.35
3. Renamed variables to be more name friendly.
4. Fixed logger to prevent an error when restarting the session.
5. Moved database handling to a separate handler to allow more database handlers in the future and easier handling of the existing providers
6. Moved logic for the forum software to dedicated providers to allow new software to be brought in easily and more generically.
7. Cleaned up logging to only log in debug mode and be more verbose
8. Implant MediaWiki User Options as the old UserWiki::getOption/setOption is deprecated
  • Loading branch information
jdarwood007 committed Dec 19, 2020
1 parent 3d8b62c commit 65bdac0
Show file tree
Hide file tree
Showing 18 changed files with 2,348 additions and 1,346 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
# Force our line endings to be LF, even for Windows
* text eol=lf
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.idea/

0 comments on commit 65bdac0

Please sign in to comment.