Search
Results (2576)
- Revision 8218 (svn): test: replace "should_route" of "issue reports" to "assert_routing" at integration/routing_test.rb
- Revision 8212 (svn): Save an @Issue#save@.
- Revision 8211 (svn): Fixed broken issues context tests (#9794).
- Revision 8207 (svn): Fixed issues context menu attributes update links (#9794).
- Revision 8199 (svn): Moved fields specific to new issues to the new issue form.
- Revision 8197 (svn): Use safe_attributes for issue watchers assignment.
- Revision 8195 (svn): Fixed broken issue form update when changing tracker.
- Revision 8193 (svn): Adds a hook before the new issue form.
- Revision 8185 (svn): Updated issue description diff route.
- Revision 8155 (svn): Issue destroy is now DELETE only.
- Revision 8151 (svn): Changed IssuesController#destroy to DELETE only.
- Revision 8150 (svn): Changed IssuesController#destroy to DELETE only.
- Revision 8148 (svn): Moved bulk_edit/update routes into issues resources.
- Revision 8138 (svn): Rails3: test: replace de ... to Errors#[] and join with to_s at test/unit/issue_test.rb
- On Rails2, Errors#[] returns single error if ... n Rails3, Errors#[] always returns the array.
- Revision 8133 (svn): Rails3: test: replace de ... ors#[] and join with to_s at test/functional/issues_controller_test.rb
- On Rails2, Errors#[] returns single error if ... n Rails3, Errors#[] always returns the array.
- Revision 8123 (svn): replace tabs to spaces at app/views/issues/_form.html.erb
- Revision 8102 (svn): Removed the "more" link to edit additional properties of an issue (#7603).
- Revision 8101 (svn): Issue forms cleanup.
- Revision 8100 (svn): Merged r8099 from trunk
- pdf: move note number to the head of line for single issue's PDF.
- Revision 8099 (svn): pdf: move note number to the head of line for single issue's PDF (#9720)
- Revision 8096 (svn): Parameter changed to issue_category in r7882 (#9724).
- Revision 8091 (svn): Merged r8090 from trunk
- pdf: add note number for single issue's PDF. Contributed by Akiko T.
- Revision 8090 (svn): pdf: add note number for single issue's PDF (#9720)
- Contributed by Akiko T.
- Revision 8073 (svn): Makes spent time column available on the issue list (#971).
- Revision 8062 (svn): Adds a test for parent issues display.