-
Bug
-
Resolution: Fixed
-
Major
-
1.538+
Introduced in this commit:
https://github.com/jenkinsci/jenkins/pull/962/files#r9552059
—
A few of the odd behaviors:
- Asks for confirmation when browsing away after navigating between form elements by pressing tab
- Asks for confirmation when triggering form submit using keyboard
- Asks for confirmation when navigating away after clicking an Advanced… button.
- depends on
-
JENKINS-30809 Backport PR1854: JS alert preventing to leave a configuration page without changes
-
- Resolved
-
- is related to
-
JENKINS-19835 Configuration page leave confirmation
-
- Resolved
-
Code changed in jenkins
User: tfennelly
Path:
.gitignore
changelog.html
cli/pom.xml
core/pom.xml
core/src/main/java/hudson/model/AbstractProject.java
core/src/main/java/hudson/model/Run.java
core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
core/src/main/resources/lib/form/confirm.js
core/src/main/resources/lib/form/select/select.js
core/src/main/resources/lib/layout/layout.jelly
plugins/pom.xml
pom.xml
test/pom.xml
test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
war/pom.xml
http://jenkins-ci.org/commit/jenkins/95ca3da67d217c90d31819ec92e521e2072acd5a
Log:
Merge branch 'master' into plugin-manager-dependants
Update the changelog by new merges:
[FIXED JENKINS-30569] HistoryWidget: fix JS syntax error
[FIXED JENKINS-29014] render API link conditional on getApi() presence
JENKINS-21720JS alert preventig to leave a configuration page even without formulary changesadd ctags file 'tags' to .gitignore
[maven-release-plugin] prepare release jenkins-1.632
[FIXED JENKINS-29888] Handling all exceptions returned by logRotator
JENKINS-30742Fixed possible NPE in AbstractProject.resolveForCLI()