Search
Results (2555)
- Revision 3305 (svn): Fixed: attachments get saved on issue update even if validation fails (#4401).
- Revision 3289 (svn): Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_tracker_first= with ruby1.9 (#4540).
- Revision 3283 (svn): Fixed: issue summary counts should link to the issue list without subprojects (#4525).
- Revision 3263 (svn): Added :controller_issues_new_before_save hook. (#4465)
- Revision 3189 (svn): Issue sidebar cleanup.
- Revision 3187 (svn): Display shared versions on the issue summary view (#4425).
- Revision 3182 (svn): Added missing translation for permission_view_issues (#4415).
- Revision 3164 (svn): Copy issue relations when copying a project. (#3367)
- Revision 3163 (svn): Roadmap: sort issues by project and prepend project name if different (#4373).
- Revision 3159 (svn): Issue#done_ratio should not break if status is nil.
- Revision 3157 (svn): Allow blank value for IssueStatus#default_done_ratio.
- Revision 3151 (svn): Adds a Setting to control how an Issue's done_ratio is calculated:
- * Issue field (default) - the done_ratio field for the Issue * Issue status - uses the Issue Status's value #4274
- Revision 3149 (svn): Fix target version field on issue update form.
- Revision 3148 (svn): Fixes that issue copy/move throws an error when status is not changed (#4369).
- Revision 3140 (svn): Fixed: Bulk edit of issues throws 500 if no versions are defined on the project (#4366).
- Revision 3139 (svn): Fixes tracker_id and custom_field_values assignment order for issues (#4353).
- Revision 3137 (svn): Optimize updates of issue's shared versions.
- Revision 3136 (svn): No need to update issues from the version's project.
- Revision 3135 (svn): Optimize issue updates when a version sharing changes.
- Revision 3126 (svn): Ability to add a new version from the issue form (#4315).
- Revision 3125 (svn): Fixed: error when changing tracker on the new issue form (#4345).
- Revision 3122 (svn): Enhanced the Issue Bulk Copy feature:
- * Add a Copy option to the Context menu for multiple issues. * Added assigned to, status, start and due date options to the move/copy form. * Allow Issue#move_to to change attributes on the moved/copied issue. #4117
- Revision 3121 (svn): Do not notify users that are no longer allowed to view an issue (#3589, #4263).
- Revision 3119 (svn): Add a second action menu to IssuesController#show. (#4331)
- Will have the update, log time, watch, copy, ... e sections of the page, e.g. two Watch links.
- Revision 3118 (svn): Fixed: no error message when creating a category from the issue form fails (#1477).