r13853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13852‎ | r13853 | r13854 >
Date:21:32, 24 April 2006
Author:hashar
Status:old
Tags:
Comment:
* some flowcharts made using dia
* lame comments
Modified paths:
  • /trunk/CentralAuth/evil-plans.txt (modified) (history)
  • /trunk/CentralAuth/extract-data.sh (modified) (history)
  • /trunk/CentralAuth/login.dia (added) (history)
  • /trunk/CentralAuth/registration.dia (added) (history)

Diff [purge]

Index: trunk/CentralAuth/login.dia
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/CentralAuth/login.dia
___________________________________________________________________
Added: svn:mime-type
11 + application/octet-stream
Index: trunk/CentralAuth/registration.dia
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/CentralAuth/registration.dia
___________________________________________________________________
Added: svn:mime-type
22 + application/octet-stream
Index: trunk/CentralAuth/evil-plans.txt
@@ -173,7 +173,7 @@
174174 else if no such user:
175175 -> INVALID STATE
176176 else:
177 - * coreAuth::atemptAuth($name, $hashedPass)
 177+ * coreAuth::attemptAuth($name, $hashedPass)
178178 if passed:
179179 -> create local account
180180 -> coreAuth::attachLocal($name, $dbname)
@@ -203,6 +203,10 @@
204204 -> update local lock state, email, email confirmation
205205 -> successful login.
206206
 207+See the diagramms made using dia ( http://www.gnome.org/projects/dia ):
 208+ - login.dia
 209+ - registration.dia
 210+
207211 == Edge implementation ==
208212
209213 The AuthPlugin interface was written with the idea of creating local accounts
Index: trunk/CentralAuth/extract-data.sh
@@ -1,4 +1,9 @@
22 #!/bin/bash
 3+#
 4+# Script to extract user data from the databases to csv files
 5+# It takes a bit more than one hour to extract the data.
 6+#
 7+# Author: Brion Vibber
38
49 cluster=`cat /etc/cluster`
510 for db in `cat /home/wikipedia/common/$cluster.dblist`

Status & tagging log