A few updates to the contributors lists.

This commit is contained in:
Nick Winter 2014-02-01 08:22:26 -08:00
parent 7ba6e5d0f2
commit b502c24ece
7 changed files with 52 additions and 38 deletions

View file

@ -72,13 +72,11 @@ block content
| Get emails when there are new levels to test.
.saved-notification ✓ Saved
h4(data-i18n="contribute.changes_auto_save")
| Changes are saved automatically when you toggle checkboxes.
#Contributors
h3(data-i18n="contribute.brave_adventurers")
| Our Brave Adventurers:
ul.adventurers
li Kieizroe
//#Contributors
// h3(data-i18n="contribute.brave_adventurers")
// | Our Brave Adventurers:
// ul.adventurers
// li Kieizroe
// li ... many, many more
div.clearfix

View file

@ -66,9 +66,6 @@ block content
| Get emails on support updates and multiplayer developments.
.saved-notification ✓ Saved
h4(data-i18n="contribute.changes_auto_save")
| Changes are saved automatically when you toggle checkboxes.
//#Contributors
// h3(data-i18n="contribute.helpful_ambassadors")
// | Our Helpful Ambassadorsd:

View file

@ -76,19 +76,28 @@ block content
| Get emails on new coding opportunities and announcements.
.saved-notification ✓ Saved
h4(data-i18n="contribute.changes_auto_save")
| Changes are saved automatically when you toggle checkboxes.
#Contributors
h3(data-i18n="contribute.powerful_archmages")
| Our Powerful Archmages:
ul.archmages
li David Golds
li Zach Martin
li Tom Steinbrecher
li Glen De Cauwsemaecker
li Mischa Lewis-Norelle
li Sébastien Moratinos
li Ronnie Cheng
li phansch
li Zach Martin
li David Golds
li deepak1556
li Chloe Fan
li Rachel Xiang
li Dan Ristic
li gabceb
li Laura Watiker
li Shiying Zheng
li Mischa Lewis-Norelle
li Paul Buser
li Benjamin Stern
li Alex Cotsarelis
li MDP66
div.clearfix

View file

@ -74,9 +74,6 @@ block content
| Get emails on level editor updates and announcements.
.saved-notification ✓ Saved
h4(data-i18n="contribute.changes_auto_save")
| Changes are saved automatically when you toggle checkboxes.
#Contributors
h3(data-i18n="contribute.creative_artisans")
| Our Creative Artisans:
@ -85,5 +82,12 @@ block content
li Zach Martin
li Aftermath
li mcdavid1991
li dwhittaker
li Zacharias Fisches
li Tom Setliff
li Robert Moreton
li Andrew Witcher
li Axandre Oge
li Katharine Chan
div.clearfix

View file

@ -65,30 +65,32 @@ block content
| Get emails about i18n developments and levels to translate.
.saved-notification ✓ Saved
h4(data-i18n="contribute.changes_auto_save")
| Changes are saved automatically when you toggle checkboxes.
#Contributors
h3(data-i18n="contribute.translating_diplomats")
| Our Translating Diplomats:
ul.diplomats
li Turkish - Nazım Gediz Aydındoğmuş
li Brazilian Portuguese - Gutenberg Barros, Kieizroe, Matthew Burt
li Portugal Portuguese - Matthew Burt
li German - Dirk, Anon
li Turkish - Nazım Gediz Aydındoğmuş, cobaimelan, wakeup
li Brazilian Portuguese - Gutenberg Barros, Kieizroe, Matthew Burt, brunoporto
li Portugal Portuguese - Matthew Burt, ReiDuKuduro
li German - Dirk, faabsen, HiroP0, Anon
li Thai - Kamolchanok Jittrepit
li Vietnamese - An Nguyen Hoang Thien
li Dutch - Glen De Cauwsemaecker
li Greek - Stergios
li Latin American Spanish - Jesús Ruppel, Matthew Burt, Mariano Luzza
li Spain Spanish - Matthew Burt, Anon
li French - Xeonarno, Anon
li Hungarian - Anon
li Japanese - g1itch
li Chinese - spacepope
li Spain Spanish - Matthew Burt, DanielRodriguezRivero, Anon
li French - Xeonarno, Elfisen, Armaldio, MartinDelille, pstweb, veritable, jaybi, Anon
li Hungarian - ferpeter, csuvsaregal, atlantisguru, Anon
li Japanese - g1itch, kengos
li Chinese - Adam23, spacepope
li Polish - Anon
li Danish - Anon
li Slovak - Anon
li Persian - Reza Habibi(Rehb)
li Persian - Reza Habibi (Rehb)
li Czech - vanous
li Russian - fess89, ser-storchak,
li Ukrainian - fess89
li Italian - flauta
li Norwegian - bardeh
div.clearfix

View file

@ -63,14 +63,18 @@ block content
| Get emails about article writing announcements.
.saved-notification ✓ Saved
h4(data-i18n="contribute.changes_auto_save")
| Changes are saved automatically when you toggle checkboxes.
#Contributors
h3(data-i18n="contribute.diligent_scribes")
| Our Diligent Scribes:
ul.scribes
li Ryan Faidley
li Glen De Cauwsemaecker
li Mischa Lewis-Norelle
li Tavio
li Ronnie Cheng
li engstrom
li Dman19993
li mattinsler
div.clearfix

View file

@ -21,7 +21,7 @@ UserHandler = class UserHandler extends Handler
]
jsonSchema: schema
constructor: ->
super(arguments...)
@editableProperties.push('permissions') unless config.isProduction
@ -123,7 +123,7 @@ UserHandler = class UserHandler extends Handler
getByRelationship: (req, res, args...) ->
return @agreeToCLA(req, res) if args[1] is 'agreeToCLA'
return @sendNotFoundError(res)
agreeToCLA: (req, res) ->
doc =
user: req.user._id+''