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

[Python3 and Django2.2 upgrade] part 0 - Remove legacy views #677

Merged
merged 62 commits into from
Mar 11, 2021

Commits on May 21, 2020

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

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    8fb9226 View commit details
    Browse the repository at this point in the history
  2. Remove GoogleDoc exports

    noliveleger committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e926a07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a6c5a8 View commit details
    Browse the repository at this point in the history
  4. Removed CSV zip exports

    noliveleger committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    725780c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbeab63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5910e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05f47cd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Removed Analyzer export

    noliveleger committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a1587e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa525b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dff8d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ae11fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32e7d91 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    eba116d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb8ed7 View commit details
    Browse the repository at this point in the history
  3. fixed form media tests

    noliveleger committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    603b180 View commit details
    Browse the repository at this point in the history
  4. Removed user settings

    noliveleger committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e5fe0f9 View commit details
    Browse the repository at this point in the history
  5. Removed activity view

    noliveleger committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    56768a6 View commit details
    Browse the repository at this point in the history
  6. WIP: Removed obsolete HTML templates

    - tutorial
    - about-us
    - getting_started
    - faq
    - syntax
    - privacy
    - tos
    - resources
    - members_list
    - xls2xform
    - support
    - clone_xlsform
    - get_qrcode
    - mongo_view_api
    - public_api
    - set_perm
    - update_xform
    - enketo_preview
    noliveleger committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ffe0747 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    f3e9a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32d1a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    637651e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ce30ce View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

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

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    cf16bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e1537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a85218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13e518f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77e2a1d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    8281dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f617ac View commit details
    Browse the repository at this point in the history
  3. Refactored "test_form_permissions" to "test_premissions", removed obs…

    …olete tests and updated the others
    noliveleger committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4b83a39 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kobokitten-remove-ui-CUD-actions' into kobokitten-remov…

    …e-ui-CUD-actions-unicode
    
     # Conflicts:
     #	onadata/apps/api/tests/viewsets/test_xform_viewset.py
     #	onadata/apps/export/views.py
     #	onadata/apps/logger/views.py
     #	onadata/apps/main/forms.py
     #	onadata/apps/main/google_doc.py
     #	onadata/apps/main/google_export.py
     #	onadata/apps/main/models/__init__.py
     #	onadata/apps/main/models/google_oath.py
     #	onadata/apps/main/registration_urls.py
     #	onadata/apps/main/registration_views.py
     #	onadata/apps/main/tests/test_base.py
     #	onadata/apps/main/tests/test_form_api.py
     #	onadata/apps/main/tests/test_form_api_delete.py
     #	onadata/apps/main/tests/test_form_edit.py
     #	onadata/apps/main/tests/test_form_enter_data.py
     #	onadata/apps/main/tests/test_form_gallery.py
     #	onadata/apps/main/tests/test_form_metadata.py
     #	onadata/apps/main/tests/test_form_permissions.py
     #	onadata/apps/main/tests/test_form_public_api.py
     #	onadata/apps/main/tests/test_form_show.py
     #	onadata/apps/main/tests/test_google_doc.py
     #	onadata/apps/main/tests/test_google_docs_export.py
     #	onadata/apps/main/tests/test_style.py
     #	onadata/apps/main/tests/test_user_settings.py
     #	onadata/apps/main/views.py
     #	onadata/apps/sms_support/__init__.py
     #	onadata/apps/sms_support/autodoc.py
     #	onadata/apps/sms_support/models.py
     #	onadata/apps/sms_support/parser.py
     #	onadata/apps/sms_support/providers/__init__.py
     #	onadata/apps/sms_support/providers/smssync.py
     #	onadata/apps/sms_support/providers/telerivet.py
     #	onadata/apps/sms_support/providers/textit.py
     #	onadata/apps/sms_support/providers/twilio.py
     #	onadata/apps/sms_support/tests/__init__.py
     #	onadata/apps/sms_support/tests/test_base_sms.py
     #	onadata/apps/sms_support/tests/test_notallowed.py
     #	onadata/apps/sms_support/tests/test_parser.py
     #	onadata/apps/sms_support/tools.py
     #	onadata/apps/sms_support/views.py
     #	onadata/apps/survey_report/__init__.py
     #	onadata/apps/survey_report/templatetags/__init__.py
     #	onadata/apps/survey_report/templatetags/data_manipulation.py
     #	onadata/apps/survey_report/urls.py
     #	onadata/apps/survey_report/views.py
     #	onadata/apps/viewer/tests/test_data_view.py
     #	onadata/apps/viewer/tests/test_export_builder.py
     #	onadata/apps/viewer/tests/test_instance_view.py
     #	onadata/apps/viewer/views.py
     #	onadata/libs/authentication.py
     #	onadata/libs/utils/analyser_export.py
     #	onadata/libs/utils/google.py
    noliveleger committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    f3eeaa5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'kobokitten-unicode' into kobokitten-remove-ui-CUD-actio…

    …ns-unicode
    
     # Conflicts:
     #	onadata/apps/sms_support/providers/smssync.py
     #	onadata/apps/sms_support/providers/textit.py
     #	onadata/apps/sms_support/providers/twilio.py
     #	onadata/apps/viewer/views.py
    noliveleger committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    004e80a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4817e4b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'kobokitten-remove-ui-CUD-actions' into kobokitten-remov…

    …e-ui-CUD-actions-unicode
    
     # Conflicts:
     #	onadata/apps/viewer/views.py
    noliveleger committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    bf54251 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee1fc40 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'kobokitten-remove-ui-CUD-actions' into kobokitten-remov…

    …e-ui-CUD-actions-unicode
    
     # Conflicts:
     #	onadata/apps/main/views.py
    noliveleger committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1b72ee4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    356523e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    85d2b4a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kobokitten-remove-ui-CUD-actions' into kobokitten-remov…

    …e-ui-CUD-actions-unicode
    
     # Conflicts:
     #	onadata/apps/main/views.py
    noliveleger committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    8009cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46eb31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68dc905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a075eda View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

