rfe: VIM perl mode for skeletons

This commit is contained in:
Colin Kuskie 2008-09-16 22:28:17 +00:00
parent b149c0d32c
commit 586164d8d0
16 changed files with 17 additions and 5 deletions

View file

@ -62,6 +62,7 @@
- rfe: Move hardcoded words to i18n
- rfe: Better info for Assets that require commit before adding children. Add link is always availble now. If the asset has not yet been committed an error is displayed.
- rfe: Add template variables for every property of all assets referenced in the Navigation.
- rfe: VIM perl mode for skeletons
- rfe: Add edit button to Manage Revisions page
7.5.22

View file

@ -104,3 +104,4 @@ sub updateTemplates {
}
}
#vim:ft=perl

View file

@ -57,3 +57,4 @@ sub process {
1;
#vim:ft=perl

View file

@ -239,3 +239,4 @@ sub uninstall {
1;
#vim:ft=perl

View file

@ -317,3 +317,4 @@ sub uninstall {
1;
#vim:ft=perl

View file

@ -52,4 +52,4 @@ sub handler {
}
1;
#vim:ft=perl

View file

@ -110,4 +110,4 @@ sub toHtml {
}
1;
#vim:ft=perl

View file

@ -48,3 +48,4 @@ our $HELP = {
};
1; ##All perl modules must return true
#vim:ft=perl

View file

@ -51,4 +51,4 @@ sub process {
1;
#vim:ft=perl

View file

@ -52,4 +52,4 @@ sub handler {
}
1;
#vim:ft=perl

View file

@ -90,4 +90,4 @@ sub execute {
1;
#vim:ft=perl

View file

@ -18,3 +18,4 @@ our $I18N = { ##hashref of hashes
};
1;
#vim:ft=perl

View file

@ -25,3 +25,4 @@ sub makeUrlCompliant { # you have to have this method, but it can do URL trans
1;
#vim:ft=perl

View file

@ -102,3 +102,5 @@ Shows this documentation, then exits.
Copyright 2001-2008 Plain Black Corporation.
=cut
#vim:ft=perl

View file

@ -39,3 +39,4 @@ plan tests => 1; # Increment this number for each test you create
END {
}
#vim:ft=perl

View file

@ -119,3 +119,4 @@ sub getMechLogin {
return $mech;
}
#vim:ft=perl