Search
Results (2548)
- Revision 4184 (svn): Revert "Fixed: gantt broken when no due date on project issues and versions."
- It broke the tests for overdue projects and i ... project is due Today and will still error if issue tracking is disabled. This reverts commit a7fd592db4037d635d04ca5ce3f01d0af3f0c8ae. (r4178)
- Revision 4178 (svn): Fixed: gantt broken when no due date on project issues and versions.
- Revision 4166 (svn): Document render_issue_tooltip
- Revision 4165 (svn): Add view_issues_form_details_top hook
- Revision 4105 (svn): Updated issue delete confirmation when it has child issues. #6191
- Revision 4089 (svn): Use the full path to the partials
- When trying to use the issue form in a plugin, it would try to use the re ... le: would render 'my_plugin_views/attributes'
- Revision 4083 (svn): Fixed "Create and continue" redirection broken by recent changes. #6333
- IssuesController#create is no more scoped under project, but IssuesController#new is, so we need to precise project_id when redirecting to "New issue" form.
- Revision 4078 (svn): Added a "Member of Role" to the issues filters. #5869
- This filter will check an issue's assigned to field for users who have (or don't have) a specific Role(s).
- Revision 4077 (svn): Added a "Member of Group" to the issues filter. #5869
- This filter will check an issue's assigned to field for users in (or not in) specific groups.
- Revision 4072 (svn): Rewrite the Gantt chart. #6276
- This version of the Gantt chart supports nested charts. So Projects, Versions, and Issues will be nested underneath their parents cor ... rsive and nest versions * Recursive and nest issues * Draw a line showing when a Project is act ... Change the color of Projects, Versions, and Issues if they are late or behind schedule * Add ... t chart * Added tests for the Gantt rendering
- Revision 4065 (svn): Refocus the related issue field after submitting an issue. #6275
- Revision 4064 (svn): Change link_to_if_authorized to allow url paths. (Fixes #6195)
- Both url paths (/issues/1234) and params hashes (:controller => 'issues') are now supported by link_to_if_authorize ... t the routes to find their controller/action.
- Revision 4061 (svn): Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443
- Solves #6278
- Revision 4056 (svn): Hide checkboxes in issues list when printing
- Revision 4055 (svn): Allow mass status update through context menu. #3411
- NB: it cannot be done with issues from different projects, same as other fields. This will be addressed separately, see #5332.
- Revision 4048 (svn): Allow setting an issue's notes via params[:issue][:notes]. (XML API)
- Revision 4041 (svn): Refactor: convert many of the custom Issue routes to REST resources.
- Revision 4037 (svn): Refactor: extract #bulk_update method from IssuesController#bulk_edit.
- Revision 4034 (svn): Refactor: move IssuesController#changes to JournalsController#index.
- Since #changes is only an Atom feed of journa ... o have it on the JournalsController resource.
- Revision 4013 (svn): Treat Calendar and Gantt pages as separate modules. #6153
- This will let the Issue Tracking, Gantt, and Calendar modules be ena ... Calendar for all existing projects that have Issue Tracking enabled. Contributed by Adam Soltys
- Revision 4012 (svn): Fix the calendar link in the Issues sidebar. #5591
- Contributed by Andrew Rudenko
- Revision 4011 (svn): Refactor: merge IssuesController#update_form into IssuesController#new
- The #update_form action was only refreshing the issue attributes form, so it's just a specialized ... ld code that was extracted in other places (@issue.new_statuses_allowed_to).
- Revision 4006 (svn): Refactor: move IssuesController#context_menu to a new controller.
- Revision 3952 (svn): Add Issue Status to the tooltip. #6169
- Contributed by Nick Peelman
- Revision 3947 (svn): No more IssuesController#preview action.