Commits on Aug 20, 2020

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

Commits on Sep 1, 2020

  1. Removed old check for ziggy

    duvld committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ced6fec View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge pull request #646 from kobotoolbox/kitten-kpi-2770-uuid-query

    Removed old check for ziggy
    noliveleger authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ce5005c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

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

Commits on Nov 24, 2020

  1. Add a "from_kpi" field to MetaData model to differentiate files uploa…

    …ded directly than through KPI
    noliveleger committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a6f8a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c196e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Merge branch '2488-kpi_add_delete_data_permission' into kobokitten-re…

    …move-ui-CUD-actions-unicode
    
     # Conflicts:
     #	kobocat-template/templates/base.html
     #	kobocat-template/templates/data_view.html
     #	kobocat-template/templates/instance.html
     #	kobocat-template/templates/profile.html
     #	kobocat-template/templates/show.html
     #	kobocat-template/templates/stats_tables.html
     #	onadata/apps/api/tests/viewsets/test_xform_viewset.py
     #	onadata/apps/api/viewsets/xform_viewset.py
     #	onadata/apps/logger/models/xform.py
     #	onadata/apps/logger/views.py
     #	onadata/apps/main/views.py
     #	onadata/apps/viewer/views.py
    noliveleger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    3c12889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02b758 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kobokitten-remove-ui-CUD-actions-unicode' of github.com…

    …:kobotoolbox/kobocat into kobokitten-remove-ui-CUD-actions-unicode
    noliveleger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    4e63901 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kpi-2487-form-media' into kobokitten-remove-ui-CUD-acti…

    …ons-unicode
    
     # Conflicts:
     #	onadata/libs/serializers/xform_serializer.py
    noliveleger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    bd99a7e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    82d33be View commit details
    Browse the repository at this point in the history
  2. Fixed migrations conflict

    noliveleger committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    cc58f86 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Remove QR Code generator

    noliveleger committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    32851fc View commit details
    Browse the repository at this point in the history
  2. Code reformat

    noliveleger committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0a4ec2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2359362 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

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

Commits on Mar 11, 2021

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