Skip to content
Snippets Groups Projects
  1. Oct 16, 2017
  2. Oct 11, 2017
  3. Oct 06, 2017
    • Adeel Khan's avatar
      Adds translation for lms progress chart tooltip. · 9ef887c5
      Adeel Khan authored
      Tooltip text under lms->courseview->progress tab->chart
      was not under any translation, causing it to appear untranslated for
      learners. This would enable its translation to any language.
      
      LEARNER-2607
      9ef887c5
  4. Oct 05, 2017
  5. Oct 04, 2017
  6. Sep 28, 2017
  7. Sep 25, 2017
  8. Sep 22, 2017
  9. Sep 13, 2017
  10. Sep 11, 2017
  11. Sep 06, 2017
  12. Aug 29, 2017
  13. Aug 25, 2017
  14. Aug 23, 2017
  15. Aug 19, 2017
  16. Aug 15, 2017
  17. Aug 14, 2017
  18. Aug 11, 2017
  19. Aug 08, 2017
  20. Aug 07, 2017
  21. Aug 04, 2017
    • Giulio Gratta's avatar
      Fix attrib check code for library_content import · 2ad885b7
      Giulio Gratta authored
      Attributes come in as a list of dicts with strings as keys and values.
      Implicitly casting each result as a tuple causes the code to split the key string into it's characters.
      This yields a list of characters, the first two of which are placed into the variables "attr_name" and "attr_value".
      This is not only wrong, but because keys tend to be more than 2 characters, the net result is:
      
      "ValueError: too many values to unpack"
      2ad885b7
  22. Jul 27, 2017
  23. Jul 26, 2017
  24. Jul 25, 2017
  25. Jul 18, 2017