• last updated 13 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.
fixed some issues with orderby and onctacts integration

  1. … 3 more files in changeset.
changing the format of the calendar input the way it was

adding new filter for tasks include that allows you to watch all tasks of the current project and all the inmediate suprojects

  1. … 6 more files in changeset.
Minor changes in layout to main project page.

  1. … 2 more files in changeset.
making changes to work without the mupltiple tag for various packages, adding two elements to the list (planned_start_date and creation date)

  1. … 2 more files in changeset.
adding queries, filters for is observer, also changing the number of rows shown in the portlet

  1. … 16 more files in changeset.
adding filter for planned_end_date

  1. … 3 more files in changeset.
Removed encircling table. This should be handled differently (I hope)

Changes to the PM portlet

  1. … 5 more files in changeset.
Added base_url and filter support

  1. … 1 more file in changeset.
I18N support, added callbacks for file-storage, forums and contacts. Extracted lists into their own includes, same goes for portlets

  1. … 178 more files in changeset.