home · contact · privacy
Add Todo.parents.
[plomtask] / plomtask /
2024-04-13 Christian HellerAdd Todo.parents.
2024-04-13 Christian HellerAdd most basic Todo family relations.
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-04-12 Christian HellerAdd GET /todo and Todo retrieval by ID.
2024-04-12 Christian HellerAdd most basic Todo infrastructure.
2024-04-10 Christian HellerDisplay what Processes use focused Process as ProcessStep.
2024-04-10 Christian HellerHide already-seen descendants of implicit ProcessSteps.
2024-04-10 Christian HellerReplace ProcessChildren with more flexible ProcessStep...
2024-04-02 Christian HellerFix Process.get_descendants eliminating sibling referen...
2024-04-02 Christian HellerEnsure DB connections are closed even on erroneous...
2024-04-02 Christian HellerDraw Process descendant trees, and guard against recurs...
2024-03-30 Christian HellerAdd Process.children and improve Params/Postvars parsin...
2024-03-27 Christian HellerCatch POSTs to undefined targets, expand and refactor...
2024-03-27 Christian HellerMinor code documentation changes.
2024-03-27 Christian HellerIn HTTP module, wrap params parsing into ParamsParser.
2024-03-27 Christian HellerFix module description.
2024-03-27 Christian HellerAdd PostvarsParser to isolate postvars parsing/checking.
2024-03-27 Christian HellerExtend POST tests, and handling of missing form data.
2024-03-27 Christian HellerRemove unnecessary DB commit.
2024-03-27 Christian HellerRedirect / to /day, throw informative Exception on...
2024-03-27 Christian HellerExplicitly disallow Process(id_=0).
2024-03-27 Christian HellerFix HTTP exception codes.
2024-03-27 Christian HellerUse different exceptions throwing different HTTP codes...
2024-03-26 Christian HellerPut mypy into strict mode, adapt code to still pass.
2024-03-26 Christian HellerAdd rump Processes, and to those VersionedAttributes.
2024-03-20 Christian HellerExplicitly use DATE_FORMAT in todays_date().
2024-03-20 Christian HellerIn calendar view, fill gaps between non-subsequent...
2024-03-20 Christian HellerRemove some redundant code.
2024-03-20 Christian HellerAdd Day.prev_date/Day.next_date and use them for naviga...
2024-03-20 Christian HellerAdd date range input form to /calendar view.
2024-03-20 Christian HellerCollect GET /calendar range from "?start=" and "?end=".
2024-03-20 Christian HellerAllow 'today' as calendar range limit, and default...
2024-03-20 Christian HellerFor POST /day, do not default to a valid date if none...
2024-03-20 Christian HellerOn GET /day with unknown (but valid) "?date=", create...
2024-03-20 Christian HellerMove TEMPLATES_DIR constant into web server module.
2024-03-20 Christian HellerMinor refactorings.
2024-03-20 Christian HellerAdd Day POSTing.
2024-03-20 Christian HellerAdd Day.comment field.
2024-03-19 Christian HellerMinor class method reorganizations.
2024-03-17 Christian HellerAdd single-day view / retrieval.
2024-03-17 Christian HellerAdd basic date ranging to Day.all().
2024-03-17 Christian HellerRequire explicit call to Day.save to have any Day commi...
2024-03-17 Christian HellerAdd database connection, read and write Days through...
2024-03-17 Christian HellerTo DB schema validation error message add diff of offen...
2024-03-17 Christian HellerAdd creation, validation, setting of rump database...
2024-03-17 Christian HellerAdd date validation for Days.
2024-03-17 Christian HellerMove TEMPLATES_DIR setting into run.py.
2024-03-17 Christian HellerFix broken server __init__.
2024-03-17 Christian HellerRe-structure whole code into more package-typical file...
2024-03-17 Christian HellerRe-structure for unittest usage.