summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+5
* Filter time entries after project status (#20081).Go MAEDA2018-10-291-0/+10
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-3/+2
* Adds issue category column to spent time queries (#28391).Go MAEDA2018-04-011-0/+4
* Adds issue category filter to spent time queries (#28391).Go MAEDA2018-04-011-0/+8
* Fix filter after multiple version ids (#26667).Jean-Philippe Lang2017-10-151-1/+1
* Fix filter values for fixed version id (#26667).Jean-Philippe Lang2017-10-151-1/+1
* Filtering time entries after issue's target version doesn't work as expected ...Jean-Philippe Lang2017-10-151-2/+1
* Translation for label_week in time report is not working (#26780).Jean-Philippe Lang2017-10-151-1/+1
* Fill the issue id when logging time from the time log list of an issue (#26520).Jean-Philippe Lang2017-07-301-0/+7
* Adds created_on as available column on timelog list (#26396).Jean-Philippe Lang2017-07-161-0/+1
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
* Error displaying time entries filtered by Activity (#26387).Jean-Philippe Lang2017-07-091-3/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Show the same trackers and statuses on time entry queries (#5385).Jean-Philippe Lang2017-05-271-2/+2
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2017-04-251-1/+1
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-041-1/+1
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-031-8/+0
* Make project custom fields available as columns on time logs (#24157).Jean-Philippe Lang2017-03-181-0/+2
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-1/+5
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-41/+14
* Don't show project column by default when inside a project.Jean-Philippe Lang2016-12-031-1/+5
* Consider custom fields that correspond to the project only (#24014).Jean-Philippe Lang2016-10-081-2/+12
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-3/+39
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-2/+15
* Adds a version filter on time entries (#13558).Jean-Philippe Lang2016-07-131-0/+24
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-0/+21
* Pull up query visibility methods.Jean-Philippe Lang2016-07-111-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds week column to time entries list (#20221).Jean-Philippe Lang2015-10-211-0/+1
* Include inactive activities in time entries filter (#20117).Jean-Philippe Lang2015-09-301-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-3/+3
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from TimeEntryQuery modelToshi MARUYAMA2014-01-271-2/+4
* Fixed that filtering time entries on activity does not take care of activity ...Jean-Philippe Lang2013-12-151-1/+14
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-281-0/+9
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-2/+2
* Query#add_custom_fields_filters now takes a custom fields scope.Jean-Philippe Lang2013-06-011-1/+1
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-24/+16
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-121-0/+1
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Makes time entry custom fields available for display on the time entries list...Jean-Philippe Lang2012-12-091-1/+8
* Adds filters for custom fields related to the project and user of time entrie...Jean-Philippe Lang2012-12-091-0/+1
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-091-1/+50
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-0/+65