Search
Results (2548)
- Revision 12509 (svn): Rails4: replace deprecated Relation#first with finder options at IssueCategoriesControllerTest
- Revision 12498 (svn): Rails4: replace deprecated find_all_by_* at IssueQuery model
- Revision 12495 (svn): Rails4: replace deprecated find_all_by_* at IssueTest
- Revision 12489 (svn): Rails4: replace deprecated Relation#update_all at IssuePriority model
- Revision 12476 (svn): Fixed that magic links ... ttachments are not converted when previewing issue notes.
- Revision 12467 (svn): fix find_all_by_id(n1, ... t test_show_export_to_pdf_with_changesets of IssuesControllerTest
- find_all_by_id(n1, n2) returns only n1 result.
- Revision 12445 (svn): Fixed slow SELECT ... FOR UPDATE query when deleting an issue.
- Revision 12427 (svn): make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)
- Revision 12421 (svn): Fixed that time entries ... re not deleted when deleting a project or an issue (#15709).
- Revision 12420 (svn): Fixed that text/plain attachments are added to issue description (#15684).
- Revision 12419 (svn): Fixed that previous assignee is not notified on issue update (#15714).
- Revision 12367 (svn): fix duplicate test name in IssuesControllerTest
- Revision 12363 (svn): add test to send one mail with both settngs in creating issue (#15612)
- Revision 12362 (svn): add test not to send mail with no settng in creating issue (#15612)
- Revision 12361 (svn): explicitly use mail send setting in unit issue test (#15612)
- Revision 12285 (svn): Use :button_edit instead of :button_update for editing issues (#15275).
- Revision 12277 (svn): Fixed that update_form ... the default status when updating an existing issue (#15344).
- Revision 12251 (svn): Custom fields in issue form - splitting is incorrect (#15227).
- Revision 12250 (svn): Accept issue id with leading sharp when adding a related issue.
- Revision 12230 (svn): code format cleanup app/models/issue.rb
- Revision 12226 (svn): Fixed that issue nested set update is triggered even if parent is not changed (#15135).
- Revision 12223 (svn): Avoid N queries when displaying the issue list with custom fields.
- Revision 12219 (svn): Fixed that controller_issues_edit_before/after_save hooks have no controller context (#15044).
- Patch by Jordan Hollinger.
- Revision 12217 (svn): Avoid lots of CustomField.find_by_id calls when displaying an issue history with custom fields (#15072).
- Revision 12200 (svn): Hide issue custom fields when disabling issue tracking on new project.