1. 11 6月, 2014 1 次提交
  2. 10 6月, 2014 1 次提交
    • J
      [FIXED JENKINS-19310] Provide correct links for build history inside a folder. · ea954349
      Jesse Glick 提交于
      The basic fix is to use ${rootURL} plus full model object URLs rather than relying on ${jobBaseUrl}.
      This is made trickier by the fact that the model object URLs are computed inside ProgressiveRendering.compute,
      and therefore will not be correct when nondefault views are in the crumb trail unless the original request information is present.
      So modifying ProgressiveRendering to preserve a copy of the original request for use during computation.
      (This could probably be used to simplify parts of AsynchPeople as well.)
      Also improving AbstractItem.getUrl to properly construct a URL including views even when the current page is not inside the item;
      it should suffice for some ancestor of the current item (or a view thereof) to be in the ancestor list of this page.
      ea954349
  3. 07 4月, 2014 1 次提交
    • D
      [FIXED JENKINS-21720] Improved config confirmation. · d85b86e7
      Daniel Beck 提交于
      Ask for confirmation when navigating away from node, global,
      security, view and log configuration after changes.
      
      Don't require confirmation when pressing keys without changing
      (e.g. pressing Tab for navigation) and when pressing Advanced
      buttons.
      
      Don't require confirmation when submitting the form.
      d85b86e7
  4. 24 3月, 2014 1 次提交
  5. 01 2月, 2014 1 次提交
  6. 08 12月, 2013 1 次提交
  7. 17 11月, 2013 1 次提交
  8. 21 10月, 2013 22 次提交
  9. 27 9月, 2013 2 次提交
  10. 24 9月, 2013 1 次提交
  11. 25 7月, 2013 1 次提交
  12. 17 4月, 2013 1 次提交
    • K
      Marked various mode-link as inside. · 5f806d8f
      Kohsuke Kawaguchi 提交于
      Observations:
      
      - When marked inside, moving the mouse to <A> and clicking the context menu becomes easier,
        because you can move the mouse toward the hot spot area and it'll activate.
        Otherwise you have to move the mouse over to <A>, then move the mouse on the side, click it,
        then click the menu, which adds cognitive stress.
      
      - Marking model link as inside creates an empty space to the right of <A>, which looks
        odd if hyperlinks appear inline or if some other text follows it.
      
      Given that, my guiding principle for this change is:
      
      - any model link that is the last child of a block element gets marked as inside
      - I've adjust a few text to get rid of the single-letter training text after a model link,
        like "(#3)" to "- #3"
      - If another inline element follows a model link, leave it as is.
        This does create an ugly overlap.
      5f806d8f
  13. 11 4月, 2013 1 次提交
    • V
      Deprecated jobBaseUrl from projectView.jelly. · c4847d1b
      Vincent Latombe 提交于
      The reason is that we always determine the job url using
      Functions#getRelativeLinkTo, which keeps the view navigation info if it
      exists, and can produce an absolute url if required by the context. So
      it is no longer needed for the caller to worry about jobBaseUrl.
      
      By default, names are interpreted in relatively to the current item
      group, so Label and Computer views no longer need to set useFullName to
      true to have correct behaviour.
      c4847d1b
  14. 06 4月, 2013 1 次提交
  15. 20 2月, 2013 1 次提交
  16. 21 1月, 2013 1 次提交
  17. 03 1月, 2013 1 次提交
  18. 01 1月, 2013 1 次提交