summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 daysFixing warning: over39_boards is not necessarily present if ↵emkael
manual[min_points] is.
10 daysOption to override +25% multiplier in calculator formemkael
10 daysAbility to override the 1.25x factor that as of 2025.02.12 amendment always ↵emkael
applies to team tournaments. Necessary to be able to strictly define points for 1st place for high-ranked teams tournaments.
10 daysElaborate comments on check_parameters and parse_parametersemkael
10 daysProperly unset all 'manual' parameters for BridgeNET typeemkael
10 daysValidation checks stay in check_parameters, parameter parsing moved to ↵emkael
parse_parameters.
10 daysValidating and parsing BridgeNET parameters only in the API version that ↵emkael
introduced them
10 daysRefactoring: getting rid of relying on $this->parameters throughout ↵emkael
validation and parsing. Passing parameters as method arguments instead
11 daysAnxious, yet liberating steps towards code readability at 3 A.M.emkael
11 daysAdios, magic constantsemkael
11 days1.25x multipler applies to points for 1st place in a team event even if ↵emkael
min_points is set (RegKlas amendment: 12.02.2025)
13 daysRedirecting to new form by defaultemkael
13 daysNew calculator form, using v4 (2025.01.01 RegKlas) APIemkael
13 days2025.01.01 update to RegKlas: if points for 1st place are defined, they're ↵emkael
no longer minimum, they're strictly assigned to first place
13 daysRefactoring so that points for first place are calculated in a separate methodemkael
13 daysFixing possibly unexpected ctype_digit behaviour if input is alrady integer, ↵emkael
not string - also a deprecated behaviour in modern PHP
13 daysDisclaimer about RegKlas dates in old calulator formemkael
13 daysFreezing API version in unit tests, because nobody sane could be bothered to ↵emkael
update thousands of auto-generated test cases
13 daysModernizing test suite to PHPUnit 11.x compatibilityemkael
2021-02-10Switching web form to current API versionemkael
2021-02-10Do not restrict BridgeNET tournaments to individual/pairs, but enforce at ↵emkael
least 20 boards
2021-02-10Refactoring BridgeNET methods before alterationemkael
2020-11-26JS code formattingemkael
2020-11-26Aiding stretching points to 100% of contestantsemkael
2020-05-22Tests for consistent rounding when "stretching" points to the last place ↵emkael
instaead of 50%
2020-05-21PHP 5.x compatibilityemkael
2020-05-21On manual parameter usage, requiring only parameters which are actually requiredemkael
2020-05-21Preparing relaxing integer-like parameter format checksemkael
2020-05-21Ensuring that tournament_rank parameter is provided when checking for its valueemkael
2020-05-16Merge pull request #5 from PZBS/local-b-netMichał Klichowicz
BridgeNET Lokalny
2020-05-14Ignore manual parameters when calculating BridgeNET poitnslocal-b-netemkael
2020-05-14Code comment docs updatedemkael
2020-05-14Test code refactor + BridgeNET test casesemkael
2020-05-14README updatedemkael
2020-05-14Form with manual boards count and BridgeNET tournament rankemkael
2020-05-14Do not skip type/board number check for B***eNET even if manual overrides ↵emkael
are provided
2020-05-14Skip places with 0 pointsemkael
2020-05-14Pass 'boards' argument through parameter checks, if presentemkael
2020-05-14Local B***eNET pointsemkael
2020-05-14Boards count instead of over/under parameteremkael
2020-05-13Unit tests for PHP APIemkael
2020-05-13Using migration tests to generate random unit test casesemkael
2020-05-13Refreshing average WK field when related fields changeemkael
2020-05-13New API versionemkael
2020-05-13API call reusableemkael
2020-05-13Moving old migration tests to new directoryemkael
2020-05-13Freezing API version for pkle2020.phpemkael
2020-05-13This should not have been here.emkael
2020-01-13Merge branch 'master' of github.com:PZBS/kalkulator-pklemkael
2020-01-13pzbs.pl PHP version compatibility fixemkael