Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f22af48fe17ab28d33e1d98c4770e1dfd3ca92b0
      
https://github.com/jenkinsci/jenkins/commit/f22af48fe17ab28d33e1d98c4770e1dfd3ca92b0
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    A ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/HeteroList.java
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/ChoiceEntry/config.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/Config/config.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/SimpleEntry/config.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/configure.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/index.jelly

  Log Message:
  -----------
  Trying to demonstrate how to use some more advanced databinding. No luck so 
far.


  Commit: 74e7234eb8ada6cc92e7aa5ecd3704afa9706031
      
https://github.com/jenkinsci/jenkins/commit/74e7234eb8ada6cc92e7aa5ecd3704afa9706031
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/Config/config.jelly

  Log Message:
  -----------
  Removing debug text.


  Commit: 0a8e15d9ed12f0de208790e08ad0d9bd4b206153
      
https://github.com/jenkinsci/jenkins/commit/0a8e15d9ed12f0de208790e08ad0d9bd4b206153
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/Config/config.jelly

  Log Message:
  -----------
  Apparently cannot have a repeatableHeteroProperty not inside a section/block.


  Commit: 33e1b9bb040cb278ed78d6de349ebccf1b1aa7d2
      
https://github.com/jenkinsci/jenkins/commit/33e1b9bb040cb278ed78d6de349ebccf1b1aa7d2
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/ChoiceEntry/config.jelly

  Log Message:
  -----------
  instance, not it.


  Commit: dee8fa7081a898fef65458b983f8054ea22836c9
      
https://github.com/jenkinsci/jenkins/commit/dee8fa7081a898fef65458b983f8054ea22836c9
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    M ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/HeteroList.java
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/ChoiceEntry/config.jelly

  Log Message:
  -----------
  Get choices from descriptor.


  Commit: 2ac54948159e6bb2ec51fd0e9a1c4e2f902edba1
      
https://github.com/jenkinsci/jenkins/commit/2ac54948159e6bb2ec51fd0e9a1c4e2f902edba1
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/HeteroList.java

  Log Message:
  -----------
  Immutability & copying of lists.


  Commit: 42fa120ff41a1285432667db1bf5fca66179ae35
      
https://github.com/jenkinsci/jenkins/commit/42fa120ff41a1285432667db1bf5fca66179ae35
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/index.jelly

  Log Message:
  -----------
  Better formatting.


  Commit: 3d6a0a684eaf34f22f18a6ef12b6f92406d8ceba
      
