• last updated 10 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.
Made sure to use the correct style.css

    • -1
    • +1
    ./project-manager-projects-portlet.adp
Made sure tasks_orderby works instead of plain orderby

  1. … 1 more file in changeset.
Pass through orderby

now using parameter to direct to projects-portlet used

  1. … 1 more file in changeset.
removed blank

Added support for freelancer tasks and a new view for all tasks

  1. … 2 more files in changeset.
Made the package singleton. Added a parameter for the location of the portlets

  1. … 2 more files in changeset.
Further changes to portlet

Added last_name to default elements

New I18N

  1. … 9 more files in changeset.
Fixed filter

Made changes so bulk actions show up and work in the portlet

new portlet that displays all projects a user_id is participating in

    • -0
    • +8
    ./project-manager-projects-portlet.adp
    • -0
    • +16
    ./project-manager-projects-portlet.tcl
  1. … 6 more files in changeset.
making changes in files that include project-manager/lib/tasks include to work correctlry with the filters

changin to use project-manager include instead of the one in project-manager-portlet

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. … 3 more files in changeset.
changin order of elements

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. … 6 more files in changeset.
Removed the filter by category_id, as we do not filter within communities by the category

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

  1. … 15 more files in changeset.
adding messages to portlet titles

    • -18
    • +18
    ./project-manager-calendar-portlet.tcl
    • -16
    • +16
    ./project-manager-project-calendar-portlet.tcl
  1. … 10 more files in changeset.
i18n package, adding messages and incrementing version number

  1. … 2 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.
Further cleanup of portlets

  1. … 2 more files in changeset.
using lib pages instead of the ones in project-manager/lib

Fix for the problem with page_num

Added support for party_id

Added filter for package_id as we only want the tickets of a community, don't we ?