1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-03 20:58:11 +02:00

Add vim modelines to all files.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang
2008-12-06 04:24:59 -05:00
parent 781f9a4084
commit 12b811d749
699 changed files with 1071 additions and 107 deletions

View File

@@ -22,3 +22,5 @@ Version 3.0.0 for Phorum 5.2, released January 12, 2008
compatible with Phorum 5.1.
- Buggy WYSIWYG mode refined
. AutoFormatParam added to list of default configuration namespaces
vim: et sw=4 sts=4

View File

@@ -76,4 +76,4 @@ ONLY DO THIS ONCE! BE SURE TO BACK UP YOUR DATABASE!
------------
Configure using Edit settings. See that page for more information.
vim: et sw=4 sts=4

View File

@@ -41,3 +41,5 @@ WYSIWYG editor (you can do this through a common hook or the web
configuration form).
Visit HTML Purifier at <http://htmlpurifier.org/>.
vim: et sw=4 sts=4

View File

@@ -54,3 +54,4 @@ if (strtolower($GLOBALS['PHORUM']['DATA']['CHARSET']) !== 'utf-8') {
$config->set('Core', 'EscapeNonASCIICharacters', true);
}
// vim: et sw=4 sts=4

View File

@@ -306,3 +306,4 @@ function phorum_htmlpurifier_editor_after_subject() {
</div><?php
}
// vim: et sw=4 sts=4

View File

@@ -501,4 +501,4 @@ necessary. Here is a sample; alter the names:
That's all there is to it!
vim: et sw=4 sts=4

View File

@@ -1 +1,3 @@
The contents of the library/ folder should be here.
vim: et sw=4 sts=4

View File

@@ -14,3 +14,5 @@ hook: tpl_editor_after_subject|phorum_htmlpurifier_editor_after_subject
# This module is meant to be a drop-in for bbcode, so make it run last.
priority: run module after *
priority: run hook format after *
vim: et sw=4 sts=4

View File

@@ -25,3 +25,4 @@ function phorum_htmlpurifier_config_file_exists() {
return file_exists(dirname(__FILE__) . '/config.php');
}
// vim: et sw=4 sts=4

View File

@@ -27,3 +27,4 @@ function phorum_htmlpurifier_migrate($data) {
return phorum_mod_bbcode_format($data); // bbcode's 'format' hook
}
// vim: et sw=4 sts=4

View File

@@ -61,3 +61,4 @@ phorum_htmlpurifier_show_migrate_sigs_form();
echo '<br />';
phorum_htmlpurifier_show_form();
// vim: et sw=4 sts=4

View File

@@ -90,3 +90,4 @@ function phorum_htmlpurifier_show_config_info() {
}
// vim: et sw=4 sts=4

View File

@@ -19,3 +19,4 @@ function phorum_htmlpurifier_show_migrate_sigs_form() {
$frm->show();
}
// vim: et sw=4 sts=4

View File

@@ -73,3 +73,5 @@ function phorum_htmlpurifier_migrate_sigs($offset) {
exit;
}
// vim: et sw=4 sts=4

View File

@@ -23,3 +23,5 @@ function phorum_htmlpurifier_commit_settings() {
global $PHORUM;
return phorum_db_update_settings(array("mod_htmlpurifier"=>$PHORUM["mod_htmlpurifier"]));
}
// vim: et sw=4 sts=4