https://github.com/jenkinsci/jenkins/commit/3d6a0a684eaf34f22f18a6ef12b6f92406d8ceba
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
    M .gitignore
    A .idea/compiler.xml
    A .idea/encodings.xml
    A .idea/groovyc.xml
    M README.md
    M changelog.html
    M cli/pom.xml
    M cli/src/main/java/hudson/cli/CLI.java
    M core/pom.xml
    M core/src/main/java/hudson/ClassicPluginStrategy.java
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/FileSystemProvisioner.java
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/Launcher.java
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/PluginWrapper.java
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/hudson/WebAppMain.java
    M core/src/main/java/hudson/cli/ClientAuthenticationCache.java
    A core/src/main/java/hudson/cli/CreateNodeCommand.java
    A core/src/main/java/hudson/cli/GetNodeCommand.java
    A core/src/main/java/hudson/cli/UpdateNodeCommand.java
    A core/src/main/java/hudson/cli/handlers/NodeOptionHandler.java
    M core/src/main/java/hudson/cli/handlers/package-info.java
    M core/src/main/java/hudson/console/AnnotatedLargeText.java
    M core/src/main/java/hudson/console/ConsoleAnnotator.java
    M core/src/main/java/hudson/console/ConsoleNote.java
    M core/src/main/java/hudson/fsp/WorkspaceSnapshotSCM.java
    M core/src/main/java/hudson/init/InitReactorListener.java
    A core/src/main/java/hudson/init/impl/InstallUncaughtExceptionHandler.java
    M core/src/main/java/hudson/init/package-info.java
    M core/src/main/java/hudson/logging/LogRecorder.java
    M core/src/main/java/hudson/logging/LogRecorderManager.java
    M core/src/main/java/hudson/matrix/Axis.java
    M core/src/main/java/hudson/matrix/AxisList.java
    M core/src/main/java/hudson/matrix/Layouter.java
    M core/src/main/java/hudson/matrix/MatrixAggregator.java
    M core/src/main/java/hudson/matrix/MatrixConfiguration.java
    M core/src/main/java/hudson/matrix/MatrixExecutionStrategy.java
    M core/src/main/java/hudson/matrix/MatrixProject.java
    M core/src/main/java/hudson/matrix/listeners/MatrixBuildListener.java
    M core/src/main/java/hudson/model/AbstractBuild.java
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/java/hudson/model/AdministrativeMonitor.java
    M core/src/main/java/hudson/model/AsyncPeriodicWork.java
    M core/src/main/java/hudson/model/BallColor.java
    M core/src/main/java/hudson/model/BuildAuthorizationToken.java
    M core/src/main/java/hudson/model/CheckPoint.java
    M core/src/main/java/hudson/model/Computer.java
    M core/src/main/java/hudson/model/ComputerPanelBox.java
    M core/src/main/java/hudson/model/DependencyGraph.java
    M core/src/main/java/hudson/model/Descriptor.java
    M core/src/main/java/hudson/model/EnvironmentContributor.java
    M core/src/main/java/hudson/model/Executor.java
    M core/src/main/java/hudson/model/Fingerprint.java
    M core/src/main/java/hudson/model/FingerprintCleanupThread.java
    M core/src/main/java/hudson/model/FreeStyleProject.java
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M core/src/main/java/hudson/model/Items.java
    M core/src/main/java/hudson/model/JDK.java
    M core/src/main/java/hudson/model/Job.java
    M core/src/main/java/hudson/model/Label.java
    M core/src/main/java/hudson/model/ListView.java
    M core/src/main/java/hudson/model/LoadStatistics.java
    M core/src/main/java/hudson/model/ManagementLink.java
    M core/src/main/java/hudson/model/Node.java
    M core/src/main/java/hudson/model/OverallLoadStatistics.java
    M core/src/main/java/hudson/model/ParameterDefinition.java
    M core/src/main/java/hudson/model/ParametersAction.java
    M core/src/main/java/hudson/model/ParametersDefinitionProperty.java
    M core/src/main/java/hudson/model/Project.java
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/model/Resource.java
    M core/src/main/java/hudson/model/ResourceList.java
    M core/src/main/java/hudson/model/RestartListener.java
    M core/src/main/java/hudson/model/Result.java
    M core/src/main/java/hudson/model/Run.java
    M core/src/main/java/hudson/model/RunMap.java
    M core/src/main/java/hudson/model/Saveable.java
    M core/src/main/java/hudson/model/Slave.java
    M core/src/main/java/hudson/model/TaskThread.java
    M core/src/main/java/hudson/model/TransientComputerActionFactory.java
    M core/src/main/java/hudson/model/TransientViewActionFactory.java
    M core/src/main/java/hudson/model/UpdateCenter.java
    M core/src/main/java/hudson/model/UsageStatistics.java
    M core/src/main/java/hudson/model/User.java
    M core/src/main/java/hudson/model/UserProperty.java
    M core/src/main/java/hudson/model/View.java
    M core/src/main/java/hudson/model/ViewJob.java
    M core/src/main/java/hudson/model/WorkspaceListener.java
    M core/src/main/java/hudson/model/listeners/RunListener.java
    M core/src/main/java/hudson/model/queue/AbstractQueueTask.java
    M core/src/main/java/hudson/model/queue/CauseOfBlockage.java
    M core/src/main/java/hudson/model/queue/FoldableAction.java
    M core/src/main/java/hudson/model/queue/FutureImpl.java
    M core/src/main/java/hudson/model/queue/MappingWorksheet.java
    M core/src/main/java/hudson/model/queue/QueueListener.java
    M core/src/main/java/hudson/model/queue/QueueTaskDispatcher.java
    M core/src/main/java/hudson/model/queue/QueueTaskFilter.java
    A core/src/main/java/hudson/model/queue/ScheduleResult.java
    A 
