comparison doc/upgrading.txt @ 4318:05d3f47003fc

add missing upgrade instructions
author Richard Jones <richard@users.sourceforge.net>
date Sat, 09 Jan 2010 21:07:42 +0000
parents 594eee0d43fc
children 1072574dab86
comparison
equal deleted inserted replaced
4317:15834821b8c7 4318:05d3f47003fc
65 -db.security.addPermissionToRole('Anonymous', 'Create', 'user') 65 -db.security.addPermissionToRole('Anonymous', 'Create', 'user')
66 +db.security.addPermissionToRole('Anonymous', 'Register', 'user') 66 +db.security.addPermissionToRole('Anonymous', 'Register', 'user')
67 67
68 The lines marked "+" should be added and lines marked "-" should be 68 The lines marked "+" should be added and lines marked "-" should be
69 deleted (minus the "+"/"-" signs). 69 deleted (minus the "+"/"-" signs).
70
71
72 Generic class editor may now restore retired items
73 --------------------------------------------------
74
75 The instructions for doing so won't be present in your tracker unless you copy
76 the ``_generic.index.html`` template from the roundup distribution in
77 ``share/roundup/templates/classic/html`` to your tracker's ``html`` directory.
70 78
71 79
72 Migrating from 1.4.x to 1.4.9 80 Migrating from 1.4.x to 1.4.9
73 ============================= 81 =============================
74 82

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