1. 29 7月, 2016 1 次提交
  2. 28 7月, 2016 2 次提交
  3. 27 7月, 2016 3 次提交
  4. 26 7月, 2016 4 次提交
  5. 23 7月, 2016 1 次提交
  6. 21 7月, 2016 2 次提交
  7. 20 7月, 2016 1 次提交
    • P
      [JENKINS-34468] CLI command offline-node extracted from core to CLI (#2392) · fb7458f2
      Pavel Janousek 提交于
      * [JENKINS-34468] CLI command offline-node extracted from core to CLI
      
      offline-node extended to accept multiple node names
      offline-node covered by test-cases
      
      * Fixed translation properties
      
      * Fixes based on Oleg's comments
      
      * Fixed HelpCommandTest test-case
      
      * Minor fixes
      
      * Uses Matchers.instanceOf everywhere instead of Java operator instanceof
      fb7458f2
  8. 17 7月, 2016 1 次提交
    • J
      [JENKINS-36476] Underprivileged users could not use the default value of a... · c31392d1
      Jesse Glick 提交于
      [JENKINS-36476] Underprivileged users could not use the default value of a password parameter (#2454)
      
      * [FIXED JENKINS-36476] Do not even send the default password in encrypted form; leave the text field blank, and apply the default upon submission.
      
      * [JENKINS-36476] Use a special token, not the empty string, as the marker for the default value.
      c31392d1
  9. 15 7月, 2016 3 次提交
    • R
      [FIXED JENKINS-33201 Java JSON exception with an empty parametrized build.] (#2444) · 0b517705
      Rupin R Nath 提交于
      * Fixed JENKINS-33201 [Java JSON exception with an empty parametrized
      build.]
      
      * FIXED JENKINS-33201. Changed to FormException instead of Failure
      
      * That fix was never in a released version.
      
      So it cannot have been reverted.
      
      * Lowercase i for consistency
      
      * Remove the concept of yanking dead executors.
      
      * Another unnecessary call to doYank.
      
      * [FIXED JENKINS-27530] Jenkins.reload must also reload the Queue to ensure that every Queue.Item.task corresponds to a live Job, lest nextBuildNumber be bogus.
      
      * [JENKINS-27530] Noting #2439 & #2440.
      
      * FIXED JENKINS-33201. Changed to FormException instead of Failure
      
      * [FIXED JENKINS-33201 .FormException is thrown if parameterDefinitions are not available .
      
      * Changing one more Tab to Space
      
      * Moved checkForEmptyParameters to Job class
      0b517705
    • R
      Turn on autocomplete for job and view name · a0431beb
      Robert Sandell 提交于
      a0431beb
    • G
      translations for lt language (#2430) · 382b04f7
      ge-vi 提交于
      382b04f7
  10. 14 7月, 2016 1 次提交
    • R
      [JENKINS-18435] Tell browsers not to cache or try to autocomplete forms · 88c2d8ed
      Robert Sandell 提交于
      Setting autocomplete to "off" will tell browsers not to try to autofill
      forms during history navigation. Since this seems to be a prominent
      problem in Jenkins I feel it is best to have it default to "off" and let
      individual inputs or pages opt-in to enable it instead
      to indicate they can handle it.
      The standard login page does not seem to use the taglib form tag
      so it is not affected, even so, all modern browsers ignores
      the autocomplete attribute on username and password fields anyway.
      88c2d8ed
  11. 12 7月, 2016 1 次提交
  12. 08 7月, 2016 1 次提交
  13. 03 7月, 2016 1 次提交
    • O
      [FIXED JENKINS-25416][JENKINS-28790] Do not inject build variables into maven... · e66e719f
      Oliver Gondža 提交于
      [FIXED JENKINS-25416][JENKINS-28790] Do not inject build variables into maven process optionally (#1976)
      
      * [FIXED JENKINS-25416][JENKINS-28790] Do not inject build variables into maven process optionally
      
      * [JENKINS-25416][JENKINS-28790] Fixed typo in test method name
      
      * [JENKINS-25416][JENKINS-28790] Suggest alternatives in help
      
      * [JENKINS-25416][JENKINS-28790] Use less hackish approach to preserving legacy behaviour
      e66e719f
  14. 29 6月, 2016 3 次提交
  15. 27 6月, 2016 1 次提交
  16. 22 6月, 2016 1 次提交
  17. 11 6月, 2016 2 次提交
  18. 03 6月, 2016 2 次提交
  19. 02 6月, 2016 2 次提交
  20. 30 5月, 2016 1 次提交
  21. 29 5月, 2016 1 次提交
  22. 28 5月, 2016 1 次提交
  23. 22 5月, 2016 1 次提交
  24. 20 5月, 2016 3 次提交
    • M
      [JENKINS-34244] Some UX improvements in the New item form. (#2324) · f02746a7
      Manuel Recena 提交于
      * [JENKINS-34244] Some UX improvements in the New item form
      * [JENKINS-34244] Submit button has three-state behavior
      * [JENKINS-34244] New helper methods were added to make easier the form validation. Focus behavior reviewed
      f02746a7
    • M
      [FIXED JENKINS-25220] - Handle legacy use of iconSize as a variable (#1455) · 032501dc
      michmerr 提交于
      * Handle legacy use of iconSize as a variable
      
      When iconSize was set as a jelly variable, not passed as an attribute,
      the value was not being normalized to an IconSizeClass. Fixes
      JENKINS-25220.
      
      * Evaluate attrs.iconSize explicitly.
      032501dc
    • K
      [FIX JENKINS-33663] - Upgrade wizard · 89a24abc
      kzantow 提交于
      Add Upgrade Wizard
      Add 'replace' handlebars method in jenkins.js
      Fix state transitions to follow a single basic pattern
      Suggested plugins selected by default
      Add an install state for INITIAL_SECURITY_SETUP
      Removed duplicate setupWizard.js on page [FIX JENKINS-34676]
      Exclude plugins which are already installed when determining platform
      Change 'snooze' to not look like a 'close' button
      Make sure unlock screen doesn't show up after new install
      Add compatibility check when offering suggested plugins
      More appropriate handling of security token filter
      89a24abc