summaryrefslogtreecommitdiffstats
path: root/app/controllers/timelog_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-4/+4
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-3/+3
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-061-1/+1
* Fixed: first day of date range is not included in time report with SQLite (#3...Jean-Philippe Lang2009-11-041-1/+1
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-041-2/+2
* Added all list and boolean custom data fields to the Time Report. #4077Eric Davis2009-10-211-1/+8
* Makes timelog report work at issue level (#2935).Jean-Philippe Lang2009-09-201-2/+10
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Added plugin hook, :controller_timelog_edit_before_save. (#3341)Eric Davis2009-05-301-0/+3
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-1/+6
* Unescape back_url param before calling redirect_to.Jean-Philippe Lang2008-09-211-1/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-311-11/+29
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0