Search
Results (2548)
- Revision 2459 (svn): Issues pagination loses project param after applying or clearing filter (#2726).
- Revision 2457 (svn): Link to watched issues list on my page.
- Revision 2456 (svn): Adds ability to filter watched issues (#846).
- Revision 2451 (svn): Slight changes to the issue lists displayed on My page.
- Revision 2361 (svn): Closed issue are not overdue, fixes r2140 (#2337).
- Revision 2352 (svn): Include both version date and name when sorting issues by target version (#1502).
- Revision 2351 (svn): Include both last and first name when sorting issues by assignee (#1841).
- Revision 2349 (svn): Use estimated hours to weight issues in version completion calculation (#2182).
- Revision 2343 (svn): Fixed: issue details view discloses relations to issues that the user is not allowed to view (#2589).
- Revision 2342 (svn): Removes Issue.visible_by
- Revision 2331 (svn): Fixes other formats download links on the project issue list (project_id lost) broken r2317.
- Revision 2325 (svn): Fixed clearing the Issue filters in the issue list, broken by #2317
- Revision 2324 (svn): Fixes Issue sorting in a project, broken by #2317
- Issues were sorting but the project id wasn't being added so the IssuesController would return all issues (cross-project).
- Revision 2323 (svn): Fixed: users should not be able to add relations with issues they're not allowed to view (#2589).
- Revision 2322 (svn): Fixed that 'My page' blocks may display issues that the user is no longer allowed to view (#2590).
- Revision 2320 (svn): Fixed actions on issues (gantt, calendar, move, bulk_edit...) at global level broken by r2317.
- Revision 2317 (svn): Converted routing and urls to follow the Rails REST convention.
- Patch supplied by commits from Gerrit Kaiser ... for filtering form * prettified URLs used on issues tab * custom route for activity atom feeds ... n route definition * fixed failing tests for issuecontroller that were hardcoding the url strin ... ouped them together * added RESTful URIs for issues * RESTfulness for the news section * fixed ... the standard POST to collection * create new issue by POSTing to collection * changed hardcoded ... * always sort by GET * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled. * prettified URLs used on issues tab * urls for time log * fixed reply routi ... link generation into separate method #1901
- Revision 2313 (svn): Adds ability to bulk copy issues (#1847).
- This can be done by checking the 'Copy' checkbox on the 'Move' form.
- Revision 2281 (svn): Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401).
- Revision 2272 (svn): Make use of tracker_ids association in issue custom field form.
- Revision 2269 (svn): Slight visual changes on the issue form.
- Revision 2266 (svn): Makes subject field get focus on 'New issue' form (#2522).
- Revision 2265 (svn): Adds a 'Create and continue' button on the new issue form, that will create the issue and display the form again (#2523).
- Revision 2262 (svn): Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).
- Revision 2261 (svn): Added two new plugin hooks to IssuesController:
- * :controller_issues_new_after_save * :controller_issues_edit_after_save #2475