summaryrefslogtreecommitdiff
path: root/http
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
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-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-14Code comment docs 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-13Refreshing average WK field when related fields changeemkael
2020-05-13New API versionemkael
2020-05-13API call reusableemkael
2020-05-13Freezing API version for pkle2020.phpemkael
2020-05-13This should not have been here.emkael
2020-01-13pzbs.pl PHP version compatibility fixemkael
2020-01-10Legacy API call for 2018 calculator + new calculator with current APIemkael
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
2019-08-21Back-link to the non-API version of web-formemkael
2019-08-21Moving API version of web-form to proper locationemkael
2019-08-21Renaming non-API version of web-formemkael
2019-02-15Moving KMP radio button to the topemkael
2019-02-15KMP support in calculator formemkael
2019-02-15KMP support in APIemkael