Search
Results (2570)
- 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
- Revision 8433 (svn): test: route: split issues rest actions tests whether scoped under project or not
- Revision 8431 (svn): route: code layout clean up issues resources
- Revision 8430 (svn): route: code layout clean up issue_moves route
- Revision 8429 (svn): route: code layout clean up issues context menu route
- Revision 8419 (svn): route: code layout clean up new issues route
- Revision 8417 (svn): route: simplify project settings and issues copy route
- Revision 8356 (svn): test: route: move issue_categories test to new file
- Revision 8355 (svn): test: route: move issues tests to new file
- Revision 8353 (svn): test: route: move context_menus test in test_issues_extra_actions to new file
- Revision 8352 (svn): test: route: move previews test in test_issues_extra_actions to new file