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

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

  1. … 204 more files in changeset.
Fix typos

  1. … 147 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 70 more files in changeset.
Made sure to order by priority as default

Fixing minor typo

changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

  1. … 51 more files in changeset.
Made sure you can actually add a new project...

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.
Made sure to work on deadline instead of latest finish

Added some saveguards when you instantiate project manager new

Removed redundant files

Limit the tasks to the task in this package instance

Made sure to correctly display the project link

Changed the overview page to be a little bit more informative and personal.

Wrong variable name..:

Made sure the email is send for tasks

Made sure that users are checked if they are assigned

Cleaning up dependencies, name differences and other stuff

    • -0
    • +137
    ./resources/style.css
  1. … 4 more files in changeset.
Made sure to use resources instead of shared/images

  1. … 2 more files in changeset.
Now need for transaction

Added second page for the project overview as the one page design is overloaded

New language keys

  1. … 2 more files in changeset.
Send the comment to all assignees except the one writing it (no need to inform him

Added appropriate noquotes

Changed orderby_tasks to tasks_orderby