home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / tests / days.py
10 days ago Christian HellerDefault calendar date range end to 60 days later.
10 days ago Christian HellerRe-factor date ranging and default to range 'yesterday...
10 days ago Christian HellerUse same date ranging code for Day and Todo filtering.
10 days ago Christian HellerFix broken date range test.
2024-05-17 Christian HellerMore tests refactoring.
2024-05-15 Christian HellerAdd POSTing of Todo.comment in Day view.
2024-05-02 Christian HellerMinor tests refactoring.
2024-05-02 Christian HellerSome tests refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-05-01 Christian HellerRefactor Days tests.
2024-05-01 Christian HellerImprove Days tests.
2024-04-28 Christian HellerPerform sensible redirects on POSTs.
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-16 Christian HellerSome test refactoring.
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-03-27 Christian HellerCatch POSTs to undefined targets, expand and refactor...
2024-03-27 Christian HellerExtend POST tests, and handling of missing form data.
2024-03-27 Christian HellerAdd test for nonsensical pages triggering 404.
2024-03-27 Christian HellerRedirect / to /day, throw informative Exception on...
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 Processes module tests, re-organize/re-factor unit...