forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-70906] Remove prototype from core (jenkinsci#7781)
* Remove Ajax.Request from breadcrumbs * Remove Ajax.Request from build-timeline-widget * WIP * Use crumb API for setting up crumb * Use existing semantics * Fix build button column * Add comment explaining why catch is added * Use post and crumb for combobox * Lint fix * More fixes * Fixes * Fix * Fix validate button htmlunit was a pain... * Lint fix * Fix URICheckEncodingMonitor * Add a user experimental flag to run Jenkins without Prototype.js * Adapt select.js * Fix parameter support * JENKINS-70922 Remove Prototype Ajax.Request usage from select.js * Lint:fix * More * lint * Rebased * Lint * Fix bad merge * JENKINS-70931 Remove Prototype Ajax.Request usages from hudson-behavior.js Co-authored-by: Basil Crow <[email protected]> * Fix URICheckEncodingMonitor * JENKINS-70921 Remove Prototype Ajax.Request usages from link.js * Remove dead code * JENKINS-70910 Remove Prototype.Browser usages from hudson-behavior.js * JENKINS-70947 Remove Prototype $ usage from section_.js * Prototype removal true * Remove unneeded test * Remove hacky test that doesn't work with fetch * Remove unneeded workaround * Fix test * Minor improvements while debugging * Fix repeatable.js * JENKINS-71020 Remove Prototype usages from buildTimeTrend_resources.js * lint * JENKINS-71020 Remove Prototype usages from buildTimeTrend_resources.js * Use escapeHTML instead of inlined references * Fix issues * JENKINS-70931 Remove Prototype Ajax.Request usages from hudson-behavior.js Co-authored-by: Basil Crow <[email protected]> * Remove hacky test that doesn't work with fetch * Remove unused checkMethod * Revert "Revert "JENKINS-70922 Remove Prototype Ajax.Request usage from select.js"" This reverts commit 2cff5b8. * Serialise refills Co-authored-by: Basil Crow <[email protected]> * More reverts * More merge * Remove prototype.js * Remove more references --------- Co-authored-by: Basil Crow <[email protected]>
- Loading branch information
Showing
11 changed files
with
7 additions
and
6,356 deletions.
There are no files selected for viewing
54 changes: 0 additions & 54 deletions
54
core/src/main/java/jenkins/model/experimentalflags/RemovePrototypeUserExperimentalFlag.java
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
test/src/test/resources/hudson/ExceptionTest/RootActionImpl/ajaxError.jelly
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.