Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
Broke out code scanning tests into their own tests, and required the CODE_COP environment variable be set before they were run. Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic. More Auth template inheritance work. Almost time to reflect it over to the LDAP module.
This commit is contained in:
parent
860a71bc5d
commit
ee9cae98a8
11 changed files with 385 additions and 201 deletions
|
|
@ -3,6 +3,10 @@
|
|||
from the system, but you do not have to be in the Template Managers group
|
||||
to edit or add Templates. Those privileges have been transferred to the
|
||||
Turn On Admin group.
|
||||
- TESTS: The help labels were broken out from the i18n/label.t test into their own
|
||||
test. An environment variable, CODE_COP, is used to enable the long
|
||||
i18n/label.t and help/setHelp.t tests.
|
||||
- documented the Deactivate Account Template.
|
||||
|
||||
7.2.3
|
||||
- fix: minor bug with new template vars in Auth::createAccount
|
||||
|
|
|
|||
|
|
@ -7,6 +7,13 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.3.0
|
||||
--------------------------------------------------------------------
|
||||
* The i18n/label.t and help/setHelp.t test now require that you set
|
||||
an environment variable, CODE_COP to run them. This should make
|
||||
running the entire test suite prior to SVN commits easier to do
|
||||
since it won't take so long.
|
||||
|
||||
7.2.0
|
||||
--------------------------------------------------------------------
|
||||
* NOTE: if you tried to upgrade to 7.2.0 and it failed during the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue