forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pulling latest moodle changes. #3
Merged
Merged
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
Tidy up unit tests for user report, removing some redundancy and duplication.
This allows the filter to be more easily re-used for component system reports that want to filter by their own tags.
* Update thirdpartylibs.xml and readme_moodle.txt documentation
Fix section page heading title update when the section name has been modified using inplace editable.
Add a new feature to propagate the section name change through the course content. Any element with data-section-name-for=<sectionid> will automatically update the section name.
- Add a new method 'add_attribute' to navigation nodes to add HTML attributes to nodes. - Add data-attribute to section nodes and include them in breadcrumb mustache to automatically update section titles when sections are renamed.
- Fix scroll-margin-top in #maincontent element - Add scroll-margin-top for focused elements too
In MDL-81184 a regression was generated by changing the height property with min-height in the sticky footer. That caused unexpended behaviour of the sticky footer being partially displayed in the course page for small devices. Replacing min-height with height as the original design.
In the section settings page, replace the custom checkbox element used for renaming with a standard input text field featuring a placeholder. This adjustment aims to enhance user experience by simplifying the interaction and aligning with modern design standards.
This adds a new structure_modified hook to mod_quiz, deprecating the quiz_stucture_modified class callback used in recompute_quiz_sumgrades(). The callback will be removed in Moodle 4.8. The quiz_statsitics plugin which used this callback now defines a hook callback instead.
This creates a new hook which is dispatched when a quiz attempt is set to a new state, or deleted. This is then used by quiz_statistics to trigger a recalulation, replacing the old event observer (for submissions) and class callback (for deletions).
Adds the property that is required by Chrome to opt-in to its 3rd party cookie partitioning solution, CHIPS. This specific change ensures the 'state' cookie, used in the OIDC handshake, has partitioning support. This cookie can be partitioned unconditionally, since it's a cookie controlled by the library and one we don't expect to be set without partitioning elsewhere.
Allow them to be edited during report creation/updating, display in report listings table with filtering, and implement tag callback to allow them to be discoverable across the site.
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.