Search
Results (2555)
- Revision 18517 (svn): code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb
- Revision 18516 (svn): code cleanup: rubocop: ... paceInsideStringInterpolation in app/helpers/issues_helper.rb
- Revision 18514 (svn): code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_helper.rb
- Revision 18513 (svn): code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/issues_helper.rb
- Revision 18502 (svn): code cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_helper.rb
- Revision 18499 (svn): rubocop: remove app/helpers/issues_helper.rb from Style/NestedTernaryOperator fixed by r18496
- Revision 18498 (svn): Auto-complete issues #id in the search form (#32052).
- Patch by Mizuki ISHIKAWA.
- Revision 18497 (svn): code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rb
- Revision 18496 (svn): code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issues_helper.rb
- Revision 18489 (svn): rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previous two revisions
- Revision 18488 (svn): remove "attr_reader :current_journal" from Issue class
- Issue#current_journal is already defined in Issue class.
- Revision 18487 (svn): use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids
- Issue#deleted_attachment_ids is already defined in Issue class.
- Revision 18481 (svn): code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers/issues_helper.rb
- Revision 18480 (svn): Log info messages when MailHandler ignored a reply to a nonexistent issue, journal, or message (#31946).
- Patch by Go MAEDA.
- Revision 18479 (svn): code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_helper.rb
- Revision 18477 (svn): code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb
- Revision 18459 (svn): Add additional mail headers for issue tracker (#31910).
- Patch by Go MAEDA.
- Revision 18450 (svn): Remove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).
- Patch by Marius BALTEANU.
- Revision 18449 (svn): Issue auto complete should return last 10 issues (#31994).
- Patch by Marius BALTEANU.
- Revision 18444 (svn): Inline auto complete for issue (#) in wiki-edit fields (#31989).
- Patch by Marius BALTEANU.
- Revision 18438 (svn): Add missing fixture to IssueStatusesControllerTest (#32023).
- Patch by Yuichi HARADA.
- Revision 18409 (svn): IssueCustomFieldTest randomly fails (#31967).
- Patch by Yuichi HARADA.
- Revision 18383 (svn): Better handling of HTML tables when creating an issue from an email (#31231).
- Patch by Go MAEDA.
- Revision 18361 (svn): Convert HTML links to Textile/Markdown links when creating an issue from an email (#31695).
- Patch by Yuichi HARADA.
- Revision 18356 (svn): Limit total_estimated_hours to visible issues (#31778).
- Patch by Gregor Schmidt.