Search
Results (2555)
- Revision 2281 (svn): Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401).
- Revision 2272 (svn): Make use of tracker_ids association in issue custom field form.
- Revision 2269 (svn): Slight visual changes on the issue form.
- Revision 2266 (svn): Makes subject field get focus on 'New issue' form (#2522).
- Revision 2265 (svn): Adds a 'Create and continue' button on the new issue form, that will create the issue and display the form again (#2523).
- Revision 2262 (svn): Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).
- Revision 2261 (svn): Added two new plugin hooks to IssuesController:
- * :controller_issues_new_after_save * :controller_issues_edit_after_save #2475
- Revision 2258 (svn): Ability to sort the issue list by text, int and float custom fields (#1139).
- Revision 2257 (svn): Ability to sort the issue list by text, list, date and boolean custom fields (#1139).
- Revision 2256 (svn): Different icon for closed issues in search result (#992).
- Revision 2251 (svn): Fixed: no error is raised when entering invalid hours on the issue update form (#2465).
- Revision 2250 (svn): Adds 'closed' css class to closed issues in the issue list (#2458).
- Revision 2246 (svn): Makes issue description a non-required field (#2456).
- Revision 2164 (svn): Adds watchers selection on new issue form (#398). Permission 'add issue watchers' required.
- Revision 2143 (svn): Escape textarea content when editing a issue note.
- Revision 2140 (svn): Adds a css class (overdue) to overdue issues on issue lists and detail views (#2337).
- Revision 2139 (svn): Adds a helper that returns issues css classes.
- Revision 2101 (svn): Show project name in front of related issues if cross-project issue relations are enabled (#2282).
- Revision 2094 (svn): Changes issue history headings.
- Revision 2093 (svn): Added several useful hooks to the Issue sidebar
- * :view_issues_sidebar_issues_bottom * :view_issues_sidebar_planning_bottom * :view_issues_sidebar_queries_bottom
- Revision 2089 (svn): Added :view_issues_history_journal_bottom hook
- Revision 2087 (svn): Added :view_issues_edit_notes_bottom hook
- Revision 2086 (svn): Added :controller_issues_edit_before_save hook
- Revision 2077 (svn): Adds To and Cc as watchers when submitting an issue by email (#2245).
- Only works if the sender has the 'Add issue watchers' permission.
- Revision 2073 (svn): Adds link to user's account on issue history.