Changeset 155

Show
Ignore:
Timestamp:
02/19/07 14:13:36 (2 years ago)
Author:
ingy
Message:
 r3421@skinny-2:  ingy | 2007-02-19 14:13:18 -0800
 Move old Command module, to prepare for a new one. Seems to work just fine.
 
Files:

Legend:

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

    r151 r155  
    2525    my %default = ( 
    2626        cgi_class => 'Kwiki::CGI', 
    27         command_class => 'Kwiki::Command', 
     27        command_class => 'Kwiki::Command::V1', 
    2828        config_class => 'Kwiki::Config', 
    2929        cookie_class => 'Kwiki::Cookie', 
  • trunk/src/core/modules.mk

    r151 r155  
    55        Kwiki/Archive \ 
    66        Kwiki/Boot \ 
     7        Kwiki/Command \ 
    78        Kwiki/Template \ 
    89        Kwiki/Theme \ 
     
    3839        Kwiki/BrowserDetect.pm \ 
    3940        Kwiki/CGI.pm \ 
    40         Kwiki/Command.pm \ 
    4141        Kwiki/Config.pm \ 
    4242        Kwiki/Configure.pm \ 
     
    128128        Kwiki/Archive/Simple.pm \ 
    129129        Kwiki/Boot/V1.pm \ 
     130        Kwiki/Command/V1.pm \ 
    130131        Kwiki/Template/TT2.pm \ 
    131132        Kwiki/Theme/Basic.pm \