Search
Results (2555)
- Revision 12844 (svn): fix wrong issue 'assigned-to-my-group' css class (#16038)
- Revision 12842 (svn): use escaped "Can't" constant at IssuesHelperTest
- Revision 12841 (svn): Rails4: replace ActionV ... per#truncate by String#truncate at app/views/issues/_list_simple.html.erb
- Revision 12836 (svn): Rails4: replace ActionV ... String#truncate at app/views/auto_completes/issues.html.erb
- Revision 12831 (svn): Rails4: replace ActionV ... String#truncate at ApplicationHelper#link_to_issue
- Revision 12829 (svn): add tests of ApplicationHelper#link_to_issue subject and title
- Revision 12818 (svn): code format clean up app/views/issues/_list_simple.html.erb
- Revision 12815 (svn): remove unneeded h() from app/views/issues/_list_simple.html.erb
- Revision 12808 (svn): code format clean up ApplicationHelper#link_to_issue
- Revision 12805 (svn): use escaped "Can't" constant at IssueStatusesControllerTest
- Revision 12804 (svn): use escaped "can't" constant at IssueStatusesControllerTest
- Revision 12799 (svn): Rails4: use "assert_tem ... /time_entries'" at ContextMenusControllerTest
- This asserting does not fail, but use same logic with "assert_template 'context_menus/issues'"
- Revision 12791 (svn): Rails4: fix "assert_template 'form'" fails at IssuesControllerTest
- Revision 12786 (svn): replace shoulda context "with workflow privilege" at IssuesControllerTest
- Revision 12785 (svn): replace shoulda context "without workflow privilege" at IssuesControllerTest
- Revision 12725 (svn): remove unneeded Relation#all from IssueStatus model
- Revision 12724 (svn): remove unneeded Relation#all from IssueQuery model
- Revision 12722 (svn): remove unneeded Relation#all from IssuePriority model
- Revision 12717 (svn): Rails4: replace deprecated #connection from IssueQuery model
- DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class.
- Revision 12716 (svn): Rails4: replace deprecated #connection from IssueCustomField model
- DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class.
- Revision 12715 (svn): Rails4: replace deprecated #connection from Issue model
- DEPRECATION WARNING: #connection is deprecated in favour of accessing it via the class.
- Revision 12711 (svn): remove unneeded Relation#all from IssueStatusTest
- Revision 12710 (svn): remove unneeded Relation#all from IssueTest
- Revision 12708 (svn): remove Rails4 deprecated Relation#all from IssueTest#test_visible_and_nested_set_scopes and add awesome_nested_set regression test
- Revision 12673 (svn): Don't display default watchers checkboxes on the new issue form when there are more than 20 members (#8562).