dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
54d0812500
MDL-11561 tex debug leaking sensitive info; merged from MOODLE_19_STABLE
2007-12-25 11:42:45 +00:00
109e3cb281
MDL-11561 improved text filter cache resetting when settings change; fixed bug causing fatal errors if html purifier enabled during upgrade; merged from MOODLE_19_STABLE
2007-12-25 10:03:59 +00:00
7a85562ef1
MDL-12683 - fixing broken tex in windows (borked by my last commit) sorry; merged from MOODLE_19_STABLE
2007-12-20 21:37:49 +00:00
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
15fb52fbcb
MDL-8992 eoas hack added only when really needed, removed slow fullclone; merged from MOODLE_19_STABLE
2007-12-15 13:21:12 +00:00
4b991ddd18
Adding a comment pointing to MDL-3964 which explains why we leave the
...
badword in the filter span title (as I almost 'fixed it' so it couldn't
be hovered over)
2007-11-13 20:03:27 +00:00
f5ceb06a32
MDL-12039 Added ability to configure alt text when using TeX filter
2007-11-06 15:49:03 +00:00
0760ba2c40
MDL-8992 Now only appearing once per page, and XHTML compliant. Also removed an ugly browser-sniffing css hack from the quicktime plugin, and applied the same browser detection as for the other plugins
2007-11-05 14:10:27 +00:00
2f39c5ef5e
MDL-8992 Added a simple script from http://mar.anomy.net/entry/2006/11/24/02.12.18/ to the mediaplugin filter output. Works like a charm on all tested browsers
2007-11-01 13:52:15 +00:00
bad6ba65ae
Missing a stripslashes() so TeX functions didn't work
...
Merged from STABLE_18
2007-09-11 14:55:34 +00:00
07caf142d7
MDL-10092:
...
Decode HTML entities before processing.
Merged from STABLE_18
2007-09-11 13:55:33 +00:00
d93a90dcfd
MDL-11147:
...
Debug screen now supports LaTeX/Ghostscript renderer.
Merged from STABLE_18
2007-09-07 14:24:18 +00:00
13534ef716
cvsimport fixups
2007-08-29 13:10:11 +12:00
2619224c8a
MDL-10177 Applied lovely hack (not ugly!) suggested by Pablo. It's lovely because it solves an ugly design error in the previous code: modifying a parameter variable in the function body.
2007-08-20 08:40:46 +00:00
6488cec8ab
reversing a change that's making multiple mp3s not to work
2007-08-17 02:07:26 +00:00
ab52e4fa0f
merged fix for MDL-10856, mp3 filter not working in uploaded html files
2007-08-16 05:29:13 +00:00
af2fc69db2
(MDL-10155) detect failed regexes duing multilang upgrade (it was causing data loss on some sites)
2007-06-19 17:24:33 +00:00
dcb784c5de
XHTML strict. Fix entity. Merged from MOODLE_18_STABLE.
2007-05-23 10:52:16 +00:00
b698c2ab61
Check if the files exist. Display tick if they do and cross if not.
2007-05-17 17:44:06 +00:00
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
7cff0caeda
MDL-9147
2007-04-03 08:43:30 +00:00
c543cfe15f
More multilang support for site fullname, plus a couple extra comments. merged from MOODLE_18_STABLE
2007-03-30 21:10:15 +00:00
244691e250
MDL-8955 Multilang filter doesn't accept different attribute order; merged from MOODLE_18_STABLE
2007-03-20 17:14:18 +00:00
6a42a9b456
small typo in var name
...
Merged from MOODLE_18_STABLE
2007-03-19 16:12:42 +00:00
7e64d36193
MDL-8957 Multimedia filter cleanup; merged from MOODLE_18_STABLE
2007-03-19 08:09:09 +00:00
9aa9080756
Auto-linking filters: fix serious caching bug in forum mailouts
...
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.
This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
2007-03-19 06:33:45 +00:00
10ccb7a77b
MDL-8897 fixed shell commands in tex and algebra filters; merged from MOODLE_17_STABLE
2007-03-14 11:33:50 +00:00
bcb2c37a8d
merged fix for MDL-8674, realplayer multimdeia filter does not work
2007-02-27 05:33:56 +00:00
619c7447b0
MDL-8570 broken flv player embedding and outdate player
2007-02-19 11:28:12 +00:00
dbaa905e10
Now all the filters global config pages are valid XML. Related to MDL-7861
2007-01-13 20:15:09 +00:00
0f13ec8f9b
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
2007-01-08 20:30:38 +00:00
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
f6994e71fa
Flash-based filters are now strrrrrrrict AND accessible! MDL-7889
...
Unfortunately this is only possible using Javascript to rewrite the DOM, so this means Flash content won't work without Javascript on.
MDL-7861
2007-01-08 11:55:18 +00:00
7150226896
MDL-7861 xhtml strict fixes - fixed all <br> in our code
2007-01-04 23:38:17 +00:00
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
54926e7818
various accessbility fixes
2006-12-13 03:03:43 +00:00
bbb5ac9ae6
MDL-7901 allow empty spans in multilang block
2006-12-12 12:27:59 +00:00
f16242ce61
MDL-7887 Multilang upgrade to new tags in Moodle 1.8
2006-12-12 10:39:17 +00:00
2bbaf749c8
MDL-7434 all images that convey information should have alt text to convey that information - part 2
2006-11-25 18:09:33 +00:00
f4bf6a5b15
Merged two-line deletes from stable (causing notices)
2006-11-23 09:13:19 +00:00
e3bc106621
remove use of get_String("thischarset") replace it with utf-8 MDL-7570
2006-11-15 20:39:26 +00:00
83703f0862
Merged some fixes for & in XHTML
2006-10-22 08:19:41 +00:00
7eb0b60a1f
debugging and error reporting level fixes and improvements MDL-6671
2006-09-23 09:38:39 +00:00
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
5f10f77505
took out a comment, for proper debugging use the new debugging() function
2006-09-19 04:31:36 +00:00
779ef7fc0b
Fixed up some more debug statements
2006-09-18 13:26:58 +00:00
0e1cc9070b
Fixed a some debugging statements
2006-09-18 13:24:45 +00:00
3bac4f9fce
FIxed docs
2006-09-15 08:23:40 +00:00