##// END OF EJS Templates
diff parser: redefined operations stats for changes...
diff parser: redefined operations stats for changes - don't loose info about multiple operations like rename + chmod - new Binary flag when dealing with binary file operations - fixed diffs after mercurial 2.6 when GIT binary diffs were fixed - added more tests for multiple operations - refactored the way diffprocessor returns data. It's now easier to extract type of operation on binary files - diffprocessor doesn't append that information into the diff itself

File last commit:

r3780:1de8abd9 beta
r3821:ce4b7023 beta
Show More
password_reset.html
10 lines | 336 B | text/html | HtmlLexer
Notification fixes...
r1717 ## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken...
r3401 <h4>${_('Hello %s') % user}</h4>
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780 <p>${_('We received a request to create a new password for your account.')}</p>
<p>${_('You can generate it by clicking following URL')}:</p>
moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken...
r3401 <pre>
Notification fixes...
r1717 ${reset_url}
moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken...
r3401 </pre>
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780 <p>${_("Please ignore this email if you did not request a new password .")}</p>