Search
Results (2555)
- Revision 11714 (svn): remove redundant 'IssuesHelper#' from issues_helper_test context
- Revision 11713 (svn): code layout clean up issues_helper_test.rb
- Revision 11693 (svn): Fixed that issue list PDF export displays ID column twice (#13630).
- Contributed by F Schroedter.
- Revision 11672 (svn): fix test failure (#13405)
- <pre> 1) Failure: test_scan_changesets_for_issue_ids(RepositoryTest) [/xxx/test/unit/reposito ... hangeset commit:691322a8eb01e11fd7.">. </pre>
- Revision 11635 (svn): replace tabs to spaces at app/views/projects/settings/_issue_categories.html.erb
- Revision 11632 (svn): replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erb
- Revision 11628 (svn): remove trailing tabs from app/views/context_menus/issues.html.erb
- Revision 11624 (svn): replace tabs to spaces at app/views/settings/_issues.html.erb
- Revision 11541 (svn): Merged from r11537 trunk to 2.3-stable (#13350)
- fix some Japanese "issue" translations. Contributed by Go MAEDA.
- Revision 11537 (svn): fix some Japanese "issue" translations (#13350)
- Contributed by Go MAEDA.
- Revision 11513 (svn): Fixed that copying an issue as a child of itself creates an extra issue (#13328).
- Revision 11509 (svn): Adds "tracker-[id]" CSS class to issues (#13309).
- Revision 11495 (svn): Don't reload the issue in after_save callback.
- Revision 11470 (svn): Use li tags for issue links in the sidebar (#13242).
- Revision 11449 (svn): Rename issues CSV and PDF exports.
- Revision 11448 (svn): Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_to_csv.
- Revision 11447 (svn): Refactor: makes issue id a regular QueryColumn.
- Revision 11422 (svn): replace tabs to spaces at app/models/issue.rb
- Revision 11417 (svn): Removed the default 0 value for issues foreign keys.
- It prevents useless "... where id=0" queries and ensures that *_id attributes default to nil.
- Revision 11413 (svn): remove trailing tab and white-spaces from app/controllers/issue_statuses_controller.rb
- Revision 11412 (svn): Adds Issue#status_was that returns the initial issue status.
- Revision 11411 (svn): Adds closed_on to issues API responses (#824).
- Revision 11408 (svn): Russian "label_x_issues" translation changed by Mikhail Velkin (#12645)
- Revision 11405 (svn): Fixed that updating the issue form was broken by r4011 when user is not allowed to add issues (#13188).
- Revision 11403 (svn): Makes closed_on available as column and filter on the issue list (#824).