summaryrefslogtreecommitdiff
path: root/http/api-inc.php
AgeCommit message (Expand)Author
2025-02-14Fixing warning: over39_boards is not necessarily present if manual[min_points...emkael
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-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
2021-02-10Do not restrict BridgeNET tournaments to individual/pairs, but enforce at lea...emkael
2021-02-10Refactoring BridgeNET methods before alterationemkael
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-14Ignore manual parameters when calculating BridgeNET poitnslocal-b-netemkael
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-13New API versionemkael
2020-05-13API call reusableemkael
2020-01-13pzbs.pl PHP version compatibility fixemkael
2020-01-102020.01.01 version (new KMP)emkael
2020-01-10Selection of API class depending on privided versionemkael
2020-01-10Object-oriented re-factoremkael