Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix 2279 backport #2644

Open
wants to merge 9 commits into
base: 8.2
Choose a base branch
from
Open

Commits on Aug 3, 2024

  1. Fix displayed messages when importing a problem from zip

    Previous attempts 019ec2f and
    a6640d5 fixed most cases reported in
    an issue DOMjudge#1708, but there's still a case where a wrong error message
    is shown. This fixes it.
    
    (cherry picked from commit 07e3235)
    tossy310 authored and cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4e189d7 View commit details
    Browse the repository at this point in the history
  2. Revert "Select shortname from current contestproblem"

    This reverts commit a714386.
    cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f2c32cb View commit details
    Browse the repository at this point in the history
  3. Executable page: use badges for current contest.

    (cherry picked from commit ac40ef6)
    meisterT authored and cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    984290f View commit details
    Browse the repository at this point in the history
  4. Fix problem badge for "no contest".

    (cherry picked from commit b26ebfb)
    meisterT authored and cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    094f953 View commit details
    Browse the repository at this point in the history
  5. Add getContestProblem to Contest for getting an associated ContestP…

    …roblem
    
    (cherry picked from commit 56104f6)
    moesoha authored and cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f81ec56 View commit details
    Browse the repository at this point in the history
  6. Rename problemBadgeForProblemAndContest to problemBadgeForContest

    (cherry picked from commit eaf95fe)
    moesoha authored and cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    827c183 View commit details
    Browse the repository at this point in the history
  7. Fix DOMjudge#2279: get associated ContestProblem with Clarification e…

    …ntity
    
    (cherry picked from commit affacb4)
    moesoha authored and cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b36292c View commit details
    Browse the repository at this point in the history
  8. chore: avoid using nullsafe operator in php7

    Nullsafe operator is supported since PHP8. Avoid using nullsafe operators
    in PHP7, as domjudge 8.2 branch needs to support PHP 7.4
    
    Signed-off-by: cubercsl <[email protected]>
    cubercsl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9ec1f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    41b7e3d View commit details
    Browse the repository at this point in the history