Skip to content

Commit 66f4821

Browse files
author
Matthias Köppe
authored
Merge pull request #149 from kwankyu/fix-all-unmapped-users
Fix all unmapped names not known to Trac
2 parents 6cd0494 + 838a7d6 commit 66f4821

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

migrate.cfg.sagetracmigrationarchive

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ ignored_usernames = ['28', '4ti2', 'a', 'b', 'c', 'h', 'z', 'anonymous', 'anybod
268268
'sage-', 'sage-algebra', 'sage-combinat-commits', 'sage-combinat-devel',
269269
'sd45', 'sd48', 'sd67', 'Somebody', 'someone',
270270
'amog2011', 'beginner', 'BugReporter', 'combinat', 'demosd235',
271-
'factorization']
271+
'factorization', 'fields', 'forextrading11', 'mike3050', 'number', 'singular']
272272

273273
[attachments]
274274

@@ -337,6 +337,48 @@ usernames = {
337337
'justin': 'RalphieBoy',
338338
'anna': 'annahaensch',
339339
# Typos and ad-hoc mentions
340+
'yqiang': 'yqiang',
341+
'yiqiang': 'yqiang',
342+
'Yi': 'yqiang',
343+
'wasI': 'williamstein',
344+
'ThomasKluyver': 'takluyver',
345+
'Stefanf': 'Stefan',
346+
'stefan': 'Stefan',
347+
'soe': 'soehms',
348+
'simon': 'simon-king-jena',
349+
'Simon': 'simon-king-jena',
350+
'schilling': 'anneschilling',
351+
'rwb': 'robertwb',
352+
'robertw': 'robertwb',
353+
'rmiller': 'rlmill',
354+
'rlmillster': 'rlmill',
355+
'Rishikesh': 'rishikesha',
356+
'Rishi': 'rishikesha',
357+
'pfili': 'pfili',
358+
'Paul': 'pfili',
359+
'Noud': 'sagetrac-noud',
360+
'nochen': 'nathanncohen',
361+
'nils': 'nbruin',
362+
'Nguyen': 'sagetrac-mvngu',
363+
'musiker': 'sagetrac-gmoose05',
364+
'mollerhansen': 'sagetrac-dmhansen',
365+
'minh': 'sagetrac-mvngu',
366+
'Minh': 'sagetrac-mvngu',
367+
'millerrl': 'sagetrac-rlmiller',
368+
'Mike': 'zabrocki',
369+
'Mezzarobba': 'mezzarobba',
370+
'Marc': 'sagetrac-marc-fuentes',
371+
'loeffler': 'loefflerd',
372+
'lauve': 'alauve',
373+
'king': 'simon-king-jena',
374+
'jpfori': 'jpflori',
375+
'jhpalimieri': 'jhpalmieri',
376+
'jhpalmiery': 'jhpalmieri',
377+
'jcambell': 'theref',
378+
'jas': 'jasongrout',
379+
'haensch': 'annahaensch',
380+
'gonzalo': 'tornaria',
381+
'Fili': 'pfili',
340382
'dkohel': 'sagetrac-kohel',
341383
'chaopoton': 'fchapoton',
342384
'cberg': 'sagetrac-chrisjamesberg',

0 commit comments

Comments
 (0)