PacketFence - BTS - PacketFence
View Issue Details
0001165PacketFencecaptive portalpublic2011-01-27 14:322011-03-03 15:25
obilodeau 
obilodeau 
normalminorN/A
closedfixed 
 
2.1.0 
4c8394517644f19282368334711622c079d7ec57
0001165: failing perlcritic tests in pf::web
the hook we use in pf::web use eval in a way that makes perlcritic go angry:

    if ( -r "$conf_dir/templates/status.pl" ) {
        my $include_fh;
        open $include_fh, '<', "$conf_dir/templates/status.pl";
        while (<$include_fh>) {
            eval $_;
        }
        close $include_fh;
    }


Since the creation of the pf::web::custom extension point, we don't really need this feature anymore and it has always quite hackish anyway.
No tags attached.
Issue History
2011-01-27 14:32obilodeauNew Issue
2011-01-27 14:32obilodeauStatusnew => assigned
2011-01-27 14:32obilodeauAssigned To => obilodeau
2011-01-27 15:35obilodeaumtn revision => 4c8394517644f19282368334711622c079d7ec57
2011-01-27 15:35obilodeauNote Added: 0001841
2011-01-27 15:35obilodeauStatusassigned => resolved
2011-01-27 15:35obilodeauFixed in Version => 2.0.2
2011-01-27 15:35obilodeauResolutionopen => fixed
2011-03-03 15:20obilodeauFixed in Version2.0.2 => 2.1.0
2011-03-03 15:25obilodeauStatusresolved => closed

Notes
(0001841)
obilodeau   
2011-01-27 15:35   
deprecated conf/templates/*.pl captive portal extensions