core/src/main/java/hudson/node_monitors/AbstractAsyncNodeMonitorDescriptor.java
    M core/src/main/java/hudson/node_monitors/AbstractDiskSpaceMonitor.java
    M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
    M core/src/main/java/hudson/node_monitors/ArchitectureMonitor.java
    M core/src/main/java/hudson/node_monitors/ClockMonitor.java
    M core/src/main/java/hudson/node_monitors/DiskSpaceMonitor.java
    M core/src/main/java/hudson/node_monitors/DiskSpaceMonitorDescriptor.java
    M core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
    M core/src/main/java/hudson/node_monitors/SwapSpaceMonitor.java
    M core/src/main/java/hudson/node_monitors/TemporarySpaceMonitor.java
    M core/src/main/java/hudson/scm/AbstractScmTagAction.java
    M core/src/main/java/hudson/search/Search.java
    M core/src/main/java/hudson/search/SearchResult.java
    M core/src/main/java/hudson/search/SuggestedItem.java
    M core/src/main/java/hudson/security/AccessDeniedException2.java
    M core/src/main/java/hudson/security/AccessDeniedHandlerImpl.java
    M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/hudson/security/Permission.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuer.java
    M core/src/main/java/hudson/security/csrf/CrumbIssuerDescriptor.java
    A core/src/main/java/hudson/slaves/CloudProvisioningListener.java
    M core/src/main/java/hudson/slaves/ComputerListener.java
    M core/src/main/java/hudson/slaves/DumbSlave.java
    M core/src/main/java/hudson/slaves/NodeProperty.java
    M core/src/main/java/hudson/slaves/NodePropertyDescriptor.java
    M core/src/main/java/hudson/slaves/NodeProvisioner.java
    M core/src/main/java/hudson/tasks/ArtifactArchiver.java
    M core/src/main/java/hudson/tasks/BuildStepMonitor.java
    M core/src/main/java/hudson/tasks/Builder.java
    M core/src/main/java/hudson/tasks/Fingerprinter.java
    M core/src/main/java/hudson/tasks/LogRotator.java
    M core/src/main/java/hudson/tasks/Maven.java
    M core/src/main/java/hudson/tasks/Publisher.java
    M core/src/main/java/hudson/tasks/junit/CaseResult.java
    M core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
    M core/src/main/java/hudson/tasks/junit/PackageResult.java
    M core/src/main/java/hudson/tasks/junit/SuiteResult.java
    M core/src/main/java/hudson/tasks/junit/TestResult.java
    M core/src/main/java/hudson/tasks/test/TestObject.java
    M core/src/main/java/hudson/tasks/test/TestResult.java
    M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
    M core/src/main/java/hudson/tools/JDKInstaller.java
    M core/src/main/java/hudson/tools/ToolInstallation.java
    M core/src/main/java/hudson/tools/ToolLocationNodeProperty.java
    M core/src/main/java/hudson/triggers/SCMTrigger.java
    M core/src/main/java/hudson/util/ArgumentListBuilder.java
    M core/src/main/java/hudson/util/AtomicFileWriter.java
    M core/src/main/java/hudson/util/CompressedFile.java
    M core/src/main/java/hudson/util/CopyOnWriteList.java
    M core/src/main/java/hudson/util/FormValidation.java
    M core/src/main/java/hudson/util/PluginServletFilter.java
    M core/src/main/java/hudson/util/ProcessKiller.java
    M core/src/main/java/hudson/util/ProcessTree.java
    M core/src/main/java/hudson/util/RobustCollectionConverter.java
    M core/src/main/java/hudson/util/RobustReflectionConverter.java
    M core/src/main/java/hudson/util/Service.java
    M core/src/main/java/hudson/util/TextFile.java
    M core/src/main/java/hudson/util/XStream2.java
    M core/src/main/java/hudson/util/jna/SHELLEXECUTEINFO.java
    A core/src/main/java/jenkins/diagnostics/ooom/BuildPtr.java
    A core/src/main/java/jenkins/diagnostics/ooom/OutOfOrderBuildDetector.java
    A core/src/main/java/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor.java
    A core/src/main/java/jenkins/diagnostics/ooom/Problem.java
    A 
core/src/main/java/jenkins/management/AsynchronousAdministrativeMonitor.java
    M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java
    M core/src/main/java/jenkins/model/DependencyDeclarer.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/model/JenkinsLocationConfiguration.java
    M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
    M core/src/main/java/jenkins/mvn/GlobalSettingsProvider.java
    M core/src/main/java/jenkins/scm/SCMCheckoutStrategy.java
    A core/src/main/java/jenkins/security/ExceptionTranslationFilter.java
    M core/src/main/java/jenkins/security/NonSerializableSecurityContext.java
    M core/src/main/java/jenkins/security/QueueItemAuthenticator.java
    M 
core/src/main/java/jenkins/security/QueueItemAuthenticatorConfiguration.java
    M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java
    M core/src/main/java/jenkins/slaves/WorkspaceLocator.java
    A core/src/main/java/jenkins/util/DirectedGraph.java
    M core/src/main/java/jenkins/util/ProgressiveRendering.java
    M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
    M core/src/main/java/jenkins/widgets/BuildQueueWidget.java
    M core/src/main/resources/hudson/AboutJenkins/index_de.properties
    M core/src/main/resources/hudson/Messages.properties
    A 
