1. 24 Jan, 2018 - 1 commit
  2. 19 Dec, 2017 - 3 commits
  3. 16 Dec, 2017 - 1 commit
  4. 12 Dec, 2017 - 1 commit
  5. 05 Dec, 2017 - 3 commits
    • Devansh Kukreja's avatar
      decoupled annotations and gradebook again (#947) · cc01d40f
      Devansh Kukreja authored
      * decoupled annotations and gradebook again
      
      * brought back head :no_content
      cc01d40f
    • Devansh Kukreja's avatar
      6f7bb471
    • Theodor Johansson's avatar
      Merging Updates to Annotations (#945) · 43bc88b3
      Theodor Johansson authored
      * Remove disabled fields in create course user datum (#877)
      
      * removes a check that stops annotations with the same submission and problem number from being added
      
      * removed annotation updates that expect there to be a single annotation for each submission and problem
      
      * Untangled gradebook and annotations, so gradebook isn't affected by annotation scores and scores can take any value.
      
      * Begun rollout of our Slack and updated logo
      
      * Updated main url
      
      * Fixed Add-To-Slack btn
      
      * fixed annotation deletion also deleting score bug and added a note for instructors
      
      * reverted db migration changes
      
      * Added point deductions on annotations
      
      * Problem and Score box now shows after update annotation
      
      * Problem field shows in editAnnotation
      
      * Worked on properly updating scores
      
      * removes a check that stops annotations with the same submission and problem number from being added
      
      * removed annotation updates that expect there to be a single annotation for each submission and problem
      
      * Untangled gradebook and annotations, so gradebook isn't affected by annotation scores and scores can take any value.
      
      * Begun rollout of our Slack and updated logo
      
      * Updated main url
      
      * Fixed Add-To-Slack btn
      
      * fixed annotation deletion also deleting score bug and added a note for instructors
      
      * Added point deductions on annotations
      
      * reverted db migration changes
      
      * Problem and Score box now shows after update annotation
      
      * Problem field shows in editAnnotation
      
      * Worked on properly updating scores
      
      * Changed highlight color for lines > 80ch
      
      * Code highlights now include all characters
      
      * Added feature to minimize code annotations
      
      * Changed minimize button to material-icon 'remove' in code anns.
      
      * Annotations are now minimized by default
      
      * Removed debugging print statements
      
      * Removed more print statements
      
      * Fixed no-click error, added checks for scores/gen probs
      
      * removes a check that stops annotations with the same submission and problem number from being added
      
      * removed annotation updates that expect there to be a single annotation for each submission and problem
      
      * Untangled gradebook and annotations, so gradebook isn't affected by annotation scores and scores can take any value.
      
      * Begun rollout of our Slack and updated logo
      
      * Updated main url
      
      * Fixed Add-To-Slack btn
      
      * fixed annotation deletion also deleting score bug and added a note for instructors
      
      * Added point deductions on annotations
      
      * reverted db migration changes
      
      * Problem and Score box now shows after update annotation
      
      * Problem field shows in editAnnotation
      
      * Worked on properly updating scores
      
      * Untangled gradebook and annotations, so gradebook isn't affected by annotation scores and scores can take any value.
      
      * Begun rollout of our Slack and updated logo
      
      * Updated main url
      
      * Fixed Add-To-Slack btn
      
      * fixed annotation deletion also deleting score bug and added a note for instructors
      
      * reverted db migration changes
      
      * Added point deductions on annotations
      
      * Worked on properly updating scores
      
      * Changed highlight color for lines > 80ch
      
      * Code highlights now include all characters
      
      * Added feature to minimize code annotations
      
      * Changed minimize button to material-icon 'remove' in code anns.
      
      * Annotations are now minimized by default
      
      * Removed debugging print statements
      
      * Removed more print statements
      
      * Fixed no-click error, added checks for scores/gen probs
      
      * Removed minimize button in PDF anns
      
      * Replaced submit button that was deleted during rebase
      43bc88b3
  6. 04 Dec, 2017 - 6 commits
  7. 03 Dec, 2017 - 1 commit
  8. 25 Nov, 2017 - 1 commit
  9. 23 Nov, 2017 - 4 commits
  10. 12 Nov, 2017 - 1 commit
  11. 10 Nov, 2017 - 1 commit
  12. 03 Nov, 2017 - 1 commit
  13. 27 Oct, 2017 - 2 commits
  14. 12 Oct, 2017 - 1 commit
  15. 30 Jul, 2017 - 1 commit
  16. 25 Jul, 2017 - 2 commits
  17. 19 May, 2017 - 2 commits
  18. 04 May, 2017 - 3 commits
  19. 02 May, 2017 - 3 commits
    • Aatish Nayak's avatar
      Release v2.0.7 (#870) · 2159d9b2
      Aatish Nayak authored
      * Fixed Date time picker always displaying 12AM
      
      * move get child status to after moss command (#817)
      
      * Update .gitignore to ignore .vscode configs
      
      Namely address launch.json but also removes any additional vscode IDE-specific configurations
      
      * Hotfix tabs redirect (#824)
      
      * fixed problems page redirect
      
      * set up tab redirects by including a tag with each submit button
      
      * Fixed basic bug and commented code
      
      * removed vscode
      
      * Removed production devise config from .travis.yml (#834)
      
      * set z-index for annotation forms (#813)
      
      * Fix submit buttons on penalties and handin page. (#829)
      
      * update gradesheet sorting function to better handle NaN (#833)
      
      * disable browser autocomplete for username in extensions (#832)
      
      * change how datepickers get default date (#846)
      
      * Remove 'waves' effect from buttons.  (#837)
      
      * Add overflow to large title assignments so the badge within the link functions properly. (#848)
      
      * Fix student search bar (#853)
      
      * Added search table
      
      * Fixed student search bar
      
      * Update PDF annotation button style (#849)
      
      * Update PDF annotation buttons so that the text is visible as well as the icon. Fixes #814.
      
      * Remove unnecessary comment.
      
      * Fix issue #844 by stopping propogation of click events in the buttons (#845)
      
      * Remove max score check from gradesheet (#841)
      
      * Set default date if val is blank (#855)
      
      * Leave admin options open on page render (#854)
      
      * Assessment Forms UX improvements (#847)
      
      * Add script to change times on input on edit handin (#840)
      
      * regradeAll: refer to correct submissions variable
      
      Fix misuse of @submission in regradeAll and regradeBatch
      
      * Freeze flatpickr version (#867)
      
      * Various form fixes for readability and clarity (#866)
      
      * fix the variable name bug in date picker (#869)
      
      * Move the nav drawer to the right side popout. (#857)
      2159d9b2
    • Jacob Buckheit's avatar
      dea10247
    • Billy Zhu's avatar
      59266e0b
  20. 28 Apr, 2017 - 2 commits