Search
Results (2555)
- Revision 822 (svn): Added custom fields in issue related mail notifications.
- Revision 821 (svn): Added the ability to set the "done ratio" of issues fixed by commit (original path by Nikolay Solakov, slightly edited).
- Revision 817 (svn): Added 'Bulk edit' functionality.
- This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list. Most properties can be set (priority, ... done ratio) and a note can be entered. Only issues of the current project can be selected for bulk edit (subproject issues can't).
- Revision 812 (svn): Added preview on add/edit issue form.
- Revision 811 (svn): Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial.
- Revision 810 (svn): Merged IssuesController#export_pdf into IssuesController#show.
- Revision 808 (svn): Sligth changes on my page issue tables and wiki history, changesets tables.
- Revision 803 (svn): Added default value for enumerations.
- Only default issue priority is actually used.
- Revision 801 (svn): Issues sorted by priority position.
- Revision 794 (svn): Performance improvement o ... antt (about 45% on gantt for large number of issues).
- Partial issues/_tooltip is replaced by an helper and some translated strings are now cached.
- Revision 785 (svn): Default columns displayed on the issue list can now be selected at application level.
- Saved queries can overide this selection.
- Revision 762 (svn): Slight change to issues/show.
- Revision 756 (svn): Added length validation for IssueCategory name.
- Revision 733 (svn): A category with assigned issue can now be deleted. 2 options are proposed:
- * remove assignments (issues are set to 'no category') * reassign issues to another category (if at least an other category exists) If no issue is assigned to the category, it's deleted silently.
- Revision 732 (svn): Changed author display on issues, news and document files.
- Revision 731 (svn): Added 'Estimated hours' attribute on issues.
- Revision 729 (svn): Main project list now displays root projects with their subprojects.
- Added files turned into links (if not removed) on the issue history.
- Revision 728 (svn): Mail notification options restored (default is: issue_added and issue_updated).
- Added mail notification when adding a news (disabled by default).
- Revision 725 (svn): Added project module concept.
- A project module (eg. issue tracking, news, wiki,...) is a set of permis ... odules are enabled for all existing projects.
- Revision 723 (svn): Notifications about issues (add/edit) are now sent in plain text and html.
- Removed lang specific strings in the correspo ... there is only one template for all languages.
- Revision 714 (svn): Improved Redmine links:
- * issue and changeset links generated only if the object exists * issue subject and status appear in the link title * strike issue link if issue is closed * red wiki page link if page doesn ... al links Wiki page cache had to be disabled.
- Revision 713 (svn): Fixed: 'Move' button always visible on issues list.
- Revision 706 (svn): Fixed: custom field displayed as deleted in the issue history even if no value was set.
- Revision 705 (svn): Issue notes are now included in search.
- Fixed: search results too long when there are many matches. Fixed: search results not escaped.
- Revision 702 (svn): Added an index on custom_ ... ed_type + customized_id columns) to speed up issue queries that use custom field filters.