Skip to content

Commit

Permalink
Item10678: META:CREATEINFO tests and register the meta
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@11622 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed May 4, 2011
1 parent 229554c commit 2e8c50c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/lib/Foswiki/Meta.pm
Expand Up @@ -162,6 +162,14 @@ our %VALIDATE = (
_default => 1,
alias => 'info',
},
CREATEINFO => {
allow => [
qw( author version date format reprev
rev comment encoding )
],
# _default => 1,
# alias => 'createinfo',
},
TOPICMOVED => {
require => [qw( from to by date )],
_default => 1,
Expand Down

0 comments on commit 2e8c50c

Please sign in to comment.