Search
Results (2548)
- 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.
- Revision 18337 (svn): Add closed_on to the tooltip if the issue is closed (#31697).
- Patch by Mizuki ISHIKAWA.
- Revision 18329 (svn): Fix that h4 headings in an issue note is unintendedly highlighted (#31742).
- Patch by Mizuki ISHIKAWA.
- Revision 18322 (svn): View switches from gantt to list after editing an issue (#31552).
- Patch by Mizuki ISHIKAWA.
- Revision 18313 (svn): Add "issue" macro to help files (#29489).
- Patch by Go MAEDA.
- Revision 18312 (svn): Change the Japanese translation for label_issue_history_properties (#31594).
- Patch by Go MAEDA.
- Revision 18311 (svn): "selected" class is wrongly removed from journal edit tabs when switching the issue history tabs (#3058, #31599).
- Patch by Marius BALTEANU.
- Revision 18309 (svn): Some issue fixtures are set inconsistent tracker id which is not available in the project (#31053).
- Patch by Mizuki ISHIKAWA.