Search
Results (2555)
- Revision 3476 (svn): Fixed view_issues_move_bottom hook arguments (#4893).
- Revision 3475 (svn): Refactor: Extract Issue#bulk_edit from the IssuesController
- Revision 3474 (svn): Moved the IssuesController routing tests to an integration test.
- Revision 3457 (svn): Adds a controller hook before issue move (#4850).
- Revision 3456 (svn): Adds a hook on issue move form (#4850).
- Revision 3427 (svn): Fixed: SystemStackError (stack level too deep) on Issue#attributes= after model reload (#4838).
- Revision 3415 (svn): Refactor: Merged IssueStatusesController#list and #index.
- Revision 3413 (svn): Issue relation: fixes error with postgres when ent ... meric id (#4820) + accept hash (#) before id.
- Revision 3410 (svn): Refactored IssueStatus finder to a before_filter
- Revision 3409 (svn): Adds filter for system shared versions on the cross project issue list (#4792).
- Revision 3408 (svn): Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).
- Revision 3401 (svn): Extracted the rendering from each case statement in issue_reports_details
- Revision 3400 (svn): Fixed the link to the Issue Details report, broken in r3396
- Revision 3396 (svn): Separated ReportsController#issue_report into two separate actions.
- Revision 3368 (svn): Fixed: invalid format parameter returns a DoubleRenderError on issues index (#4737).
- Revision 3366 (svn): Fixed: invalid format parameter returns a DoubleRenderError on issues index (#4737).
- Revision 3364 (svn): Added tests for Issue#by_X finders
- Revision 3362 (svn): Refactor: Moved the raw SQL finders from ReportsController to Issue.
- Revision 3357 (svn): Allow commits to reference issues of parent projects and subprojects (#4674).
- Revision 3333 (svn): Fixed: PDF export of a issue list grouped by a custom field raises an error (#4600).
- Revision 3323 (svn): Fixed: Issue Summary tables that list by user are not sorted (#4552).
- Revision 3315 (svn): Cleaned up the IssueController redirects to use the back_url like the other actions.
- Revision 3311 (svn): Fixed: error when exporting an issue with target version to PDF (#4556).
- Revision 3310 (svn): XML REST API for issues that provides CRUD operations for Issues (#1214).
- Revision 3308 (svn): Set a white list of issue attributes that can be mass-assigned from controllers.