summaryrefslogtreecommitdiffstats
path: root/app/controllers/calendars_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of CalendarsControllerToshi MARUYAMA2020-09-211-10/+16
* shorten long line of CalendarsControllerToshi MARUYAMA2020-09-121-5/+10
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Custom query breaks calendar view with error 500 (#27153).Jean-Philippe Lang2018-01-071-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* 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