• last updated 35 mins 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. … 473 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 224 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

Removing commented out content

Bugfix and i18n for object names

Revoked last change

Fixing various bugs on the way

Some performance tuning

Added Customer in the list of open tasks

Changed notices to debugs

speed improvements to object query

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

minor fixes

fixing bug with changing multiple tasks at once

0.1d8 - 0.1d9 upgrade script bug fixes

removing erroneous typo

bug fixes

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

enabling the ability to filter by assignee

Fixing support for the DefaultTasks parameter

adding new message for bulk actions

enabling bulk actions for tasks and some bug fixes

adding tasks/lib/contacts-bulk-add* files

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

adding messages that belong with 1.0d9

minor bug fixes, and using the contacts templates for display for process pages