Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Add "Send message" option #1193

Closed
wants to merge 1,271 commits into from
Closed

Add "Send message" option #1193

wants to merge 1,271 commits into from

Conversation

dbbhattacharya
Copy link

No description provided.

johngian and others added 30 commits July 15, 2014 19:39
[Fix bug 1038211] Filter admin UserProfiles by legacy vouches.
[fix bug 1039442] Update su.sh script to add real Vouches to superuser.
[fix bug 1039652] Don't display vouch message message if user.can_vouch is False.
[fix bug 1040329] Add profile_vouch.html in the form element.
[fix bug 1040393] Display error message when user doesn't get vouched.
[fix bug 1033993] Update text when user cannot invite.
[fix bug 1039612] Update unvouched profile banner text.
Bash script now creates 4 databases instead of 2:
     - sanitize_dev_$DB
     - sanitized_dev_$DB
     - sanitize_stage_$DB
     - sanitized_stage_$DB

     mysqldump is run against the sanitized_* databases,
     i.e. sanitized_stage_mozillians_org and sanitized_dev_mozillians_org

Python SQL generation script was altered to:
     - Execute all generated SQL into a transaction, so it's either all
       executed or nothing executed.
     - The last command of the sanitization process is to rename the database
       E.g sanitize_dev_mozillians_org becomes sanitized_dev_mozillians_org
Update anonimization scripts.
[bug 1038211] Optimize legacy vouches /admin filter.
[fix bug 1040988] Wordsmith vouch reason to be gender neutral.
[fix bug 1045052] List vouchees in alphabetical order.
johngian and others added 27 commits March 18, 2015 19:16
[Fix bug 1130389] Fix UNIQUE constraint violation for "City".
Serve contribute.json from the root of the repo.
Add vouched status in detailed userprofile API serializer.
Upgrade Django to version 1.6.11
Make test factories compatible with factory boy 2.5.
* Replace deprecated `fig` with `docker-compose`.
* Use official `mysql` docker image instead of (unmaintained) `orchardup/mysql`.
* Add docs on how to install timezone info tables in `mysql`.
Allow admins to filter UserProfiles with alternate emails.
Enable API filtering on alternate emails
[Fix bug 1149451] Add celery check button in /admin.
Docker development environment maintenance
* Language
* Account
* Group
* Skill
* Move API v1 to a seperate namespace
* Add docs for API v2
Update docs to provide information for API v2
[Fix bug 1150517] Add link to new documentation in /apikeys
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 81c55b1 on master into * on next*.

@johngian
Copy link
Contributor

Hey @dbbhattacharya
Thank you for the contribution. I am closing this PR since

  • It targets the wrong branch
    • Target branch should be: master
  • This bring 250+ new commits since you are trying to merge master to next.

Please open a new PR with only the specific functionality you are trying to introduce to mozillians. Some guideline for your PR:

  • New feature/fix should be a on a new branch checked out from mozilla/master.
    • git checkout -b <new-feature> master
  • Commit message should have the following format:
    • [Fix bug <bugzilla_number>] Commit message.

Feel free to ping me for any further help.
👍

@johngian johngian closed this Apr 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet