| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r16504 (#25478). | Jean-Philippe Lang | 2017-04-08 | 1 | -1/+15 |
* | Merged r15238. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Ability to filter issues blocked by any/no open issues (#16621). | Jean-Philippe Lang | 2015-11-07 | 1 | -0/+28 |
* | Test failure (#21074). | Jean-Philippe Lang | 2015-10-31 | 1 | -0/+1 |
* | Test failure (#21074). | Jean-Philippe Lang | 2015-10-30 | 1 | -1/+1 |
* | Add users to assignee/author filters if they are missing (#3398). | Jean-Philippe Lang | 2015-10-21 | 1 | -0/+22 |
* | Typo "coma" (#20551). | Jean-Philippe Lang | 2015-10-20 | 1 | -2/+2 |
* | Workaround for spent time grouped by project (#1561). | Jean-Philippe Lang | 2015-10-09 | 1 | -0/+14 |
* | Display totals for each group on grouped queries (#1561). | Jean-Philippe Lang | 2015-10-09 | 1 | -0/+41 |
* | Adds options to display totals on the issue list (#1561). | Jean-Philippe Lang | 2015-10-04 | 1 | -0/+76 |
* | Query doesn't work with non ASCII uppercase symbols (#20438). | Jean-Philippe Lang | 2015-08-02 | 1 | -12/+15 |
* | Adds test for when filtering on invalid issue ids (#6118). | Jean-Philippe Lang | 2015-06-13 | 1 | -0/+18 |
* | Adds issue filters on parent/subtasks (#6118). | Jean-Philippe Lang | 2015-06-13 | 1 | -0/+40 |
* | Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries. | Jean-Philippe Lang | 2015-02-08 | 1 | -8/+12 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Replaced "can't" with "cannot" in error messages. | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+1 |
* | Reset current user on each test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Misc tests. | Jean-Philippe Lang | 2014-12-07 | 1 | -8/+31 |
* | Remove contexts in QueryTest. | Jean-Philippe Lang | 2014-11-30 | 1 | -118/+114 |
* | use English in test (#18276) | Toshi MARUYAMA | 2014-11-04 | 1 | -0/+1 |
* | Let QueryColumn accept a Proc as caption (#18276). | Jean-Philippe Lang | 2014-11-04 | 1 | -0/+10 |
* | add missing fixture to test/unit/query_test.rb | Toshi MARUYAMA | 2014-11-03 | 1 | -1/+2 |
* | remove unneeded "references" of joins | Toshi MARUYAMA | 2014-10-24 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -5/+3 |
* | Adds buit-in groups to give specific permissions to anonymous and non members... | Jean-Philippe Lang | 2014-09-28 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Rails4: replace deprecated Relation#update_all at QueryTest | Toshi MARUYAMA | 2014-01-09 | 1 | -2/+1 |
* | Fixed assertion for postgresql and sqlite (#8842). | Jean-Philippe Lang | 2014-01-04 | 1 | -1/+1 |
* | Fixed test failure with ruby1.8 (#8842). | Jean-Philippe Lang | 2014-01-03 | 1 | -0/+14 |
* | remove trailing white-spaces from test/unit/query_test.rb | Toshi MARUYAMA | 2013-11-09 | 1 | -5/+5 |
* | Filters show issues with unused custom fields (#13537). | Jean-Philippe Lang | 2013-09-13 | 1 | -9/+37 |
* | Filtering issues on "related to" may ignore other filters (#14401). | Jean-Philippe Lang | 2013-07-28 | 1 | -0/+15 |
* | Role-based issue custom field visibility (#5037). | Jean-Philippe Lang | 2013-07-13 | 1 | -0/+22 |
* | Role based custom queries (#1019). | Jean-Philippe Lang | 2013-07-11 | 1 | -0/+66 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 1 | -1/+1 |
* | Fixed that filtering may return unwanted blank values (#14051). | Jean-Philippe Lang | 2013-05-16 | 1 | -0/+14 |
* | move filter order tests from helper to model. | Toshi MARUYAMA | 2013-05-16 | 1 | -0/+27 |
* | Refactor: makes issue id a regular QueryColumn. | Jean-Philippe Lang | 2013-02-23 | 1 | -4/+22 |
* | Refactor: use an ordered hash to store available filters and remove :order op... | Jean-Philippe Lang | 2013-02-14 | 1 | -0/+5 |
* | Removing shoulda context. | Jean-Philippe Lang | 2013-02-03 | 1 | -68/+37 |
* | Fixe that filter "Assignee's group" doesn't work with group assignments (#130... | Jean-Philippe Lang | 2013-01-29 | 1 | -3/+3 |
* | Let me see what was not found. | Jean-Philippe Lang | 2013-01-29 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Make sure we don't cast an empty string to numeric (#12713). | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+2 |
* | Use joins instead of sub-queries in group by/sort by when using custom fields... | Jean-Philippe Lang | 2013-01-03 | 1 | -9/+3 |
* | SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo... | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+2 |
* | Adds STI to Query model. Issue queries are now IssueQuery instances. | Jean-Philippe Lang | 2012-12-09 | 1 | -122/+121 |
* | Adds an option for displaying the issue description on the issue list (#3447). | Jean-Philippe Lang | 2012-12-06 | 1 | -1/+18 |
* | Changes how relative date filters work and adds specific filters for filterin... | Jean-Philippe Lang | 2012-10-30 | 1 | -0/+17 |
* | Remove Issue.generate_for_project! test helper and use Issue.generate! instead. | Jean-Philippe Lang | 2012-10-12 | 1 | -5/+5 |