-
fuzzbawl committed revision 18 to the DansGuardian Webmin Module SVN repository, changing 1 files.
2009-07-01 13:44:03 UTC by fuzzbawl
-
Thanks for the find and the fix. I have made the change in SVN.
2009-07-01 13:42:54 UTC by fuzzbawl
-
confirmed - changing line 11 to read:
our ($debug, $dg_version, $current_lang, $module_config_directory);
solves the issue.
2009-06-30 11:32:08 UTC by morchuboo
-
duped on page refresh.
2009-06-30 11:28:06 UTC by morchuboo
-
I am getting errors when trying to create multiple filter groups from within the dansguardian webmin module (0.7.0beta1b).
Im guessing they are related to you using strict but my perl skills are apalling so.....
Error - Perl execution failed
Global symbol "$debug" requires explicit package name at /usr/libexec/webmin/dansguardian/setupfiltergroups.cgi line 114.
Global symbol "$debug"...
2009-06-30 11:26:42 UTC by morchuboo
-
I am getting errors when trying to create multiple filter groups from within the dansguardian webmin module (0.7.0beta1b).
Im guessing they are related to you using strict but my perl skills are apalling so.....
Error - Perl execution failed
Global symbol "$debug" requires explicit package name at /usr/libexec/webmin/dansguardian/setupfiltergroups.cgi line 114.
Global symbol "$debug"...
2009-06-30 10:46:10 UTC by morchuboo
-
fuzzbawl committed revision 17 to the DansGuardian Webmin Module SVN repository, changing 1 files.
2009-06-22 00:42:59 UTC by fuzzbawl
-
Patch was sent by Chuck Kollars.
2009-06-22 00:42:21 UTC by fuzzbawl
-
The change is pretty easy to miss: inside the regular expression "...[A-Z]{3,7}..." should be "...[A-Z]{3,8}..." (i.e. 7 should be 8, as 7 gets CONNECT but fails to get PROPFIND).
2009-06-22 00:41:12 UTC by fuzzbawl
-
Version 0.7.0beta1b released to fix this. Sorry about that.
2009-06-01 15:49:05 UTC by fuzzbawl