Commit Graph

8144 Commits

Author SHA1 Message Date
swiest e576992c90 Fixed typo in German localization.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28119 71c3de6d-444a-0410-be80-ed276b4c234a
2010-03-02 10:44:33 +00:00
mindless c310b82692 use ImmutableTypesMapper that is already in the pipeline
instead of wrapping in a new one.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28102 71c3de6d-444a-0410-be80-ed276b4c234a
2010-03-02 01:12:30 +00:00
mindless d07feb625e simplify tests
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28101 71c3de6d-444a-0410-be80-ed276b4c234a
2010-03-02 00:59:22 +00:00
mindless f2a2b92a2f [FIXED HUDSON-5768] Avoid double decoding that broke deserialization of fields with
double underscore, by replacing XStream11XmlFriendlyMapper with a custom mapper that
only does "-" to "$" decoding that is needed for compatibility with old xml data
written by Hudson 1.105 or older.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28071 71c3de6d-444a-0410-be80-ed276b4c234a
2010-03-01 06:45:57 +00:00
sogabe 9615129098 i18n & l10n(ja) [LDAPSecurityRealm, PAMSecurityRealm]
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28051 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-28 14:15:28 +00:00
mindless b0fbd644c8 [FIXED HUDSON-5776] fix serialization problem with empty CopyOnWriteMap.Tree,
also add/update tests for CopyOnWriteMap and CopyOnWriteList.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28026 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-27 20:12:25 +00:00
wyukawa 33b63f8a06 Updated Japanese localization for slave
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28020 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-27 12:56:53 +00:00
wyukawa 941b1bff31 modify type miss
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28017 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-27 04:51:21 +00:00
kohsuke fa1c182ace Merged revisions 28000,28002,28007 via svnmerge from
https://svn.dev.java.net/svn/hudson/branches/rc

........
  r28000 | kohsuke | 2010-02-26 17:58:13 -0800 (Fri, 26 Feb 2010) | 1 line
  
  [maven-release-plugin] prepare release hudson-1_348
........
  r28002 | kohsuke | 2010-02-26 17:58:32 -0800 (Fri, 26 Feb 2010) | 1 line
  
  [maven-release-plugin] prepare for next development iteration
........
  r28007 | kohsuke | 2010-02-26 18:45:28 -0800 (Fri, 26 Feb 2010) | 1 line
  
  updated changelog as a part of the release
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@28010 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-27 03:03:17 +00:00
kohsuke 0a6236c3f9 added a mechanism to fake a process execution.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27995 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-27 00:28:56 +00:00
sogabe 27f2191e22 updated l10n(ja)
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27991 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-27 00:05:44 +00:00
mindless 5bce31d4fb Updated legend to match health bracket change from 1.323.
L10n keys for these texts updated too, so existing translations for these
will switch to English until they are updated.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27990 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-26 23:39:58 +00:00
sogabe 44e5d9c007 added l10n(ja)
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27968 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-26 11:34:54 +00:00
abayer 1aa35e843a Tweaking to display maven-junit-plugin results with a different label than surefire
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27957 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-26 01:48:58 +00:00
kohsuke 787d843d3d perform path normalization to get rid of "." and ".." in the path.
Without it, FilePath.getParent() and File.getParent() doesn't work correctly.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27956 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-26 00:30:15 +00:00
mindless 439243f3ba Remove unused "labelSet" field (has always been private transient)
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27955 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-26 00:21:31 +00:00
kohsuke 903a418f3b bug fix
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27950 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-25 22:54:06 +00:00
abayer 21a38dee69 Added Maven project support for maven-junit-plugin, which we use in test execution for the Hudson build
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27944 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-25 21:14:09 +00:00
kohsuke 39f32399d5 Initialized merge tracking via "svnmerge" with revisions "1-27912" from
https://www.dev.java.net/svn/hudson/branches/rc


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27914 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-25 00:39:45 +00:00
kohsuke a9a0b7660e formatting fix
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27881 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-24 17:46:55 +00:00
kohsuke 605741f9db using the separated out MavenEmbedder as a library dependency
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27865 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-24 15:39:42 +00:00
manuel_carrasco 23b2782e1d Spanish translations
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27838 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-23 17:53:18 +00:00
rseguy bc3b97795d [FIXED HUDSON-5729]
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27793 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-22 16:55:34 +00:00
godin 0f98b4e4ce Minor comment
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27711 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-20 14:26:25 +00:00
kohsuke 7866ff038d Merged revisions 27698 via svnmerge from
https://svn.dev.java.net/svn/hudson/branches/rc

........
  r27698 | kohsuke | 2010-02-19 17:37:23 -0800 (Fri, 19 Feb 2010) | 1 line
  
  report the successful end of the release script
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27704 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-20 11:40:51 +00:00
kohsuke 80ab0acc8b Improved /etc/shadow permission checks.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27700 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-20 02:21:47 +00:00
kohsuke 98c2998203 Merged revisions 27695 via svnmerge from
https://svn.dev.java.net/svn/hudson/branches/rc

........
  r27695 | kohsuke | 2010-02-19 16:43:16 -0800 (Fri, 19 Feb 2010) | 1 line
  
  updated changelog as a part of the release
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27697 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-20 00:47:56 +00:00
kohsuke 35fe2dafec Merged revisions 27688,27690 via svnmerge from
https://svn.dev.java.net/svn/hudson/branches/rc

