Search
Results (2555)
- Revision 1497 (svn): Fixes Chinese pdf export when the issue description is too long (#1170).
- Revision 1488 (svn): Make the 'duplicates of' relation asymmetric:
- * closing a issue will close its duplicates * closing a duplicate won't close the main issue
- Revision 1484 (svn): Fixed: Link to PDF doesn't work after creating new issue (#1346).
- Revision 1480 (svn): Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted note.
- Revision 1461 (svn): Fixed: IssueController#edit doesn't set default Activity as default (#1302).
- Revision 1459 (svn): Adds a rake task to send ... mail is sent to each user with a list of the issues due in the next days, if any.
- See @rake -D redmine:send_reminders@ for options.
- Revision 1455 (svn): Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184).
- Revision 1451 (svn): Fixed: using '*' as keyw ... itory referencing keywords doesn't work when issue id is at the beginning of a line (#1253).
- Revision 1447 (svn): Fixed: Issue number display clipped on 'my issues' (#1291).
- Revision 1442 (svn): Fixed: encoding problem when adding non-ASCII issue category in the new issue page (#1286).
- Revision 1432 (svn): Fixed: private subprojects are listed on the issues view (#1217).
- Revision 1427 (svn): Fixed: Update issue form: comment field from log time end out of screen (#1227).
- Revision 1376 (svn): Prevent undefined method `[]' for nil:NilClass error in issues_controller.rb:140 (#1132).
- Revision 1360 (svn): Fixed: ActiveRecord::Sta ... ption on closing a set of circular duplicate issues (#1105).
- Revision 1356 (svn): Fixed: trying to preview a new issue raises an exception (closes #984).
- Revision 1352 (svn): Issue list shows all tickets when going back to a global query inside a project (closes #1055).
- Revision 1341 (svn): Fixed: preview fails when updating an issue (broken by r1322). Patch #1027.
- Revision 1322 (svn): Fixed: trying to preview a new issue raises an exception with postgresql (close #984).
- Revision 1319 (svn): Time report can be done at issue level (closes #970) + timelog views xhtml validation.
- Revision 1317 (svn): Prevent NoMethodError on nil class if custom_fields params is not present in IssuesController#new (#969).
- Revision 1312 (svn): Global queries can be saved from the global issue list (follows r1311 and closes #897).
- Revision 1311 (svn): Queries can be marked as ... available on all projects and on the global issue list (#897, closes #671).
- Only admin users can create/edit queries that ... es not allow to save a query from the global issue list. You have to be inside a project but then you can mark the query as 'For all projects'.
- Revision 1309 (svn): Fixed: Priorities not ordered when displayed as a filter in issue list (#956).
- Revision 1298 (svn): If 'Display subprojects issues on main projects' is set to false:
- * do not include subprojects in the issue count of the parent project overview (#939) ... project timelogs on the parent project (#848)
- Revision 1292 (svn): Add the description field to the issue csv export (#753).