core/src/main/resources/hudson/PluginWrapper/thirdPartyLicenses_de.properties
    M core/src/main/resources/hudson/cli/Messages.properties
    M core/src/main/resources/hudson/fsp/Messages.properties
    M core/src/main/resources/hudson/lifecycle/Messages.properties
    M core/src/main/resources/hudson/logging/LogRecorder/index.jelly
    M core/src/main/resources/hudson/logging/LogRecorderManager/all.jelly
    M core/src/main/resources/hudson/logging/LogRecorderManager/index.jelly
    M 
core/src/main/resources/hudson/matrix/MatrixProject/configure-entries.jelly
    A 
core/src/main/resources/hudson/matrix/MatrixProject/help-slaveAffinity.html
    M core/src/main/resources/hudson/model/AbstractItem/configure-common.jelly
    M core/src/main/resources/hudson/model/AbstractItem/delete.properties
    A core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_de.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_fr.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_ja.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_pt_BR.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_ru.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_tr.html
    A 
core/src/main/resources/hudson/model/AbstractItem/help-slaveAffinity_zh_TW.html
    M core/src/main/resources/hudson/model/AbstractProject/main.jelly
    M 
core/src/main/resources/hudson/model/AbstractProject/svn-password.properties
    M core/src/main/resources/hudson/model/AllView/noJob.properties
    M 
core/src/main/resources/hudson/model/BooleanParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/BuildTimelineWidget/control.jelly
    M core/src/main/resources/hudson/model/ChoiceParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/Computer/index.properties
    M core/src/main/resources/hudson/model/FileParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/Job/rename.jelly
    M core/src/main/resources/hudson/model/Job/rename.properties
    M core/src/main/resources/hudson/model/ListView/configure-entries.jelly
    M core/src/main/resources/hudson/model/Messages.properties
    M core/src/main/resources/hudson/model/Messages_fr.properties
    M core/src/main/resources/hudson/model/NoFingerprintMatch/index.properties
    M 
core/src/main/resources/hudson/model/ParametersDefinitionProperty/index.jelly
    M 
core/src/main/resources/hudson/model/PasswordParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/Run/console_pt_BR.properties
    A core/src/main/resources/hudson/model/Run/delete-retry.jelly
    A core/src/main/resources/hudson/model/Run/delete-retry.properties
    M core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/StringParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/TextParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/TreeView/ajaxRows.jelly
    M core/src/main/resources/hudson/model/UpdateCenter/index.jelly
    M core/src/main/resources/hudson/model/User/configure.properties
    M core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
    M core/src/main/resources/hudson/model/View/main.groovy
    M 
core/src/main/resources/hudson/model/queue/CauseOfBlockage/BecauseLabelIsOffline/summary.properties
    M core/src/main/resources/hudson/node_monitors/Messages.properties
    M 
core/src/main/resources/hudson/node_monitors/MonitorMarkedNodeOffline/message.properties
    M core/src/main/resources/hudson/security/Messages.properties
    M core/src/main/resources/hudson/security/Messages_es.properties
    M 
core/src/main/resources/hudson/slaves/DumbSlave/newInstanceDetail.properties
    M core/src/main/resources/hudson/slaves/Messages.properties
    M core/src/main/resources/hudson/slaves/SlaveComputer/log.jelly
    M 
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-artifacts_de.html
    M core/src/main/resources/hudson/tasks/ArtifactArchiver/help.html
    M core/src/main/resources/hudson/tasks/ArtifactArchiver/help_de.html
    M core/src/main/resources/hudson/tasks/Fingerprinter/config.properties
    M core/src/main/resources/hudson/tasks/Messages.properties
    M 
core/src/main/resources/hudson/tasks/junit/JUnitResultArchiver/config.properties
    M core/src/main/resources/hudson/triggers/TimerTrigger/help-spec_ja.html
    M core/src/main/resources/hudson/util/DoubleLaunchChecker/index.properties
    M 
core/src/main/resources/hudson/util/IncompatibleAntVersionDetected/index.properties
    M core/src/main/resources/hudson/util/NoHomeDir/index.properties
    M core/src/main/resources/hudson/views/JobColumn/column.jelly
    M core/src/main/resources/hudson/views/LastDurationColumn/column.jelly
    M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
    M core/src/main/resources/hudson/win32errors.properties
    A 
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/message_de.properties
    A core/src/main/resources/jenkins/diagnostics/ooom/Messages.properties
    A 
core/src/main/resources/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor/message.groovy
    A 
core/src/main/resources/jenkins/diagnostics/ooom/OutOfOrderBuildMonitor/message.properties
    A 
