• last updated 7 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. … 474 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. … 203 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. … 5 more files in changeset.
removed pool prjects as they did not make a lot of sense

making use of the new parameter in project-manager to show the username instead of the full name to show on the listemplate for tasks

making changes on filter since xql query now changed

More fixes for the query to make sure we are only looking at our own tasks

Fixed a query for tasks (not displaying things correctly). Removed the code for deletion of the is_observer_p flag as it did not make much sense. Changed the behaviour of 'Pool Tasks' so they display all tasks where I'm participating. Mark all tasks where I'm not an observer with a green title

  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

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. … 2 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

adding queries, filters for is observer, also changing the number of rows shown in the portlet

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

  1. … 1 more file in changeset.
Further cleanup of portlets

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

    • -0
    • +63
    ./projects-postgresql.xql
    • -0
    • +154
    ./tasks-postgresql.xql