Skip to content
Snippets Groups Projects
  1. Apr 06, 2018
    • Jeremy Stanley's avatar
      fix eportfolio file uploads harder · 3ba52491
      Jeremy Stanley authored
      test plan: ensure you can upload a file to:
       1. the root of a new eportfolio
          (example url: /eportfolios/123?view=preview)
       2. a section added to an eportfolio
          (example url: /eportfolios/123/SectionName)
       3. a page added to an eportfolio section
          (example url: /eportfolios/123/SectionName/PageName)
      
      fixes ADMIN-924
      
      Change-Id: I62db3a0f49438c21e9b56cff8201fc86d530011a
      Reviewed-on: https://gerrit.instructure.com/145748
      
      
      Tested-by: Jenkins
      Reviewed-by: default avatarRob Orton <rob@instructure.com>
      Product-Review: Mysti Sadler <mysti@instructure.com>
      QA-Review: Mysti Sadler <mysti@instructure.com>
  2. Apr 05, 2018
  3. Apr 02, 2018
  4. Mar 31, 2018
  5. Mar 30, 2018
    • Jacob Fugal's avatar
      return progress from legacy upload via url · ab4e6d58
      Jacob Fugal authored
      fixes RECNVS-401
      
      the javascript has already been adapted to expect a progress instead of
      the file status blob, that's what causes the bug. give it what it
      expects. the progress results are populated during Attachment#clone_url,
      and the progress is flagged completed once the worker successfully
      completes the job.
      
      test-plan:
       - with inst-fs turned off in the account
       - have a course with the Google Drive LTI tool enabled
       - have a file upload assignment in that course
       - as a student in the course, click "Submit Assignment" on the file
         upload assignment
       - choose the Google Drive tab, authorize a google account, select a
         file from the drive, and click submit.
       - submit the assignment with the selected file; the submission should
         go through without error (will give an error at this point without
         this commit)
       - click the link to download the submission; should download
      
      Change-Id: I43e991f419a9f81359145d9f40899ecc82675da0
      Reviewed-on: https://gerrit.instructure.com/145403
      
      
      Reviewed-by: default avatarMichael Jasper <mjasper@instructure.com>
      Tested-by: Jenkins
      Reviewed-by: default avatarAndrew Huff <ahuff@instructure.com>
      QA-Review: Collin Parrish <cparrish@instructure.com>
      Product-Review: Jacob Fugal <jacob@instructure.com>
    • Transifreq's avatar
      update pt translation · 2f37e6c7
      Transifreq authored
      Change-Id: I19dde6d8808ce6a1f86dadebd172e6890377f5fc
      2f37e6c7
    • Transifreq's avatar
      update pl translation · b6901c88
      Transifreq authored
      Change-Id: I3143937aebf7b6161f043360bb82c734091f560e
      b6901c88
    • Transifreq's avatar
      update de translation · 9812bf37
      Transifreq authored
      Change-Id: Ibab527b3810d054256432e52550b894ca85382b0
      9812bf37
    • Transifreq's avatar
      update nl translation · 4ee5cc57
      Transifreq authored
      Change-Id: I27b5c500b5f2599cae9457dd28c6c355aafdfaf6
      4ee5cc57
  6. Mar 28, 2018
  7. Mar 27, 2018