Merge origin/temp-U4-9322 into temp-u4-9322

This commit is contained in:
Stephan
2017-01-20 16:51:25 +01:00
109 changed files with 1147 additions and 293 deletions

View File

@@ -310,14 +310,23 @@
<Compile Include="Events\DeleteEventArgs.cs" />
<Compile Include="Events\CancellableObjectEventArgs.cs" />
<Compile Include="Events\DeleteRevisionsEventArgs.cs" />
<Compile Include="Events\EventDefinition.cs" />
<Compile Include="Events\EventDefinitionBase.cs" />
<Compile Include="Events\EventExtensions.cs" />
<Compile Include="Events\EventNameExtractor.cs" />
<Compile Include="Events\EventNameExtractorError.cs" />
<Compile Include="Events\EventNameExtractorResult.cs" />
<Compile Include="Events\IEventDefinition.cs" />
<Compile Include="Events\NoScopedEventManager.cs" />
<Compile Include="Events\ScopedEventManager.cs" />
<Compile Include="Events\EventMessage.cs" />
<Compile Include="Events\EventMessages.cs" />
<Compile Include="Events\ExportEventArgs.cs" />
<Compile Include="Events\IEventManager.cs" />
<Compile Include="Events\IEventMessagesFactory.cs" />
<Compile Include="Events\ImportEventArgs.cs" />
<Compile Include="Events\ImportPackageEventArgs.cs" />
<Compile Include="Events\MessageType.cs" />
<Compile Include="Events\EventMessageType.cs" />
<Compile Include="Events\MigrationEventArgs.cs" />
<Compile Include="Events\MoveEventInfo.cs" />
<Compile Include="Events\PublishEventArgs.cs" />
@@ -501,6 +510,8 @@
<Compile Include="Persistence\Repositories\XsltFileRepository.cs" />
<Compile Include="Persistence\Repositories\TaskRepository.cs" />
<Compile Include="Persistence\Repositories\TaskTypeRepository.cs" />
<Compile Include="Persistence\UnitOfWork\IScopeUnitOfWork.cs" />
<Compile Include="Persistence\UnitOfWork\IScopeUnitOfWorkProvider.cs" />
<Compile Include="PropertyEditors\DecimalValidator.cs" />
<Compile Include="PropertyEditors\PropertyEditorValueTypes.cs" />
<Compile Include="PropertyEditors\ValueConverters\GridValueConverter.cs" />
@@ -565,6 +576,7 @@
<Compile Include="Services\RepositoryService.cs" />
<Compile Include="Services\OperationStatus.cs" />
<Compile Include="Services\OperationStatusType.cs" />
<Compile Include="Services\ScopeRepositoryService.cs" />
<Compile Include="Services\TaskService.cs" />
<Compile Include="Strings\Css\StylesheetHelper.cs" />
<Compile Include="Models\IPartialView.cs" />