Fixed: projects are referenced by id in search results.
Makes project identifiers searchable (#4897).
Refactor: Start to extract IssuesController#edit into #update (REST).
Reduces spacing on the bulk edit form.
Bulk edit refactoring.
Move hardcoded calendar images to css classes.
Fixed view_issues_move_bottom hook arguments (#4893).
Refactor: Extract Issue#bulk_edit from the IssuesController
Moved the IssuesController routing tests to an integration test.
Avoid unnecessary SQL queries when loading changesets.