• last updated 9 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.
Made sure tasks_orderby works instead of plain orderby

  1. … 3 more files in changeset.
Added support for freelancer tasks and a new view for all tasks

  1. … 6 more files in changeset.
removed pool prjects as they did not make a lot of sense

  1. … 1 more file in changeset.
making changes to only show those projects that have status <> closed

making changes for assign groups, fixing problems wiht person::name

  1. … 3 more files in changeset.
Made sure the projects portlet only shows projects you have a role in, unless you are in a community. Little bit of performacne tuning on the tasks portlet

  1. … 7 more files in changeset.
Removed unnecessary parts of the query as we want to display all projects within a community, regardless whether the user has been assigned or not

  1. … 2 more files in changeset.
adding queries, filters for is observer, also changing the number of rows shown in the portlet

  1. … 16 more files in changeset.
Tried to fix the problem with multiple package instances and display of the project portlet

  1. … 2 more files in changeset.
adding lib files to use instead of the ones in projec-manager/lib

  1. … 5 more files in changeset.