This contains misc glue code to customize our Redmine deployment.
Currently contains {{id}} macro which is an alias for {{issue_details}}. The latter is provided by https://github.com/hampom/redmine_wiki_issue_details
Adds a "My Timesheet" link to the main menu. Links to the following:
/time_entries/report?utf8=✓&criteria[]=user&criteria[]=project&criteria[]=issue&f[]=spent_on&op[spent_on]=><t-&v[spent_on][]=7&f[]=&c[]=project&c[]=spent_on&c[]=user&c[]=activity&c[]=issue&c[]=comments&c[]=hours&columns=day
When visiting http://redmine-url.com
, the visitor is redirected to http://redmine-url.com/my/page
.
Adds a "Clone" link next to the Subtask tree's "Add" link, which works the same but copies all metatada. Only on issue pages.
Issues in timesheet reports are now clickable links.
The upgraded plugin redmine_wiki_extensions
breaks the layout issue. This small CSS fixes that.
Adds a title attribute to be shown on hover for the columns on a weekly spent time report.
If you land to a time entries report page for a given project you'll see the following changes vs a default installation:
- Project is not hardcoded; instead, it's a normal filter
- There are some predefined columns and the report is set to current month
- Report columns are removable by clicking a link
- There's a link to make the report "shareable" (i.e. changing relative filters to absolute)