cms icon indicating copy to clipboard operation
cms copied to clipboard

Contest Management System

Results 217 cms issues
Sort by recently updated
recently updated
newest added

In the AWS contest configuration page, the "Allowed programming languages" row is becoming too long to fit on screen. See attached screenshot. ![screenshot-2018-4-8 admin test](https://user-images.githubusercontent.com/397308/38466183-ebaae626-3b2d-11e8-8adb-ad0b77bd61e5.png) Listing one language per line...

(This is something between a bug report and feature request :) ) When tried to upload a 200 MB ZIP file containing test data to the AWS, memory usage of...

aws
bug

A requested feature is a new command line tool, say `cmsReRunSubmission`, that takes the ID of a submission (plus, possibly, a set of testcase IDs, or a regex), compiles and...

feature_request
cli

Currently, communication tasks always require a grader header file. Batch tasks, on the other hand, can be configured to instead use stdin/stdout. Would you be interested such an option for...

Currently, an admin user (created with `cmsAddAdmin`) manages all contests. I would like to be able to assign an admin user to only one contest (or to more than one...

feature_request

Currently the master branch targets python 3.6 and, indeed, the documentation explicitely mentions `apt install python3.6`. However, that command does not set `python3.6` as the default binary for providing `python3`...

This means: * add another column in the database for each user specifying the algorithm used to hashing (or empty for clear text). Example: MD5, SHA512, SHA256 * based on...

cws
db
data_model
feature_request

Recently, I created a problem with a custom checker, in which I made a bug that causes an infinite recursive loop. Then the checker took forever to finish, caused my...

tasktypes

See #913 for the discussion.

sandbox
feature_request

Is there a way how to clone a contest? In older versions of CMS, I was used to exporting a contest and importing it again. With CMS 1.3, the import...