• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
remove traces of deprecated proc

Fix typos

  1. … 5 more files in changeset.
Fixing the contact::history callback

Changed notices to debugs

0.1d8 - 0.1d9 upgrade script bug fixes

updating object_url proc to deal with references to contacts instances even when not operating within that instance

enabling bulk actions for tasks and some bug fixes

  1. … 2 more files in changeset.
only adding process tasks that are not deleted (i.e. that have a status_id

minor bug fixes to the service level tasks package upgrade done earlier in the week

  1. … 7 more files in changeset.
Initial upload of tasks 1.0d9, this is a substantial upgrade to convert tasks to a service that instance aware applications (such as contacts) can use to keep tasks seperated on a per instance basis. There will likely be a number of bugs in this upload that should be fixed as I test upgrades on various developmental setups.

  1. … 22 more files in changeset.
initial import of tasks

  1. … 74 more files in changeset.
file tasks-procs.tcl was added on branch oacs-5-2 on 2005-11-30 16:06:53 +0000

Fixed task-interval and contact page. Cleaned up the -procs.tcl file. Removed bulk action for mass move to another party as it does not make so much sense and does not work either

  1. … 3 more files in changeset.
changes to use assignee_id instead of creation_user for tasks and process_tasks

  1. … 2 more files in changeset.
changes on procedures, tables and files to allow change the assignee of a process tasks and a single task

  1. … 14 more files in changeset.
Cosmetic change and making sure that the package_id is set correctly

  1. … 1 more file in changeset.
i18N file, also adding context_id switch to tasks::task::new procedure

file tasks-callback-procs.tcl was added on branch oacs-5-2 on 2005-11-30 16:06:53 +0000

i18N file

  1. … 2 more files in changeset.
fixing tasks display

file tasks-procs-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./tasks-procs-postgresql.xql
fixing tasks display

  1. … 3 more files in changeset.
bugfixing

  1. … 10 more files in changeset.
file tasks-install-procs.tcl was added on branch oacs-5-2 on 2005-11-30 16:06:53 +0000

new tasks package based on workflow

  1. … 2 more files in changeset.
file tasks-procs.xql was added on branch oacs-5-2 on 2005-10-07 21:41:45 +0000

new tasks package based on workflow

    • -0
    • +44
    ./tasks-install-procs.tcl
    • -0
    • +111
    ./tasks-procs.xql
  1. … 25 more files in changeset.
Simple Task interface, especially useful for contacts. Based on project-manager. Written by Matthew

  1. … 55 more files in changeset.