comparison doc/upgrading.txt @ 6393:51a1a9b0f567

- issue2551062: AddPermission doesn't validate property names. roundup-admin security stops output when it finds an invalid property. It used to try to print the rest of the security properties. So errors were lost in the output. If roundup-admin is run non-interactively it exits with status 1 so it can be used in a script to validate the properties schema.
author John Rouillard <rouilj@ieee.org>
date Thu, 06 May 2021 18:56:47 -0400
parents b57c3d50505b
children 559b3d8e03d7
comparison
equal deleted inserted replaced
6392:99455aeec1ae 6393:51a1a9b0f567
20 Contents: 20 Contents:
21 21
22 .. contents:: 22 .. contents::
23 :local: 23 :local:
24 24
25 .. index:: Upgrading; 1.6.x to 2.x.x 25 .. index:: Upgrading; 2.0.0 to 2.1.0
26 26
27 Migrating from 2.0.0 to 2.x.x 27 Migrating from 2.0.0 to 2.x.x
28 ============================= 28 =============================
29 29
30 Setuptools is now required to install 30 Setuptools is now required to install
60 ``jquery-3.5.1.js`` file from the template directory to your tracker's 60 ``jquery-3.5.1.js`` file from the template directory to your tracker's
61 ``html`` directory. Also copy in the new ``user.help.html`` file. It now 61 ``html`` directory. Also copy in the new ``user.help.html`` file. It now
62 references the new ``jquery-3.5.1.js`` file and also fixes a bug that 62 references the new ``jquery-3.5.1.js`` file and also fixes a bug that
63 prevented applying the change from the helper to the field on the main 63 prevented applying the change from the helper to the field on the main
64 form. 64 form.
65
66 Roundup-admin security stops on incorrect properties
67 ----------------------------------------------------
68
69 The ``roundup-admin ... security`` command used to continue
70 running through the rest of the security roles after reporting a
71 property error. Now it stops after reporting the incorrect property.
72
73 If run non-interactively, it exits with status 1. It can now be
74 used in a startup script to detect permission errors.
65 75
66 .. index:: Upgrading; 1.6.x to 2.0.0 76 .. index:: Upgrading; 1.6.x to 2.0.0
67 77
68 Migrating from 1.6.X to 2.0.0 78 Migrating from 1.6.X to 2.0.0
69 ============================= 79 =============================

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