Skip to content

Pull requests: mautic/mautic

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Remove whole MauticFactory bc-break A BC break PR for major release milestones only deprecation Includes deprecations T2 Medium difficulty to fix (issue) or test (PR)
#14682 by biozshock was merged Mar 5, 2025 Loading… 6.0.0-beta2
Remove MauticFactory::getEntityManager. code-review-passed PRs which have passed code review deprecation Includes deprecations points-scoring Anything related to points refactoring The change does not change behavior but improves the code user-testing-passed PRs which have been successfully tested by the required number of people.
#14611 by biozshock was merged Mar 5, 2025 Loading… 6.0.0-beta2
DPMMA-3048 Fix campaign execution stuck due to incorrect lead detachment in membership change action bug Issues or PR's relating to bugs campaigns Anything related to campaigns and campaign builder code-review-passed PRs which have passed code review ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged regression A bug that broke something in the last release
#14497 by patrykgruszka was merged Jan 27, 2025 Loading… 5.2.2
Remove MauticFactory::getVersion. code-review-passed PRs which have passed code review refactoring The change does not change behavior but improves the code
#14464 by biozshock was merged Jan 22, 2025 Loading… 6.0.0-alpha
Removed MauticFactory::getDatabase. bc-break A BC break PR for major release milestones only code-review-passed PRs which have passed code review refactoring The change does not change behavior but improves the code user-testing-passed PRs which have been successfully tested by the required number of people.
#14418 by biozshock was merged Feb 7, 2025 Loading… 6.0.0-beta2
Running composer fixcs after CS Fixer was updated enhancement Any improvement to an existing feature or functionality refactoring The change does not change behavior but improves the code
#14391 by escopecz was merged Dec 18, 2024 Loading… 6.0.0-alpha
Change pre-commit hook to allow partial commit, but check if there are errors in php-cs-fixer and rector. bug Issues or PR's relating to bugs code-review-needed PR's that require a code review before merging developer-experience Anything related to developer experience ready-to-test PR's that are ready to test
#14368 by biozshock was closed Feb 2, 2025 Loading…
Use new authenticator system. authentication bc-break A BC break PR for major release milestones only code-review-passed PRs which have passed code review dependencies Pull requests that update a dependency file deprecation Includes deprecations essential This must be done to close the milestone hacktoberfest-accepted PR's that have been accepted for the purposes of Hacktoberfest mautic-6
#14219 by biozshock was merged Dec 5, 2024 Loading… 6.0.0-alpha
Remove deprecated getUniqueIdentiferFields from FieldModel. custom-fields Anything related to custom fields refactoring The change does not change behavior but improves the code
#14144 by biozshock was merged Dec 13, 2024 Loading… 6.0.0-alpha
Upgrading Mautic to Symfony 6 bc-break A BC break PR for major release milestones only code-review-passed PRs which have passed code review dependencies Pull requests that update a dependency file ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged refactoring The change does not change behavior but improves the code user-testing-passed PRs which have been successfully tested by the required number of people.
#13962 by escopecz was merged Dec 16, 2024 Loading… 6.0.0-alpha
Not setting storage_factory_id is deprecated since symfony 5.3. pending-feedback PR's and issues that are awaiting feedback from the author refactoring The change does not change behavior but improves the code
#13291 by biozshock was closed Jan 18, 2025 Loading…
Show progress of the php-cs-fixer. CI Anything related to CI (Continuous Integration) developer-experience Anything related to developer experience enhancement Any improvement to an existing feature or functionality
#13269 by biozshock was merged Jan 31, 2024 Loading… 5.1.0
DataTransformer uses proper data. enhancement Any improvement to an existing feature or functionality refactoring The change does not change behavior but improves the code
#13130 by biozshock was merged Jan 8, 2024 Loading… 5.1.0
Refactor Symfony user deprecations. bug Issues or PR's relating to bugs code-review-passed PRs which have passed code review refactoring The change does not change behavior but improves the code
#13129 by biozshock was merged Jan 8, 2024 Loading… 5.1.0
Refactor PHPUnit deprecated methods. automated-tests Anything related to unit, functional or e2e tests bug Issues or PR's relating to bugs ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged refactoring The change does not change behavior but improves the code
#13116 by biozshock was merged Jan 16, 2024 Loading… 5.1.0
Refactor Doctrine deprecations. bug Issues or PR's relating to bugs refactoring The change does not change behavior but improves the code
#13113 by biozshock was merged Jan 19, 2024 Loading… 5.1.0
Introduce iterable_mode instead of deprecated iterator_mode. refactoring The change does not change behavior but improves the code
#13112 by biozshock was merged Jan 29, 2024 Loading… 5.1.0
Tighten types that were reported by phpstan. enhancement Any improvement to an existing feature or functionality refactoring The change does not change behavior but improves the code
#13110 by biozshock was merged Dec 9, 2024 Loading… 6.0.0-alpha
Autowire models. enhancement Any improvement to an existing feature or functionality ready-to-test PR's that are ready to test refactoring The change does not change behavior but improves the code
#12493 by biozshock was merged Jun 27, 2023 Loading… 5.0-beta-2
More autowiring enhancement Any improvement to an existing feature or functionality pending-feedback PR's and issues that are awaiting feedback from the author ready-to-test PR's that are ready to test refactoring The change does not change behavior but improves the code
#12412 by biozshock was merged Jun 2, 2023 Loading… 5.0-alpha
PROD-399 Remove deprecated Repository::clear. bug Issues or PR's relating to bugs ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged refactoring The change does not change behavior but improves the code
#12354 by biozshock was merged May 17, 2023 Loading… 5.0-alpha
Remove DoNotContact entities from memory when already used. contacts Anything related to contacts enhancement Any improvement to an existing feature or functionality performance-scalability Anything related to performance and scalability refactoring The change does not change behavior but improves the code
#12245 by biozshock was merged May 31, 2023 Loading… 5.0-alpha
TPROD-399 EM::clear() refactoring - email send bug Issues or PR's relating to bugs cla-signed The PR contributors have signed the contributors agreement ready-to-test PR's that are ready to test refactoring The change does not change behavior but improves the code
#12226 by biozshock was merged Apr 19, 2023 Loading… 5.0-alpha
TPROD-399 Removed Doctrine deprecations from Campaign mautic:campaigns:rebuild command. bug Issues or PR's relating to bugs cla-signed The PR contributors have signed the contributors agreement ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged refactoring The change does not change behavior but improves the code
#12192 by biozshock was merged Apr 13, 2023 Loading… 5.0-alpha
TPROD-399 Removed Doctrine deprecations from Campaign executioners. bug Issues or PR's relating to bugs cla-signed The PR contributors have signed the contributors agreement ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged refactoring The change does not change behavior but improves the code
#12191 by biozshock was merged Apr 13, 2023 Loading… 5.0-alpha
ProTip! Follow long discussions with comments:>50.