mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-9151 HTML Purifier cleaning support - enable switch is in experimental section
MDL-9435 Reviewved url cleaning in redirect()
This commit is contained in:
parent
c85607f0be
commit
e0ac8448c7
129 changed files with 10389 additions and 20 deletions
|
@ -87,6 +87,7 @@ $string['configeditordictionary'] = 'This value will be used if aspell doesn\'t
|
|||
$string['configenableajax'] = 'This setting allows you to control the use of AJAX (advanced client/server interfaces using Javascript) across the whole site. With this setting enabled users can sill make a choice in their profile, otherwise AJAX is disabled for everybody.';
|
||||
$string['configenablecourserequests'] = 'This will allow any user to request a course be created.';
|
||||
$string['configenableglobalsearch'] = 'This setting enables global text searching in resources and activities, it is not compatible with PHP 4.';
|
||||
$string['configenablehtmlpurifier'] = 'Use HTML Purifier instead of KSES for celaning of untrusted text. HTML Purifier is actively developed and is belived to be more secure, but it is more resource intensive. Expect minor visual differences in the resulting html code. Please note that embed and object tags can not be enabled, MathML tags and old lang tags are not supported. ';
|
||||
$string['configenablerssfeeds'] = 'This switch will enable RSS feeds from across the site. To actually see any change you will need to enable RSS feeds in the individual modules too - go to the Modules settings under Admin Configuration.';
|
||||
$string['configenablerssfeedsdisabled'] = 'It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.';
|
||||
$string['configenablestats'] = 'If you choose \'yes\' here, Moodle\'s cronjob will process the logs and gather some statistics. Depending on the amount of traffic on your site, this can take awhile. If you enable this, you will be able to see some interesting graphs and statistics about each of your courses, or on a sitewide basis.';
|
||||
|
@ -261,6 +262,7 @@ $string['editstrings'] = 'Edit words or phrases';
|
|||
$string['enableajax'] = 'Enable AJAX';
|
||||
$string['enablecourserequests'] = 'Enable course requests';
|
||||
$string['enableglobalsearch'] = 'Enable global search';
|
||||
$string['enablehtmlpurifier'] = 'Enable HTML Purifier';
|
||||
$string['enablerecordcache'] = 'Enable Record Cache';
|
||||
$string['enablerssfeeds'] = 'Enable RSS feeds';
|
||||
$string['enablestats'] = 'Enable statistics';
|
||||
|
|
|
@ -278,6 +278,17 @@
|
|||
URL: <a href="http://typo3.org/">http://typo3.org/</a><br />
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p><b>HTML Purifier</b> - lib/htmlpurifier</p>
|
||||
<blockquote>
|
||||
<p>Standards-compliant HTML filter library.<br />
|
||||
<br />
|
||||
CVS version: 1.60<br />
|
||||
Copyright (C) 2006 Edward Z. Yang<br />
|
||||
License: GNU LGPL<br />
|
||||
URL: <a href="http://hp.jpsband.org/">http://hp.jpsband.org/</a><br />
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
</blockquote>
|
||||
<p align="center"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue