Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
97d9b0f
docs: updated documentation for MVC component.
Teebarh May 19, 2025
5b0b900
docs: Made changes to the documentation for MVC component.
Teebarh May 26, 2025
7bca3d0
Merge branch '5.x' into toyibat2
adiati98 Jul 13, 2025
830d715
Updated the MVC section.
Teebarh Dec 2, 2025
cdf1908
Merge branch '5.x' into toyibat2
adiati98 Jan 9, 2026
43696f3
Merge branch '5.x' into toyibat2
adiati98 Jan 19, 2026
f0adc89
Merge branch '5.x' into toyibat2
adiati98 Jan 20, 2026
df6949a
update inline code and code-blocks
adiati98 Jan 29, 2026
b946e78
fix: formats and heading levels
adiati98 Jan 29, 2026
f0f3d7a
remove sentence as there's no MauticFactory anymore
adiati98 Jan 29, 2026
6770923
remove sentence as it's no longer available
adiati98 Jan 29, 2026
cc3a1f8
Merge branch 'toyibat2' of https://github.com/teebarh/developer-docum…
adiati98 Jan 29, 2026
5ce3489
add links
adiati98 Jan 29, 2026
d6607a6
apply suggestions
adiati98 Jan 29, 2026
7ac8154
change link name and text
adiati98 Jan 30, 2026
20eb815
add words to accept.txt
adiati98 Jan 30, 2026
3e6bc74
address vale warnings and adjust words
adiati98 Jan 30, 2026
7bc0db5
add and remove internal links
adiati98 Jan 30, 2026
5d88191
fix broken internal links
adiati98 Jan 30, 2026
e97e993
change passive to active voice
adiati98 Jan 30, 2026
1e296ea
change passive to active voice
adiati98 Jan 30, 2026
9a12207
resolve merge conflicts
adiati98 Jan 30, 2026
a11af54
resolve merge conflicts
adiati98 Mar 4, 2026
8abbe0e
Merge branch '5.x' into toyibat2
adiati98 Mar 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/styles/config/vocabularies/Mautic/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ initialisms
ISO
JavaScript
Joomla
jQuery
Legacy Builder
Libre
Licensor
Expand Down
7 changes: 7 additions & 0 deletions docs/links/symfony_controller_accessing_services_docs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import link

link_name = "fetching services"
link_text = "fetching services"
link_url = "https://symfony.com/doc/current/controller.html#controller-accessing-services"

link.xref_links.update({link_name: (link_text, link_url)})
7 changes: 7 additions & 0 deletions docs/links/twig_extends_tag_docs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import link

link_name = "Twig documentation"
link_text = "Twig documentation"
link_url = "https://twig.symfony.com/doc/3.x/tags/extends.html"

link.xref_links.update({link_name: (link_text, link_url)})
2 changes: 2 additions & 0 deletions docs/plugins/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Mautic recognizes the Plugin through the general config options.
- string
- The version should be in a format compatible with :xref:`PHP's standardized version strings<PHP standardized version strings>`. The Plugin Manager uses PHP's ``version_compare()`` to determine if the Plugin is eligible for an upgrade.

.. _routing config items:

Routing config items
********************

Expand Down
Loading