1. 03 6月, 2008 5 次提交
  2. 31 5月, 2008 12 次提交
  3. 30 5月, 2008 8 次提交
    • K
      Merged revisions 8523-8525,8545-8556,8793,8803-8806,8858,9027-9028 via svnmerge from · f21fa55f
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/tom
      
      ........
        r8523 | huybrechts | 2008-04-11 13:41:11 -0700 (Fri, 11 Apr 2008) | 1 line
        
        profile to build against current snapshot of hudson-core
      ........
        r8524 | huybrechts | 2008-04-11 14:42:58 -0700 (Fri, 11 Apr 2008) | 1 line
        
        [#710] project option to automatically delete the svn wc if it is locked
      ........
        r8525 | huybrechts | 2008-04-11 14:53:59 -0700 (Fri, 11 Apr 2008) | 1 line
        
        [#710] project option to automatically delete the svn wc if it is locked
      ........
        r8545 | huybrechts | 2008-04-12 04:17:46 -0700 (Sat, 12 Apr 2008) | 1 line
        
        profile to build against current snapshot of hudson-core
      ........
        r8546 | huybrechts | 2008-04-12 04:19:26 -0700 (Sat, 12 Apr 2008) | 1 line
        
        deleting IDE-specific files
      ........
        r8547 | huybrechts | 2008-04-12 06:31:32 -0700 (Sat, 12 Apr 2008) | 1 line
        
        added ignores
      ........
        r8548 | huybrechts | 2008-04-12 06:42:49 -0700 (Sat, 12 Apr 2008) | 4 lines
        
        Issue 1158
        - extended AuthorizationStrategy to provide ACLs for different types of objects
        - changed several object types to use these methods
        - changed jelly to check permissions (instead of using isAdmin check)
      ........
        r8549 | huybrechts | 2008-04-12 06:44:26 -0700 (Sat, 12 Apr 2008) | 1 line
        
        Issue 1110: use svn revision number in project-changes.jelly
      ........
        r8550 | huybrechts | 2008-04-12 06:46:18 -0700 (Sat, 12 Apr 2008) | 1 line
        
        Adding a 'My Projects' view which shows only projects the user has permission for
      ........
        r8551 | huybrechts | 2008-04-12 06:47:57 -0700 (Sat, 12 Apr 2008) | 1 line
        
        adding a user name resolver, like the MailAddressResolver
      ........
        r8552 | huybrechts | 2008-04-12 06:49:27 -0700 (Sat, 12 Apr 2008) | 1 line
        
        Adding jdom and cglib to the war, as a workaround for classloading issues
      ........
        r8553 | huybrechts | 2008-04-12 08:01:58 -0700 (Sat, 12 Apr 2008) | 1 line
        
        SFEE integration improvements, including links to project based security
      ........
        r8554 | huybrechts | 2008-04-12 08:27:17 -0700 (Sat, 12 Apr 2008) | 1 line
        
        wsdl for SFEE webservices
      ........
        r8555 | huybrechts | 2008-04-12 08:31:18 -0700 (Sat, 12 Apr 2008) | 1 line
        
        forgot some files...
      ........
        r8556 | huybrechts | 2008-04-12 08:34:31 -0700 (Sat, 12 Apr 2008) | 1 line
        
        an authorization strategy that provides project-based access control (not usable on its own)
      ........
        r8793 | huybrechts | 2008-04-22 14:39:57 -0700 (Tue, 22 Apr 2008) | 1 line
        
        [issue #1573] allow plugins to contribute ServletFilters
      ........
        r8803 | huybrechts | 2008-04-23 10:46:09 -0700 (Wed, 23 Apr 2008) | 1 line
        
        added ignores
      ........
        r8804 | huybrechts | 2008-04-23 10:52:11 -0700 (Wed, 23 Apr 2008) | 1 line
        
        added ignores
      ........
        r8805 | huybrechts | 2008-04-23 10:54:12 -0700 (Wed, 23 Apr 2008) | 1 line
        
        added ignores
      ........
        r8806 | huybrechts | 2008-04-23 10:59:13 -0700 (Wed, 23 Apr 2008) | 1 line
        
        Issue 1158
      ........
        r8858 | huybrechts | 2008-04-25 08:17:41 -0700 (Fri, 25 Apr 2008) | 1 line
        
        bugfixes
      ........
        r9027 | huybrechts | 2008-05-04 12:20:34 -0700 (Sun, 04 May 2008) | 1 line
        
        Issue 1158 - fixing permission checks in jelly
      ........
        r9028 | huybrechts | 2008-05-04 12:22:36 -0700 (Sun, 04 May 2008) | 1 line
        
        creating SFEE releases from Hudson
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9699 71c3de6d-444a-0410-be80-ed276b4c234a
      f21fa55f
    • K
      making this optional · bae1fc3d
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9695 71c3de6d-444a-0410-be80-ed276b4c234a
      bae1fc3d
    • K
      report the stack trace, too · c3fa0f39
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9693 71c3de6d-444a-0410-be80-ed276b4c234a
      c3fa0f39
    • K
      noted when this was added · 7223cb3d
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9692 71c3de6d-444a-0410-be80-ed276b4c234a
      7223cb3d
    • K
      adding the first cut of update center capability. UI needs to follow. · 80e78e1a
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9691 71c3de6d-444a-0410-be80-ed276b4c234a
      80e78e1a
    • S
      fix svn:mime-type · 8513ec9b
      sogabe 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9686 71c3de6d-444a-0410-be80-ed276b4c234a
      8513ec9b
    • S
      add Japanese L10N · bb5daa4f
      sogabe 提交于
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9684 71c3de6d-444a-0410-be80-ed276b4c234a
      bb5daa4f
    • K
      forgot to add this file · 232f578b
      kohsuke 提交于
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9678 71c3de6d-444a-0410-be80-ed276b4c234a
      232f578b
  4. 29 5月, 2008 13 次提交
  5. 28 5月, 2008 2 次提交