Pgehres has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61646


Change subject: Documentation tweaks
......................................................................

Documentation tweaks

Change-Id: I29ba81a1892b3934a3be86a3cc0e77edb2357e05
---
M AccountAudit.i18n.php
M AccountAudit.php
2 files changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AccountAudit 
refs/changes/46/61646/1

diff --git a/AccountAudit.i18n.php b/AccountAudit.i18n.php
index 716c281..91cee02 100644
--- a/AccountAudit.i18n.php
+++ b/AccountAudit.i18n.php
@@ -3,7 +3,7 @@
 $messages = array();
 
 $messages['en'] = array(
-       'accountaudit-desc' => "Used to assist the WMF in completing the audit 
and unification of non-global accounts that exist across the WMF's projects",
+       'accountaudit-desc' => 'This extension is used to audit active/inactive 
user accounts.',
 );
 
 /** Message documentation (Message documentation)
diff --git a/AccountAudit.php b/AccountAudit.php
index 1d8377f..a16068e 100644
--- a/AccountAudit.php
+++ b/AccountAudit.php
@@ -1,7 +1,8 @@
 <?php
 /*
- * Extension:AccountAudit. This extension is used to assist the WMF in 
completing the audit
- * and unification of non-global accounts that exist across the WMF's projects.
+ * Extension:AccountAudit. This extension is used to audit active/inactive 
user accounts
+ * by, at least initially, keeping track of the timestamp of the most recent 
login action
+ * for a user on a wiki.
  *
  * @author Peter Gehres <pgeh...@wikimedia.org>
  */

-- 
To view, visit https://gerrit.wikimedia.org/r/61646
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I29ba81a1892b3934a3be86a3cc0e77edb2357e05
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AccountAudit
Gerrit-Branch: master
Gerrit-Owner: Pgehres <pgeh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to