[jsx/Markdown.js] Markdown feature bullets#5542
Closed
maltheism wants to merge 38 commits into
Closed
Conversation
Update master to the latest LORIS release.
Merging v19.1.0 to master
[POST RELEASE] PULL FORWARD OF 20.0.0 INTO MASTER
…master PUSH FORWARD of the v20.0.2 RELEASE INTO THE master branch
Pull back v20.1.1 into master
Pull back v20.1.2 into master
PUSH FORWARD OF THE 20.2.0 RELEASE TO MASTER
Push v20.3.0 into master
Allows the install script to continue if the command "hostnamectl" is not found.
…s were allowed to see statistics from sites they don't have access to. (aces#5315) A user with role Data Entry was able to see demographic statistics from sites it does not belong/have access For example if there are two users and two sites: user Site 1 is associate only to Site_1. user Site 2 is associate only to Site_2. (Both of them have the role Data Entry and nothing more in the permissions) When going to MainMenu->Reports->Statistics->Demographic Statistics The user of Site 1 is able to see the statistics for Site 2 and vice versa Now each user should be able to see only the demographic statistics for the sites it belong/have access Fixes aces#5086
When clicking on the breadcrumb in Candidate Parameters, the CandID was not being included in the link and thus was throwing a 500 error (specifically in the Consent Status tab).
"ConfigException" doesn't exist and is causing LORIS to crash (for the wrong reason) when an exception is thrown.
…re allowed to see imaging statistics from sites they don't have access to. (aces#5339) A user with role Data Entry was able to see imaging statistics from sites it does not belong/have access For example if there are two users and two sites: user Site 1 is associate only to Site_1. user Site 2 is associate only to Site_2. (Both of them have the role Data Entry and nothing more in the permissions) When going to MainMenu->Reports->Statistics->Imaging Statistics The user of Site 1 is able to see the imaging statistics for Site 2 and vice versa.
There was a slight issue with the logic during the install process that swallowed a DB exeption in favour of returning false; however, the return value of this function was never checked so the code kept trying to function without a DB connection. This could give a 500 error in some cases, making the install look messy and hard to debug.
When ajax/datadictionary.php is called, Notices are generated when the category or key params are checked when not present in the request. Add isset check to avoid them.
…ces#5205) Clean up install script and instruct user's to run make [dev] after.
…to view module (aces#5373) Previously only users with candidate_parameter_view could view the module. This allows users with candidate_parameter_edit to view it also.
Push v21.0.3 into master
Collaborator
|
if this is not a bugfix please base it on major for now as it will only be part of the next release |
Member
Author
Contributor
|
@ridz1208 These markdown bullets should be a |
This file contains hidden or 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
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.
Brief summary of changes
Adds Markdown "bullets" which is the equivalent to unordered html list.
Testing instructions (if applicable)
Links to related tickets (GitHub, Redmine, ...)