........
  r27688 | kohsuke | 2010-02-19 16:02:19 -0800 (Fri, 19 Feb 2010) | 1 line
  
  [maven-release-plugin] prepare release hudson-1_347
........
  r27690 | kohsuke | 2010-02-19 16:02:37 -0800 (Fri, 19 Feb 2010) | 1 line
  
  [maven-release-plugin] prepare for next development iteration
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27691 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-20 00:03:53 +00:00
kohsuke 54467adad8 Fixed a performance problem of the job/build top page when there are too many artifacts.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27686 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-19 21:32:22 +00:00
kohsuke 1324f3c1ac Merged revisions 27681 via svnmerge from
https://svn.dev.java.net/svn/hudson/branches/rc

........
  r27681 | kohsuke | 2010-02-19 11:14:43 -0800 (Fri, 19 Feb 2010) | 3 lines
  
  Allow nearby elements to include itself, and don't let the failure in the check URL evaluation kill of the entire JavaScript processing.
  
  This problem is noticed with the findbugs plugin, which uses a field name as a parameter instead of the 'value' parameter name.
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27682 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-19 19:32:11 +00:00
swiest 45ae742e3a Fixed typo in German localization.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27673 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-19 13:09:51 +00:00
kohsuke a09979d6dc report unexpected problem during the polling to the polling log
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27665 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-18 23:45:40 +00:00
kohsuke 4782b157a0 Initialized merge tracking via "svnmerge" with revisions "1-27635" from
https://www.dev.java.net/svn/hudson/branches/rc


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27637 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-18 00:52:35 +00:00
kohsuke d1382d5c1b Discussed a technique for better mail address resolution.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27624 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-17 23:06:48 +00:00
kohsuke 947c413190 [HUDSON-5403] adding more logging in MailAddressResolver to help us figure out what's going on.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27623 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-17 23:02:11 +00:00
mindless cb8fe5a683 For the first time, remove some old deprecated code.
All of these have been deprecated 2yr 4mo or more.
- Hudson.addListener(JobListener), Hudson.removeListener(JobListener)
- Entire listeners.JobListener class (replaced by ItemListener)
- One form of DirectoryBrowser constructor
- One form of Descriptor.configure() (with HttpServletRequest param)
- Descriptor.convert(Map) and 4 impls of this method,
  and code calling it in Descriptor.readResolve()
  (this code called save() whenever updating data, so there should be
   no remaining cases out there)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27597 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-17 02:19:08 +00:00
abayer 37183f4c86 [FIXED HUDSON-5651] Removing excess whitespace from MAVEN_OPTS
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27559 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-16 15:40:20 +00:00
kohsuke 1f055074b7 [FIXED HUDSON-5642] Under some circumstances, Hudson can incorrectly delete the temporary directory itself.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27539 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-16 01:53:10 +00:00
kohsuke e06367e9d6 [FIXED HUDSON-5633] restored the backward compatible whitespace normalization behavior in Jelly
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27528 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-15 21:17:34 +00:00
kohsuke 325d59e7cf doc wasn't complete
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27519 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-15 18:06:58 +00:00
kohsuke 36e1bd2e2a avoid confusion by using equals
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27518 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-15 18:06:05 +00:00
kohsuke fd6c006968 whitespace needeed here.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27501 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-15 16:34:48 +00:00
huybrechts b712617b82 added the old constructor again for backward compatibility
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27489 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 21:53:56 +00:00
huybrechts 2faee0bf0a [FIXED HUDSON-3773] 'deploy even if unstable' option for Maven projects. Patch by Gert Vanthienen
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27488 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 21:47:56 +00:00
kohsuke cba6fe5ad0 there was a confusion between the bootstrap classloader (that loads rt.jar and endorsed libs) and the app classloader (that loads classes specified in the -cp.)
The intent of this mechanism is to control the implications of sending rt.jar classes and endorsed dirs --- since every VM gets its own logically complete copy of the bootstrap classes, under the normal circumstances we shouldn't have to transfer them. But if the endorsed dir is used and you want all slaves to pick them up, disabling this check is handy, and hence the addition by Tom.

In contrast, app classes are specified differently per VM, so we need to be able to transfer those files. This bug shows up as test failures in plugins, where Hudson is loaded (along with JUnit and plugins) in the app classloader.

I guess this problem didn't manifest in the releases, because whether Hudson is deployed as a war or run as java -jar hudson.war, app classloader doesn't load Hudson.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27481 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 17:35:02 +00:00
wyukawa b1856694d6 i18n & l10n(ja) for Email Notification
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27474 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 09:48:16 +00:00
wyukawa 854ead39ea revert Messages.properties r27472
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27473 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 09:35:01 +00:00
wyukawa 66b1d32dc1 i18n & l10n(ja) for Email Notification
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27472 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 09:00:12 +00:00
kohsuke 1f8be6b151 fixed the regression in the last commit to this file.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27469 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-14 00:05:36 +00:00
kohsuke 44f36b07c2 this version needs to be kept in sync with the subversion version in war/pom.xml, apparently
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27468 71c3de6d-444a-0410-be80-ed276b4c234a
2010-02-13 23:31:27 +00:00