Search
Results (2555)
- Revision 14158 (svn): When create by copying the issue, status can not be changed to default (#19553).
- Revision 14154 (svn): Include custom fields description in project settings and issue view (#19296).
- Patch by Sebastian Paluch.
- Revision 14146 (svn): Don't render the issue form if issue.project is nil (#19276).
- Revision 14141 (svn): API: creating an issue with an invalid project_id should return 422 instead of 403 (#19276).
- Revision 14137 (svn): Fixed that custom field ... en/read-only combination may be displayed on issue form (#19297).
- Revision 14134 (svn): Merged r14132 from trunk to 2.6-stable
- .travis.yml: replace TEST_SUITE to SUITE Pre ... sion. https://github.com/travis-ci/travis-ci/issues/3386
- Revision 14133 (svn): Merged r14132 from trunk to 3.0-stable
- .travis.yml: replace TEST_SUITE to SUITE Pre ... sion. https://github.com/travis-ci/travis-ci/issues/3386
- Revision 14132 (svn): .travis.yml: replace TEST_SUITE to SUITE
- Prevent travis UI confusion. https://github.com/travis-ci/travis-ci/issues/3386
- Revision 14129 (svn): Merged r14012 from trunk to 2.6-stable
- add redmine.org issue link of jruby IO.popen() at .travis.yml (#19091)
- Revision 14127 (svn): Merged r14118 from trunk to 2.6-stable
- Gemfile: remove "ffi" ffi 1.9.7 building error is fixed. https://github.com/ffi/ffi/issues/414#issuecomment-81405252 r14118 comment has typo, problem version is not 1.9.6, it is 1.9.7.
- Revision 14126 (svn): Merged r14118 from trunk to 3.0-stable
- Gemfile: remove "ffi" ffi 1.9.7 building error is fixed. https://github.com/ffi/ffi/issues/414#issuecomment-81405252 r14118 comment has typo, problem version is not 1.9.6, it is 1.9.7.
- Revision 14120 (svn): remove trailing white-space from app/models/issue.rb
- Revision 14118 (svn): Gemfile: remove "ffi"
- ffi 1.9.6 building error is fixed. https://github.com/ffi/ffi/issues/414#issuecomment-81405252
- Revision 14083 (svn): Fixed that creating an issue without tracker_id attribute ignores custom field values (#19368).
- Revision 14071 (svn): Fixed that spent time on my page does not include entries without issue (#19320).
- Revision 14054 (svn): Fixed rendering of multivalued custom fields in the issue history (#19225).
- Revision 14025 (svn): Wrap parent task title on the issue list (#19120).
- Patch by Felix Schäfer.
- Revision 14012 (svn): add redmine.org issue link of jruby IO.popen() at .travis.yml (#19091)
- Revision 14011 (svn): Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may kill user session after password is changed (#17460).
- Revision 14005 (svn): Changed assertion to see what issues contains (#19106).
- Revision 13999 (svn): Implements /issues/new form for creating issues outside a project (#1003).
- Revision 13998 (svn): IssuesController#edit as XML is not implemented.
- Revision 13997 (svn): Removed IssuesController#update_form action, use #new and #edit instead.
- Revision 13996 (svn): Added Issue#attributes_editable?
- Revision 13995 (svn): Moved users list diplayed as available watchers on the new issue form to an helper.