• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 17 more files in changeset.
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. … 204 more files in changeset.
Fix more typos

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

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

  1. … 10 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.
Improved the task add edit with richtext and categories

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

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

  1. … 2 more files in changeset.
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. … 2 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.
A couple of fixes to make project manager independent from .LRN and able to run on it's own

  1. … 11 more files in changeset.
Fixed error with assignees

Add missing translation key. Fix error that occurs if a non integer is

entered for any estimated hours.

  1. … 1 more file in changeset.
fix localization bug in the task add form

making changes for assign groups, cleaning tasks.tcl and fixing problems wiht person::name (error when party is not a person)

  1. … 10 more files in changeset.
Made use of person::name and group::title which are cached

  1. … 5 more files in changeset.
making changes to allow assign a group to a task or a project

  1. … 11 more files in changeset.
adding files to use instead of the ones on www directory acording to the values specified on the paramters

  1. … 16 more files in changeset.