Skip to content
Snippets Groups Projects
Forked from autolab-project / m3 / Autolab
Loading
  • Devansh Kukreja's avatar
    15c26f60
    Autolab v2.1.0 (#946) · 15c26f60
    Devansh Kukreja authored
    * Remove disabled fields in create course user datum
    
    * Add error flash if the user has javascript disabled warning them that some features may not be available.
    
    * Add snippet to application view to make sure the alert is visible across the whole site.
    
    * fix link and remove duplicate favicon file (#908)
    
    * Major improvements to forms. This should make forms look more uniform and have expected behaviors across all forms.
    
    * Finish implementation of better forms.
    
    * change from UB repo to original repo (#938)
    
    * workaround for null constraints in migrations that throw an error in SQLLite
    
    * updated schema to match new migrations
    
    * added missing dropped parameter to autogenerated course_user_datum
    
    * Add feedback to embedded quiz form. Fix margin on autocomplete forms.
    
    * Fix setup script regarding database and school templates (#928)
    
    * revert to mysql, and properly comment unused section
    
    * correct order of config initilization
    
    * swap the initialization order of grading_deadline and end_at (#893)
    
    * account for DST by offsetting difference in utc_offset (#939)
    
    * reorder commands to go to page before drawing box (#944)
    
    * create assessment config files and load them (#929)
    
    * Merging Updates to Annotations (#945)
    
    * 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
    
    * shows colspec error messages if ill-formed (#943)
    
    * decoupled annotations and gradebook again (#947)
    
    * decoupled annotations and gradebook again
    
    * brought back head :no_content
    
    * move annotation box in front of pdf pages
    
    * Devansh v2.1.0 patches (#950)
    
    * bolded notice that annotations and gradebook are decoupled
    
    * added annotation collapse and expand buttons
    15c26f60
    History
    Autolab v2.1.0 (#946)
    Devansh Kukreja authored
    * Remove disabled fields in create course user datum
    
    * Add error flash if the user has javascript disabled warning them that some features may not be available.
    
    * Add snippet to application view to make sure the alert is visible across the whole site.
    
    * fix link and remove duplicate favicon file (#908)
    
    * Major improvements to forms. This should make forms look more uniform and have expected behaviors across all forms.
    
    * Finish implementation of better forms.
    
    * change from UB repo to original repo (#938)
    
    * workaround for null constraints in migrations that throw an error in SQLLite
    
    * updated schema to match new migrations
    
    * added missing dropped parameter to autogenerated course_user_datum
    
    * Add feedback to embedded quiz form. Fix margin on autocomplete forms.
    
    * Fix setup script regarding database and school templates (#928)
    
    * revert to mysql, and properly comment unused section
    
    * correct order of config initilization
    
    * swap the initialization order of grading_deadline and end_at (#893)
    
    * account for DST by offsetting difference in utc_offset (#939)
    
    * reorder commands to go to page before drawing box (#944)
    
    * create assessment config files and load them (#929)
    
    * Merging Updates to Annotations (#945)
    
    * 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
    
    * shows colspec error messages if ill-formed (#943)
    
    * decoupled annotations and gradebook again (#947)
    
    * decoupled annotations and gradebook again
    
    * brought back head :no_content
    
    * move annotation box in front of pdf pages
    
    * Devansh v2.1.0 patches (#950)
    
    * bolded notice that annotations and gradebook are decoupled
    
    * added annotation collapse and expand buttons
Code owners