Search
Results (2548)
- Revision 3946 (svn): Refactor: move IssuesController#preview to a new controller.
- Revision 3945 (svn): Refactor: move IssuesController#auto_complete to a new controller. #4382
- Revision 3941 (svn): Refactor: move IssuesController#reply to JournalsController
- Revision 3936 (svn): Refactor: Extract a new IssueMovesController from IssuesController.
- Revision 3930 (svn): Refactor: extract POST version of IssuesController#move to #perform_move.
- Revision 3927 (svn): Added project filter when viewing all issues. #5084
- Revision 3918 (svn): Refactor: start to split IssuesController#move into two separate actions.
- Revision 3917 (svn): Refactor: extract method in IssuesController#move.
- Revision 3916 (svn): Fixed: assigned_to and author filters in cross project issues view should be based on user's project visibility. #5760
- Revision 3915 (svn): Focus on the input when adding a related issue on issues/show page. #4656
- Contributed by Edouard Briere
- Revision 3869 (svn): Disable priority (#5925) and progress in context menu for parent issues.
- Revision 3842 (svn): Add :view_issues_index_bottom hook. #5169
- Revision 3806 (svn): Typecast issue ids when searched for.
- Older Postgres versions don't allow searching ... field's max size. Contributed by Holger Just
- Revision 3797 (svn): Added two hooks to the issues report. #5233
- Revision 3796 (svn): Fix nil method error when no issue params are submitted. #5123
- Revision 3766 (svn): Added JSON support to the issues API. #1214
- Revision 3746 (svn): Added missing labels to the Issue Calendar.
- Revision 3729 (svn): Adds issue relations to individual issue XML (#5305).
- Revision 3718 (svn): Fixes some textile issues with JRuby (#5404).
- Revision 3705 (svn): Fixed: watchers selection lost when issue creation fails (#5406). #watched_by? was fix ... _ids= used in controllers on unsaved objects.
- Revision 3704 (svn): Fixes selected menu tab when issue creation fails.
- Revision 3698 (svn): Only copy visible issues.
- Revision 3693 (svn): Adds an assertion on issues deletion when deleting a project (#5381).
- Revision 3692 (svn): Fixed: private subprojects names may be revealed on issue summary report (#5360).
- Revision 3688 (svn): Refactor: Split IssuesController#new to #new and #create to match REST pattern.