sakai icon indicating copy to clipboard operation
sakai copied to clipboard

Sakai is a freely available, feature-rich technology solution for learning, teaching, research and collaboration. Sakai is an open source software suite developed by a diverse and global adopter commu...

Results 144 sakai issues
Sort by recently updated
recently updated
newest added

If the rubric point value is ever displayed elsewhere (e.g., in the Rubrics tool), then a refactored version of calcMaxPoints should likely be placed elsewhere in the rubrics webcomponents code....

This PR adds the ability to comment on Course Grades in Gradebook, in a way that looks and works just like regular assignment comments. They are stored and retrieved the...

This PR adds University Of Dayton's Course Grade Breakdown link and modal to the column dropdown menu for Course Grade. It contains some functionality of UD's original Gradebook Items modal...

https://sakaiproject.atlassian.net/browse/SAK-47776 We need the replaceAll Seen here: https://www.tabnine.com/code/java/methods/java.text.MessageFormat/applyPattern ``` /** * Translate a text string based on our i18n files. * @since 3.1 */ public static String i18n(ResourceBundle messages, String...

This PR adds a site picker in Lessons' Add Items From Another Page function. When the user chooses a site, pages from that site will be made available and the...

jira: https://sakaiproject.atlassian.net/browse/SAK-49811 Much of the logic added to saveExclude is adapted from the sibling methd, saveGrade. I also removed a redundant block of calls from the saveGrade method; the three...