• last updated 40 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use '::content::item::get_content_type' instead of the deprecated '::content::item::content_type'

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

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

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

  1. … 120 more files in changeset.
Fix typos

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

  1. … 4 more files in changeset.
Improvements from cognovis

  1. … 3 more files in changeset.
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. … 1 more file in changeset.
Adding project to the table of info set via email_status

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")

  1. … 51 more files in changeset.
Prepared PM to run on 5.3.1

  1. … 10 more files in changeset.
Made sure we have the client_id as well. This is the contact at the customer who is responsible for the project

  1. … 1 more file in changeset.
Added task estimates to task view

  1. … 2 more files in changeset.
Added support for Safari. Made sure that the correct folder for files is chosen when uploading files to a task comment

  1. … 2 more files in changeset.
Fixed montly calendar view

    • -23
    • +49
    ./project-manager-callback-procs.tcl
  1. … 3 more files in changeset.
Added incoming email to task comment callback. Fixed finding the package_id

    • -1
    • +126
    ./project-manager-callback-procs.tcl
Fixed the number scanning

Fixed the problem with the displayed context which I accidently broke for non sub project tasks yesterday evening

  1. … 1 more file in changeset.
Made sure to use the file storage associated with the project when adding a task.

  1. … 3 more files in changeset.
reverting

added search procs

Preformance tunning

Unified project search

  1. … 1 more file in changeset.
Fixing problems with transactions and deadlocks

Fixing some bugs and provide some documentation on what is happening with the project_new callback