summaryrefslogtreecommitdiffstats
path: root/app/controllers/calendars_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-131-2/+0
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from app/controllers/calendars_controller.rb.Toshi MARUYAMA2011-08-301-6/+6
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-5/+17
* Reverted r4381.Jean-Philippe Lang2010-11-071-1/+1
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-071-1/+1
* Add SortHelper so custom queries will run on the Calendar. #6612Eric Davis2010-10-101-0/+2
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-1/+4
* Add the Calendar as a project menu item.Eric Davis2010-08-161-0/+1
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-0/+38