| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes calls to #assert_template and #assigns in functional tests. | Jean-Philippe Lang | 2016-07-18 | 1 | -322/+178 |
* | Don't pass conditions to #delete_all. | Jean-Philippe Lang | 2016-07-16 | 1 | -6/+6 |
* | Adds our own class for controller tests. | Jean-Philippe Lang | 2016-07-14 | 1 | -1/+1 |
* | Ability to delete multiple attachments while updating an issue (#13072). | Jean-Philippe Lang | 2016-07-13 | 1 | -0/+38 |
* | Makes spent time queries savable (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -7/+7 |
* | Don't generate back url with params. | Jean-Philippe Lang | 2016-07-10 | 1 | -0/+6 |
* | Wrong filters are applied when exporting issues to CSV with blank filter (#23... | Jean-Philippe Lang | 2016-07-09 | 1 | -0/+11 |
* | Adds a setting for choosing the new object menu item style (#15880). | Jean-Philippe Lang | 2016-06-11 | 1 | -5/+5 |
* | Adds permission to edit and delete issues by role/tracker (#285). | Jean-Philippe Lang | 2016-06-05 | 1 | -0/+50 |
* | Limit trackers for new issue to certain roles (#7839). | Jean-Philippe Lang | 2016-06-05 | 1 | -0/+42 |
* | Malformed SQL query with SQLServer when grouping and sorting by fixed version... | Jean-Philippe Lang | 2016-05-16 | 1 | -0/+16 |
* | Restores the "New issue" tab in the project menu and makes it optional (#6204). | Jean-Philippe Lang | 2016-05-09 | 1 | -4/+50 |
* | Do not propose trackers which disallow parent_issue_id for new child issues (... | Jean-Philippe Lang | 2016-04-24 | 1 | -0/+17 |
* | Adds a "New issue" link on the global issue list (#6204). | Jean-Philippe Lang | 2016-04-19 | 1 | -0/+6 |
* | Removed the "New issue" menu item (#6204). | Jean-Philippe Lang | 2016-04-19 | 1 | -3/+24 |
* | Fixed that subtasks lose their custom fields when copying an issue to a diffe... | Jean-Philippe Lang | 2016-04-11 | 1 | -0/+18 |
* | Bulk edit form lacks estimated time field (#5156). | Jean-Philippe Lang | 2016-04-03 | 1 | -0/+9 |
* | "I don't want to be notified of changes that I make myself" as Default for al... | Jean-Philippe Lang | 2016-04-03 | 1 | -1/+1 |
* | No need to use custom host name in these tests. | Jean-Philippe Lang | 2016-03-26 | 1 | -2/+2 |
* | Previous/next links may be lost after editing the issue (#14462). | Jean-Philippe Lang | 2016-03-19 | 1 | -0/+24 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Tests broken by r15223 (#22127). | Jean-Philippe Lang | 2016-03-12 | 1 | -9/+11 |
* | Fixed that grouping issue by key/value custom field does not work (#22178). | Jean-Philippe Lang | 2016-03-12 | 1 | -0/+26 |
* | Adds query params as hidden field tags to the CSV export form (#22108). | Jean-Philippe Lang | 2016-03-12 | 1 | -0/+20 |
* | Replace uses of image_tag() with CSS (#21256). | Jean-Philippe Lang | 2016-01-20 | 1 | -2/+2 |
* | Copying an issue does not copy parent task id (#12893). | Jean-Philippe Lang | 2016-01-10 | 1 | -0/+8 |
* | Get a better message when assertion fails. | Jean-Philippe Lang | 2015-11-28 | 1 | -2/+2 |
* | Render issue attributes using divs instead of a table for responsiveness (#19... | Jean-Philippe Lang | 2015-11-08 | 1 | -3/+3 |
* | Set default project version after selecting a different project on the new is... | Jean-Philippe Lang | 2015-11-01 | 1 | -0/+16 |
* | Default target version for new issues (#1828). | Jean-Philippe Lang | 2015-11-01 | 1 | -0/+13 |
* | Do not clear category on project change if category with same exists (#16941). | Jean-Philippe Lang | 2015-10-20 | 1 | -0/+16 |
* | Hide version and/or category on issue details when no versions and/or categor... | Jean-Philippe Lang | 2015-10-17 | 1 | -0/+16 |
* | Isolates csv options for a hash param (#1159). | Jean-Philippe Lang | 2015-10-15 | 1 | -5/+5 |
* | List custom fields with multiple values set as required by workflow can be bl... | Jean-Philippe Lang | 2015-10-14 | 1 | -0/+25 |
* | Display totals for each group on grouped queries (#1561). | Jean-Philippe Lang | 2015-10-09 | 1 | -1/+23 |
* | Adds options to display totals on the issue list (#1561). | Jean-Philippe Lang | 2015-10-04 | 1 | -0/+32 |
* | Confusing name: test public query called "private" (#20740). | Jean-Philippe Lang | 2015-09-20 | 1 | -1/+1 |
* | Test failure, now that projects without trackers are ignored (#20463). | Jean-Philippe Lang | 2015-09-20 | 1 | -2/+1 |
* | Internal error when moving an issue to a project without trackers (#20463). | Jean-Philippe Lang | 2015-09-20 | 1 | -0/+11 |
* | Adds a Total estimated hours column on issue list (#20688). | Jean-Philippe Lang | 2015-09-12 | 1 | -0/+12 |
* | Makes new issue initial status settable in workflow (#5816). | Jean-Philippe Lang | 2015-07-26 | 1 | -3/+34 |
* | Asserts that spent time is preloaded. | Jean-Philippe Lang | 2015-07-05 | 1 | -0/+2 |
* | Adds "Total spent hours" column available on the issue list (#11253). | Jean-Philippe Lang | 2015-07-05 | 1 | -0/+12 |
* | Adds a test for #19162. | Jean-Philippe Lang | 2015-06-17 | 1 | -0/+12 |
* | Fixed that copying issues always copy subtasks and attachments even if option... | Jean-Philippe Lang | 2015-05-23 | 1 | -2/+2 |
* | prevent IssuesControllerTest#test_index_csv_big_5 fails randomly | Toshi MARUYAMA | 2015-05-01 | 1 | -3/+3 |
* | SQL error with SQLServer when grouping+sorting issues (#19544). | Jean-Philippe Lang | 2015-04-12 | 1 | -0/+8 |
* | When create by copying the issue, status can not be changed to default (#19553). | Jean-Philippe Lang | 2015-04-11 | 1 | -0/+14 |
* | Fixed test failures (#19163). | Jean-Philippe Lang | 2015-03-21 | 1 | -4/+4 |
* | Fixed that the bulk edit form shows additional custom fields (#19163). | Jean-Philippe Lang | 2015-03-21 | 1 | -0/+11 |