##// END OF EJS Templates
Normalize the identity_url when it's set....
Normalize the identity_url when it's set. OpenId uses a specific format for the url it uses which requires the protocol and trailing slash. This change will normalize the value to when a user sets it. #699 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2453 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1147:e5daf25618e0
r2392:60dc3572713d
Show More
journals.yml
15 lines | 361 B | text/x-yaml | YamlLexer
Jean-Philippe Lang
added unit tests for mailer...
r212 ---
journals_001:
Jean-Philippe Lang
Added issues status changes on the activity view (initial patch by Cyril Mougel)....
r879 created_on: <%= 2.days.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
added unit tests for mailer...
r212 notes: "Journal notes"
id: 1
journalized_type: Issue
user_id: 1
journalized_id: 1
Jean-Philippe Lang
Administrators can edit issue notes....
r1091 journals_002:
created_on: <%= 1.days.ago.to_date.to_s(:db) %>
Jean-Philippe Lang
Fixes:...
r1147 notes: "Some notes with Redmine links: #2, r2."
Jean-Philippe Lang
Administrators can edit issue notes....
r1091 id: 2
journalized_type: Issue
user_id: 2
journalized_id: 1