summaryrefslogtreecommitdiffstats
path: root/app/controllers/timelog_controller.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-3/+11
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-1/+1
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-1/+11
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-021-0/+1
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-9/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Better handling of update failures when bulk editing time entries.Jean-Philippe Lang2017-04-041-18/+21
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-5/+1
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-1/+1
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
* Bulk edit for shows activities not available for the time entry's project (#2...Jean-Philippe Lang2016-11-181-2/+5
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+2
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+1
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-1/+1
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-201-1/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+0
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-6/+6
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-1/+0
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-8/+11
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-3/+6
* Code cleanup (#23054).Jean-Philippe Lang2016-06-151-17/+1
* Clearing time entry custom fields while bulk editing results in values set to...Jean-Philippe Lang2016-06-151-1/+10
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-091-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-141-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+5
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-041-40/+23
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entriesToshi MARUYAMA2014-01-101-1/+1
* Fixed that filtering time entries on activity does not take care of activity ...Jean-Philippe Lang2013-12-151-1/+1
* Spent time details and report should ignore 'Setting.display_subprojects_issu...Jean-Philippe Lang2013-07-281-2/+0
* Don't use finder options.Jean-Philippe Lang2013-07-281-12/+3
* Preload some associations.Jean-Philippe Lang2013-07-281-8/+5
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-281-9/+5
* Log errors when bulk edit/copy fails (#13440).Jean-Philippe Lang2013-03-121-0/+1
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-1/+1
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-1/+2
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Removed unused code.Jean-Philippe Lang2012-12-111-47/+0
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-6/+14
* Rescue Query::StatementInvalid in TimelogController.Jean-Philippe Lang2012-12-091-0/+2
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-091-2/+2
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-17/+20
* remove trailing white-space from app/controllers/timelog_controller.rbToshi MARUYAMA2012-11-131-1/+1