Changeset 267

Show
Ignore:
Timestamp:
02/02/08 14:43:48 (8 months ago)
Author:
ingy
Message:
fix bug in creatig new V2 or V3 kwiki
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/Kwiki/lib/Kwiki/Boot/V1.pm

    r229 r267  
    3535    $self->SUPER::add_default_classes($default); 
    3636} 
    37  
    38 sub cli_config { 
    39     push @{$self->config->plugin_classes}, 'Kwiki::Simple::Server::HTTP'; 
    40     return $self; 
    41 } 
  • trunk/src/core/Spoon/lib/Spoon/Boot/Base.pm

    r198 r267  
    5151    } 
    5252} 
     53 
     54sub cli_config { 
     55    push @{$self->config->plugin_classes}, 'Kwiki::Simple::Server::HTTP'; 
     56    return $self; 
     57} 
  • trunk/src/core/modules.mk

    r225 r267  
    117117        Kwiki/Boot/V1.pm \ 
    118118        Kwiki/Boot/V2.pm \ 
     119        Kwiki/Boot/V3.pm \ 
    119120        Kwiki/Command/V1.pm \ 
    120121        Kwiki/Command/V2.pm \ 
  • trunk/src/ingy/modules.mk

    r243 r267  
    33        Document \ 
    44        Document/AST \ 
     5        Document/Parser \ 
    56        IO \ 
    67        IO/All \ 
     
    5657INGY_LEVEL_3 = \ 
    5758        Document/AST/Tree.pm \ 
     59        Document/AST/Wikibyte.pm \ 
     60        Document/Parser/Creole.pm \ 
    5861        IO/All/Base.pm \ 
    5962        IO/All/DBM.pm \