- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
<title>11. Settings</title><linkrel="stylesheet"href="html.css"type="text/css"><metaname="generator"content="DocBook XSL Stylesheets V1.70.1"><linkrel="start"href="index.html"title="Documentation"><linkrel="up"href="ch01.html"title="Chapter 1. Administration"><linkrel="prev"href="ch01s10.html"title="10. Authentication"><linkrel="next"href="ch01s12.html"title="12. Information"></head><body><ahref="http://redmine.rubyforge.org/"><imgsrc="../redmine.png"alt="redmine"></a><divclass="navheader"><tablewidth="100%"summary="Navigation header"><tr><thcolspan="3"align="center">11. Settings</th></tr><tr><tdwidth="20%"align="left"><aaccesskey="p"href="ch01s10.html">Prev</a> </td><thwidth="60%"align="center">Chapter 1. Administration</th><tdwidth="20%"align="right"> <aaccesskey="n"href="ch01s12.html">Next</a></td></tr></table><hr></div><divclass="section"lang="en"><divclass="titlepage"><div><div><h2class="title"style="clear: both"><aname="d0e418"></a>11. Settings</h2></div></div></div><p>This screen allows you to modify the configuration of the application.</p><p></p><divclass="itemizedlist"><ultype="disc"><li><p><spanclass="guilabel">Application title</span></p><p>Title which appears in heading of the application.</p></li><li><p><spanclass="guilabel">Application subtitle</span></p><p>Subtitle which appears in heading of the application.</p></li><li><p><spanclass="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><spanclass="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><spanclass="emphasis"><em>Default: English</em></span></p></li><li><p><spanclass="guilabel">Date format</span></p><p>Lets you choose how dates are displayed:</p><divclass="itemizedlist"><ultype="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><spanclass="emphasis"><em>Default: Language based</em></span></p></li><li><p><spanclass="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><spanclass="emphasis"><em>Default: No</em></span></p></li><li><p><spanclass="guilabel">Self-registration enabled</span></p><p>If this option is checked, self registration is allowed.</p><p><spanclass="emphasis"><em>Default: Yes</em></span></p></li><li><p><spanclass="guilabel">Lost password</span></p><p>If this option is checked, lost password functionality is available.</p><p><spanclass="emphasis"><em>Default: Yes</em></span></p></li><li><p><spanclass="guilabel">Attachment max. size</span></p><p>Maximum size of uploaded files (in kylo-bytes)</p><p><spanclass="emphasis"><em>Default: 2048 (i.e. 2MB)</em></span></p></li><li><p><spanclass="guilabel">Issues export limit</span></p><p>Maximum number of issues contained in CSV and PDF exports.</p><p><spanclass="emphasis"><em>Default: 500</em></span></p></li><li><p><spanclass="guilabel">Emission mail address</span></p><p>Email address used in the "From" field of messages sent to users.</p></li><li><p><spanclass="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><spanclass="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><spanclass="guilabel">Wiki history compression</span></p><p>Lets you activate compression for wiki history storage (reduces database size).</p><p><spanclass="emphasis"><em>Default: disabled</em></span></p></li><li><p><spanclass="guilabel">Feed content limit</span></p><p>Maximum number of records contained in RSS feeds.</p><p><spanclass="emphasis"><em>Default: 15</em></span></p></li><li><p><spanclass="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><spanclass="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 : <codeclass="code">ruby script/runner "Repository.fetch_changesets"</code></p></li><li><p><spanclass="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><spanclass="emphasis"><em>Default: No</em></span></p><p></p></li></ul></div></div><divclass="navfooter"><hr><tablewidth="100%"summary="Navigation footer"><tr><tdwidth="40%"align="left"><aaccesskey="p"href="ch01s10.html">Prev</a> </td><tdwidth="20%"align="center"><aaccesskey="u"href="ch01.html">Up</a></td><tdwidth="40%"align="right"> <aaccesskey="n"href="ch01s12.html">Next</a></td></tr><tr><tdwidth="40%"align="left"valign="top">10. Authentication </td><tdwidth="20%"align="center"><aaccesskey="h"href="index.html">Home</a></td><tdwidth="40%"align="right"valign="top"> 12. Information</td></tr></table></div></body></html>