Commit graph

7 commits

Author SHA1 Message Date
Colin Kuskie
b2901f4271 correct punctuation 2007-12-05 04:20:29 +00:00
Colin Kuskie
93ea47a4c0 Perl::Critic has a policy check for putting any code
before you apply strictures (use strict, use warnings, etc.)
Add calls to use strict to each Help module.  This is probably
an overstrict interpretation of the rule.
2007-12-05 04:16:54 +00:00
Colin Kuskie
d057dba239 perltidy'ed the Help files 2007-07-21 05:01:24 +00:00
Colin Kuskie
e0c211361e AuthLDAP and Auth, AdSpace Help pruning. Now the only thing left
is the Assets.
2007-07-18 21:32:53 +00:00
Colin Kuskie
ee9cae98a8 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.
2006-11-24 21:05:44 +00:00
Colin Kuskie
860a71bc5d The template managers group is deprecated, but not removed.
More template variable work in the Auth* space.
2006-11-24 18:10:19 +00:00
Colin Kuskie
be4fd74276 WebGUI::Auth provides a set of default template variables inherited
by both AuthWebGUI and AuthLDAP.  I've pulled the defaults out of
AuthWebGUI for one template (anonymous registration) into its own
namspace, Auth.  Default variables will be pulled out for all of the templates
eventually.
2006-11-24 04:01:52 +00:00