summaryrefslogtreecommitdiffstats
path: root/lib/redmine/hook.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Extract classes to their own files to prevent loading issues (#20508).Jean-Philippe Lang2015-10-191-71/+0
* Include helper instead of patching (#20508).Jean-Philippe Lang2015-10-191-3/+0
* Reverts r14510 (#20508) and r14511 (#20507), tests broken.Jean-Philippe Lang2015-08-221-3/+3
* Required file lib/redmine/hook.rb is patching autoloaded ApplicationHelper (#...Jean-Philippe Lang2015-08-181-3/+3
* link_to in Redmine::Hook::ViewListener omits relative url root (#19024).Jean-Philippe Lang2015-02-071-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Ability to render multiple partials with view hook (#17763).Jean-Philippe Lang2014-10-181-8/+17
* fix typos of source comments at lib/redmine/hook.rbToshi MARUYAMA2014-04-071-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-091-3/+10
* remove commented out Rails2 including from lib/redmine/hook.rbToshi MARUYAMA2012-05-091-3/+0
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-4/+12
* Check that controller and request methods are available.Jean-Philippe Lang2011-12-181-1/+3
* fix typos in lib/redmine/hook.rb (#9291)Toshi MARUYAMA2011-09-211-4/+4
* remove trailing white-spaces from lib/redmine/hook.rbToshi MARUYAMA2011-09-201-18/+18
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Fixing Plugin and Mailer default_url_options.Eric Davis2009-02-251-2/+8
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Refactored the mess known as Hook default_url_options in favor of the simplerEric Davis2009-02-211-10/+1
* Renamed variables to be more descriptive. #2542Eric Davis2009-02-101-4/+4
* Added request and controller objects to the hooks by default.Eric Davis2009-02-101-8/+52
* Include GLoc in hook listener base class (#2112).Jean-Philippe Lang2008-11-101-0/+1
* Included Redmine::Hook::Helper to ActionController::Base so call_hookEric Davis2008-11-061-0/+1
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+109