home · contact · privacy
Fix bug of /day POSTS breaking on empty new_todo fields.
[plomtask] / tests / misc.py
2 hours ago Christian HellerFix bug of /day POSTS breaking on empty new_todo fields. master
3 hours ago Christian HellerHarmonize treatment of GET /[item]?id=.
2 days ago Christian HellerAdd TaskHandler code to actually make previous commit...
4 days ago Christian HellerTreat non-sending of boolean form fields as _not_ setti...
4 days ago Christian HellerSimplify InputParser code/usage.
2024-07-21 Christian HellerImprove readability of POST /todo code.
2024-07-14 Christian HellerAdd InputsParser.get_float_or_none.
2024-07-14 Christian HellerReturn NotFoundExceptions from InputsParser if no value...
2024-06-18 Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
2024-06-12 Christian HellerImprove InputsParser tests.
2024-04-16 Christian HellerUnify ParamsParser and PostvarsParser to InputsParser.
2024-03-30 Christian HellerAdd Process.children and improve Params/Postvars parsin...
2024-03-27 Christian HellerCatch POSTs to undefined targets, expand and refactor...