• last updated 18 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. … 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. … 204 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
  1. … 3 more files in changeset.
Improvements from cognovis

  1. … 3 more files in changeset.
fixed some issues with orderby and onctacts integration

Added task estimates to task view

  1. … 1 more file in changeset.
Fixed montly calendar view

  1. … 5 more files in changeset.
Added min and max priority

Added the total hours spend so far

Some performance tuninging

Make sure the broken pages are not loaded

make sure that the logger_project exists

Cleaning up dependencies, name differences and other stuff

  1. … 9 more files in changeset.
Unified project search

  1. … 2 more files in changeset.
Performance tuning

Made sure to use resources instead of shared/images

  1. … 4 more files in changeset.
Performance tuning for the tasks query

New language keys

  1. … 2 more files in changeset.
Speeding up search

Additional search if not found

Made tasks portlet work with orderby_p

Make PM adhere to naming conventions for orderby

  1. … 5 more files in changeset.
Performance tuning

Added support for Precedence setting. Dealt with time display

  1. … 2 more files in changeset.
Support for subprojects in logger