Changeset 155
- Timestamp:
- 02/19/07 14:13:36 (2 years ago)
- Files:
-
- trunk/lib/Kwiki/Command.pm (deleted)
- trunk/lib/Kwiki/Command/V1.pm (added)
- trunk/src/core/Kwiki/lib/Kwiki/Boot/V1.pm (modified) (1 diff)
- trunk/src/core/Kwiki/lib/Kwiki/Command (added)
- trunk/src/core/Kwiki/lib/Kwiki/Command.pm (deleted)
- trunk/src/core/Kwiki/lib/Kwiki/Command/V1.pm (added)
- trunk/src/core/modules.mk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/core/Kwiki/lib/Kwiki/Boot/V1.pm
r151 r155 25 25 my %default = ( 26 26 cgi_class => 'Kwiki::CGI', 27 command_class => 'Kwiki::Command ',27 command_class => 'Kwiki::Command::V1', 28 28 config_class => 'Kwiki::Config', 29 29 cookie_class => 'Kwiki::Cookie', trunk/src/core/modules.mk
r151 r155 5 5 Kwiki/Archive \ 6 6 Kwiki/Boot \ 7 Kwiki/Command \ 7 8 Kwiki/Template \ 8 9 Kwiki/Theme \ … … 38 39 Kwiki/BrowserDetect.pm \ 39 40 Kwiki/CGI.pm \ 40 Kwiki/Command.pm \41 41 Kwiki/Config.pm \ 42 42 Kwiki/Configure.pm \ … … 128 128 Kwiki/Archive/Simple.pm \ 129 129 Kwiki/Boot/V1.pm \ 130 Kwiki/Command/V1.pm \ 130 131 Kwiki/Template/TT2.pm \ 131 132 Kwiki/Theme/Basic.pm \
