summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test failure (#23410).Jean-Philippe Lang2016-08-202-3/+9
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-202-1/+2
* Issue#editable_custom_field_values very slow for issues with many custom fiel...Jean-Philippe Lang2016-08-201-1/+2
* Adds :error_no_projects_with_tracker_allowed_for_new_issue i18n string (#23410).Jean-Philippe Lang2016-08-2047-0/+94
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-204-8/+25
* Wrong CSS classes in subtasks tree (#23391).Jean-Philippe Lang2016-08-201-1/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-206-6/+147
* MySQL: You can't specify target table for update in FROM clause (#23347).Jean-Philippe Lang2016-08-181-1/+1
* upgrade Rails to 4.2.7.1Toshi MARUYAMA2016-08-121-1/+1
* Don't call #slice on association proxy.Jean-Philippe Lang2016-07-211-1/+1
* Don't use render :text => "".Jean-Philippe Lang2016-07-218-7/+67
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-212-1/+12
* Don't check that params[:settings] is a Hash.Jean-Philippe Lang2016-07-211-4/+5
* Set preferences with #safe_attributes=.Jean-Philippe Lang2016-07-211-1/+1
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-2111-45/+33
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-212-2/+4
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-218-311/+274
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-2117-355/+333
* Japanese translation for label_commits_per_author changed by Go MAEDA (#23359)Toshi MARUYAMA2016-07-201-1/+1
* Traditional Chinese "issue" translation in r15716 change (#23117, #23374)Toshi MARUYAMA2016-07-202-2/+2
* Traditional Chinese textile and markdown help translation updated by ChunChan...Toshi MARUYAMA2016-07-202-36/+36
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-199-168/+107
* Simplified Chinese translation for 3.3-stable updated by Tigergm Wu (#23171)Toshi MARUYAMA2016-07-191-5/+4
* Simplified Chinese translation for 3.1-stable updated by Tigergm Wu (#23375, ...Toshi MARUYAMA2016-07-191-4/+4
* Traditional Chinese "issue" translation in r15702 change (#20720, #23171, #23...Toshi MARUYAMA2016-07-191-1/+1
* Traditional Chinese translation updated by Tigergm Wu (#23171, #23373, #23374)Toshi MARUYAMA2016-07-191-1/+1
* Catalan translation fixed by Jordi Mas (#23250)Toshi MARUYAMA2016-07-191-18/+18
* Korean translation updated by Yonghwan SO (#23134)Toshi MARUYAMA2016-07-191-5/+4
* 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