stronk7
aab0cd1851
MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE
2009-02-15 23:23:41 +00:00
stronk7
e6b3d18342
MDL-17518 resource names filter: Improve handling when name contains htmlentities() chars. Merged from 19_STABLE
2008-12-07 17:34:37 +00:00
skodak
5f5cd33c1d
MDL-15114 resource mod converted
2008-06-04 00:04:03 +00:00
poltawski
0bf540bb64
MDL-2013 - stop resource auto-linking from occuring when resources are hidden
...
merged from MOODLE_19_STABLE
2007-12-26 17:44:45 +00:00
martinlanghoff
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
skodak
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
stronk7
f4ba785b13
Solved one problem with frames and activitynames filter.
...
(http://moodle.org/mod/forum/discuss.php?d=28382 )
Merged from MOODLE_15_STABLE
2006-01-11 15:22:13 +00:00
stronk7
bcbebdc53b
Avoid empty or unlinkable activity names.
...
Merged from MOODLE_15_STABLE
2005-09-05 22:34:18 +00:00
mjollnir_
0283911078
Merged from MOODLE_15_STABLE: Preventing another warning. In some cases in the calendar blocks, resource filtering gets called with no courseid
2005-08-31 06:13:26 +00:00
stronk7
9f7fa650a5
Now resource autolinking filter is optimised too, so all the autolinking
...
filters are using latest improvements.
Only Bug 3138 remains open and is important. I've its solution at home and
I'll post it in some hours. Just testing it against PHP4 and PHP5.
(http://moodle.org/bugs/bug.php?op=show&bugid=3138 )
2005-05-06 18:15:21 +00:00
moodler
d38577e226
Simplify autolink styles to "modulename autolink"
2005-03-15 08:38:27 +00:00
moodler
3e88d524ad
New faster filters!
2005-03-04 10:13:42 +00:00
julmis
5096a8eada
Adding <span class="nolink"> excluding.
2005-01-30 14:21:52 +00:00
gustav_delius
d1290cec39
fixed capitalization and quoting of attribute values
2004-09-12 17:34:35 +00:00
gustav_delius
222ac91bc9
removed unnecessary calls to get_site()
2004-08-29 14:15:40 +00:00
moodler
df1c46115b
Improvement to filters, providing speed boost AND better compatibility
...
with Turck MMCache.
Filter function must now have a particular name
eg resource_filter
where "resource" is the name of the directory that filter.php is in.
2004-08-08 06:57:44 +00:00
stronk7
2ed07cc70a
Solved bug 1491 in all the "linking" filters.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1491 )
Bugfix 001
2004-05-30 01:00:16 +00:00
stronk7
d1aebae82e
Now only integers < 1000 are avoided... Bug 1441
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1441 )
2004-05-23 18:20:50 +00:00
stronk7
bbb9be5c9f
Avoid filtering names whose lenght is 2 or less chars.
...
Bug 1441.
(http://moodle.org/bugs/bug.php?op=show&bugid=1441 )
2004-05-23 11:49:58 +00:00
moodler
d6533f314c
Strip tags from Resource names before filtering bug 1418
2004-05-17 16:04:05 +00:00
moodler
d5aacf3e04
Resource auto-linking filter! Developed by Eloy - thanks! (see bug 1389)
2004-05-16 06:41:39 +00:00