home · contact · privacy
plomtask
18 hours ago Christian HellerEnable server to alternatively output response ctx... master
20 hours ago Christian HellerMinor HTTP module refactoring.
21 hours ago Christian HellerOverhaul caching.
29 hours ago Christian HellerMinor BaseModel code re-organization.
32 hours ago Christian HellerEnhance BaseModel comparisons by hashing versioned...
32 hours ago Christian HellerEnsure stringy BaseModel IDs are not empty.
32 hours ago Christian HellerRefactor database management code a little bit.
37 hours ago Christian HellerRe-factor Day.todos code.
37 hours ago Christian HellerInitialize Days with links to their Todos as early...
38 hours ago Christian HellerAvoid race condition of test databases created with...
38 hours ago Christian HellerRefactor total-effort day summation.
2 days ago Christian HellerPrivatize more methods and attributes of TaskHandler.
2 days ago Christian HellerRe-organize HTTP module code for better readability.
2 days ago Christian HellerImprove clarity of request wrapping code.
3 days ago Christian HellerRefactor HTTP module.
3 days ago Christian HellerImprove InputsParser tests.
3 days ago Christian HellerMinor TaskHandler re-factorings.
4 days ago Christian HellerCreate choice for creating Todos with or without children.
4 days ago Christian HellerOverhaul Todo view to underline difference to ProcessSteps.
4 days ago Christian HellerTemplate layout and code improvements.
6 days ago Christian HellerSimplify and improve previous bugfix.
6 days ago Christian HellerFix inability of updating Todo if .is_done but no more...
7 days ago Christian HellerAdd expression of summations of efforts in Day display.
7 days ago Christian HellerExtend default date range to full year.
7 days ago Christian HellerAllow editing of VersionedAttributes timestamps.
7 days ago Christian HellerSome Day template layout improvements.
7 days ago Christian HellerImprove multiple template layouts and refactor CSS.
7 days ago Christian HellerImprove Process editing template layout.
9 days ago Christian HellerAdd minimalist plain-text calendar view.
9 days ago Christian HellerAllow creation of new Todos rather than just adoption...
9 days ago Christian HellerFix Processes listing sorting bug.
9 days ago Christian HellerAdd previously forgotten migration script.
9 days ago Christian HellerTo Processes listing, add sortable column for number...
9 days ago Christian HellerAlso allow creation of new Processes as owner of curren...
9 days ago Christian HellerWhen opening new Process from ProcessStep add field...
10 days ago Christian HellerAllow (de-)selection of owners in Process edit view.
10 days ago Christian HellerFor Processes and Conditions, in edit page title warn...
10 days ago Christian HellerAllow string entry to step addition field, opening...
10 days ago Christian HellerMinor ProcessStep management bug fixes.
10 days ago Christian HellerAdd suppression of implicit ProcessSteps to Process...
10 days ago Christian HellerRefactor ProcessStep code and undo replacement of impli...
10 days ago Christian HellerMake explicit ProcessSteps overwrite implicit ones.
10 days ago Christian HellerImprove day done tree display.
13 days ago Christian HellerMinor template improvements.
13 days ago Christian HellerTo Processes listing, add sortable effort column.
13 days ago Christian HellerEnhance layouts.
13 days ago Christian HellerRemove accidentally committed file garbage.
13 days ago Christian HellerFix bug of relationships writing for todo_children...
13 days ago Christian HellerMostly superficial template design improvements.
13 days ago Christian HellerImprove/extend automatic creation and adoption of Todos...
2024-05-30 Christian HellerFix some ProcessStepping bugs.
2024-05-30 Christian HellerMinor template fixes.
2024-05-30 Christian HellerIn Calendar view, highlight today's date.
2024-05-30 Christian HellerDefault calendar date range end to 60 days later.
2024-05-30 Christian HellerRe-factor date ranging and default to range 'yesterday...
2024-05-30 Christian HellerFor date range inputs, allow "yesterday" and "tomorrow...
2024-05-30 Christian HellerUse same date ranging code for Day and Todo filtering.
2024-05-30 Christian HellerFix broken date range test.
2024-05-30 Christian HellerFix pre-commit hook not aborting commit on failed unit...
2024-05-30 Christian HellerIn calendar day gap filling, ensure days before and...
2024-05-30 Christian HellerFix buggy links in Condition view.
2024-05-30 Christian HellerTo Condition view, add listings of related Processes.
2024-05-30 Christian HellerDisplay historical VersionedAttributes where it makes...
2024-05-30 Christian HellerIn pre-commit hook, re-instate deletion of test DB...
2024-05-30 Christian HellerSpeed up testing with unittest-parallel.
2024-05-30 Christian HellerAdd Todos view, filterable and sortable by process...
2024-05-30 Christian HellerNest Todo creation by adopting and making children...
2024-05-29 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.
next