1. 10 12月, 2013 1 次提交
  2. 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
  3. 29 2月, 2012 1 次提交
  4. 13 4月, 2011 1 次提交
  5. 17 10月, 2010 1 次提交
  6. 18 8月, 2009 1 次提交
    • K
      Merged revisions 20720-20721,20736,20739-20741,20743,20747 via svnmerge from · 27a720f9
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r20720 | kohsuke | 2009-08-14 13:43:55 -0700 (Fri, 14 Aug 2009) | 1 line
        
        linkout:out appear to be replaced by CaseResult.annotate
      ........
        r20721 | kohsuke | 2009-08-14 13:50:39 -0700 (Fri, 14 Aug 2009) | 1 line
        
        fixed tests
      ........
        r20736 | kohsuke | 2009-08-14 15:11:00 -0700 (Fri, 14 Aug 2009) | 1 line
        
        this is simpler.
      ........
        r20739 | kohsuke | 2009-08-14 17:07:25 -0700 (Fri, 14 Aug 2009) | 1 line
        
        adding the SCIS ad
      ........
        r20740 | kohsuke | 2009-08-14 19:21:50 -0700 (Fri, 14 Aug 2009) | 1 line
        
        ignore generated files
      ........
        r20741 | kohsuke | 2009-08-14 19:36:41 -0700 (Fri, 14 Aug 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_320
      ........
        r20743 | kohsuke | 2009-08-14 19:36:58 -0700 (Fri, 14 Aug 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r20747 | kohsuke | 2009-08-14 22:48:09 -0700 (Fri, 14 Aug 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20799 71c3de6d-444a-0410-be80-ed276b4c234a
      27a720f9
  7. 11 8月, 2009 1 次提交
  8. 10 8月, 2009 1 次提交
    • H
      Merging in the junit branch. Lots of new features and bugfixes, including: · a1e93bf5
      huybrechts 提交于
      - support for TestAction that can contribute various things to any TestObject (packages, classes and methods), using the TestDataPublisher extension point. 
      Features include UI on the TestObject page, badges on the overview page, tasks in the side panel and annotating test output.
      - a junit-attachments plugin that uses this to record test attachments (files)
      - an extension to the claim plugin that offers claims on failing tests
      - editable test descriptions (on any TestObject)
      - a history page for all TestObjects (including test count and duration graph)
      - error details for failed tests are shown in a collapsed panel in test overview pages (package+class)
      - [FIXED HUDSON-3149] if file is .xml but does not parse, record a fake failing test
      - [FIXED HUDSON-1820] extra column displaying skipped tests
      - [HUDSON-2046] new test packages, classes and methods are shown in bold
      - [FIXED HUDSON-2228] test duration charts on all levels
      - [FIXED HUDSON-3451] expand environment variables in test results path
      
      
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20580 71c3de6d-444a-0410-be80-ed276b4c234a
      a1e93bf5