home · contact · privacy
Improve multiple template layouts and refactor CSS.
[plomtask] / plomtask / http.py
3 days ago Christian HellerAdd minimalist plain-text calendar view.
3 days ago Christian HellerAllow creation of new Todos rather than just adoption...
3 days ago Christian HellerFix Processes listing sorting bug.
3 days ago Christian HellerTo Processes listing, add sortable column for number...
3 days ago Christian HellerAlso allow creation of new Processes as owner of curren...
3 days ago Christian HellerWhen opening new Process from ProcessStep add field...
3 days ago Christian HellerAllow (de-)selection of owners in Process edit view.
3 days ago Christian HellerFor Processes and Conditions, in edit page title warn...
3 days ago Christian HellerAllow string entry to step addition field, opening...
3 days ago Christian HellerMinor ProcessStep management bug fixes.
3 days ago Christian HellerAdd suppression of implicit ProcessSteps to Process...
3 days ago Christian HellerRefactor ProcessStep code and undo replacement of impli...
6 days ago Christian HellerTo Processes listing, add sortable effort column.
7 days ago Christian HellerImprove/extend automatic creation and adoption of Todos...
10 days ago Christian HellerFix some ProcessStepping bugs.
10 days ago Christian HellerMinor template fixes.
10 days ago Christian HellerIn Calendar view, highlight today's date.
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 HellerTo Condition view, add listings of related Processes.
10 days ago Christian HellerDisplay historical VersionedAttributes where it makes...
10 days ago Christian HellerAdd Todos view, filterable and sortable by process...
10 days ago Christian HellerNest Todo creation by adopting and making children...
2024-05-21 Christian HellerFix minor ProcessStep POST handling bugs.
2024-05-21 Christian HellerAdd text-based search/filter for Conditions and Processes.
2024-05-21 Christian HellerAdd Todo/Process.blockers for Conditions that block...
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-18 Christian HellerAdd Todo.effort.
2024-05-18 Christian HellerAdd basic sorting features to Condition, Process table...
2024-05-18 Christian HellerMinor HTTP handler refactoring.
2024-05-18 Christian HellerAdd VersionedAttributes history pages for Conditions.
2024-05-18 Christian HellerAdd VersionedAttribute history display pages for Processes.
2024-05-15 Christian HellerFor Todo POST, treat un-sent comment field as empty...
2024-05-15 Christian HellerAdd Todo.comment display/posting in Todo view.
2024-05-15 Christian HellerAdd POSTing of Todo.comment in Day view.
2024-05-15 Christian HellerRe-introduce POSTing of Todo doneness on Day view.
2024-05-15 Christian HellerOn POSTing new Todos on Day view, ensure possible adopt...
2024-05-15 Christian HellerSimplify Todo steps tree calculation/display.
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-04-29 Christian HellerFix Condition status not being saved on setting Todo...
2024-04-29 Christian HellerEnable Condition.is_active toggling in Condition view.
2024-04-29 Christian HellerIn Day view, differentiate done and undone Todos, and...
2024-04-28 Christian HellerEnable deletion of Todos.
2024-04-28 Christian HellerEnable deletion of Conditions.
2024-04-28 Christian HellerPerform sensible redirects on POSTs.
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-25 Christian HellerRemove asserts no longer needed.
2024-04-24 Christian HellerMinor code style improvement re NamedTuple usage.
2024-04-22 Christian HellerOn posting new Todo to Day, make missing Todo children...
2024-04-22 Christian HellerRefactor Todo adoption code.
2024-04-22 Christian HellerOn posting a new Todo to a Day, auto-adopt existing...
2024-04-22 Christian HellerFix Process retrieval/display/saving bugs.
2024-04-22 Christian HellerMinor fixes.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-22 Christian HellerAllow Todo adoptions to be un-done in Todo view.
2024-04-21 Christian HellerImprove placement of Todos and Conditions in Day view.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
2024-04-19 Christian HellerHide (almost all) remaining SQL code in DB module.
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-19 Christian HellerRefactor from_table_row methods of core DB models.
2024-04-18 Christian HellerBase core models on BaseModel providing sensible defaults.
2024-04-18 Christian HellerRefactor Process/ProcessStep setting and saving.
2024-04-17 Christian HellerRefactor HTTP module.
2024-04-16 Christian HellerUnify ParamsParser and PostvarsParser to InputsParser.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-13 Christian HellerMinor refactoring.
2024-04-13 Christian HellerDisable Todo.is_done setting if children are not done...
2024-04-13 Christian HellerEnable toggling of Todo.is_done.
2024-04-13 Christian HellerAdd most basic Todo family relations.
2024-04-12 Christian HellerAdd GET /todo and Todo retrieval by ID.
2024-04-10 Christian HellerDisplay what Processes use focused Process as ProcessStep.
2024-04-10 Christian HellerReplace ProcessChildren with more flexible ProcessStep...
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 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 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 HellerIn calendar view, fill gaps between non-subsequent...
2024-03-20 Christian HellerRemove some redundant code.
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-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...
next