core/src/main/resources/jenkins/management/AsynchronousAdministrativeMonitor/log.groovy
    M core/src/main/resources/jenkins/management/Messages_es.properties
    M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties
    M 
core/src/main/resources/jenkins/model/GlobalNodePropertiesConfiguration/config.groovy
    M core/src/main/resources/jenkins/model/Jenkins/accessDenied.jelly
    M core/src/main/resources/jenkins/model/Jenkins/fingerprintCheck.properties
    M core/src/main/resources/jenkins/model/Jenkins/legend.properties
    A core/src/main/resources/jenkins/model/Jenkins/oops.jelly
    A core/src/main/resources/jenkins/model/Jenkins/oops.properties
    A core/src/main/resources/jenkins/model/Jenkins/oops_ja.properties
    M 
core/src/main/resources/jenkins/model/Jenkins/projectRelationship-help.properties
    M core/src/main/resources/jenkins/model/Messages.properties
    M core/src/main/resources/jenkins/security/Messages.properties
    M core/src/main/resources/jenkins/security/Messages_zh_TW.properties
    R 
core/src/main/resources/jenkins/security/RekeySecretAdminMonitor/log.groovy
    R 
core/src/main/resources/jenkins/security/RekeySecretAdminMonitor/log_zh_TW.properties
    M 
core/src/main/resources/jenkins/security/RekeySecretAdminMonitor/message.groovy
    M core/src/main/resources/lib/form/advanced.jelly
    A core/src/main/resources/lib/form/advanced.properties
    M core/src/main/resources/lib/form/apply.jelly
    M core/src/main/resources/lib/form/apply/apply.js
    M core/src/main/resources/lib/form/booleanRadio.jelly
    M core/src/main/resources/lib/form/checkbox.jelly
    M core/src/main/resources/lib/form/combobox.jelly
    M core/src/main/resources/lib/form/editableComboBox.jelly
    M core/src/main/resources/lib/form/enum.jelly
    M core/src/main/resources/lib/form/expandableTextbox.jelly
    M core/src/main/resources/lib/form/hetero-radio.jelly
    M core/src/main/resources/lib/form/number.jelly
    M core/src/main/resources/lib/form/password.jelly
    M core/src/main/resources/lib/form/prepareDatabinding.jelly
    M core/src/main/resources/lib/form/readOnlyTextbox.jelly
    M core/src/main/resources/lib/form/select.jelly
    M core/src/main/resources/lib/form/select/select.js
    M core/src/main/resources/lib/form/textarea.jelly
    M core/src/main/resources/lib/form/textarea/textarea.js
    M core/src/main/resources/lib/form/textbox.jelly
    A core/src/main/resources/lib/hudson/logRecords.jelly
    A core/src/main/resources/lib/hudson/project/config-assignedLabel.jelly
    A core/src/main/resources/lib/hudson/project/config-assignedLabel.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_bg.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_da.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_de.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_es.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_ja.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_pt_BR.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_ru.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_tr.properties
    A 
