286 Commits (e647e99b741ce0360ee479925009076f48d0d8a5)

Author SHA1 Message Date
  Jean-Philippe Lang e647e99b74 Allow issues grouping by creation, update and closing date (#13803). 5 years ago
  Go MAEDA 21034c5628 Filter issues after project status (#20081). 5 years ago
  Go MAEDA 28c231473f Custom queries are broken by updating with nil parameter values (#29701). 5 years ago
  Go MAEDA 824f98e353 Remove unused variable 'filter_options' from Query#add_filter (#29710). 5 years ago
  Go MAEDA b7f15fbadc Replace String#gsub with faster String#tr (#29363). 5 years ago
  Go MAEDA eee1c36b4b Replace Enumerable#sort with faster Enumerable#sort_by (#29299). 5 years ago
  Go MAEDA ed14823d13 Replace Hash#keys.each with faster Hash#each_key (#29305). 5 years ago
  Go MAEDA 5a2f924b76 Extend watched_by_me-issue filter to include all project-members instead of only <<me>>-substitution (#8160). 5 years ago
  Go MAEDA 06d3e897c4 Allow to filter by all versions on the global issue list (#26091). 5 years ago
  Jean-Philippe Lang d8a2024715 Dangerous query method deprecation warnings (#23630). 5 years ago
  Go MAEDA b4d3715dc0 Include locked members in filters (#15201). 6 years ago
  Go MAEDA 8ce031ef49 Change default operator for text format custom fields from "is" to "contains" (#28660). 6 years ago
  Jean-Philippe Lang af2730de5e Global and public custom queries are shown as editable to non administrators in projects (#28264). 6 years ago
  Go MAEDA e5a8bcfd72 Ignore archived project memberships when calculating issue query visibility (#28180). 6 years ago
  Jean-Philippe Lang edbc9611de Fixed that sort_criteria is required (#26513). 6 years ago
  Jean-Philippe Lang 3320e651d3 Remove ActiveRecord workaround (#26323). 6 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 6 years ago
  Jean-Philippe Lang 2a721fff4c Set default configuration for the timelog list (#26356). 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 6 years ago
  Jean-Philippe Lang d9418864b6 Show the same trackers and statuses on time entry queries (#5385). 7 years ago
  Jean-Philippe Lang ba37a2c476 Show statuses of project trackers only (#5385). 7 years ago
  Jean-Philippe Lang 6c4b73b448 Query through multiple projects by issue custom field not possible anymore (#25501). 7 years ago
  Jean-Philippe Lang c23f126f1f Fix link to issues when displaying a project query (#1565). 7 years ago
  Jean-Philippe Lang 8c7898bb5d Let user choose columns and sort order of issue lists on "My page" (#1565). 7 years ago
  Jean-Philippe Lang 71d88e5535 Get rid of sort_helper when using queries. 7 years ago
  Jean-Philippe Lang b714c71402 Get the count by group from the query directly. 7 years ago
  Jean-Philippe Lang 58ee62e239 Issue description filter's 'none' operator does not match issues with blank descriptions (#25077). 7 years ago
  Jean-Philippe Lang 151a215ea4 Adds updated_by and last_updated_by filters on issues (#17720). 7 years ago
  Jean-Philippe Lang d10ab869a7 Handle csv columns selection in query to preload appropriate associations (#24865). 7 years ago
  Jean-Philippe Lang 4a5ebfb778 Fixed that Query#has_column? returns false with default columns. 7 years ago
  Jean-Philippe Lang 82afdc7f78 Moves sort joins for issues to IssueQuery. 7 years ago
  Jean-Philippe Lang 14a98af864 Cast as decimal(30,0) instead of integer (#21249). 7 years ago
  Jean-Philippe Lang e808c62253 Filtering out specific subprojects (using 'is not' operator) (#15773). 7 years ago
  Jean-Philippe Lang f1678e4f77 Filters on chained custom fields and custom field attributes (#21249). 7 years ago
  Jean-Philippe Lang 309c6cec86 Don't preload custom field filter values (#24787). 7 years ago
  Jean-Philippe Lang fd3c08aaa1 Don't preload all query filters (#24787). 7 years ago
  Jean-Philippe Lang c2d97fb4aa Set @available_filters as an empty hash if nil. 7 years ago
  Jean-Philippe Lang 1810283a66 Error with MS SQL when displaying an issue from a list grouped and sorted by fixed version (#23839). 7 years ago
  Jean-Philippe Lang 3539cfcf0f Adds issue tracker and status columns and filters on spent time list (#23401). 7 years ago
  Jean-Philippe Lang 793cb16764 Make time entries groupable (#16843). 7 years ago
  Jean-Philippe Lang 539166597f Adds a version filter on time entries (#13558). 7 years ago
  Jean-Philippe Lang 03dbf8abb8 Remove special behaviour for listing issue time entries, use a filter for that. 7 years ago
  Jean-Philippe Lang 275bd514cd Adds scopes for retrieving the appropriate queries (#14790). 7 years ago
  Jean-Philippe Lang 7c6757c81a Pull up query visibility methods. 7 years ago
  Jean-Philippe Lang 9fb339c4e2 Makes QueriesController able to handle other Query subclasses. 7 years ago
  Jean-Philippe Lang 6cd84af522 Limits the tracker list in filters and issue counts (#285). 8 years ago
  Jean-Philippe Lang 3ff3ff4f54 Code cleanup. 8 years ago
  Jean-Philippe Lang ada650ce7f Always return an array. 8 years ago
  Jean-Philippe Lang 14beafcc24 Malformed SQL query with SQLServer when grouping and sorting by fixed version (#22808). 8 years ago
  Jean-Philippe Lang eafd585dbe Fixes Query#date_clause timezone handling (#22320). 8 years ago