##// END OF EJS Templates
Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings....
Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings. To display the page TOC, insert a line with this tag: {{toc}} or {{<toc}} => left aligned toc {{>toc}} => right aligned toc git-svn-id: http://redmine.rubyforge.org/svn/trunk@718 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r586:1cb5fc747f10
r707:f3364b9dce6f
Show More
ch01s11.html
2 lines | 5.6 KiB | text/html | HtmlLexer
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>11.&nbsp;Settings</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter&nbsp;1.&nbsp;Administration"><link rel="prev" href="ch01s10.html" title="10.&nbsp;Authentication"><link rel="next" href="ch01s12.html" title="12.&nbsp;Information"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11.&nbsp;Settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a>&nbsp;</td><th width="60%" align="center">Chapter&nbsp;1.&nbsp;Administration</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e418"></a>11.&nbsp;Settings</h2></div></div></div><p>This screen allows you to modify the configuration of the application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Application title</span></p><p>Title which appears in heading of the application.</p></li><li><p><span class="guilabel">Application subtitle</span></p><p>Subtitle which appears in heading of the application.</p></li><li><p><span class="guilabel">Welcome text</span></p><p>Text displayed on the home page of the application. This text can contain HTML tags.</p></li><li><p><span class="guilabel">Default language</span></p><p>The default language is selected when the application could not determine the user's browser language. The default language is also used when sending email to multiple users.</p><p><span class="emphasis"><em>Default: English</em></span></p></li><li><p><span class="guilabel">Date format</span></p><p>Lets you choose how dates are displayed:</p><div class="itemizedlist"><ul type="circle"><li><p>Language based: the dates will be displayed according to the format defined for each language (MM/JJ/AAAA for English)</p></li><li><p>ISO 8601: the dates will be always displayed with the ISO format (YYYY-MM-DD)</p></li></ul></div><p><span class="emphasis"><em>Default: Language based</em></span></p></li><li><p><span class="guilabel">Authent. required</span></p><p>If this option is checked, no page of the application is accessible in an anonymous way. The users must login to access it.</p><p><span class="emphasis"><em>Default: No</em></span></p></li><li><p><span class="guilabel">Self-registration enabled</span></p><p>If this option is checked, self registration is allowed.</p><p><span class="emphasis"><em>Default: Yes</em></span></p></li><li><p><span class="guilabel">Lost password</span></p><p>If this option is checked, lost password functionality is available.</p><p><span class="emphasis"><em>Default: Yes</em></span></p></li><li><p><span class="guilabel">Attachment max. size</span></p><p>Maximum size of uploaded files (in kylo-bytes)</p><p><span class="emphasis"><em>Default: 2048 (i.e. 2MB)</em></span></p></li><li><p><span class="guilabel">Issues export limit</span></p><p>Maximum number of issues contained in CSV and PDF exports.</p><p><span class="emphasis"><em>Default: 500</em></span></p></li><li><p><span class="guilabel">Emission mail address</span></p><p>Email address used in the "From" field of messages sent to users.</p></li><li><p><span class="guilabel">Host name</span></p><p>Host name of the application. This name is used to write URL in emails sent to users.</p></li><li><p><span class="guilabel">Text formatting</span></p><p>Formatting method applied to the "description" fields of the issues, news, documents...</p><p>"Textile" option is only available if RedColth ruby library is present.</p></li><li><p><span class="guilabel">Wiki history compression</span></p><p>Lets you activate compression for wiki history storage (reduces database size).</p><p><span class="emphasis"><em>Default: disabled</em></span></p></li><li><p><span class="guilabel">Feed content limit</span></p><p>Maximum number of records contained in RSS feeds.</p><p><span class="emphasis"><em>Default: 15</em></span></p></li><li><p><span class="guilabel">Autofetch commits</span></p><p>If this option is activated, the application automatically retrieves the new revisions when a user consults the repository.</p><p><span class="emphasis"><em>Default: Yes</em></span></p><p>You can disable this option and automate the call to Repository#fetch_changesets to regularly retrieve the revisions for all of the repositories in background.</p><p>Example : <code class="code">ruby script/runner "Repository.fetch_changesets"</code></p></li><li><p><span class="guilabel">Enable WS for repository management</span></p><p>This option should be activated only if you installed the script for automatic SVN repository creation.</p><p><span class="emphasis"><em>Default: No</em></span></p><p></p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10.&nbsp;Authentication&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;12.&nbsp;Information</td></tr></table></div></body></html>