Razmig Sarkissian
183d0ee6ec
Improve tournament broadcast selection logic
2 months ago
Razmig Sarkissian
61a6f88e6f
Update broadcasted_auto.html
2 months ago
Razmig Sarkissian
c0d18ed9a1
Add retry mechanism for tournament autobroadcast
2 months ago
Razmig Sarkissian
aa7c9bc5aa
Update auto-broadcast completion logic for tournaments
...
Refine tournament auto-broadcast detection algorithm to handle
multi-page tournaments more robustly. Specifically:
- Improve completion detection for multi-page tournaments - Prevent
false completion when cycling through pages - Add more descriptive
logging for edge cases
2 months ago
Razmig Sarkissian
586de4431f
Remove Broadcasted Auto Event Template
2 months ago
Laurent
ae57ec7bcd
improved admin
2 months ago
Razmig Sarkissian
39beecd9cd
Change team name class from bold to semibold
2 months ago
Razmig Sarkissian
d92849edfc
Remove large class from date table cell
2 months ago
Razmig Sarkissian
b0b1abd972
Fix tournament list order in automatic broadcast view
2 months ago
Razmig Sarkissian
2c34296a5e
Add short name support for animation tournaments
2 months ago
Razmig Sarkissian
26a2465dfb
Improve club broadcast page title with broadcast code
2 months ago
Razmig Sarkissian
73571702db
Add error handling for tournament data fetching
2 months ago
Razmig Sarkissian
34530f94c5
Add null checks and handle empty lists in broadcast templates
2 months ago
Razmig Sarkissian
17d6313042
Add automatic broadcast features and UI improvements
2 months ago
Razmig Sarkissian
bcf5017169
Fix handling of expired team registration sessions
...
A missing team registration should be treated as a valid expiration
case, returning True instead of False to properly clean up sessions.
2 months ago
Razmig Sarkissian
31b87cea2f
Add payment session expiration and logging
...
The main changes in this commit are: - Adding 30-minute expiration to
Stripe checkout sessions - Adding comprehensive logging throughout
payment flow - Improving payment failure and expiration handling -
Moving payment processing to static methods - Refactoring payment
session creation and handling - Adding better error handling for Stripe
operations
``` Add payment session expiration and logging ```
2 months ago
Razmig Sarkissian
84a7047053
Add get_registration_fee methods to registration models
2 months ago
Razmig Sarkissian
e58ec43999
Add retry logic and stats for padel rankings download
...
The changes add a robust retry mechanism with exponential backoff for
downloading French padel rankings, along with detailed retry statistics
tracking and reporting. This improves reliability when fetching ranking
data in case of temporary network issues.
2 months ago
Razmig Sarkissian
28a0219507
Fix index out of bounds error in group stage teams lookup
...
The subject line alone fully captures this change, as it's a
straightforward bug fix for an array bounds issue when accessing teams
in group stages.
2 months ago
Laurent
3146b16962
remove other shop link
2 months ago
Laurent
ae4c330b1a
remove shop from nav bar
2 months ago
Razmig Sarkissian
664b461e6d
fix sept ranking 2025
2 months ago
Razmig Sarkissian
0a017d7957
Update max players and unranked values in rankings file
2 months ago
Razmig Sarkissian
9b763e0ed5
September 2025 Rankings
2 months ago
Razmig Sarkissian
ecda64402f
Add is_anonymous field to PlayerRegistration model
3 months ago
Razmig Sarkissian
0da7941390
Add Anonymous Player Support
3 months ago
Razmig Sarkissian
a6ca96d2e9
Add season year parameter for 2026 tournament rules
3 months ago
Razmig Sarkissian
0fae81c45f
Update player data in CLASSEMENT-PADEL-MESSIEURS-08-2025.csv
3 months ago
Razmig Sarkissian
79b857f7c9
Fix age calculation to use tournament start date
3 months ago
Razmig Sarkissian
1ba15438ca
Update Padel tournament guide PDFs
3 months ago
Razmig Sarkissian
f3d41d3b5f
Rename Club hidden field to admin_visible
3 months ago
Razmig Sarkissian
2da21d67b2
Add hidden field to Club model
3 months ago
Razmig Sarkissian
1409fe309b
Update views.py
3 months ago
Razmig Sarkissian
17f455137c
Update admin.py
3 months ago
Razmig Sarkissian
6401914b74
Update views.py
3 months ago
Razmig Sarkissian
f613b44152
Update views.py
3 months ago
Razmig Sarkissian
ed7031ef24
Update tournament.py
3 months ago
Razmig Sarkissian
e4d008956a
08 2025 rankings
3 months ago
Laurent
455928f600
update league concept
3 months ago
Laurent
4636b12deb
improve club list
3 months ago
Laurent
83c7e7a97c
order clubs by name
3 months ago
Laurent
3c41da77bc
improve club list page
3 months ago
Laurent
66d935e83e
fix #2
3 months ago
Laurent
59f5f093d1
fix
3 months ago
Laurent
bb86086235
fix missing import
3 months ago
Laurent
67879ed6ed
improvements
3 months ago
Laurent
966beb6599
adds month/year filtering for tournament lists
3 months ago
Laurent
7fa16f23c4
fix
3 months ago
Laurent
cf0b33aa2a
add more prefetches
3 months ago
Laurent
a1becd8455
fix claude issue
3 months ago