• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 17 more files in changeset.
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. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 224 more files in changeset.
Removing commented out content

Revoked last change

Fixing various bugs on the way

  1. … 3 more files in changeset.
Some performance tuning

  1. … 1 more file in changeset.
Added Customer in the list of open tasks

removing tasks limitation clause for multirow select because the limitations are built in by the paginator - this speeds stuff up substantially

minor fixes

bug fixes

enabling the ability to filter by assignee

  1. … 2 more files in changeset.
Fixing support for the DefaultTasks parameter

enabling bulk actions for tasks and some bug fixes

  1. … 2 more files in changeset.
adding tasks/lib/contacts-bulk-add* files

    • -0
    • +8
    ./contacts-bulk-add-process.adp
    • -0
    • +78
    ./contacts-bulk-add-process.tcl
    • -0
    • +45
    ./contacts-bulk-add-process.xql
    • -0
    • +9
    ./contacts-bulk-add-task.adp
    • -0
    • +18
    ./contacts-bulk-add-task.tcl
making links to contacts tasks more clear

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

  1. … 3 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. … 21 more files in changeset.
moving tasks/www/task.* to tasks/lib/task-form.*

  1. … 3 more files in changeset.
Added previous and future tasks search to tasks/index

  1. … 4 more files in changeset.
Added new parameter DefaultTasks

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

  1. … 67 more files in changeset.
file tasks.tcl was added on branch oacs-5-2 on 2005-11-30 16:06:52 +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.
file tasks-postgresql.xql was added on branch oacs-5-2 on 2005-11-30 16:06:52 +0000

changes to use assignee_id instead of creation_user for tasks and process_tasks

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

  1. … 15 more files in changeset.
changing the bulk actions URL

adding support for elements

adding fileter party_id