Indefero

Indefero Commit Details


Date:2008-08-05 05:07:04 (16 years 4 months ago)
Author:Loic d'Anterroches
Branch:dev, 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, master, release-1.1, release-1.2, release-1.3, svn
Commit:b4cac893a574d279e65ae344d9642e528f0d0274
Parents: 9dedea0f9d7338654651b0eefcab5a753f0aab1d
Message:Added better keyboard shortcuts.

The list is available in the FAQ.
Changes:

File differences

src/IDF/templates/faq.html
1111
1212
1313
14
15
16
1417
15
18
1619
1720
1821
<p>If you are in a project, you have the following shortcuts:</p>
<ul>
<li><kbd>Shift+h</kbd>: Project home.</li>
<li><kbd>Shift+d</kbd>: Downloads.</li>
<li><kbd>Shift+s</kbd>: Source.</li>
<li><kbd>Shift+a</kbd>: Create a new issue.</li>
<li><kbd>Shift+r</kbd>: List of recently submitted issues.</li>
<li><kbd>Shift+i</kbd>: List of recently submitted issues.</li>
<li><kbd>Shift+m</kbd>: The issues you submitted.</li>
<li><kbd>Shift+w</kbd>: The issues assigned to you.</li>
</ul>
src/IDF/templates/js-hotkeys.html
22
33
44
5
56
6
7
8
9
710
811
912
{if $project}
<script type="text/javascript" charset="utf-8">
// <!--
{hotkey 'Shift+h', 'IDF_Views_Project::home', array($project.shortname)}
{hotkey 'Shift+a', 'IDF_Views_Issue::create', array($project.shortname)}
{hotkey 'Shift+r', 'IDF_Views_Issue::index', array($project.shortname)}
{hotkey 'Shift+i', 'IDF_Views_Issue::index', array($project.shortname)}
{hotkey 'Shift+d', 'IDF_Views_Download::index', array($project.shortname)}
{hotkey 'Shift+s', 'IDF_Views_Source::treeBase', array($project.shortname, 'master')}
{if !$user.isAnonymous()}
{hotkey 'Shift+m', 'IDF_Views_Issue::myIssues', array($project.shortname, 'submit')}
{hotkey 'Shift+w', 'IDF_Views_Issue::myIssues', array($project.shortname, 'owner')}

Archive Download the corresponding diff file

Page rendered in 0.07946s using 13 queries.