Daniel Beck
Daniel Beck
This is what it looks like: > I was very surprised to then be told by GH support that I should file an issue here, instead of contacting support. Perhaps...
Tiny quality of life improvement for plugin management. Old: This is annoying and difficult to manage New: This nicely groups "relevant" stuff at the top ### Proposed changelog entries *...
See [JENKINS-60866](https://issues.jenkins.io/browse/JENKINS-60866). https://github.com/jenkinsci/antisamy-markup-formatter-plugin/pull/91 would be nice to have, but not necessary. Strictly speaking, this "just" makes the code behave as documented at https://github.com/jenkinsci/jenkins/blob/d977ee8741ed6362dac282e69a317a070ee9d813/core/src/main/resources/lib/form/textarea.jelly#L68-L71 but since [tons of plugins](https://github.com/search?q=org%3Ajenkinsci+codemirror-config&type=code) set this...
See [JENKINS-60866](https://issues.jenkins.io/browse/JENKINS-60866). Downstream of https://github.com/jenkinsci/stapler/pull/385 This takes care of two different previously inline or `eval`'ed JS snippets that ended up calling `makeStaplerProxy` to bind objects to JS: * `st:bind` emitted...
See [JENKINS-10693](https://issues.jenkins.io/browse/JENKINS-10693). Checkboxes for job names have a `name` attribute matching the job name. If that's `json`, that'll mess with the magic parameter for structured form submission populated by `buildFormTree`....
Pages like `/systemInfo` in Jenkins show potentially sensitive information to users entitled to view them. To prevent unintentionally revealing that information to shoulder surfers or when screensharing, this PR proposes...
From #6853: > This is slightly awkward, because "modern" form validation (not JS) requires `checkDependsOn` to be defined, otherwise `registerValidator` in `hudson-behavior.js` thinks it _should_ be JS, and if it's...
See [JENKINS-60866](https://issues.jenkins.io/browse/JENKINS-60866). Needs `Behaviour.applySubtree()` because the checkbox is part of the section that gets reloaded. Reduced diff: https://github.com/jenkinsci/jenkins/pull/6870/files?w=1 ### Proposed changelog entries Too minor ### Proposed upgrade guidelines N/A ###...
See [JENKINS-60866](https://issues.jenkins.io/browse/JENKINS-60866). Since this requires a second argument, this solution adds a hidden and otherwise ignored form field that can be referenced in `checkDependsOn` ### Proposed changelog entries Too minor...
See [JENKINS-60866](https://issues.jenkins.io/browse/JENKINS-60866). This is an alternative to https://github.com/jenkinsci/jenkins/pull/6859. Rather than add a fake form element, this makes the query string helper function more flexible to allow hardcoding some arguments. Obviously...