summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white space from test/unit/project_nested_set_test.rbToshi MARUYAMA2017-06-061-1/+1
* allow unicode whitespace after mail handler body delimiters (#17718)Toshi MARUYAMA2017-06-063-5/+5
* Using #joins is needed here with Rails 5.Jean-Philippe Lang2017-06-031-1/+1
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-1/+1
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-1/+1
* Permit role_ids on update.Jean-Philippe Lang2017-06-031-1/+1
* Make sure we can call #values.Jean-Philippe Lang2017-06-031-1/+1
* Use strong params for CustomFieldEnumeration.Jean-Philippe Lang2017-06-033-14/+14
* Permit enumeration params.Jean-Philippe Lang2017-06-031-2/+7
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-5/+8
* Prevent clash with Rails 5.1 Mailer class.Jean-Philippe Lang2017-06-032-5/+5
* Make sure that the journal is not created if issue is saved.Jean-Philippe Lang2017-06-032-0/+7
* AR uniq deprecated in Rails 5.Jean-Philippe Lang2017-06-032-2/+2
* Use regular instance methods instead of association extensions.Jean-Philippe Lang2017-06-037-8/+17
* redirect_to :back deprecated in Rails 5.Jean-Philippe Lang2017-06-031-7/+9
* Errors#get is deprecated in Rails 5.Jean-Philippe Lang2017-06-011-1/+1
* Use query parameters intead of params in CSV link.Jean-Philippe Lang2017-06-011-1/+1
* Adjust reposman log messages.Jean-Philippe Lang2017-06-011-3/+2
* Show message before registering repository in Redmine.Jean-Philippe Lang2017-06-011-2/+2
* Use JSON instead of XML for reposman.rb.Jean-Philippe Lang2017-06-013-24/+26
* Use #safe_attributes= instead.Jean-Philippe Lang2017-06-011-1/+1
* Use #skip_after_action instead of #skip_after_filter.Jean-Philippe Lang2017-06-011-1/+1
* Don't call #head with a hash.Jean-Philippe Lang2017-06-011-1/+1
* Create tmp directory on test launch.Jean-Philippe Lang2017-06-011-5/+5
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-0131-398/+700
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-3152-1940/+5806
* remove trailing white-space from test/unit/mailer_test.rbToshi MARUYAMA2017-05-301-1/+1
* Markdown: Upgrade redcarpet gem to 3.4 (#25781)Toshi MARUYAMA2017-05-301-1/+1
* Gemfile: pin test_after_commit version 0.4 (#25794)Toshi MARUYAMA2017-05-301-1/+1
* use only one if with two conditions in issue show instead of two ifs (if in i...Toshi MARUYAMA2017-05-301-4/+2
* fix wrong German translation of logging time error message (#24268)Toshi MARUYAMA2017-05-271-1/+1
* remove trailing white-spaces from test/unit/issue_subtasking_test.rbToshi MARUYAMA2017-05-271-2/+2
* Change french translation for indentation (#25687).Jean-Philippe Lang2017-05-271-2/+2
* Show the same trackers and statuses on time entry queries (#5385).Jean-Philippe Lang2017-05-273-4/+4
* Statuses of subprojects should be showed too (#5385).Jean-Philippe Lang2017-05-271-1/+1
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-275-1/+64
* Cusotom field label should not be associated to the first input (#25760).Jean-Philippe Lang2017-05-273-6/+41
* Send journal notification after commit (#25794).Jean-Philippe Lang2017-05-274-2/+11
* Rescue any EncodingError exceptions (#25861).Jean-Philippe Lang2017-05-273-1/+13
* Check tracker permissions when copying an issue (#25791).Jean-Philippe Lang2017-05-272-1/+26
* Highlight language aliases are no more supported (#25634).Jean-Philippe Lang2017-05-272-1/+18
* Better wording for issue update conflict resolution in German by Felix Schäf...Toshi MARUYAMA2017-05-191-3/+3
* Traditional Chinese translation updated by ChunChang Lo (#25664)Toshi MARUYAMA2017-05-191-2/+2
* Send reminders about visible issues only (#25713).Jean-Philippe Lang2017-05-132-1/+23
* Optimize gantt charts for mobile screens (#25745).Jean-Philippe Lang2017-05-132-2/+29
* Render register page on all non-POST requests to account#register (#25653).Jean-Philippe Lang2017-05-131-1/+1
* Only perform login action on explicit POST (#25653).Jean-Philippe Lang2017-05-131-3/+3
* Use mysql2 0.4.6 instead of 0.3 (#25829).Jean-Philippe Lang2017-05-131-1/+1
* Show no data message when searching only.Jean-Philippe Lang2017-05-131-1/+8
* Preserve jump param when searching for projects.Jean-Philippe Lang2017-05-131-2/+5