Ankit Agarwal
12ba38e725
MDL-38466 filters: Redos protection and unit tests
2015-03-02 11:31:04 +01:00
Zachary Durber
fdab8c0a51
MDL-38466 filters: ReDoS protection for text to URL conversion.
2015-03-02 11:31:04 +01:00
David Monllao
685fba3ffe
Merge branch 'MDL-48543-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2015-02-17 11:16:03 +08:00
Damyon Wiese
77d4380533
MDL-48543 Mathjax: Update default config for JAWS Math player
...
JAWS Maths player does not recognise the math content when manually specifying the config for MathJax.
If you use one of the default config files it works.
So - we switch our config to the Accessible.js config that it is based off anyway.
There are no features changes with this approach.
Conflicts:
filter/mathjaxloader/db/upgrade.php
filter/mathjaxloader/version.php
2015-02-09 16:33:22 +08:00
Vadim Dvorovenko
d9e865148d
MDL-48955 filter_mathjax: Regexp fix for texfiltercompatibility mode
...
Fixing incorrect regexp for replacing text like
"$$a$$ and $$b$$" to "\(a\) and \(b\)". This is needed for
texfiltercompatibility to work as expected.
2015-01-29 23:16:07 +07:00
Zachary Durber
25191bc311
MDL-48546 filters: Split on all tags for multimedia filter check.
2015-01-07 18:57:05 +01:00
Zachary Durber
70229b7ec7
MDL-48546 filters: ReDoS protection for multimedia links.
2015-01-07 12:27:13 +08:00
Daniel Thies
f69e7f2263
MDL-48213 filter_algebra,filter_tex: Require sesskey for debug actions
2014-12-18 16:38:19 -06:00
Daniel Thies
cd09c30f92
MDL-48213 filter_algebra: Allow cookies in debug script
2014-12-11 19:58:40 -06:00
Tim Hunt
53d9983e93
MDL-47648 admin unit tests: fix file perms on mimetex.exe
...
This was causing the
core_admintree_testcase::test_admin_setting_configexecutable unit test
to fail.
2014-11-11 14:04:58 +00:00
Damyon Wiese
c49e848571
MDL-46748 MathJax filter: Update setting default for https cdn url.
2014-08-11 12:03:54 +08:00
Damyon Wiese
25a0be8b27
MDL-46748 MathJax filter: Make misconfigured mathjax url less "fatal" for Atto.
2014-08-11 12:03:05 +08:00
Daniel Thies
0e37d94b67
MDL-45044 filter_tex: properly escape excutable pathnames for Windows
2014-07-24 11:05:00 -05:00
Dan Poltawski
d613a0db57
Revert "MDL-46226 fix unit tests"
...
This reverts commit d927f222a9 .
2014-07-16 13:45:32 +01:00
Dan Poltawski
d927f222a9
MDL-46226 fix unit tests
2014-07-14 15:49:20 +01:00
Marina Glancy
c7bfbb01c6
MDL-46280 filter_activitynames: sort activities by length in reverse order
2014-07-08 10:55:25 +08:00
Eloy Lafuente (stronk7)
3152864fd5
Revert " MDL-45044 filter_tex: properly escape excutable pathnames for Windows"
...
This reverts commit 7eac026a02 .
2014-06-26 10:05:49 +02:00
Daniel Thies
7eac026a02
MDL-45044 filter_tex: properly escape excutable pathnames for Windows
2014-06-19 21:34:10 -05:00
Eloy Lafuente (stronk7)
7e78f9c4a5
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:16:36 +02:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Helen Foster
f15fa7a281
MDL-45410 Merge English strings from the en_fix language pack
2014-05-07 00:16:51 +02:00
Andrew Davis
feac5dc7ba
MDL-44780 filter_mathjaxloader: mathjax is now at the top of the filter list
2014-04-30 08:29:14 +08:00
Andrew Davis
0c7d3f2bc4
MDL-44780 filter_mathjaxloader: switched mathjax filter on by default
2014-04-30 08:29:13 +08:00
Dan Poltawski
28770140ed
Merge branch 'MDL-45009-master' of git://github.com/damyon/moodle
2014-04-14 12:23:57 +08:00
Damyon Wiese
f8a8610be4
MDL-45009 Tex filter: Add \( \) delimiters for 1:1 compatibility with MathJax
2014-04-14 09:57:19 +08:00
Petr Škoda
1e83288de7
MDL-44366 improve glossary filter performance
...
This should have when there are no glossaries in course or
when there are no linked entries in existing glossaries.
2014-04-14 09:42:40 +08:00
Petr Škoda
86286bdb7e
MDL-44366 bump up glossary and filter version
2014-04-14 09:42:40 +08:00
Petr Škoda
37625e2abb
MDL-44366 rework glossary filter caching
2014-04-14 09:42:39 +08:00
Damyon Wiese
16ad61bf55
MDL-43856 MathJax: Delay setting of lang until after MathJax startup
2014-04-09 16:44:40 +08:00
Damyon Wiese
22cee6a7ea
MDL-43856 MathJax: Remove unused build folder.
...
This is left over from when I renamed the module.
2014-04-07 17:21:43 +08:00
Damyon Wiese
1c9785d52d
MDL-43856 MathJAX: Small correction to readme_moodle.txt
...
The CDN urls have been moved to settings.php.
2014-04-07 15:44:06 +08:00
Damyon Wiese
aaf6f1e8f2
MDL-43856 MathJax: Dynamically load mathjax into the page (as required).
...
This is to solve a tricky edge case, when a page has no equations, and then an AJAX
action loads filtered content which contains an equation. (The glossary filter can do this).
To fix this I split the loading into configuration and typesetting. The config always happens,
but does not load the external mathjax libraries. The typesetting happens when an equation is
found - and is what triggers the load of MathJax. This can happen in response to an AJAX event.
2014-04-04 14:18:50 +08:00
Damyon Wiese
894e20395d
MDL-43856 MathJax: Add a setting for additional delimiters to support e.g. ASCIIMATH
2014-04-04 13:30:08 +08:00
Damyon Wiese
441f94b263
MDL-43856 MathJax: Coding style cleanups.
2014-04-03 14:36:42 +08:00
Damyon Wiese
cc90cedc85
MDL-43856 MathJax: Improvements to the MathJax filter
...
* Remove all traces of mathjax from the atto equation editor - it is filter agnostic
* Add a M.core.event module for core events that can be published/subscribed to by plugins (loose coupling)
* Add a FILTER_CONTENT_UPDATED event so plugins can tell the filter system when nodes are added to the page
* Implement a listener for this event in the MathJax filter
* Fire this event from the equation editor and from the glossary filter
* Add a nolink tag to the mathjax filter, so equations will not be processed by the other filters
* Add a smarter throttle function to the equation editor preview updates (Y.throttle is dumb)
2014-04-03 14:36:36 +08:00
Damyon Wiese
7f6753151e
MDL-43856 MathJax: Add a mathjax loader filter.
2014-04-03 14:36:16 +08:00
Sam Hemelryk
f94bde7250
Merge branch 'w13_MDL-44368_m27_actfilter' of https://github.com/skodak/moodle
2014-03-25 16:23:10 +13:00
Sam Hemelryk
7911effdcb
MDL-43839 fixed clean as default phpunit bugs
2014-03-24 17:10:54 +13:00
Petr Škoda
f381e6cdcc
MDL-44368 use $cm->uservisible in activity names filter
...
This allows proper linking of groupmembersonly and conditional activities.
2014-03-20 17:29:59 +08:00
Dan Poltawski
dc88f6699d
Revert "MDL-43852 Filters Fixed naked-OR conditions."
...
While the patch worked as intended, we discovered some other concerns
about use of this setting in testing.
This reverts commit 840c1c554d .
2014-03-06 09:03:19 +08:00
Gordon Bateson
840c1c554d
MDL-43852 Filters Fixed naked-OR conditions.
2014-02-28 23:55:17 +01:00
Petr Škoda
62c8032509
MDL-34347 remove all problematic global text caching
...
Instead we will create new MUC caches inside each filter plugin.
Please note that all cache filters should work with local caches
without the need of strict cache invalidation.
2014-01-14 10:49:23 +08:00
Sam Hemelryk
5be3d8d329
Merge branch 'MDL-38698-master' of git://github.com/FMCorz/moodle
2013-12-18 09:21:50 +13:00
Frederic Massart
850db41832
MDL-38698 filter_urltolink: Remove performance test in Unit Test
2013-12-17 07:03:02 +01:00
Frederic Massart
e15878798a
MDL-38698 filter_urltolink: Do not link the URL property of CSS
2013-12-17 06:58:22 +01:00
Andrew Nicols
5947ab3333
MDL-43259 JavaScript: Stop using deprecated lightbox config setting when instantiating dialogues
2013-12-11 16:56:49 +08:00
Dan Poltawski
03579d47ca
Merge branch 'MDL-42563_filter_algebra_thirdpartylibs.xml' of https://github.com/tmuras/moodle
2013-12-04 11:30:09 +08:00
Damyon Wiese
13410584be
Merge branch 'MDL-40939-master' of https://github.com/timgus/moodle
...
Conflicts:
filter/tex/version.php
lang/en/admin.php
2013-12-03 09:26:58 +08:00
Tomasz Muras
399889c11a
MDL-42563 Correct version of GPL license to GPL 2+ for AlgParser.pm
2013-11-25 11:53:18 +01:00
Tomasz Muras
fa9879782e
MDL-42563 Add thirdpartylibs.xml for AlgParser.pm.
2013-11-22 23:58:06 +01:00