summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Let the API accept project identifier for creating issues (#23766).Jean-Philippe Lang2016-10-011-0/+10
* Error with MS SQL when displaying an issue from a list grouped and sorted by ...Jean-Philippe Lang2016-10-011-0/+12
* Test failures (#23781).Jean-Philippe Lang2016-10-011-7/+7
* Previous/Next navigation on a issue is not displayed on r15639 and later (#23...Jean-Philippe Lang2016-10-011-0/+29
* closed_on field of copied issue is always set to source issue's value (#23764).Jean-Philippe Lang2016-10-011-1/+11
* Encode values, not full URL (#23841).Jean-Philippe Lang2016-10-011-0/+16
* Be more conservative when fetching constants in Repository.factory (#23758).Jean-Philippe Lang2016-09-041-0/+14
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-0/+14
* Journalize values that are cleared after project or tracker change (#21623).Jean-Philippe Lang2016-09-032-3/+21
* When copying an issue, all statuses for new issue should be available (#14696).Jean-Philippe Lang2016-09-031-5/+6
* Use a single hash as argument.Jean-Philippe Lang2016-09-012-14/+14
* Fixed that progress of parent should be calculated with total estimated hours...Jean-Philippe Lang2016-09-011-0/+20
* Don't show "status" field when creating a new version (#23377).Jean-Philippe Lang2016-08-311-2/+8
* Adds a test for #23346.Jean-Philippe Lang2016-08-311-0/+15
* Fixed that new role does not have non member permissions as default (#23633).Jean-Philippe Lang2016-08-301-0/+12
* Return attachment id in api response to attachment upload (#23566).Jean-Philippe Lang2016-08-301-0/+3
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+30
* Adds name filter on group list.Jean-Philippe Lang2016-08-301-0/+9
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-302-1/+21
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-301-0/+44
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-301-1/+9
* Fixed that restricted custom permissions on for non member/anonymous does not...Jean-Philippe Lang2016-08-301-0/+22
* Creating a wiki page named "Sidebar" without proper permission raises an exce...Jean-Philippe Lang2016-08-301-0/+9
* Test failure (#23410).Jean-Philippe Lang2016-08-201-1/+1
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-1/+19
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-0/+86
* Don't call #slice on association proxy.Jean-Philippe Lang2016-07-211-1/+1
* Don't use render :text => "".Jean-Philippe Lang2016-07-214-0/+58
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-0/+9
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-2111-45/+33
* 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
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-198-160/+105
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-1828-596/+347
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-2/+2
* 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
* 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
* 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 #delete_all.Jean-Philippe Lang2016-07-166-12/+12
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-2/+2
* 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
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-1464-63/+66
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-143-5/+5