• last updated 36 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. … 14 more files in changeset.
Use '::content::item::get_content_type' instead of the deprecated '::content::item::content_type'

    • -2
    • +2
    ./tcl/project-manager-callback-procs.tcl
  1. … 4 more files in changeset.
improve spelling

  1. … 8 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).

    • -2
    • +2
    ./www/project-assign-task-assignees.tcl
  1. … 461 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

    • -2
    • +2
    ./www/project-assign-task-assignees.tcl
  1. … 212 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 201 more files in changeset.
Fix a bunch of typos

  1. … 119 more files in changeset.
Fix typos

  1. … 145 more files in changeset.
Fix typos

  1. … 60 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
Fix typos

    • -2
    • +2
    ./www/process-task-assign-add-edit.tcl
  1. … 70 more files in changeset.
Fix more typos

  1. … 84 more files in changeset.
- fix sloppy pseudo-comments to silence automated testing

  1. … 8 more files in changeset.
Removing custom sql and instead using the tcl api to get the best revision id for pm::project::get_project_item_id

Made sure to order by priority as default

Improvements from cognovis

Weekly update should be on monday not tuesday

Adding pm::task::email_status_not_lead which is run monday morning and associated lang messages

    • -1
    • +4
    ./catalog/project-manager.en_US.ISO-8859-1.xml
Adding project to the table of info set via email_status

Fixing minor typo

Fixing the pm::task::email_status proc so that it is instance aware and actually works

changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

    • -2
    • +2
    ./tcl/project-manager-callback-procs.tcl
  1. … 50 more files in changeset.
Made sure you can actually add a new project...

Prepared PM to run on 5.3.1

fixed some issues with orderby and onctacts integration

Made sure we have the client_id as well. This is the contact at the customer who is responsible for the project

Added task estimates to task view

Added support for Safari. Made sure that the correct folder for files is chosen when uploading files to a task comment

    • -1
    • +2
    ./tcl/project-manager-callback-procs.tcl
Made sure to work on deadline instead of latest finish