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

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

  1. … 204 more files in changeset.
Fix more typos

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

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

  1. … 6 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 context bar

Improved the task add edit with richtext and categories

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 the context bar for tasks works in subprojects

Moved the project selector to the top where it belongs. Made sure to offer only projects in this package instance. Should probably do some permission check as well, but for now i'm fine

Made sure to use the file storage associated with the project when adding a task.

  1. … 3 more files in changeset.
Added richtext capabilities to task description, cleaned up project view

Added moving of projects

  1. … 2 more files in changeset.
Made sure changing the project actually works

Made sure we can add people from the project to the task again at a later stage

Fixed date issues and made sure the assignment when adding a new task works even if you selected multiple roles for a person.

  1. … 1 more file in changeset.
Make PM adhere to naming conventions for orderby

  1. … 6 more files in changeset.
Cleaning up Freelancer group, probably fixing #2742

  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.
More cleaning of missing data links

  1. … 8 more files in changeset.
A couple of fixes to make project manager independent from .LRN and able to run on it's own

  1. … 8 more files in changeset.
Made project description a richtext

  1. … 1 more file in changeset.
Fixed error with assignees

Removed caching of tasks pagination and added a flush for project changes. Additionally removed the parse_reply_address as this has wandered off into a custom package

  1. … 5 more files in changeset.
Fix task label, Make first column of portlets on the task page more narrow since the most information will be conveyed through the main task portlet

  1. … 1 more file in changeset.
Carry the page variable through all the portlets so task paging works

  1. … 4 more files in changeset.
Add missing translation key. Fix error that occurs if a non integer is

entered for any estimated hours.

  1. … 1 more file in changeset.