home · contact · privacy
Fix miswritten test.
[plomtask] / plomtask /
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.