summaryrefslogtreecommitdiffstats
path: root/app/helpers/calendars_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+3
* Move calendar day classes to a helper (#27096).Go MAEDA2019-01-141-0/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Removed #link_to_content_update.Jean-Philippe Lang2016-06-301-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-241-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
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+19
* remove trailing white-spaces from app/helpers/calendars_helper.rb.Toshi MARUYAMA2011-08-311-1/+1
* fix calendar links for previous/next month (#8989).Toshi MARUYAMA2011-08-051-2/+4
* HTML escape at app/helpers/calendars_helper.rb.Toshi MARUYAMA2011-08-021-1/+1
* Makes all pagination-like links use #link_to_content_update (#5138).Jean-Philippe Lang2011-04-031-7/+1
* No PUT request to get previous/next month.Jean-Philippe Lang2011-04-011-1/+1
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-3/+1
* Refactor: extract common code to link_to_month.Eric Davis2010-08-261-8/+9
* Add the project_id to the Calendar link to month.Eric Davis2010-08-261-5/+7
* Refactor: extract target link generation.Eric Davis2010-08-261-6/+10
* Refactor: extract ternary operators to temps.Eric Davis2010-08-261-6/+30
* Refactor: extract link to previous and next month into helpers.Eric Davis2010-08-261-0/+14