• 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.
Prepared PM to run on 5.3.1

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

  1. … 3 more files in changeset.
Added moving of projects

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

  1. … 2 more files in changeset.
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.
Make PM adhere to naming conventions for orderby

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

  1. … 2 more files in changeset.
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.
pm_project_title_seq does not exist in the database schema so I am commenting this out for now to get adding a project to work

Fixed issue with project name not being editable any more

Made the project name editable again

A couple of bug fixes from the client site

  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.