rocky
rocky
`autolink-java` supports detecting [WWW links](https://github.com/robinst/autolink-java#www-link-extraction), but the Autolink Extension for `commonmark-java` does not. This is easily fixed by removing [this line ](https://github.com/commonmark/commonmark-java/blob/dfd95d08a547d91bf10a6dea3d030906a5f976b7/commonmark-ext-autolink/src/main/java/org/commonmark/ext/autolink/internal/AutolinkPostProcessor.java#L15) so that the default detecting logic for `autolink-java`...
### Description This change adds the ability to use markdown formatting in question options for checkbox and radio button type questions. New lines are disallowed in question options because they...
Question options are currently set up as `input` elements, which do not allow line breaks. As a follow-up from https://github.com/civiform/civiform/issues/6648, we want to explore changing those `input` elements to `textArea`...
**Describe the bug** In mobile, the header for program cards on the submission confirmation page is pushed up against the left border which looks bad. **To Reproduce** Steps to reproduce...
When we first launched PAI, there was a breaking change that disallowed users from submitting applications that were soley filled out with PAI data. This is because the data wasn't...
Values for variables that are marked as `ADMIN_WRITEABLE` in `env-var-docs.json` are saved in the db and should be managed via the admin settings panel and not set in deployment configs....
**Describe the bug** Markdown for question text is not being correctly parsed in all places for admin. **To Reproduce** Steps to reproduce the behavior: 1. Create a question and use...
We reference the settings value for `SUPPORT_EMAIL_ADDRESS` when we show the internal server error page here: https://github.com/civiform/civiform/blob/02c224d105fd69424bc02a9d6bf0b21727be9062/server/app/views/errors/InternalServerError.java#L58 But the `CIVIFORM_SETTINGS_ATTRIBUTE_KEY` isn't set on the request at that point which is...
Currently, we must keep old job names around in the `DurableJobName` enum to avoid getting an `IllegalArgumentException` when the job name is not found. It would be better if job...
### Description Please explain the changes you made here. ## Release notes The title of the pull request will be used as the default release notes description. If more detail...