summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-0/+38
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-14/+11
* Adds a link to spent time on version details (#13558).Jean-Philippe Lang2016-07-131-1/+13
* Adds a version filter on time entries (#13558).Jean-Philippe Lang2016-07-131-0/+21
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-124-43/+1
* Display the list of saved queries in the sidebar (#14790).Jean-Philippe Lang2016-07-121-0/+1
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-123-7/+44
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Don't generate back url with params.Jean-Philippe Lang2016-07-101-0/+6
* Don't generate sort links with params.Jean-Philippe Lang2016-07-101-0/+26
* Don't generate pagination links with params.Jean-Philippe Lang2016-07-101-4/+4
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-7/+8
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-101-0/+33
* Adds a test for #23242.Jean-Philippe Lang2016-07-091-0/+5
* When creating issues by receiving an email, watchers created via CC in the ma...Jean-Philippe Lang2016-07-092-2/+12
* Wrong filters are applied when exporting issues to CSV with blank filter (#23...Jean-Philippe Lang2016-07-091-0/+11
* Fixed that empty Markdown image tag raises en error (#23246).Jean-Philippe Lang2016-07-061-0/+4
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-021-2/+2
* Only make sure it's a date.Jean-Philippe Lang2016-07-021-1/+1
* Adds an assertion for this (#23180).Jean-Philippe Lang2016-06-291-0/+4
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-0/+13
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+11
* Test broken by r15536 (#23083).Jean-Philippe Lang2016-06-181-0/+1
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-181-1/+13
* Custom field List Link values to URL breaks on entries with spaces (#23067).Jean-Philippe Lang2016-06-181-0/+8
* Allow global versions to be shown outside of a project for version custom fie...Jean-Philippe Lang2016-06-181-0/+9
* Removes the UTF8 checkmark that prevents redirect from back_url.Jean-Philippe Lang2016-06-151-0/+5
* Adds a test for #23054.Jean-Philippe Lang2016-06-151-0/+9
* Include required module (#22951).Jean-Philippe Lang2016-06-111-0/+2
* Set default language in import tests (#22951).Jean-Philippe Lang2016-06-111-0/+4
* Totals cannot be removed completely if some columns are set in the global set...Jean-Philippe Lang2016-06-111-0/+20
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-5/+5
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-0/+35
* Adds assertions for import result.Jean-Philippe Lang2016-06-081-0/+3
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-072-4/+13