| Commit message (Expand) | Author | Age | Files | Lines |
* | Total estimated time column shows up as decimal value regardless of time sett... | Go MAEDA | 2020-04-15 | 1 | -2/+2 |
* | Time entries csv export should check issue visibility (#33075). | Jean-Philippe Lang | 2020-04-05 | 1 | -1/+1 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 1 | -1/+1 |
* | cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rb | Toshi MARUYAMA | 2019-11-23 | 1 | -1/+1 |
* | code layout clean up app/helpers/queries_helper.rb | Toshi MARUYAMA | 2019-11-08 | 1 | -10/+23 |
* | cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rb | Toshi MARUYAMA | 2019-11-08 | 1 | -1/+1 |
* | cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_header | Toshi MARUYAMA | 2019-11-05 | 1 | -1/+2 |
* | cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_value | Toshi MARUYAMA | 2019-11-05 | 1 | -1/+2 |
* | cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_links | Toshi MARUYAMA | 2019-11-05 | 1 | -1/+2 |
* | Fix display type in query form view (#29482). | Go MAEDA | 2019-10-22 | 1 | -1/+1 |
* | Use radio buttons to choose display type (#29482). | Jean-Philippe Lang | 2019-10-19 | 1 | -3/+4 |
* | Option to switch between table list and board list (#29482). | Jean-Philippe Lang | 2019-10-19 | 1 | -0/+8 |
* | code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he... | Toshi MARUYAMA | 2019-10-19 | 1 | -4/+2 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rb | Toshi MARUYAMA | 2019-10-17 | 1 | -5/+6 |
* | Add clear query icon next to selected query in sidebar (#31640). | Go MAEDA | 2019-09-14 | 1 | -2/+10 |
* | Use "icon icon-*" classes for sort elements (#31433). | Go MAEDA | 2019-05-30 | 1 | -2/+2 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Group time tracking filters in the filter select list (#26826). | Go MAEDA | 2019-04-30 | 1 | -0/+2 |
* | Use Regexp#match? to reduce allocations of MatchData object (#28940). | Go MAEDA | 2019-03-27 | 1 | -1/+1 |
* | Support frozen_string_literal in issue, journal, and query (#26561). | Go MAEDA | 2019-03-17 | 1 | -5/+5 |
* | Remove unnecessary encoding magic comment (#31034). | Go MAEDA | 2019-03-16 | 1 | -2/+0 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Allow issues grouping by creation, update and closing date (#13803). | Jean-Philippe Lang | 2018-12-12 | 1 | -1/+1 |
* | Allow switching the encoding to UTF-8 when exporting to CSV (#26279). | Go MAEDA | 2018-05-07 | 1 | -2/+2 |
* | Add CSS classes to column headers of issues and timelogs list (#26674). | Go MAEDA | 2018-01-15 | 1 | -1/+1 |
* | Ensure that values of multi-value fields are HTML-escaped in issue list (#271... | Jean-Philippe Lang | 2017-10-15 | 1 | -1/+2 |
* | fix NameError (uninitialized constant) when "config.eager_load = true" (#26513) | Toshi MARUYAMA | 2017-07-25 | 1 | -0/+2 |
* | Set default configuration for the timelog list (#26356). | Jean-Philippe Lang | 2017-07-12 | 1 | -5/+6 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Makes Attachments column available on the issue list (#25515). | Jean-Philippe Lang | 2017-04-04 | 1 | -12/+19 |
* | Let user choose columns and sort order of issue lists on "My page" (#1565). | Jean-Philippe Lang | 2017-03-14 | 1 | -4/+14 |
* | Get rid of sort_helper when using queries. | Jean-Philippe Lang | 2017-03-13 | 1 | -8/+40 |
* | Get the count by group from the query directly. | Jean-Philippe Lang | 2017-03-09 | 1 | -2/+3 |
* | Show Last Comment in Issue list (#1474). | Jean-Philippe Lang | 2017-03-05 | 1 | -0/+2 |
* | Handle csv columns selection in query to preload appropriate associations (#2... | Jean-Philippe Lang | 2017-01-18 | 1 | -11/+3 |
* | Make Spent time clickable in issue lists (#24649). | Jean-Philippe Lang | 2017-01-15 | 1 | -1/+5 |
* | Filters on chained custom fields and custom field attributes (#21249). | Jean-Philippe Lang | 2017-01-14 | 1 | -1/+3 |
* | Filter group should be a Symbol. | Jean-Philippe Lang | 2017-01-14 | 1 | -1/+1 |
* | Rename "issue" to "item" in query helpers (#24643). | Jean-Philippe Lang | 2016-12-20 | 1 | -16/+16 |
* | Introduce a setting to change the display format of timespans to h:mm (#23996). | Jean-Philippe Lang | 2016-11-18 | 1 | -1/+8 |
* | Previous/Next navigation on a issue is not displayed on r15639 and later (#23... | Jean-Philippe Lang | 2016-10-01 | 1 | -7/+10 |
* | Make time entries groupable (#16843). | Jean-Philippe Lang | 2016-07-13 | 1 | -0/+31 |
* | Remove special behaviour for listing issue time entries, use a filter for that. | Jean-Philippe Lang | 2016-07-12 | 1 | -1/+3 |
* | Display the list of saved queries in the sidebar (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -5/+10 |
* | Adds scopes for retrieving the appropriate queries (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -8/+1 |
* | Moves sidebar queries rendering to QueriesHelper (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -0/+34 |
* | Makes spent time queries savable (#14790). | Jean-Philippe Lang | 2016-07-12 | 1 | -10/+11 |
* | Wrong filters are applied when exporting issues to CSV with blank filter (#23... | Jean-Philippe Lang | 2016-07-09 | 1 | -0/+2 |
* | Totals cannot be removed completely if some columns are set in the global set... | Jean-Philippe Lang | 2016-06-11 | 1 | -0/+1 |
* | Change "Related issues" label for generic grouped query filters (#22147). | Jean-Philippe Lang | 2016-04-24 | 1 | -1/+1 |