My patches for Redmine
Go to file
Eric Davis 5b7a5c39a7 Added request and controller objects to the hooks by default.
The request and controller objects are now added to all hook contexts by
default.  This will also make url_for work better in hooks by setting up
the default_url_options :host, :port, and :protocol.

Finally a new helper method @render_or@ has been added to ViewListener.  This
will let a hook easily render a partial without a full method definition.

Thanks to Thomas Löber for the original patch.  #2542

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2429 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-02-10 03:12:40 +00:00
app Added two new plugin hooks: 2009-02-10 01:24:32 +00:00
config Adds a setting to limit the number of revisions displayed on a repository file log (default=100). 2009-02-01 19:54:50 +00:00
db/migrate Fixed: migration 98 breaks when using table name prefix. 2009-02-08 17:24:39 +00:00
doc Codified instructions from RUNNING_TESTS as rake tasks for convenience 2009-01-12 04:44:01 +00:00
extra Adds --status option to rdm-mailhandler. 2008-11-30 15:51:44 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lang Adds a setting to limit the number of revisions displayed on a repository file log (default=100). 2009-02-01 19:54:50 +00:00
lib Added request and controller objects to the hooks by default. 2009-02-10 03:12:40 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Typo in wiki link example (#2673). 2009-02-05 17:43:49 +00:00
script Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
test Added request and controller objects to the hooks by default. 2009-02-10 03:12:40 +00:00
vendor/plugins Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00