home · contact · privacy
plomtask
19 hours ago Christian HellerImprove multiple template layouts and refactor CSS. master
24 hours ago Christian HellerImprove Process editing template layout.
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 HellerAdd previously forgotten migration script.
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...
3 days ago Christian HellerMake explicit ProcessSteps overwrite implicit ones.
3 days ago Christian HellerImprove day done tree display.
6 days ago Christian HellerMinor template improvements.
6 days ago Christian HellerTo Processes listing, add sortable effort column.
6 days ago Christian HellerEnhance layouts.
6 days ago Christian HellerRemove accidentally committed file garbage.
6 days ago Christian HellerFix bug of relationships writing for todo_children...
6 days ago Christian HellerMostly superficial template design improvements.
6 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 HellerFor date range inputs, allow "yesterday" and "tomorrow...
10 days ago Christian HellerUse same date ranging code for Day and Todo filtering.
10 days ago Christian HellerFix broken date range test.
10 days ago Christian HellerFix pre-commit hook not aborting commit on failed unit...
10 days ago Christian HellerIn calendar day gap filling, ensure days before and...
10 days ago Christian HellerFix buggy links in Condition view.
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 HellerIn pre-commit hook, re-instate deletion of test DB...
10 days ago Christian HellerSpeed up testing with unittest-parallel.
10 days ago Christian HellerAdd Todos view, filterable and sortable by process...
10 days ago Christian HellerNest Todo creation by adopting and making children...
10 days ago Christian HellerOn pre-commit hook run, clean up potential test db...
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-20 Christian HellerFor Todos, on Save check for auto-deletion by .effort...
2024-05-18 Christian HellerFix broken Day template layout.
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-18 Christian HellerAdd erroneously uncommited template macros file.
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 titles and other metadata to pages.
2024-05-18 Christian HellerFix broken template.
2024-05-18 Christian HellerAdd VersionedAttributes history pages for Conditions.
2024-05-18 Christian HellerRefactor VersionedAttribute history pages templates.
2024-05-18 Christian HellerAdd VersionedAttribute history display pages for Processes.
2024-05-18 Christian HellerAdd Todo.title shortcut to Todo.process.title for more...
2024-05-18 Christian HellerRefactor templates.
2024-05-18 Christian HellerImprove template layouts.
2024-05-17 Christian HellerMore tests refactoring.
2024-05-17 Christian HellerRefactor tests.
2024-05-15 Christian HellerImprove visual/textual calendar structuring.
2024-05-15 Christian HellerFor Todo POST, treat un-sent comment field as empty...
2024-05-15 Christian HellerFix broken enabler addition in Day view.
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 HellerAdd Todo.comment, and for that purpose basic SQL migrat...
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 HellerImprove Todo tests.
2024-05-05 Christian HellerRefactor and extend tests.
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-05 Christian HellerExtend tests.
2024-05-02 Christian HellerReinstate formerly disabled test.
2024-05-02 Christian HellerMore refactoring.
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-02 Christian HellerImprove Condition tests and do minor fixes on the way.
2024-05-01 Christian HellerRefactor VersionedAttribute tests.
2024-05-01 Christian HellerMove VersionedAttributes code into appropriotely named...
2024-05-01 Christian HellerMinor code-stylistic improvements.
2024-05-01 Christian HellerUse higher resolution for VersionedAttribute.history...
2024-05-01 Christian HellerRefactor Days tests.
2024-05-01 Christian HellerImprove Days tests.
2024-05-01 Christian HellerRefactor BaseModel.by_id (integrating ._by_id).
2024-05-01 Christian HellerImprove __eq__ of BaseModel to compare all saved attrib...
2024-04-29 Christian HellerMinor stylistic improvements to tests code.
2024-04-29 Christian HellerMinor tests refactoring.
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-29 Christian HellerFix buggy Todo saving/removing.
2024-04-28 Christian HellerMinor tests refactoring.
2024-04-28 Christian HellerEnable deletion of Todos.
2024-04-28 Christian HellerExtend Condition tests.
2024-04-28 Christian HellerDisallow deletion of Processes in use.
2024-04-28 Christian HellerOn removal of Conditions and Processes, also delete...
next