core/src/main/resources/lib/hudson/project/config-assignedLabel_zh_TW.properties
    M core/src/main/resources/lib/hudson/projectView.jelly
    M core/src/main/resources/lib/hudson/propertyTable.jelly
    M core/src/main/resources/lib/hudson/rssBar.jelly
    M core/src/main/resources/lib/hudson/scriptConsole.properties
    M core/src/main/resources/lib/layout/breakable.jelly
    M core/src/main/resources/lib/layout/confirmationLink.jelly
    M core/src/main/resources/lib/layout/layout.jelly
    M core/src/main/resources/lib/layout/progressiveRendering.jelly
    A core/src/test/groovy/hudson/util/SecretRewriterTest.groovy
    A core/src/test/groovy/hudson/util/SecretTest.groovy
    A core/src/test/groovy/jenkins/security/CryptoConfidentialKeyTest.groovy
    A core/src/test/groovy/jenkins/security/DefaultConfidentialStoreTest.groovy
    A core/src/test/groovy/jenkins/security/HMACConfidentialKeyTest.groovy
    A core/src/test/groovy/jenkins/security/HexStringConfidentialKeyTest.groovy
    M core/src/test/java/hudson/FilePathTest.java
    M core/src/test/java/hudson/LauncherTest.java
    M core/src/test/java/hudson/UtilTest.java
    M core/src/test/java/hudson/cli/ListJobsCommandTest.java
    M core/src/test/java/hudson/model/DisplayNameListenerTest.java
    M core/src/test/java/hudson/model/FingerprintTest.java
    M core/src/test/java/hudson/model/ItemsTest.java
    M core/src/test/java/hudson/model/JobTest.java
    M core/src/test/java/hudson/model/ListViewTest.java
    M core/src/test/java/hudson/slaves/ComputerLauncherTest.java
    M core/src/test/java/hudson/slaves/NodeListTest.java
    M core/src/test/java/hudson/util/ArgumentListBuilderTest.java
    R core/src/test/java/hudson/util/SecretRewriterTest.groovy
    R core/src/test/java/hudson/util/SecretTest.groovy
    R core/src/test/java/jenkins/security/CryptoConfidentialKeyTest.groovy
    R core/src/test/java/jenkins/security/DefaultConfidentialStoreTest.groovy
    R core/src/test/java/jenkins/security/HMACConfidentialKeyTest.groovy
    R core/src/test/java/jenkins/security/HexStringConfidentialKeyTest.groovy
    M debian/debian/changelog
    M debian/debian/control
    M debian/debian/jenkins.postinst
    M licenseCompleter.groovy
    M maven-plugin/pom.xml
    M maven-plugin/src/main/java/hudson/maven/AbstractMavenProcessFactory.java
    M maven-plugin/src/main/java/hudson/maven/AbstractMavenProject.java
    R maven-plugin/src/main/java/hudson/maven/EmbedderLoggerImpl.java
    M maven-plugin/src/main/java/hudson/maven/ExecutedMojo.java
    A maven-plugin/src/main/java/hudson/maven/Maven31ProcessFactory.java
    M maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
    M maven-plugin/src/main/java/hudson/maven/Maven3ProcessFactory.java
    M maven-plugin/src/main/java/hudson/maven/MavenBuild.java
    R maven-plugin/src/main/java/hudson/maven/MavenComputerListener.java
    M maven-plugin/src/main/java/hudson/maven/MavenEmbedderRequest.java
    M maven-plugin/src/main/java/hudson/maven/MavenModule.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
    M maven-plugin/src/main/java/hudson/maven/MavenProbeAction.java
    M maven-plugin/src/main/java/hudson/maven/MavenProcessFactory.java
    M maven-plugin/src/main/java/hudson/maven/MavenTestDataPublisher.java
    M maven-plugin/src/main/java/hudson/maven/MavenUtil.java
    M maven-plugin/src/main/java/hudson/maven/PlexusModuleContributor.java
    A 
maven-plugin/src/main/java/hudson/maven/PlexusModuleContributorFactory.java
    M maven-plugin/src/main/java/hudson/maven/ProcessCache.java
    M maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java
    M maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
    M 
maven-plugin/src/main/java/hudson/maven/reporters/MavenAbstractArtifactRecord.java
    M maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifact.java
    M 
maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java
    M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java
    M maven-plugin/src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
    M maven-plugin/src/main/java/hudson/maven/util/ExecutionEventLogger.java
    M maven-plugin/src/main/resources/hudson/maven/MavenBuild/actions.jelly
    M 
maven-plugin/src/main/resources/hudson/maven/MavenBuild/executedMojos.jelly
    M maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/actions.jelly
    M 
maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/configure-entries_ja.properties
    M 
maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/disabled.properties
    M maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index.jelly
    M maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/modules.jelly
    M 
maven-plugin/src/main/resources/hudson/maven/MavenModuleSetBuild/main.jelly
    M 
maven-plugin/src/main/resources/hudson/maven/MavenModuleSetBuild/main.properties
    M 
maven-plugin/src/main/resources/hudson/maven/MavenProbeAction/sidepanel.jelly
    M maven-plugin/src/main/resources/hudson/maven/Messages.properties
    M maven-plugin/src/main/resources/hudson/maven/Messages_de.properties
    M maven-plugin/src/main/resources/hudson/maven/Messages_ja.properties
    M 
maven-plugin/src/main/resources/hudson/maven/reporters/MavenAbstractArtifactRecord/badge.jelly
    M 
