-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.4.6 #40
Merged
Release v1.4.6 #40
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19818 [BUG] max grade is always displayed as 100 in the grade book
* 20031 make new-window-mode the default for new tasks * Added function to display information box
…uplication and backup (#7)
* 20213 reset grades if problem is changed * 20213 removed logs * 20213 added note to tooltip that changing a problem lets to a grade reset * updated codestyle
* 19487 WIP implementing multi upload with dnd * 19487 fixed namespace error for exceptions * 19487 improved upload validation method * 19487 fixed a bug, where admin choices for gradepool where ignored when importing tasks via d&d * 19487 added german translation for new string * 19487 added php docs * 19487 removed logs * updated codestyle
…11) Co-authored-by: Filip Sacha <[email protected]>
* 18600 proof of concept * 18600 first working prototype * 18600 refactored problemSelectorController * 18600 loggin incoming messages * opener at local.mumie.net * opening local.tobias.net as problemselector * hopefully fixed cors errors * 18600 send origin as param * 18600 LMS Problem selector now works with local lemon * changed url of problem selector * bumped version * Problem selector now works with lemon staging * changed problem selector url to production instance * Problem selector can be edited * improved coding style * formatted code * Added system language param to lsm problem selector url. Passing values to js as params. * formatted (#13) Co-authored-by: Filip Sacha <[email protected]> * WIP removing problem drop down * Updated changeListener for checkbox, so entire course can be selected as mumie task * resolved errors * removed unneccessary id param from custom html, to fix travis error * wip * Adjusted text input field size via css, to properly display task names. * formatted * link to entire course is displayed if link in courses-and-tasks.json is (#15) * link to entire course is displayed if link in courses-and-tasks.json is available * removed one parentElement to fix the position of the course checkbox * added hideIf to task_display_element and mumie_form_prb_selector_btn, because the task name was displayed twice * bug fix disabled element via js, cause there is a bug with native moodle html elements * Fixed formatting for travis and correct a few typos * Improved more formatting to fix travis error Co-authored-by: Filip Sacha <[email protected]> Co-authored-by: Tobias Goltz <[email protected]> * Feature/#18600/task/#20770 link to entire course if link available (#16) * link to entire course is displayed if link in courses-and-tasks.json is available * removed one parentElement to fix the position of the course checkbox * added hideIf to task_display_element and mumie_form_prb_selector_btn, because the task name was displayed twice * bug fix disabled element via js, cause there is a bug with native moodle html elements * Fixed formatting for travis and correct a few typos * Improved more formatting to fix travis error * Removed unused styles and fixed some typos Co-authored-by: Filip Sacha <[email protected]> * Form validation must't check whether taskurl is part of official server structure. It disables d&d import from MUMIE for lang other than german * updated changelog, removed outdated params and fixed some spelling * improved param names in problem selector request * updated version Co-authored-by: Filip Sacha <[email protected]> Co-authored-by: fsacha <[email protected]>
… moodle ignores select-inputs with the 'hidden' attribute
…996/language-selection-isnt-saved Selected language is now saved additionally in a hidden input because…
#19) * Added a tag to course view of mumie task to inform students about passing requirements * updated changelog
* WIP adding grading page * WIP extend duedate for student * wip display duedate form as modal * WIP duedates can now be set in modal * cleanup, info about general due date on extension-page, i18n * bumped version * WIP creating new table for duedate extensions during plugin upgrade * Feature/#20985/#21411 use due date extension in gradesync (#22) * added check for user dependent duedate * checks if no user specific duedate added * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * resolved formatting Co-authored-by: Filip Sacha <[email protected]> Co-authored-by: root <[email protected]> * Feature/#20985/#21417 add view mumie task button (#23) * wip * wip * wip * formatting, styling * opens mumie task in new tab, styling button, rename button * formatting * done * threads resolved Co-authored-by: Filip Sacha <[email protected]> * Feature/#20985/#21437 show and select submissions for grading (#21) * WIP all submissions can now be seen by teachers and a submission can be selected to overwrite the gradebook entry * Added i18n, teachers now see grading page when opening the activity * fixed wrong boolean in default action for view * added php docs and fixed some formatting * Removed mocked xapi grade response for submissions * fixed missspelled classname * Submissions table now displays a short info, if no grade are available * Simplified include_grade() * fixed param type * WIP fixing error where grades where not synced * WIP fixed an issue where not all submissions where displayed * added debug logging * Removed debugging * fixed duedate form not working * WIP * WIP fixing bug where grades cannot be overridden * Fixed issue, where a teacher couldnt open a task * fixed teachers not being able to opene mtasks * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * WIP fixing grade validation during overrite * Removed unnecessary classes for submissions html table * Fixed some spelling issues and improved wording * fixed param type in grade validater * Open MUMIE Task button now is smaller * default value for action is now set optional_params call * extracted duplicated code into xapiToMoodleGradeTransformer * Fixed an error, where xapi grade transformer had no return value Co-authored-by: Filip Sacha <[email protected]> * Try autoformatting php * fixed formatting issues * fixing formatting issues * Update main.yml * Update main.yml * Update main.yml * fixed more formatting * mend * Hopefully the last formatting fix * adding phpdoc checker * Fixed missing phpDocs and removed unneccessary context property form mumie_grader * Fixed formatting error that was introduced when adding phpdocs * Github actions should run on master branch * display duedateextensions in courseview * fiexed * formatting * Feature/#21607 due date in calendar (#25) * General duedate is now saved, updated and deleted in calendar * Calendar is now updated when adding, changing or deleting MTs and shows duedate extensions * fixed issue, where extension events where not deleted when extension is revoked * Updated changelog to include all changes to due date and calendar events. Also fixed wrong type in php doc * extracted logic for individual calender entries into new class to improve code quality * removed unnecessary type property and improved codestyle Co-authored-by: fsacha <[email protected]> Co-authored-by: Filip Sacha <[email protected]> Co-authored-by: root <[email protected]>
#26) * wip * done * removed unnecessary sql requests * formatting 1.0 * formatting 2.0 * formatting 3.0 * formatting 4.0 * resolved threads * formatting * removed unnecessary json * more explicit access to the element * revoked changes, causes error, will be done in refactoring * Fixed bug for displaying grade tag. A course task has no grade item object. * Fixed some minor codestyle/naming issues and wording * fixed typos and whitespace issues * fixed issue where multi edit section could not be collapsed * fixed more spelling issues * extracted onClickListeners in multiTaskEditController.init into dedicated functions to improve readability. Also renamed a few varaibles * refactored selection array manipulation in multiTaskEditController to increase readability * fixed an issue where tasksid could appear multiple times in the taskSelectionArray * changed some html ids to avoid potential conflicts * made minor changes to table headers in multi edit selection tables * display info message, if no MT is available for multi edit * changed some wording and improved look of multi edit selection tables Co-authored-by: Filip Sacha <[email protected]> Co-authored-by: Tobias Goltz <[email protected]>
…ge was sorted by either due date extension or submissions
* Add logic to support selction of ungraded problems via problem selector * Fixed a few issues with graded property. Cleaned up code. * Fixed php code styling * Updated js to ES6 * removed alert from js * fixed whitespace issue * fixed whitespace issue * updated changelog
mariadb has some config issues and will automatically fail
* Fixed an issue where imported MTs where always processed as ungraded * Fixed codestyle where line was too long
#38) * Fixed an issue, where an invalid MUMIE server configuration crashes mod_form * Fixed minor whitespace issue * Apply fix also to edit form * Removed unnecessary whitespace * Improved wording
…39) * Added support for MUMIE servers with multiple courses * Fixed documentation issue where a param was missing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.