rfe: VIM perl mode for skeletons
This commit is contained in:
parent
b149c0d32c
commit
586164d8d0
16 changed files with 17 additions and 5 deletions
|
|
@ -62,6 +62,7 @@
|
||||||
- rfe: Move hardcoded words to i18n
|
- 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: 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: 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
|
- rfe: Add edit button to Manage Revisions page
|
||||||
|
|
||||||
7.5.22
|
7.5.22
|
||||||
|
|
|
||||||
|
|
@ -104,3 +104,4 @@ sub updateTemplates {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -57,3 +57,4 @@ sub process {
|
||||||
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -239,3 +239,4 @@ sub uninstall {
|
||||||
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -317,3 +317,4 @@ sub uninstall {
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -52,4 +52,4 @@ sub handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -110,4 +110,4 @@ sub toHtml {
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -48,3 +48,4 @@ our $HELP = {
|
||||||
};
|
};
|
||||||
|
|
||||||
1; ##All perl modules must return true
|
1; ##All perl modules must return true
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -51,4 +51,4 @@ sub process {
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -52,4 +52,4 @@ sub handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -90,4 +90,4 @@ sub execute {
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,4 @@ our $I18N = { ##hashref of hashes
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -25,3 +25,4 @@ sub makeUrlCompliant { # you have to have this method, but it can do URL trans
|
||||||
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -102,3 +102,5 @@ Shows this documentation, then exits.
|
||||||
Copyright 2001-2008 Plain Black Corporation.
|
Copyright 2001-2008 Plain Black Corporation.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -39,3 +39,4 @@ plan tests => 1; # Increment this number for each test you create
|
||||||
END {
|
END {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
|
|
@ -119,3 +119,4 @@ sub getMechLogin {
|
||||||
|
|
||||||
return $mech;
|
return $mech;
|
||||||
}
|
}
|
||||||
|
#vim:ft=perl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue