Closed
Bug 979825
Opened 11 years ago
Closed 11 years ago
Add Reps to External Accounts.
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: giorgos, Assigned: venkatesh.varadarajan)
Details
(Whiteboard: [kb=1304035] [mentor=giorgos@mozilla.com][lang=python][good first bug] )
Attachments
(2 files)
Allow mozillians to add their reps.mozilla.org account under External Accounts.
Use TYPE_REMO for account type and https://reps.mozilla.org/u/{identifier} for url
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=giorgos@mozilla.com][lang=python][good first bug]
Reporter | ||
Comment 1•11 years ago
|
||
Assigning this to Venky. Good luck!
Assignee: nobody → venkatesh.varadarajan
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 2•11 years ago
|
||
Hi Giorgos,
Was trying to verify the change locally but I get the following DB error when I access the webpage:
1146, "Table 'mozillians.users_language' doesn't exist"
This just started happening recently - any idea what might be going on?
Thanks,
Venky.
Reporter | ||
Comment 3•11 years ago
|
||
Venky we added new tables. You need to
./manage.py syncdb
and
./manage.py migrate
Assignee | ||
Comment 4•11 years ago
|
||
Thanks Giorgos. That worked. Have committed and initiated a pull request.
Cheers,
Venky.
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=giorgos@mozilla.com][lang=python][good first bug] → [kb=1304035] [mentor=giorgos@mozilla.com][lang=python][good first bug]
Comment 7•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/fa7dace9e7f99ccfcef93a139d745584b0f31cbb
[fix bug 979825] Add Mozilla Reps to External Accounts.
Updated•11 years ago
|
Version: other → next
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/76edb8f317d5070f8b3cbe6f07814bbc73bbd44d
[fix bug 979825] Add Mozilla Reps to External Accounts.
Reporter | ||
Comment 9•11 years ago
|
||
Verified on stage with both a username and a full reps profile url.
Thanks Venky!
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•11 years ago
|
Version: next → 2014-03.3
You need to log in
before you can comment on or make changes to this bug.
Description
•