Search
Results (2548)
- Revision 17141 (svn): Handle validation errors on reverse issue relations (#27695).
- Patch by Holger Just.
- Revision 17129 (svn): Fix: Cannot change the priority of the parent issue in issues context menu (#27533).
- Patch by Vito Marolda.
- Revision 17121 (svn): Issues reports should show only statuses used by the project (#27772).
- Patch by Marius BALTEANU.
- Revision 17108 (svn): Fix: Overlapping text in table header on issues reports page (#19578).
- Patch by Go MAEDA.
- Revision 17074 (svn): Merged r17060 from trunk to 3.2-stable (#27516)
- mercurial: reject malicious command argument ... a8bd18f35b8c8f8bf3314 This is a fundamental issue of the argument parsing rules in Mercurial, ... ropriate way. Contributed by Yuya Nishihara.
- Revision 17070 (svn): Merged r17060 from trunk to 3.3-stable (#27516)
- mercurial: reject malicious command argument ... a8bd18f35b8c8f8bf3314 This is a fundamental issue of the argument parsing rules in Mercurial, ... ropriate way. Contributed by Yuya Nishihara.
- Revision 17066 (svn): Merged r17060 from trunk to 3.4-stable (#27516)
- mercurial: reject malicious command argument ... a8bd18f35b8c8f8bf3314 This is a fundamental issue of the argument parsing rules in Mercurial, ... ropriate way. Contributed by Yuya Nishihara.
- Revision 17065 (svn): code clean up IssuesPdfHelperTest (#12510)
- * remove extra empty lines * remove trailing white space * replace tab to two spaces
- Revision 17063 (svn): svn propset svn:eol-style native test/unit/lib/redmine/export/pdf/issues_pdf_test.rb (#12510)
- Revision 17060 (svn): mercurial: reject malicious command argument (#27516)
- We've got a security report from the Phabrica ... a8bd18f35b8c8f8bf3314 This is a fundamental issue of the argument parsing rules in Mercurial, ... ropriate way. Contributed by Yuya Nishihara.
- Revision 17059 (svn): Fix: Round floats to 2 digits when rendering an issue list to PDF (#12510).
- Patch by Holger Just and Marius BALTEANU.
- Revision 17056 (svn): Disallow creating inverse relates issue relations (#27663).
- Patch by Gregor Schmidt.
- Revision 17055 (svn): Reverted r17054 (#27663).
- The change breaks test/functional/issue_relations_controller_test.rb.
- Revision 17054 (svn): Disallow creating inverse relates issue relations (#27663).
- Patch by Gregor Schmidt.
- Revision 17053 (svn): Fixes visibility checks for version.fixed_issues in Gantt (#27676).
- Like the version page - the Gantt chart featu ... on, which wasn't properly limited to visible issues. Patch by Gregor Schmidt.
- Revision 17052 (svn): Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).
- Patch by Gregor Schmidt.
- Revision 17051 (svn): Adds visibility checks on version views (#27676).
- Previously not all data on the roadmap and version view where properly checked against the issue visibility setting. Unprivileged users were able to see the total number of issues, their estimations and the open/close status - even if the user was only allowed to see their own issues. Patch by Gregor Schmidt.
- Revision 17050 (svn): Moves issue calculations into the fixed_issues relation (#27676).
- This way, we can reuse them on refined relations, e.g. @version.fixed_issues.closed_count@ vs. @version.fixed_issues.visible.closed_count@ Patch by Gregor Schmidt.
- Revision 17022 (svn): Merged r17019 from trunk to 3.2-stable
- Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17021 (svn): Merged r17019 from trunk to 3.3-stable
- Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17020 (svn): Merged r17019 from trunk to 3.4-stable
- Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17019 (svn): Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17002 (svn): Editing issues no longer sends notifications to previous assignee (#26627).
- Revision 16997 (svn): Filtering time entries after issue's target version doesn't work as expected in some cases (#26667).
- Patch by Marius BALTEANU.
- Revision 16985 (svn): Ensure that values of multi-value fields are HTML-escaped in issue history (#27186).
- Patch by Holger Just.