summaryrefslogtreecommitdiffstats
path: root/app/controllers/timelog_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes hard-coded table names in queries.Jean-Philippe Lang2008-07-221-2/+2
* Adds boolean and list custom fields for time entries as criteria on timelog r...Jean-Philippe Lang2008-07-221-0/+7
* Addq "please select" to activity select box if no activity is set as default ...Jean-Philippe Lang2008-06-291-1/+0
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-1/+1
* Fixed: timelog redirects inappropriately when :back_url is blank (#1524).Jean-Philippe Lang2008-06-261-1/+1
* Adds atom feed on time entries details (#1479).Jean-Philippe Lang2008-06-171-0/+8
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-161-1/+1
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-091-0/+9
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-071-1/+4
* Various timelog report enhancements:Jean-Philippe Lang2008-04-051-15/+12
* Time report can be done at issue level (closes #970) + timelog views xhtml va...Jean-Philippe Lang2008-04-011-2/+5
* Add predefined date ranges to the time report in the same way as the details ...Jean-Philippe Lang2008-04-011-67/+68
* If 'Display subprojects issues on main projects' is set to false:Jean-Philippe Lang2008-03-271-2/+2
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-0/+2
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-2/+14
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-36/+48