cms
cms copied to clipboard
Contest Management System
In the AWS contest configuration page, the "Allowed programming languages" row is becoming too long to fit on screen. See attached screenshot.  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...
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...
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...
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...
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...
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...