Search
Results (2555)
- Revision 8548 (svn): test: route: split issue categories test whether scoped under project or not
- Revision 8544 (svn): test: route: simplify /issues/bulk_edit test
- Revision 8539 (svn): Deprecated Issue#move_to_project.
- Revision 8538 (svn): Copy issues via bulk update action.
- Revision 8537 (svn): Removed the "Move" button for issues since they can be moved from the bulk edit form.
- Revision 8533 (svn): Removed the "Move" button for single issue since it can be moved from the reguler update form.
- Revision 8531 (svn): Allows project to be changed from the regular issue update action (#4769, #9803).
- Revision 8529 (svn): test: route: simplify test_issues_form_update
- Revision 8528 (svn): Makes /projects/:project_id/issues/new accept PUT requests for when serializing a form with a PUT _method hidden tag.
- Revision 8515 (svn): test: route: add tests of timelogs report global scope format route and issues scope routes
- Revision 8514 (svn): code layout clean up app/views/issues/index.html.erb
- Revision 8502 (svn): Moved the avatar to the left on the issue view.
- Revision 8495 (svn): Rails3: view: change html special characters to hexadecimal utf-8 strings at issues/show.html.erb
- Revision 8493 (svn): use i18n label for previous and next issue (#2850)
- Revision 8489 (svn): Set columns width on issue attributes table.
- Revision 8488 (svn): Adds previous/next links to issue (#2850).
- Revision 8468 (svn): Rails3: model: mailer: use .to_s at redmine_headers method
- On Rails 3.0: <pre> DEPRECATION WARNING: Usin ... d. You specified 15 (a Fixnum) for X-Redmine-Issue-Id. </pre> On Rails 3.1.3: <pre> Error: tes ... 26:in `test_message_posted_message_id' </pre>
- Revision 8454 (svn): Rails3: helper: html_safe for IssuesHelper render_issue_tooltip method
- Contributed by Sylvain Utard.
- Revision 8448 (svn): Rails3: view: html_safe for issue_moves/new.html.erb
- Contributed by Eric Cline.
- Revision 8447 (svn): Rails3: view: html_safe for issues/bulk_edit.html.erb
- Contributed by Eric Cline.
- Revision 8446 (svn): route: move time entries matchings and resources after /issues matchings
- Time log tests pass except /time_entries delete action on Rails 3.0.
- Revision 8441 (svn): route: change order of some issues and projects resources and matchings
- This change passes issues and projects routing tests on Rails 3.0.
- Revision 8440 (svn): route: move 'issues/new' matching before project/issues resources
- On Rails3.0, 'match' needs before resources.
- Revision 8437 (svn): test: route: rearrange issues tests for each scopes
- Revision 8434 (svn): route: code layout clean up issues bulk deletion route