Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d598542
Choose a base ref
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70b553c
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 22, 2012

  1. Documentation: Admin Guide / Installation including Upgrading

    This is a complete overhaul of the Installation chapter, which removes
    redundant text and reintroduces Upgrading instructions which were left
    out in the conversion from the old 1.0 manual.
    
    Takes into consideration the indications provided in doc/INSTALL.
    
    Removes trailing '.' in chapter id admin.customize
    
    Fixes #11597
    dregad committed May 22, 2012
    Copy the full SHA
    b0eebc4 View commit details
  2. Documentation: Admin Guide / revised requirements section

    System requirement information was spread out in several sections. This
    commit consolidates this into a single section, integrated into the
    Installation chapter.
    
    Fixes #14285
    dregad committed May 22, 2012
    Copy the full SHA
    6025fdc View commit details
  3. Documentation: Admin Guide / revised Backups section

    Fixes #14285
    dregad committed May 22, 2012
    Copy the full SHA
    70b553c View commit details
Showing with 822 additions and 362 deletions.
  1. +0 −55 docbook/Admin_Guide/en-US/About.xml
  2. +3 −1 docbook/Admin_Guide/en-US/Customizing.xml
  3. +819 −306 docbook/Admin_Guide/en-US/Installation.xml
55 changes: 0 additions & 55 deletions docbook/Admin_Guide/en-US/About.xml
Original file line number Diff line number Diff line change
@@ -49,61 +49,6 @@
</para>
</section>

<section id="admin.about.requirments">
<title>Minimum Requirements</title>

<para>
MantisBT has modest software and hardware requirements.
It requires a computer that is able to run the server software. All of the required
software is free for commercial or non-commercial use. The
server can be a shared public web server or a dedicated co-located box.
The disk space required will depend on the size of the database,
however, it is typically driven by the expected number and size of
the attachments.
</para>

<itemizedlist>
<listitem>
<para>
Operating System: MantisBT runs on Windows, MacOS, OS/2, Linux, Solaris, the
BSDs, and just about anything that supports the required server software.
</para>
</listitem>
<listitem>
<para>
Web Server: MantisBT is mainly tested with
<ulink url="http://www.microsoft.com/iis">Microsoft IIS</ulink> and
<ulink url="http://www.apache.org/">Apache</ulink>. However,
it is expected to work with any decent web server software.
</para>
</listitem>
<listitem>
<para>
<ulink url="http://www.php.net/">PHP</ulink>: The web server
must have PHP installed on it. It can be installed as CGI or
whatever other integration technology that is supported by PHP
and the web server. Required version is PHP 5.3.0 or higher.
</para>
</listitem>
<listitem>
<para>
Database: MantisBT requires a database to store its data.
The supported DBMSes include MySQL (4.1.x or higher), MS SQL,
PostgreSQL and DB2.
</para>
</listitem>
<listitem>
<para>
Browser: MantisBT aims to support most of the browsers in
the market. The mainly supported ones are Internet Explorer and
Firefox. However, browsers like Safari, Chrome and Opera should
also work fine although they are not used by most developers during
development and testing.
</para>
</listitem>
</itemizedlist>
</section>

<section id="admin.about.download">
<title>How to get it?</title>

4 changes: 3 additions & 1 deletion docbook/Admin_Guide/en-US/Customizing.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<chapter id="admin.customize.">
<chapter id="admin.customize">
<title>Customizing MantisBT</title>

<section id="admin.customize.customfields">
@@ -674,6 +674,7 @@ functions section.</para>
</programlisting>
</para>
</listitem>

<listitem>
<para>Define the new status in the enumeration, as well as
the corresponding color code.
@@ -693,6 +694,7 @@ $g_status_colors['<emphasis>testing</emphasis>'] = '#ACE7AE';
$g_status_enum_string.
</para>
</listitem>

<listitem>
<para>Define the required translation strings for the new
status, for each language used in the installation.
Loading