summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-14Fixing warning: over39_boards is not necessarily present if manual[min_points...emkael
2025-02-13Option to override +25% multiplier in calculator formemkael
2025-02-13Ability to override the 1.25x factor that as of 2025.02.12 amendment always a...emkael
2025-02-13Elaborate comments on check_parameters and parse_parametersemkael
2025-02-13Properly unset all 'manual' parameters for BridgeNET typeemkael
2025-02-13Validation checks stay in check_parameters, parameter parsing moved to parse_...emkael
2025-02-13Validating and parsing BridgeNET parameters only in the API version that intr...emkael
2025-02-13Refactoring: getting rid of relying on $this->parameters throughout validatio...emkael
2025-02-13Anxious, yet liberating steps towards code readability at 3 A.M.emkael
2025-02-13Adios, magic constantsemkael
2025-02-131.25x multipler applies to points for 1st place in a team event even if min_p...emkael
2025-02-10Redirecting to new form by defaultemkael
2025-02-10New calculator form, using v4 (2025.01.01 RegKlas) APIemkael
2025-02-102025.01.01 update to RegKlas: if points for 1st place are defined, they're no...emkael
2025-02-10Refactoring so that points for first place are calculated in a separate methodemkael
2025-02-10Fixing possibly unexpected ctype_digit behaviour if input is alrady integer, ...emkael
2025-02-10Disclaimer about RegKlas dates in old calulator formemkael
2025-02-10Freezing API version in unit tests, because nobody sane could be bothered to ...emkael
2025-02-10Modernizing 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 lea...emkael
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 inst...emkael
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
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 are...emkael
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