comparison doc/upgrading.txt @ 8124:800c8dd75051

- issue2551074 - In "responsive" template: click on hide comment leads to a red error msg. to files in responsive template reference the 'icing' macro. This was replaced by a 'frame' macro in the responsive template.
author John Rouillard <rouilj@ieee.org>
date Sun, 20 Oct 2024 18:42:21 -0400
parents 394f72021dad
children 3f0f4746dc7e
comparison
equal deleted inserted replaced
8123:1aa3e5681979 8124:800c8dd75051
105 105
106 Support for SQLite version 2 has been removed in 2.5.0. Support for 106 Support for SQLite version 2 has been removed in 2.5.0. Support for
107 the `PySQLite <https://github.com/ghaering/pysqlite>`_ library has 107 the `PySQLite <https://github.com/ghaering/pysqlite>`_ library has
108 been removed in 2.5.0. Only the Python supplied sqlite3 library will 108 been removed in 2.5.0. Only the Python supplied sqlite3 library will
109 be supported. 109 be supported.
110
111 Update responsive template _generic.404.html and query.item.html (recommended)
112 ------------------------------------------------------------------------------
113
114 This only applies if your tracker is based on the responsive
115 template. Check the TEMPLATE-INFO.txt file in your tracker
116 home. The template name is the first component of the ``Name``
117 field. For example a Name like::
118
119 Name: responsive-bugtracker
120
121 is based on the responsive template. If the Name doesn't start with
122 ``responsive`` no changes are needed.
123
124 The ``_generic.404.html`` and ``query.item.html`` templates will crash
125 when displayed because a missing macro is called. Change::
126
127 <tal:block metal:use-macro="templates/page/macros/icing">
128
129 to::
130
131 <tal:block metal:use-macro="templates/page/macros/frame">
132
133 at the top of both files. The icing macro used in other tracker
134 templates was renamed to frame in this tracker template.
135
136
110 137
111 .. index:: Upgrading; 2.3.0 to 2.4.0 138 .. index:: Upgrading; 2.3.0 to 2.4.0
112 139
113 Migrating from 2.3.0 to 2.4.0 140 Migrating from 2.3.0 to 2.4.0
114 ============================= 141 =============================

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