Mercurial > p > roundup > code
diff doc/upgrading.txt @ 5068:5b2ce5723abb
Updated _generic.404.html to use the page template so 404 errors still
look like they are associated with the tracker.
Added a section header to updgrading.txt for an existing change in
release 1.6 since I added a new section.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Jun 2016 10:54:08 -0400 |
| parents | 5251e97b1de0 |
| children | 487dc55e3c5e |
line wrap: on
line diff
--- a/doc/upgrading.txt Sun Jun 05 00:17:26 2016 -0400 +++ b/doc/upgrading.txt Sun Jun 05 10:54:08 2016 -0400 @@ -23,6 +23,9 @@ Migrating from 1.5.1 to 1.6.0 ============================= +Database back end specified in config.ini +-------------------- + The ``db/backend_name`` file is no longer used to configure the database backend being used for a tracker. The backend is now configured in the ``config.ini`` file using the ``backend`` option located in the ``[rdbms]`` @@ -44,6 +47,18 @@ ``db/`` if you have configured the ``database`` option in the ``[main]`` section of the ``config.ini`` file to be something other than ``db``. +html/_generic.404.html in trackers use page template +-------------------- + +The original generic 404 error pages for many trackers did not use the +standard page layout. This change replaces the html/_generic.404.html +page with one that uses the page template. + +If your deployed tracker is based on: classic, minimal, responsive or +devel templates and has not changed the html/_generic.404.html file, +you can copy in the new file to get this additional functionality. + + Migrating from 1.5.0 to 1.5.1 =============================
