349 Commits

Author SHA1 Message Date
Claudio Zizza
d768b9c716 Apply prettier coding style 2026-03-11 00:10:06 +01:00
Jérôme Tamarelle
9552cfceb1 Blog: MongoDB ODM release 2025-10-21 00:32:33 +02:00
Claudio Zizza
f5786a7136 Add table border to docs pages 2025-10-16 00:53:18 +02:00
Grégoire Paris
99efe1a6db Remove mentions of Psalm in the contributor guide
We no longer use it since the 2024 meetup.
See https://www.doctrine-project.org/2024/10/14/doctrine-core-team-meetup-2024.html#psalm-and-phpstan-going-forward
2025-10-11 09:20:30 +02:00
Christophe Coevoet
53e92e613f Use Sass load paths to load Sass files from third-party packages
Sass has features distinguishing files loaded from relative imports from
the entrypoints and files loaded through load paths. This is how
`quietDeps` works to ignore deprecations triggered by dependencies
rather than own code (load paths are what defines the boundary for what
is considered dependencies).
2025-10-09 22:06:33 +02:00
Claudio Zizza
37be25f69a Remove unused images from doctrine1 zip file 2025-10-09 13:57:05 +02:00
Claudio Zizza
66d04c2a1e Create download link to Doctrine 1 on homepage 2025-10-09 13:57:05 +02:00
Claudio Zizza
6245ba0f20 Create download link to Doctrine 1 on 404 page 2025-10-09 13:57:05 +02:00
Claudio Zizza
623f90baf8 Create Doctrine 1 docs as zip file 2025-10-09 13:56:59 +02:00
Sergei Morozov
7470dfa381 Add CSS for footnotes 2025-10-09 10:58:16 +02:00
Alexander M. Turek
a7e9eb5090 Fix typo (#822) 2025-10-08 19:36:14 +02:00
Benjamin Eberlei
e9aee87e8f Draft: An update to the ORM 2 End of Life. (#821)
* Draft: An update to the ORM 2 End of Life.

* Small adjustments

* More suggestions

* More suggestions
2025-10-08 17:39:13 +02:00
Claudio Zizza
107fc57344 Replace example project name with option word
Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
2025-10-08 15:06:01 +02:00
Claudio Zizza
7e6f08f672 Add latest changes of the build command to the website 2025-10-08 11:12:50 +02:00
Claudio Zizza
cd438dff80 Fix rendering of rst examples 2025-10-07 16:30:00 +02:00
Claudio Zizza
0c2b6179c7 Fix used parser for rst docs 2025-10-07 15:29:35 +02:00
Oleksandr Savchenko
b99e70ee19 Fix git commands and links 2025-10-02 14:38:15 +03:00
Grégoire Paris
9cbdcaee52 Document current release policy
This documentation has been coming soon since 2018.
2025-08-01 20:41:47 +02:00
Benjamin Eberlei
2ba072cd1f Update 2025-06-28-orm-3.4-released.md
Fix not handling null values for User.
2025-07-06 19:58:48 +02:00
Jaapio
4bc58773c7 In order to resolve cross site scripting remove php rendering
The current implementation of the code block is using unsafe html
by replacing it with a twig template we resolve this issue.
2025-07-05 23:48:53 +02:00
Benjamin Eberlei
cacdadd58d 2025 Core Team Meetup in Paris (#763)
* 2025 Core TEam Meetup in Paris

* Mention host for legal reasons and visa things.

* New slug
2025-07-01 20:18:41 +02:00
Grégoire Paris
f5d1f84c16 Add coloration to more code blocks 2025-06-30 21:06:40 +02:00
Grégoire Paris
56b2861d52 Enable syntactic coloration on latest blog post 2025-06-30 20:18:49 +02:00
Benjamin Eberlei
7454954535 Blog Post: ORM 3.4 released (#750)
* ORM 3.4 released

* General Upgrade, 4.0 thoughts

* Finish last paragarph

* Better words

* Apply suggestions from code review

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>

* Remove column types, auto mapping detects already.

* Fix dates to 28.6.2025 for release today

* Add second deprecated migration problem to post

---------

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
2025-06-28 18:16:39 +02:00
Bernard Ngandu
b398591da8 fix(typo): fqcn class 2025-05-26 18:25:24 +02:00
Claudio Zizza
11255e015c Revert doctrine slack link back to original redirect link
This reverts commit 1e6604de20.
2025-03-17 23:52:23 +01:00
Claudio Zizza
1e6604de20 Change doctrine slack link to the current registration page 2025-03-10 23:36:06 +01:00
Grégoire Paris
30a80775db Use more stable URLs
We have deleted DBAL 4.0.x, and may delete ORM 3.0.x at some point.
Since the upgrade guide is unlikely to move, let us use HEAD.
2025-02-24 20:45:29 +01:00
Tac Tacelosky
b7e77be600 fix missing quote (#647) 2025-01-19 14:53:23 +01:00
Claudio Zizza
13d410671c Create json schema for website config
Used by reusable workflow in .github repository to share between projects
2024-12-07 23:30:08 +01:00
Grégoire Paris
94189c5314 Enable syntactic coloration 2024-10-30 21:13:14 +01:00
Grégoire Paris
9232bde7b6 Remove trailing whitespace 2024-10-30 21:13:04 +01:00
Jaapio
8e2b34feb0 Fix static page links
Static pages do not have an source to find references, so static
html links are used. Guides does see them as invalid links. This new
resolver allows us to accept the static links as valid and uses the targetreference
as url.
2024-10-16 07:02:16 +02:00
Benjamin Eberlei
e106d09fff Doctrine Core Team Meetup 2024 blog post (#625)
* Doctrine Core Team Meetup 2024 blog post

* More on sponsoring, links

* Unique blog identifier

* more fixes

* Apply suggestions from code review

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>

* Remove 3.2.3, add Migrations 3.8.2 and explain postgresql fix.

* Apply suggestions from code review

Co-authored-by: Alexander M. Turek <me@derrabus.de>

* Apply suggestions from code review

Co-authored-by: Claudio Zizza <859964+SenseException@users.noreply.github.com>

* Update source/blog/2024-10-14-doctrine-core-team-meetup-2024.md

---------

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
Co-authored-by: Alexander M. Turek <me@derrabus.de>
Co-authored-by: Claudio Zizza <859964+SenseException@users.noreply.github.com>
2024-10-14 07:54:01 +02:00
Grégoire Paris
71da777901 Add support for toctree captions
I do not know if that was supported with doctrine/rst-parser, but there
is such a thing as a caption option for the toctree directive, and it
seems that phpDocumentor/guides supports it.
When I tried it, it produced a "p" element with a caption class.
Adding support for that means we could get rid of the toc and tocheader
directives.
These custom directives appear to be the directives that cause the most
unfixable warnings (unfixable without a custom guides extension, that
is).
We might end up with an extension anyway if there are other warnings,
but I think this could be a nice simplification.
2024-10-01 19:33:45 +02:00
Jaapio
d544ef5822 Cleanup code 2024-08-21 22:49:44 +02:00
Jaapio
834246694d Fix code blocks, menu and header links 2024-08-21 22:49:04 +02:00
Claudio Zizza
c908d95a10 Create blog post about skeleton-mapper being unmaintained 2024-08-18 00:24:38 +02:00
Claudio Zizza
9824719664 Replace tideways logo with current one 2024-07-19 23:29:10 +02:00
Claudio Zizza
24ece30cdd Replace featured partner with tideways 2024-07-19 23:29:10 +02:00
Claudio Zizza
cf6dcea30f Fix typos in website build docs 2024-07-14 15:05:12 +02:00
Claudio Zizza
f7c388467f Simplify website build docs 2024-07-12 20:17:50 +02:00
Claudio Zizza
26eaf2aaf7 Fix filename and add year of meetup to title 2024-07-10 12:07:17 +02:00
Claudio Zizza
5bc4909798 Fix format for blog post source file
Three dashes are expected for the blog post metadata format
2024-07-09 21:04:14 +02:00
Benjamin Eberlei
9cccc4f2f3 Doctrine Core Team Meetup 2024 2024-07-09 11:41:40 +02:00
Jaapio
38b1cfb41d Remove sami and api doc generation
The website build command does not contain the api
argument anymore, so I asume this feature was removed, but the documentation was never updated.
2024-07-07 21:45:34 +02:00
Claudio Zizza
73f4910a98 Rename blog post because of already taken slug 2024-07-03 22:51:53 +02:00
Claudio Zizza
ef530a5ad9 Fix case typo in GitHub Sponsors
Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
2024-06-27 23:16:21 +02:00
Claudio Zizza
746f0cfa18 Remove outdated static sponsor list 2024-06-26 23:09:29 +02:00
Nick
24fc9d99c9 Removes mentions of the mailing list from the community page 2024-03-11 16:44:23 -04:00