comparison doc/upgrading.txt @ 5078:487dc55e3c5e

issue2550907 Fix errors when creating documentation. Work done by Peter Funk (pefu). Made one small change omitting obsolete security.txt. Also fixed underlining in upgrading.txt so headers are properly formatted.
author John Rouillard <rouilj@ieee.org>
date Fri, 10 Jun 2016 21:28:40 -0400
parents 5b2ce5723abb
children e74c3611b138
comparison
equal deleted inserted replaced
5077:88fc7202f87d 5078:487dc55e3c5e
22 22
23 Migrating from 1.5.1 to 1.6.0 23 Migrating from 1.5.1 to 1.6.0
24 ============================= 24 =============================
25 25
26 Database back end specified in config.ini 26 Database back end specified in config.ini
27 -------------------- 27 -----------------------------------------
28 28
29 The ``db/backend_name`` file is no longer used to configure the database 29 The ``db/backend_name`` file is no longer used to configure the database
30 backend being used for a tracker. The backend is now configured in the 30 backend being used for a tracker. The backend is now configured in the
31 ``config.ini`` file using the ``backend`` option located in the ``[rdbms]`` 31 ``config.ini`` file using the ``backend`` option located in the ``[rdbms]``
32 section. For example if ``db/backend_name`` file contains ``sqlite``, a new 32 section. For example if ``db/backend_name`` file contains ``sqlite``, a new
46 Note: the ``backend_name`` file may be located in a directory other than 46 Note: the ``backend_name`` file may be located in a directory other than
47 ``db/`` if you have configured the ``database`` option in the ``[main]`` 47 ``db/`` if you have configured the ``database`` option in the ``[main]``
48 section of the ``config.ini`` file to be something other than ``db``. 48 section of the ``config.ini`` file to be something other than ``db``.
49 49
50 html/_generic.404.html in trackers use page template 50 html/_generic.404.html in trackers use page template
51 -------------------- 51 ----------------------------------------------------
52 52
53 The original generic 404 error pages for many trackers did not use the 53 The original generic 404 error pages for many trackers did not use the
54 standard page layout. This change replaces the html/_generic.404.html 54 standard page layout. This change replaces the html/_generic.404.html
55 page with one that uses the page template. 55 page with one that uses the page template.
56 56

Roundup Issue Tracker: http://roundup-tracker.org/