summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2013-05-08 07:59:14 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2013-05-08 07:59:14 +0000
commit1e7c26d9a5edc0014d189f98ef8662ae6e9b4413 (patch)
treee42a7e02e0d1e2009f1b419c777f9c3f7dea95d9 /app
parentfe0293a110037655e8124638bd5208a83a78374e (diff)
downloadredmine-1e7c26d9a5edc0014d189f98ef8662ae6e9b4413.tar.gz
redmine-1e7c26d9a5edc0014d189f98ef8662ae6e9b4413.zip
Document project links in ApplicationHelper#parse_redmine_links (#6689).
Contributed by Mischa The Evil git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11803 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/helpers/application_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 215579180..751550118 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -660,6 +660,9 @@ module ApplicationHelper
# export:some/file -> Force the download of the file
# Forum messages:
# message#1218 -> Link to message with id 1218
+ # Projects:
+ # project:someproject -> Link to project named "someproject"
+ # project#3 -> Link to project with id 3
#
# Links can refer other objects from other projects, using project identifier:
# identifier:r52