summaryrefslogtreecommitdiffstats
path: root/app/controllers/timelog_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "last 2 weeks" preset to time entries reporting (#11862).Jean-Philippe Lang2012-10-091-0/+3
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-2/+2
* Fixed that time entries should be sorted by date and created_on (#11178).Jean-Philippe Lang2012-06-161-1/+1
* Fixed that project, issue and activity should be preserved when logging time ...Jean-Philippe Lang2012-05-291-8/+16
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Prevent mass-assignment when adding/updating a time entry (#10390).Jean-Philippe Lang2012-03-061-5/+5
* Cleanup in TimelogController#destroy.Jean-Philippe Lang2012-03-041-15/+15
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Fixed that project is ignored when entering an issue id on /time_entries/new ...Jean-Philippe Lang2012-01-221-4/+6
* Keep back_url param for when continuing creating issues.Jean-Philippe Lang2012-01-211-2/+2
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-211-6/+13
* Adds a 'Create and continue' button on the spent time form (#9995).Jean-Philippe Lang2012-01-211-2/+6
* Separated new/edit views for the timelog controller.Jean-Philippe Lang2012-01-101-1/+0
* Do not call _before_save hook without saving.Jean-Philippe Lang2012-01-091-2/+0
* Do not call _before_save hook without saving.Jean-Philippe Lang2012-01-091-2/+0
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-2/+0
* Adds named scopes for time entries index.Jean-Philippe Lang2011-12-041-30/+29
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-021-2/+12
* remove trailing white-spaces from app/controllers/timelog_controller.rb.Toshi MARUYAMA2011-08-211-23/+23
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-2/+3
* Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).Jean-Philippe Lang2011-05-221-3/+3
* Fixed: DoubleRenderError introduced by #7996.Jean-Philippe Lang2011-04-051-0/+2
* add function of bulk delete time entries (#7996).Toshi MARUYAMA2011-04-041-20/+24
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-041-0/+49
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-161-47/+43
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-2/+2
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-4/+2
* Fixes test failure in r4461.Jean-Philippe Lang2010-12-041-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-17/+65
* Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).Jean-Philippe Lang2010-11-161-9/+15
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-2/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-5/+13
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+16
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-1/+9
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-5/+5
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-135/+1
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-2/+2
* Refactor: move method to Model.Eric Davis2010-09-141-2/+2
* Refactor TimelogController#report's joins and provide a hook to add more.Eric Davis2010-08-091-2/+9
* Added hook :controller_timelog_available_criteriasEric Davis2010-07-011-0/+1
* Refactor: extract @available_criterias to utility method.Eric Davis2010-07-011-45/+50
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-2/+5