Indefero

Indefero Commit Details


Date:2011-03-08 07:42:24 (13 years 9 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:9b7691c1aeb586886ee19e85d15d2a1130343e19
Parents: c3cd49438660e4bb8b7d6ea6d3a5d3fdbe4a8d61
Message:Fix some spelling mistakes (closes issue 441)

Changes:

File differences

src/IDF/templates/idf/faq.html
55
66
77
8
8
99
1010
1111
......
4848
4949
5050
51
51
5252
5353
5454
<li><a href="#q-keyboard">{trans 'What are the keyboard shortcuts?'}</a></li>
<li><a href="#q-duplicate">{trans 'How to mark an issue as duplicate?'}</a></li>
<li><a href="#q-mugshot">{trans 'How can I display my head next to my comments?'}</a></li>
<li><a href="#q-api">{trans 'What is the API and how to use it?'}</a></li>
<li><a href="#q-api">{trans 'What is the API and how is it used?'}</a></li>
</ul>
<h2 id="q-keyboard">{trans 'What are the keyboard shortcuts?'}</h2>
<p>{blocktrans}You need to create an account on <a href="http://en.gravatar.com/">Gravatar</a>, this takes about 5 minutes and is free.{/blocktrans}</p>
<h2 id="q-api">{trans 'What is the API and how to use it?'}</h2>
<h2 id="q-api">{trans 'What is the API and how is it used?'}</h2>
<p>{blocktrans}The API (Application Programming Interface) is used to interact with InDefero with another program. For example, this can be used to create a desktop program to submit new tickets easily.{/blocktrans}</p>{aurl 'url', 'IDF_Views::faqApi'}
<p>{blocktrans}<a href="{$url}">Learn more about the API</a>.{/blocktrans}</p>
src/IDF/templates/idf/register/confirmation.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, please check the form for errors.'}</p>
<p>{trans 'Oops, please check the form for errors.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
src/IDF/templates/idf/register/index.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, please check the provided login and email address to register.'}</p>
<p>{trans 'Oops, please check the provided login and email address to register.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
src/IDF/templates/idf/register/inputkey.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, we found an error in the form.'}</p>
<p>{trans 'Oops, we found an error in the form.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
src/IDF/templates/idf/review/create.html
5757
5858
5959
60
60
6161
6262
6363
<ul>
<li>A commit or revision of the current code in the repository from which you started your work.</li>
<li>A patch describing your changes with respect to the reference commit.</li>
<li><strong>Ensure your patch does not contain any passwords or confidential information!</strong></li>
<li><strong>Check your patch does not provide any password or confidential information!</strong></li>
</ul>{/blocktrans}
</div>
{/block}
src/IDF/templates/idf/source/git/help.html
1111
1212
1313
14
14
1515
1616
1717
<p><kbd>git clone {$project.getSourceAccessUrl($user)}</kbd></p>
{aurl 'url', 'IDF_Views_User::myAccount'}
<p>{blocktrans}You may need to <a href="{$url}">provide your SSH key</a>. The synchronization of your SSH key can take a couple of minutes. You can learn more about <a href="http://www.google.com/search?q=public+ssh+key+authentication">SSH key authentification</a>.{/blocktrans}</p>
<p>{blocktrans}You may need to <a href="{$url}">provide your SSH key</a>. The synchronization of your SSH key can take a couple of minutes. You can learn more about <a href="http://www.google.com/search?q=public+ssh+key+authentication">SSH key authentication</a>.{/blocktrans}</p>
{if $isOwner or $isMember}
<h3>{trans 'First Commit'}</h3>
src/IDF/templates/idf/user/changeemail.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, we found an error in the form.'}</p>
<p>{trans 'Oops, we found an error in the form.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
src/IDF/templates/idf/user/myaccount.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, please check the form for errors.'}</p>
<p>{trans 'Oops, please check the form for errors.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
src/IDF/templates/idf/user/passrecovery-ask.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, please check the provided login or email address to recover your password.'}</p>
<p>{trans 'Oops, please check the provided login or email address to recover your password.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
src/IDF/templates/idf/user/passrecovery-inputkey.html
22
33
44
5
5
66
77
88
......
3030
3131
3232
33
33
3434
3535
3636
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, we found an error in the form.'}</p>
<p>{trans 'Oops, we found an error in the form.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}
<div class="issue-submit-info">
<h2>{trans 'Instructions'}</h2>
<p>{trans 'Use your email software to read your emails and open your verification email. Either click directly on the verification link or copy/paste the verification key in the box and submit the form.'}</p>
<p>{trans 'Just after providing the confirmation key, you will be able to reset your password and use again this website fully.'}</p>
<p>{trans 'Just after providing the confirmation key, you will be able to reset your password and use this website fully.'}</p>
</div>
{/block}
{block javascript}<script type="text/javascript">
src/IDF/templates/idf/user/passrecovery.html
22
33
44
5
5
66
77
88
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, please check the form for errors.'}</p>
<p>{trans 'Oops, please check the form for errors.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}

Archive Download the corresponding diff file

Page rendered in 0.10257s using 14 queries.