Conversation
Korbeil
force-pushed
the
afup-migration-ting-planning-vers
branch
2 times, most recently
from
September 21, 2026 20:48
58a208f to
c9ec7f6
Compare
Korbeil
commented
Sep 21, 2026
| * Les événements de l'AFUP se déroulant en France, ils sont saisis et affichés | ||
| * dans cette timezone, quelle que soit celle du serveur ou du navigateur. | ||
| */ | ||
| public const string TIMEZONE = 'Europe/Paris'; |
Member
Author
There was a problem hiding this comment.
On devrait pas faire ça via un setting global dans Doctrine plutôt que ici individuellement ?
Korbeil
force-pushed
the
afup-migration-ting-planning-vers
branch
from
September 21, 2026 21:09
c9ec7f6 to
6458a69
Compare
Korbeil
marked this pull request as ready for review
September 21, 2026 21:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migre l'entité Planning (programmation des sessions d'un forum) de Ting vers Doctrine, en suivant le pattern de la PR #2387. Le back-office, les pages publiques (programme, planning ICS/JSON) et le notifier vidéo utilisent désormais l'entité et le repository Doctrine.
Changes
How to test
planning.ics/planning.json: le contenu est inchangé.make test,make test-integrationetmake phpstan.