summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
* fix encoding error in de.yml (#23369, #21421)Toshi MARUYAMA2016-07-191-3/+3
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-1832-598/+358
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-173-11/+17
* Use safe_attributes for email addresses.Jean-Philippe Lang2016-07-172-4/+5
* Use safe_attributes for auth sources.Jean-Philippe Lang2016-07-172-5/+28
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-172-2/+11
* Use safe_attributes for custom field enumerations.Jean-Philippe Lang2016-07-172-3/+17
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-173-3/+32
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-174-4/+12
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-1714-26/+26
* Include url helpers in helper tests.Jean-Philippe Lang2016-07-167-7/+12
* Use #update! instead of #update_attribute.Jean-Philippe Lang2016-07-161-27/+27
* Don't use add_on_empty.Jean-Philippe Lang2016-07-161-1/+1
* Adds a class for testing helpers.Jean-Philippe Lang2016-07-1619-18/+22
* Dup @generated_changeset_rev.Jean-Philippe Lang2016-07-161-1/+1
* Include URL helpers.Jean-Philippe Lang2016-07-161-0/+1
* Passing arguments to assert_nothing_raised is deprecated in Rails 5.Jean-Philippe Lang2016-07-161-4/+4
* Don't use an argument to reload.Jean-Philippe Lang2016-07-161-1/+2
* Use #update! instead of #update_attribute.Jean-Philippe Lang2016-07-161-2/+2
* Don't call #slice on proxy.Jean-Philippe Lang2016-07-161-2/+2
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-1614-22/+22
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-2/+2
* Use named route.Jean-Philippe Lang2016-07-161-2/+2
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-161-1/+1
* Don't compare with Hash.Jean-Philippe Lang2016-07-161-2/+2
* Use safe_attributes.Jean-Philippe Lang2016-07-162-3/+15
* Use safe_attributes.Jean-Philippe Lang2016-07-162-3/+19
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-1616-513/+873
* Accept 5 arguments.Jean-Philippe Lang2016-07-161-1/+1
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-162-73/+127
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-143-7/+7
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-141-3/+3
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-1464-63/+66
* Don't use alias_chain_method.Jean-Philippe Lang2016-07-141-6/+6
* Don't generate URL from params.Jean-Philippe Lang2016-07-141-1/+1
* Use .around_action instead of .around_filter.Jean-Philippe Lang2016-07-141-1/+1
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-4/+2
* Use .skip_before_action instead of .skip_before_filter.Jean-Philippe Lang2016-07-142-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-1450-122/+122
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-1414-20/+20
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
* Avatars in issue history are cropped.Jean-Philippe Lang2016-07-131-1/+1
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-135-10/+88
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-1314-151/+167
* Adds a link to spent time on version details (#13558).Jean-Philippe Lang2016-07-132-2/+15