maven-plugin/src/main/resources/hudson/maven/reporters/MavenAbstractArtifactRecord/index.jelly
    A maven-plugin/src/main/webapp/downstreamDisabled_ja.html
    M maven-plugin/src/test/java/hudson/maven/MavenModuleTest.java
    A maven-plugin/src/test/java/hudson/maven/MavenUtilTest.java
    M osx/Library/Application Support/Jenkins/jenkins-runner.sh
    M osx/Library/Documentation/Jenkins/command-line-preferences.html
    M osx/scripts/postinstall-launchd-jenkins
    M plugins/pom.xml
    M pom.xml
    M rpm/SOURCES/jenkins.init.in
    M rpm/SOURCES/jenkins.sysconfig.in
    A test/.gitignore
    M test/pom.xml
    A test/src/main/java/hudson/cli/CLICommandInvoker.java
    A test/src/main/java/org/jvnet/hudson/test/ChannelShutdownListener.java
    A test/src/main/java/org/jvnet/hudson/test/EndOfTestListener.java
    M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
    M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
    M test/src/main/java/org/jvnet/hudson/test/RunLoadCounter.java
    M test/src/main/java/org/jvnet/hudson/test/TestEnvironment.java
    M test/src/main/java/org/jvnet/hudson/test/TestPluginManager.java
    M test/src/main/java/org/jvnet/hudson/test/WarExploder.java
    A test/src/main/resources/apache-maven-3.1.0-bin.zip
    A test/src/test/groovy/hudson/RelativePathTest.groovy
    M test/src/test/groovy/hudson/matrix/MatrixProjectTest.groovy
    A test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
    A test/src/test/groovy/hudson/model/EnvironmentContributorTest.groovy
    M test/src/test/groovy/hudson/model/SlaveTest.groovy
    A test/src/test/groovy/hudson/util/TextFileTest.groovy
    A test/src/test/groovy/jenkins/bugs/Jenkins19124Test.groovy
    A 
test/src/test/groovy/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest.groovy
    A test/src/test/groovy/lib/form/ApplyButtonTest.groovy
    M test/src/test/java/hudson/ClassicPluginStrategyTest.java
    A test/src/test/java/hudson/cli/CreateNodeCommandTest.java
    A test/src/test/java/hudson/cli/GetNodeCommandTest.java
    A test/src/test/java/hudson/cli/UpdateNodeCommandTest.java
    M test/src/test/java/hudson/console/ConsoleAnnotatorTest.java
    A test/src/test/java/hudson/maven/AbstractMaven3xBuildTest.java
    A test/src/test/java/hudson/maven/Maven30xBuildTest.java
    A test/src/test/java/hudson/maven/Maven31xBuildTest.java
    R test/src/test/java/hudson/maven/Maven3BuildTest.java
    M test/src/test/java/hudson/maven/MavenBuildSurefireFailedTest.java
    M test/src/test/java/hudson/maven/MavenBuildTest.java
    M test/src/test/java/hudson/maven/MavenMultiModuleTest.java
    M test/src/test/java/hudson/maven/MavenProjectTest.java
    M test/src/test/java/hudson/maven/PlexusModuleContributorTest.java
    R test/src/test/java/hudson/model/AbstractProjectTest.java
    A test/src/test/java/hudson/model/AsynchPeopleTest.java
    M test/src/test/java/hudson/model/DependencyGraphTest.java
    M test/src/test/java/hudson/model/JobPropertyTest.java
    A test/src/test/java/hudson/model/MyViewTest.java
    A test/src/test/java/hudson/model/MyViewsPropertyTest.java
    A test/src/test/java/hudson/model/NodeTest.java
    M test/src/test/java/hudson/model/ParametersTest.java
    A test/src/test/java/hudson/model/ProjectTest.java
    M test/src/test/java/hudson/model/QueueTest.java
    M test/src/test/java/hudson/model/SimpleJobTest.java
    M test/src/test/java/hudson/model/UpdateSiteTest.java
    M test/src/test/java/hudson/model/UserTest.java
    A test/src/test/java/hudson/model/ViewJobTest.java
    M test/src/test/java/hudson/model/ViewTest.java
    M test/src/test/java/hudson/model/labels/LabelExpressionTest.java
    A test/src/test/java/hudson/node_monitors/ClockMonitorDescriptorTest.java
    M test/src/test/java/hudson/search/SearchTest.java
    M test/src/test/java/hudson/security/CliAuthenticationTest.java
    M test/src/test/java/hudson/slaves/EnvironmentVariableNodePropertyTest.java
    M test/src/test/java/hudson/slaves/NodeCanTakeTaskTest.java
    M test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java
    M test/src/test/java/hudson/tasks/MavenTest.java
    M test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java
    A 
