Search
Results (2548)
- Revision 1257 (svn): Fix tests broken by r1243 (Redirect to issue page after creating a new issue).
- Revision 1243 (svn): Redirect to issue page after creating a new issue
- Previous behavior was to redirect to the issue list with a "successful creation" message. ... l redirect to the page for the newly-created issue, still with the "successful creation" message. This matches the behavior after editing an issue and also provides instant feedback for the u ... ses #261 and uses the patch contained therein
- Revision 1223 (svn): Replaces del tags by a css style (a.issue.closed) for closed issue links.
- Revision 1207 (svn): Version details view changes:
- * display related issues on the version detail view * display total ... ew * fixed wiki headings size (same as r1168)
- Revision 1198 (svn): Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true.
- Revision 1193 (svn): Fixes #773: Changeset block is smashing the update frame on issues/show.
- Revision 1188 (svn): Fixes #765: Date pickers don't work on issues' bulk edit view.
- Revision 1183 (svn): Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
- Revision 1182 (svn): Let the user choose when deleting issues with reported hours (closes #734, #71):
- * to delete the hours * to assign the hours to the project * to reassign the hours to another issue
- Revision 1178 (svn): Include subprojects on the issue list, calendar and gantt by default.
- Revision 1171 (svn): Fixed: Issue custom fields "required" flag not stored (broken by r1090). Closes #715.
- Revision 1168 (svn): Roadmap enhancements (closes #697, #698):
- * separate related issues from wiki contents * leading h1 in version ... 6) * smaller wiki headings * xhtml validation
- Revision 1166 (svn): Added 'estimated time' in the csv export of the issue list.
- Revision 1164 (svn): Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed (closes #696).
- Revision 1163 (svn): Order issues by id on the roadmap.
- Revision 1161 (svn): Fixes:
- * email notifications: host name is missing i ... chment links and inline images don't work in issue notes
- Revision 1154 (svn): Atom feeds:
- * prevent duplicate entry ids for issue changes * prevent empty email in author element
- Revision 1152 (svn): Added the following permissions (#527, #585, #627):
- * edit_issue_notes: let user edit any notes * edit_own_issue_notes: let user edit his own notes only
- Revision 1142 (svn): Added issue subject to the time entries view and subject ... 6). Default order on date column set to desc.
- Revision 1138 (svn): Fixed: wiki and changeset links not displayed when previewing issue description or notes.
- Revision 1134 (svn): Fixed: 404 error when selecting an other project on issues/move.
- Revision 1133 (svn): Fixed: context menu not available if the initial issue list is empty.
- Revision 1131 (svn): Fixed: Anonymous users may not see the issue list headers in the correct language.
- Revision 1130 (svn): Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once.
- There are 2 ways to select a set of issues on the issue list: * by using checkbox and/or the little pencil that will select/unselect all issues (#567) * by clicking on the rows (but not o ... nd Shift keys can be used to select multiple issues Context menu was disabled on links so that ... Click instead of Right-click) and Safari 2/3.
- Revision 1129 (svn): Merged IssuesController #edit and #update into a single actions.
- Users with 'edit issues' permission can now update any property inc ... te or changing the status (#519, #581, #587).