drupal/core/modules/workspaces/src
Alex Pott 2f1c716625
Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core
2022-01-10 12:07:03 +00:00
..
Access Issue #2935780 by amateescu, Manuel Garcia, Fabianx, Sam152, kunalkursija: Remove the concept of a 'live' default workspace 2019-08-30 12:59:59 +01:00
Entity Issue #3112783 by amateescu, paulocs, mglaman, guilhermevp, dixon_, Fabianx: List and count all changes made in a workspace 2021-06-28 11:12:44 +01:00
EntityQuery Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021] Replace all list (array destructuring) assignment to the array syntax 2021-11-15 12:35:55 +10:00
EventSubscriber Issue #3232097 by daffie, longwave: [Symfony 6] Add "array" type hint to methods overriding Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() 2021-12-18 06:36:14 +00:00
Form Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021] Replace all list (array destructuring) assignment to the array syntax 2021-11-15 12:35:55 +10:00
Negotiator Issue #2935780 by amateescu, Manuel Garcia, Fabianx, Sam152, kunalkursija: Remove the concept of a 'live' default workspace 2019-08-30 12:59:59 +01:00
Plugin Issue #3062486 by amateescu, pmelab, blazey, dixon_, plach, catch, webchick, jeqq, vijaycs85: Add the ability to create sub-workspaces in order to enable the dev -> stage -> live workflow for content 2019-11-05 00:30:19 +01:00
EntityAccess.php Issue #2935780 by amateescu, Manuel Garcia, Fabianx, Sam152, kunalkursija: Remove the concept of a 'live' default workspace 2019-08-30 12:59:59 +01:00
EntityOperations.php Issue #2619482 by cburschka, ankit.singh, ravi.shankar, jungle, daffie: Convert all get_called_class()/get_class() to static:: 2020-07-13 15:35:49 +01:00
EntityTypeInfo.php Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core 2022-01-10 12:07:03 +00:00
FormOperations.php Issue #2619482 by cburschka, ankit.singh, ravi.shankar, jungle, daffie: Convert all get_called_class()/get_class() to static:: 2020-07-13 15:35:49 +01:00
ViewsQueryAlter.php Issue #2937513 by eltori, longwave, klausi, catch, idebr: Fix 'Drupal.Commenting.DocComment.TagGroupSpacing' coding standard 2020-05-20 17:11:54 -05:00
WorkspaceAccessControlHandler.php Issue #3192292 by amateescu, daffie: Users with the 'administer workspaces' permission can not create a workspace 2021-01-13 12:36:05 +00:00
WorkspaceAccessException.php
WorkspaceAssociation.php Issue #3189880 by mondrake, raman.b, Pooja Ganjage, daffie, Megha_kundar, dww, S_Bhandari: Use square brackets syntax in sql queries 2021-01-05 15:02:37 +00:00
WorkspaceAssociationInterface.php Issue #3191821 by daffie: The docblock of Drupal\workspaces\WorkspaceAssociationInterface::deleteAssociations() is not correct 2021-01-11 14:12:51 +00:00
WorkspaceCacheContext.php Issue #2935780 by amateescu, Manuel Garcia, Fabianx, Sam152, kunalkursija: Remove the concept of a 'live' default workspace 2019-08-30 12:59:59 +01:00
WorkspaceConflictException.php
WorkspaceInterface.php Issue #3093214 by amateescu: Remove workspaces.module BC layers 2019-11-26 14:19:08 +00:00
WorkspaceListBuilder.php Issue #3210129 by quietone, murilohp, xjm: Fix spelling for words used once, beginning with 'a' -> 'd', inclusive 2022-01-01 13:52:01 +00:00
WorkspaceManager.php Issue #3128536 by amateescu, Charlie ChX Negyesi, phenaproxima: Simplify and speed up WorkspaceManager::isEntityTypeSupported() 2021-02-26 11:43:09 +00:00
WorkspaceManagerInterface.php Issue #3098707 by blazey: Add purgeDeletedWorkspacesBatch to the WorkspaceManagerInterface 2020-01-14 10:13:58 +00:00
WorkspaceMerger.php Issue #3062486 by amateescu, pmelab, blazey, dixon_, plach, catch, webchick, jeqq, vijaycs85: Add the ability to create sub-workspaces in order to enable the dev -> stage -> live workflow for content 2019-11-05 00:30:19 +01:00
WorkspaceMergerInterface.php Issue #3062486 by amateescu, pmelab, blazey, dixon_, plach, catch, webchick, jeqq, vijaycs85: Add the ability to create sub-workspaces in order to enable the dev -> stage -> live workflow for content 2019-11-05 00:30:19 +01:00
WorkspaceOperationFactory.php Issue #3062486 by amateescu, pmelab, blazey, dixon_, plach, catch, webchick, jeqq, vijaycs85: Add the ability to create sub-workspaces in order to enable the dev -> stage -> live workflow for content 2019-11-05 00:30:19 +01:00
WorkspaceOperationInterface.php
WorkspacePublisher.php Issue #2903911 by joshmiller, longwave, anmolgoyal74, ankithashetty, init90, Pooja Ganjage, _gradient_, daffie, borisson_: Fix 'Drupal.Commenting.FunctionComment.ParamMissingDefinition' coding standard 2021-03-29 16:22:14 +01:00
WorkspacePublisherInterface.php
WorkspaceRepository.php Issue #3232673 by alexpott, longwave, Berdir, andypost: \Drupal\Core\Entity\EntityInterface::label() can return a NULL 2021-09-30 12:15:17 +01:00
WorkspaceRepositoryInterface.php Issue #3062486 by amateescu, pmelab, blazey, dixon_, plach, catch, webchick, jeqq, vijaycs85: Add the ability to create sub-workspaces in order to enable the dev -> stage -> live workflow for content 2019-11-05 00:30:19 +01:00
WorkspaceViewBuilder.php Issue #3112783 by amateescu, paulocs, mglaman, guilhermevp, dixon_, Fabianx: List and count all changes made in a workspace 2021-06-28 11:12:44 +01:00
WorkspacesAliasRepository.php Issue #3189880 by mondrake, raman.b, Pooja Ganjage, daffie, Megha_kundar, dww, S_Bhandari: Use square brackets syntax in sql queries 2021-01-05 15:02:37 +00:00
WorkspacesServiceProvider.php Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core 2022-01-10 12:07:03 +00:00