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

  1. … 204 more files in changeset.
  1. … 5 more files in changeset.
Improvements from cognovis

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

Added task estimates to task view

  1. … 2 more files in changeset.
Added incoming email to task comment callback. Fixed finding the package_id

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

Made sure the task difference works, added the locales

  1. … 3 more files in changeset.
Fixed date issues and made sure the assignment when adding a new task works even if you selected multiple roles for a person.

  1. … 2 more files in changeset.
Fixed ordering so it is ordered by priority. Changed description a little bit.

  1. … 3 more files in changeset.
Added support for sending comments to subprojects as well

  1. … 5 more files in changeset.
Got rid of the possibility to choose the filter value for open projects, as this has a serious performance drawback for the tasks portlet

  1. … 17 more files in changeset.
changed to use new data-link table

  1. … 22 more files in changeset.
Implements subprojects and inline task display on index page (both are turned off by default)

  1. … 8 more files in changeset.
Made Oracle version work and did major cleanup of xql files

  1. … 153 more files in changeset.
added lang::util::localize to emails

  1. … 2 more files in changeset.
I18N of the description. This way you can use language keys in the description of a task

  1. … 1 more file in changeset.
Fix for IE not loading the stylesheet, fix for task linking, fix for the

daily email task report

  1. … 1 more file in changeset.
fix for estimating procs in case an empty percent_complete is sent. which happens every so often on my production site

adding messages and files to move one task from one project to another one

  1. … 6 more files in changeset.
change portlets to support weekly view on calendars, change computation of latest_start and earliest_finish

  1. … 63 more files in changeset.
I18N of days

Changed to offer assignees from the users that can actually *access* the project

  1. … 3 more files in changeset.
default task_id when creating new task

optional provide a task_id when creating a new task

  1. … 5 more files in changeset.