Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
69cfe74d
Commit
69cfe74d
authored
14 years ago
by
Eric Davis
Browse files
Options
Downloads
Patches
Plain Diff
[
#101
] Change the help link to point to the version's wiki page
parent
e04513ed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/redmine/info.rb
+3
-1
3 additions, 1 deletion
lib/redmine/info.rb
lib/redmine/version.rb
+3
-0
3 additions, 0 deletions
lib/redmine/version.rb
with
6 additions
and
1 deletion
lib/redmine/info.rb
+
3
−
1
View file @
69cfe74d
...
...
@@ -3,7 +3,9 @@ module Redmine
class
<<
self
def
app_name
;
'ChiliProject'
end
def
url
;
'https://www.chiliproject.org/'
end
def
help_url
;
'https://www.chiliproject.org/guide'
end
def
help_url
"https://www.chiliproject.org/help/v
#{
Redmine
::
VERSION
.
to_semver
}
"
end
def
versioned_name
;
"
#{
app_name
}
#{
Redmine
::
VERSION
}
"
end
# Creates the url string to a specific Redmine issue
...
...
This diff is collapsed.
Click to expand it.
lib/redmine/version.rb
+
3
−
0
View file @
69cfe74d
...
...
@@ -42,5 +42,8 @@ module Redmine
def
self
.
to_a
;
ARRAY
end
def
self
.
to_s
;
STRING
end
def
self
.
to_semver
[
MAJOR
,
MINOR
,
PATCH
].
join
(
'.'
)
end
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment