Search
Results (2548)
- Revision 902 (svn): Fixed: adding an attachment is not possible when changing the status of an issue.
- Revision 894 (svn): Trac importer: user can n ... sqlite and sqlite3 adapter for Trac database.
- Trac importer: issues and wiki modules are enabled by default for ... ve a custom query under certain circumstance.
- Revision 892 (svn): Added issues status changes on the activity view (initial patch by Cyril Mougel).
- Revision 889 (svn): Custom fields can now be displayed as columns on the issue list.
- Custom fields marked as "for all projects" can be added to the default columns of the issue list (in application settings). Project specific custom fields can be displayed on custom queries.
- Revision 888 (svn): Moved ProjectsController#list_news to NewsController#index.
- Removed FeedsController, issues and news feeds are now handled by issues and news controllers.
- Revision 887 (svn): ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index
- Revision 885 (svn): Fixed: <<me>> doesn't appear in the drop down filters on a project issue list.
- Revision 881 (svn): Removed IssueStatus html_color attribute.
- Issue list colorization can be done using a custom ... row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).
- Revision 873 (svn): Added the hability to copy an issue.
- It can be done from the 'issue/show' view or from the context menu on the issue list. The Copy functionality is of course only available if the user is allowed to create an issue. It copies the issue attributes and the custom fields values.
- Revision 872 (svn): Added AJAX based context menu on the project issue list that provide shortcuts for editing, re- ... tatus or the priority, moving or deleting an issue.
- The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click i ... and Safari 2. IE 6 doesn't display submenus.
- Revision 861 (svn): Commit message parser:
- * Fixed: Error when parsing a commit message with duplicate issue identifiers * Strip referencing and fixing keywords
- Revision 857 (svn): Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status.
- Revision 855 (svn): More flexible mail notifi ... ings at user level. A user has now 3 options:
- * notification on any event on all his projec ... gs that he watches or he is involded in (eg. issues that he watches or he is author or assignee)
- Revision 853 (svn): Fixed: unable to add a file to an issue without entering a note.
- Revision 850 (svn): Added the ability to unassign issues with bulk edit.
- Revision 848 (svn): Removed issue assignment validation to avoid validation failure when updating the issue and if the assignee is no longer a member of the project.
- Revision 840 (svn): Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns
- Revision 831 (svn): Status can now be updated when bulk editing issues.
- Workflow permissions are applied as when changing the status of a single issue. The issue is not saved (and an error is displayed) if the status transition is not allowed for the user.
- 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.