Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clone/move/remove project commands #5940

Open
wants to merge 507 commits into
base: feature/project_command
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 17, 2017

  1. Add tp score updater

    phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    b1ab705 View commit details
    Browse the repository at this point in the history
  2. Add tests for TPScoreUpdater

    phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    cecd3ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669f71a View commit details
    Browse the repository at this point in the history
  4. Adjust score tests

    - clear existing scores before checking dummy scores
    - use datetime for dummy events
    phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    b732e6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5af4c78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c72c0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d478909 View commit details
    Browse the repository at this point in the history
  8. Add new scoring to settings

    ta2-1 authored and phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    3bdcd4d View commit details
    Browse the repository at this point in the history
  9. Use POOTLE_SCORES in system check

    ta2-1 authored and phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    9d2674f View commit details
    Browse the repository at this point in the history
  10. Cleanup: lowercase score names

    phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    22354b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56b1942 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e908590 View commit details
    Browse the repository at this point in the history
  13. Add event scores

    ta2-1 authored and phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    2858099 View commit details
    Browse the repository at this point in the history
  14. Add pootle_score.providers

    ta2-1 authored and phlax committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    f5628d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Configuration menu
    Copy the full SHA
    dddff01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ece265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e555f View commit details
    Browse the repository at this point in the history
  4. Add update_scores handlers

    for suggestion, submission and unit_create, and to trigger tp.update
    when storescores are changed
    phlax committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    ee30efd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a39a47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72c74bc View commit details
    Browse the repository at this point in the history
  7. Adjust update_data_after to allow multiple signals

    and include update_scores in default suppression
    phlax committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    1ab4ee0 View commit details
    Browse the repository at this point in the history
  8. Removed setting of the script prefix

    Removed setting of the script prefix
    claudep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    a408692 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b06e5de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fa0ac6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59ea3c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76ddd09 View commit details
    Browse the repository at this point in the history
  13. Add UserScoreUpdater

    phlax committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    70868d0 View commit details
    Browse the repository at this point in the history
  14. Add tests for UserScoreUpdater

    phlax committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    9f41cba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6bd085b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86b4cd8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    75bfccb View commit details
    Browse the repository at this point in the history
  18. Use py.test testpaths config variable

    This allows to again run selected tests by specifying paths on the command
    line.
    claudep committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    254f5d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Rename Log.filter_user to Log.filter_users

    and allow filtering on multiple users
    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    cb8cd85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3c726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a77936 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b740e0 View commit details
    Browse the repository at this point in the history
  5. Update refresh_scores

    this could be made more optimal
    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    875b086 View commit details
    Browse the repository at this point in the history
  6. Update refresh_scores tests

    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    0ac3996 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8134a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c98559a View commit details
    Browse the repository at this point in the history
  9. Remove ScoreLog

    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    293255c View commit details
    Browse the repository at this point in the history
  10. Remove scorelog tests

    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    f22b65c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9b1d85 View commit details
    Browse the repository at this point in the history
  12. Remove scorelog save handler

    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    edc8053 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2114d4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c90197 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b04c3ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7e9ed5 View commit details
    Browse the repository at this point in the history
  17. Unxfail and fix up score tests

    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    2f22f2d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fa8dac9 View commit details
    Browse the repository at this point in the history
  19. Opti: use user_ids in log util

    phlax committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    a08d68b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    136143a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f8e1e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Cleanup: remove cache logging

    phlax committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    a54fd63 View commit details
    Browse the repository at this point in the history
  2. Remove store add logging

    This info is still recorded in the store's creation timestamp
    phlax committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    2ab4a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db35c1b View commit details
    Browse the repository at this point in the history
  4. Opti: dont select_related for updater units

    wierdly this was causing an additional query
    phlax committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    77882f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    571af30 View commit details
    Browse the repository at this point in the history
  6. Add test for comment updates

    phlax authored and ta2-1 committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d6ca5b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8d3301 View commit details
    Browse the repository at this point in the history
  8. Fix comment updates

    ta2-1 committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    2aebdb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f01a129 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55a0f18 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    011c7ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92aa5ea View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Remove unit source fields

    these are now handled in unit_source
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    c5d8a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0301bf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b154bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a854993 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe72d2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a3587b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aae24f View commit details
    Browse the repository at this point in the history
  8. Remove unused wordcount method

    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    4532a0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c62cc59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2728988 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4205190 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08ff840 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5de74c1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8cf1e47 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    099a4bc View commit details
    Browse the repository at this point in the history
  16. Rationalize unit.save params

    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    27f084e View commit details
    Browse the repository at this point in the history
  17. Pass updater.user as arg to unit.save

    and dont set change attribution for comments in updater
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    1b9c29c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be852a4 View commit details
    Browse the repository at this point in the history
  19. Remove unit.commented fields

    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    fce93c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e158089 View commit details
    Browse the repository at this point in the history
  21. Update store update fixture

    use unit.change.commented
    create subs after unit.save
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    70e85e6 View commit details
    Browse the repository at this point in the history
  22. Update user purge util

    use unit.change for reverting comments
    use update to prevent triggering new submissions
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    7e1f56f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f7f7120 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9fe481b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4918c64 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b10906 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e836685 View commit details
    Browse the repository at this point in the history
  28. Update store update fixture

    use unit.change.reviewed
    create subs after unit.save
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    6f4f5b8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    33eccb4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8b371f5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d955626 View commit details
    Browse the repository at this point in the history
  32. Update member util

    fix review reversion
    use unit.change
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    f4602eb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7d3ff58 View commit details
    Browse the repository at this point in the history
  34. Remove unit.reviewed fields

    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    68fe5d7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4d39ef9 View commit details
    Browse the repository at this point in the history
  36. Update unit reviewed logic

    state changes that are not also target changes
    are regarded as a review, depending on the resulting state.
    
    if reviewed_by is explicitly set, this also updates reviewed info
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    0da92c1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0a5054c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    bc739cd View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d226298 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6155f4c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9ae7ca2 View commit details
    Browse the repository at this point in the history
  42. Adjust unit submit tests

    Checks sub creation times against unit.mtime
    
    Dont expect review is suggestion.user == reviewer
    phlax committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    c4c1363 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    698c5bc View commit details
    Browse the repository at this point in the history
  2. Rationalize unit.save

    - always use unit.mtime (or creation_time) for change and subs
    - only allow user and/or reviewer to be passed to unit.save
      - responsibility is now only (hopefully) with unit.save for setting
        attribution
    phlax committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    af40c03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20787fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    644e56c View commit details
    Browse the repository at this point in the history
  5. Adjust unit submit tests

    Checks sub creation times against unit.mtime
    
    Dont expect reviewed if suggestion.user == reviewer
    phlax committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    0338bd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Add batch iterator/creator

    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    42f3518 View commit details
    Browse the repository at this point in the history
  2. Add tests for pootle.core.batch

    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    35884bc View commit details
    Browse the repository at this point in the history
  3. Cleanup: fix migration name

    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    09e5eac View commit details
    Browse the repository at this point in the history
  4. Fix: use pootle.core.batch in migration

    the existing migration was not correctly accounting for the fact that the
    source qs was reducing
    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    b876247 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a17258 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54e8f89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f786b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fa2df9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    561beff View commit details
    Browse the repository at this point in the history
  10. Remove unit.submitted fields

    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    16e3725 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    635688a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    322eb46 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efdb7c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c3e4cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    70ff86a View commit details
    Browse the repository at this point in the history
  16. Use unit__change in unit.search

    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    144a6d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5c8ca14 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    401543e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8914f37 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4528e4e View commit details
    Browse the repository at this point in the history
  21. Migration: Use replaces to prevent it from being run again

    The replaced migration landed recently, but lets prevent failures
    for everybody.
    unho committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    623fec9 View commit details
    Browse the repository at this point in the history
  22. Contact: Just use DEFAULT_FROM_EMAIL in from_email

    contact_form app already provides it.
    unho committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    1c111c7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e61af70 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f5cbe52 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2155b25 View commit details
    Browse the repository at this point in the history
  26. Update lifecycle state subs

    Use the reviewer for attrib if state was changed more recently
    than the target
    phlax committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    e8da109 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    810af60 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4611d27 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a3ed2c2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9b7366e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    11fa59c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    04b46a1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e9b00d8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4872883 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2d532c3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    796e90b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. i18n: plurals strings also need the value to be interpolated

    ungettxt(singular, plural, count, vars)
    dwaynebailey committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    adc97b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9e77f View commit details
    Browse the repository at this point in the history
  3. l10n: pull from Pootle

    dwaynebailey committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    ec4d5aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    538300f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa63821 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Cleanups in contact form tests

    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    9bb057b View commit details
    Browse the repository at this point in the history
  2. Refactor common code in test

    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    766d12f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d0696b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0e3ec View commit details
    Browse the repository at this point in the history
  5. Tests: Add tests for ReportFormView

    This will increase coverage and help catching errors.
    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    a1f0acb View commit details
    Browse the repository at this point in the history
  6. Ensure POOTLE_TITLE is Unicode

    This ensures that setting POOTLE_TITLE to a Unicode string will work in
    emails. allauth expects this to be unicode.
    
    Fixes translate#6193
    dwaynebailey committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    db92d61 View commit details
    Browse the repository at this point in the history
  7. Contact: Do not expose report_email report error form

    Note that unit is retrieved after self.request is populated. This
    fixes sending report string error emails with broken subject (no unit
    number, no language, no project).
    
    It is unperformant to retrieve it several times, but it is safer
    to do it like this as it was not possible to identify any method
    that is called always after `as_view()` (which is where self.request
    is being set) but before the methods that need the unit.
    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    bc57a11 View commit details
    Browse the repository at this point in the history
  8. Contact: Do not expose subject field in report error form

    It is not expected to be edited by humans.
    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    4d86d1f View commit details
    Browse the repository at this point in the history
  9. Contact: Set unit on ReportForm action

    ReportForm was passed the unit only the first time it was called
    (the first time is only to render and display it) but without an
    action that identifies the unit it was not possible to retrieve
    and pass the unit the second time ReportForm was being rendered
    (this would be the time when the form is validated, and if valid
    emails would be sent) thus sending emails with broken subject
    (no unit, no language, no project).
    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    c0c03f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac9b562 View commit details
    Browse the repository at this point in the history
  11. Contact: Move string context to separate field in ReportForm

    This way we can:
    
    - Prevent the reporter alters the string context
    - Ensure the reporter provide some question or comment
    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    bc549d0 View commit details
    Browse the repository at this point in the history
  12. Tests: Use member for testing

    Avoid testing with admin unless we actually need to test superuser.
    unho committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    fc49df2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    2b36940 View commit details
    Browse the repository at this point in the history
  2. Add UnitLog getter

    ta2-1 committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    54656b5 View commit details
    Browse the repository at this point in the history
  3. Add UnitLog test

    ta2-1 committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    7d3e849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e3df1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c4f573 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    003025a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    4df2a83 View commit details
    Browse the repository at this point in the history
  2. Add 2.6.3 release notes

    unho committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    964ab2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13acf99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d710a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a856d06 View commit details
    Browse the repository at this point in the history
  6. Migration: Drop stale virtualfoldertreeitem contenttype

    So when upgrading user is not prompted.
    unho committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    9296a54 View commit details
    Browse the repository at this point in the history
  7. Cleanup: use cached_property in pootle_store.field

    the existing implementation for caching a ttk repr of the store
    was hard to understand, and seemed to be inefficient.
    
    this brings it into line with other caching patterns
    phlax committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4548259 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf26204 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b7e699 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    7012667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bacfcb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1984c View commit details
    Browse the repository at this point in the history
  4. Remove __repr__ as it is not needed

    If __repr__ is present X.objects.all() will use it.  But in that case
    you are resppnsible to create a printable string, i.e. UTF8 NOT Unicode.
    
    Without __repr__ X.objects.all() will use __unicode__ and will handle
    all the UTF8 decode/encode required.
    
    Moral of the story, just don't create a __repr__ for any objects, rather
    create __unicode__ and all will be happy and well.
    dwaynebailey committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    e9e1425 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. Cleanup: remove old resource caching

    this also saves a couple of hits on db when stores are saved
    phlax committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    ec35384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc38b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962339f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc4d85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa26b85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b374af View commit details
    Browse the repository at this point in the history
  7. Add lang caching util

    phlax committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    f5aab66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b5dbd3 View commit details
    Browse the repository at this point in the history
  9. Add site_languages getter

    phlax committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    8acdfba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d51a92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6dc76b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aaf7872 View commit details
    Browse the repository at this point in the history
  13. Remove LiveLanguageManager

    phlax committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    cd2dc7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e6c523 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    785e697 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81c5421 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2c51fc1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    73861b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09058b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Configuration menu
    Copy the full SHA
    3c901ca View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    c9ed09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e1e42 View commit details
    Browse the repository at this point in the history
  3. Fix UnitLog tests

    ta2-1 committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    fe41e27 View commit details
    Browse the repository at this point in the history
  4. Rename get_suggestions, get_submissions, get_created_units

    to get_suggestion_events, get_submission_events, get_created_unit_events
    ta2-1 committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    c4eb132 View commit details
    Browse the repository at this point in the history
  5. Add include_meta class var to Log class

    This commit allows UnitLog and StoreLog to include META_USERS events.
    ta2-1 committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    5576b6c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Configuration menu
    Copy the full SHA
    02a716c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112af53 View commit details
    Browse the repository at this point in the history
  3. Add 2.6.4 release notes

    unho committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    5bf59cf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    63ffca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d320746 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    b24934c View commit details
    Browse the repository at this point in the history
  2. Add ComparableLogEvent

    proxy class for LogEvent with __cmp__
    ta2-1 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    87eb8c7 View commit details
    Browse the repository at this point in the history
  3. Add ComparableLogEvent getter

    ta2-1 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    f1c40f0 View commit details
    Browse the repository at this point in the history
  4. Add ComparableLogEvent test

    ta2-1 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    4333c9c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Add GroupedEvents

    ta2-1 committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    e74ac19 View commit details
    Browse the repository at this point in the history
  2. Add GroupedEvents getter

    ta2-1 committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    1d542c3 View commit details
    Browse the repository at this point in the history
  3. Add GroupedEvents test

    ta2-1 committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    50db2bb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Replaced force_unicode by force_text

    Those are aliases, but force_text is compatible with Python 3.
    claudep committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    251b100 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Make tp_tool.update_from_tp() cross project

    - allow TP updating from TP from another project
    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    b2f555f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    468b0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8215c06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c2b0b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1c1f4f View commit details
    Browse the repository at this point in the history
  6. Add project clone/move/remove

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    0a4997e View commit details
    Browse the repository at this point in the history
  7. Target project can be optional

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    3f57022 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    028a1d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d9a012 View commit details
    Browse the repository at this point in the history
  10. Project clone/move fixes

    - Raise error if project directory exists on disk
    - Add support to move TPs to existing project
    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    70bbaac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa8f0f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6f207bc View commit details
    Browse the repository at this point in the history
  13. Add post_handler for project

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    9afcaaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6f181c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81e15b4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    583241a View commit details
    Browse the repository at this point in the history
  17. Add some on disk interactions

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    f2bb862 View commit details
    Browse the repository at this point in the history
  18. Test for project commands

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    8f8f81c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d56c065 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ca3ee8e View commit details
    Browse the repository at this point in the history
  21. Allow to remove specific TPs

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    1aa0b96 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f793103 View commit details
    Browse the repository at this point in the history
  23. Adjust tests

    ta2-1 committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    a004220 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b8ea0d5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f16c2c7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    41ac08d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    557ba14 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    786746c View commit details
    Browse the repository at this point in the history