test/src/test/java/hudson/tasks/test/AggregatedTestResultPublisherTest.java
    A test/src/test/java/hudson/tasks/test/helper/AbstractPage.java
    A test/src/test/java/hudson/tasks/test/helper/AbstractTestResultLink.java
    A test/src/test/java/hudson/tasks/test/helper/BuildPage.java
    A test/src/test/java/hudson/tasks/test/helper/LatestTestResultLink.java
    A test/src/test/java/hudson/tasks/test/helper/ProjectPage.java
    A test/src/test/java/hudson/tasks/test/helper/TestResultLink.java
    A test/src/test/java/hudson/tasks/test/helper/TestResultsPage.java
    M test/src/test/java/hudson/tools/ToolLocationNodePropertyTest.java
    M test/src/test/java/hudson/triggers/SCMTriggerTest.java
    M test/src/test/java/hudson/triggers/TriggerStartTest.java
    M test/src/test/java/jenkins/model/JenkinsTest.java
    M test/src/test/java/jenkins/security/RekeySecretAdminMonitorTest.java
    M test/src/test/java/lib/form/RowVisibilityGroupTest.java
    A 
test/src/test/java/org/jvnet/hudson/test/HudsonTestCaseShutdownSlaveTest.java
    A 
test/src/test/resources/hudson/ClassicPluginStrategyTest/testDisabledDependencyClassLoader.zip
    A test/src/test/resources/hudson/RelativePathTest/Model/config.groovy
    A test/src/test/resources/hudson/RelativePathTest/index.groovy
    A test/src/test/resources/hudson/cli/node.xml
    M test/src/test/resources/hudson/maven/maven3-project.zip
    A 
test/src/test/resources/hudson/model/AbstractProjectTest/vectorTriggers.xml
    A 
test/src/test/resources/hudson/model/UserTest/SomeUserProperty/config.jelly
    A 
test/src/test/resources/hudson/tasks/test/AggregatedTestResultPublisherTest.zip
    A test/src/test/resources/hudson/util/ascii.txt
    A test/src/test/resources/jenkins/bugs/Jenkins19124Test/Foo/config.groovy
    A 
test/src/test/resources/jenkins/diagnostics/ooom/OutOfOrderBuildDetectorTest/oneProblem.zip
    A test/src/test/resources/lib/form/JSON.js
    M ui-samples-plugin/pom.xml
    M ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/Root.java
    M ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/UISample.java
    M ui-samples-plugin/src/main/resources/index.jelly
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/NavigationContextMenu/index.properties
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/Root/index.jelly
    A war/Gruntfile.js
    A war/package.json
    M war/pom.xml
    M war/src/main/webapp/WEB-INF/security/SecurityFilters.groovy
    M war/src/main/webapp/WEB-INF/web.xml
    M war/src/main/webapp/css/style.css
    R war/src/main/webapp/help/project-config/slave.html
    R war/src/main/webapp/help/project-config/slave_de.html
    R war/src/main/webapp/help/project-config/slave_fr.html
    R war/src/main/webapp/help/project-config/slave_ja.html
    R war/src/main/webapp/help/project-config/slave_pt_BR.html
    R war/src/main/webapp/help/project-config/slave_ru.html
    R war/src/main/webapp/help/project-config/slave_tr.html
    R war/src/main/webapp/help/project-config/slave_zh_TW.html
    M war/src/main/webapp/help/tools/help-label.html
    A war/src/main/webapp/images/rage.png
    M war/src/main/webapp/scripts/hudson-behavior.js
    M war/src/main/webapp/scripts/sortable.js

  Log Message:
  -----------
  Merge branch 'master' into hetero-list-sample


  Commit: 10cdcdd51428970b3a1c17a6491fb423c121b8b1
      
https://github.com/jenkinsci/jenkins/commit/10cdcdd51428970b3a1c17a6491fb423c121b8b1
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
    M ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/UISample.java

  Log Message:
  -----------
  Merge branch 'master' into hetero-list-sample


  Commit: e54c452c6d6661ec4e078d0b275f45f843d8b8b5
      
https://github.com/jenkinsci/jenkins/commit/e54c452c6d6661ec4e078d0b275f45f843d8b8b5
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-30 (Fri, 30 Aug 2013)

  Changed paths:
    M ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/HeteroList.java
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/ChoiceEntry/config.jelly

  Log Message:
  -----------
  f:select works fine with form binding; giving up on f:radioBlock.


  Commit: 0e3c7a95bf35b7ea20810042266a72d95d5aaba3
      
https://github.com/jenkinsci/jenkins/commit/0e3c7a95bf35b7ea20810042266a72d95d5aaba3
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-09-03 (Tue, 03 Sep 2013)

  Changed paths:
    A ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/HeteroList.java
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/ChoiceEntry/config.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/Config/config.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/SimpleEntry/config.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/configure.jelly
    A 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/HeteroList/index.jelly

  Log Message:
  -----------
  Merge pull request #816 from jglick/hetero-list-sample

Hetero list sample


Compare: 
https://github.com/jenkinsci/jenkins/compare/3d8c78e2d240...0e3c7a95bf35

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to