Search
Results (2584)
- Revision 2537 (svn): Adds :view_issues permission to default roles.
- Revision 2536 (svn): Makes :view_issues permission non public.
- Revision 2519 (svn): Sort changesets in the same order as comments on the issue details view (#1546).
- Revision 2507 (svn): Makes the default issue list columns selection look like other multi-checkbox fieldsets.
- Revision 2488 (svn): List the Default Columns displayed on the issue list vertically
- instead of horizontally so it's easier to read. #2745
- Revision 2487 (svn): Allow the other format links to appear on the issue list (ATOM, PDF, CSV).
- #2779
- Revision 2467 (svn): Removes invalid css class on issue details (#2753).
- Revision 2466 (svn): Adds an index on watchers table to speed up watched issue filtering.
- Revision 2463 (svn): Timelog is ignored when updating an issue if user is admin but not a project member (#2717).
- Revision 2461 (svn): Removes invalid css class on issue details (#2733).
- Revision 2460 (svn): Adds watch/unwatch link on the issue context menu (#2730).
- 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).