Eloy Lafuente (stronk7)
57ea6753d3
MDL-62361 versions: bump all versions and requires near release
...
version = 2018051400 release version
requires= 2018050800 current beta+ (week4roll1) version
2018-05-09 02:46:30 +02:00
Andrew Nicols
e484db7c94
MDL-61896 filter: Implement privacy API for all filters
2018-04-08 15:55:37 +08:00
Eloy Lafuente (stronk7)
ba854606e6
MDL-60764 versions: bump all versions and requires near release
...
version = 2017111300 release version
requires= 2017110800 current rc2 version
2017-11-10 02:52:53 +01:00
Eloy Lafuente (stronk7)
d989ee1e03
MDL-58853 versions: bump all versions and requires near release
...
version = 2017051500 release version
requires= 2017050500 current rc1 version
2017-05-09 02:58:28 +02:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01: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
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Petr Škoda
c169e58048
MDL-42243 fix filter settings regression and support standard settings.php
2013-10-12 13:38:34 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Petr Skoda
9c89c04af5
MDL-30007 standardise filter version files
2011-11-29 21:15:42 +01:00
David Mudrak
dcfffe3072
MDL-24531 Extend filter manager API so that options can be passed to the filters
...
The only option passed at the moment is the original format in which the
user inserted the text. Other options can be added later if/when needed.
2010-10-07 08:57:20 +00:00
Petr Skoda
35716b8682
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;?improved php docs; fixed upgrade of filters (should be in plugins, not core)
2010-07-30 20:51:01 +00:00
Petr Skoda
dbf9e4bae3
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
2010-07-13 13:56:55 +00:00
Petr Skoda
c9042db5c7
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [parentlanguage,core],[parentlanguage,core_langconfig]
AMOS END
2010-04-10 18:01:49 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Petr Skoda
a845d68b9f
MDL-21694 moving filters strings to correct plugin location
2010-04-01 19:27:30 +00:00
Petr Skoda
4317f92f3f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:51:40 +00:00
tjhunt
ccc161f8f0
filters: MDL-7336 change weblib to use the new code
...
* Rename filter base class from filter_base to moodle_text_filter
* Remove unnecessary explicit constructors in moodle_text_filter
subclasses
* New filter_manager class, rather than static methods in filter_base
* Move some logic out of weblib, and into filter_manager
* Count filtering ops when $CFG->perfdebug on, via
performance_measuring_filter_manager
* Kill unused filter_string function. Petr said it should have been
private to weblib
2009-04-13 06:56:32 +00:00
dongsheng
9e3f34d1c7
"FILTER/MDL-14582, filters 2.0, compatible with old filters"
2008-12-19 02:16:00 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
skodak
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
skodak
244691e250
MDL-8955 Multilang filter doesn't accept different attribute order; merged from MOODLE_18_STABLE
2007-03-20 17:14:18 +00:00
skodak
bbb5ac9ae6
MDL-7901 allow empty spans in multilang block
2006-12-12 12:27:59 +00:00
skodak
f16242ce61
MDL-7887 Multilang upgrade to new tags in Moodle 1.8
2006-12-12 10:39:17 +00:00
moodler
3bac4f9fce
FIxed docs
2006-09-15 08:23:40 +00:00
skodak
9fecfdfb83
Bug #6245 - rewritten multilang filter
2006-08-14 07:46:03 +00:00
stronk7
c67303bd97
Soled bug 6089 plus some minor iteration savings...
...
(http://moodle.org/bugs/bug.php?op=show&bugid=6089 )
Merged from MOODLE_16_STABLE
2006-07-15 08:39:50 +00:00
thepurpleblob
0fade9ed01
Merged from STABLE
2006-07-06 14:01:52 +00:00
stronk7
c738a0920f
Nobody is now calling get_string_from_file(). And the multilang filter supports
...
utf8 langs too
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 15:46:01 +00:00
stronk7
5510ae0f27
Some typos solved. :-|
...
Merged from MOODLE_15_STABLE
2005-11-16 23:05:09 +00:00
stronk7
1f6d63e8d1
Updated a bit to explain how the multilang filter works.
...
Merged from MOODLE_15_STABLE
2005-11-16 19:51:37 +00:00
moodler
a630afdc57
Merged multilang fix from stable again
2005-07-12 17:10:33 +00:00
moodler
563fa6199d
Merged "8" fixed fix
2005-07-12 15:10:47 +00:00
moodler
2b573acb6f
Merged utf8 fix from stable
2005-07-12 12:27:55 +00:00
defacer
fde4a0941b
New extended multilang filter!
...
Now does lang replacement for each "langblock" (many lang-enabled tags
bunched together with only whitespace between), allowing:
* Multiple langblocks per filtered text
* Non-lang-translated content before, after, and between langblocks
This should be solving bugs 2878 and 2879. Buy one, get one free.
2005-05-19 17:32:30 +00:00
stronk7
2086597256
Now we support both uppercase and lowercase lang tags, and the separator
...
can be both the hypen and the underscore characters.
Everything is converted to Moodle's (lowercase with hypen) langs.
And the filter returns the full text if some exception happens (bad build
lang tags). Actually it was returning an empty string on error.
Should we be a stricter allowing only the correct langs????
2005-04-28 16:33:15 +00:00
stronk7
87cf01aef5
Now multilang filter supports both the
...
<lang lang="XX> and the <span lang="XX"> syntaxes. Bug 3057.
(http://moodle.org/bugs/bug.php?op=show&bugid=3057 )
2005-04-27 22:17:44 +00:00
stronk7
71c235bca4
New release of the multilang filter:
...
- 100% compatible with previous "Multilang" filter.
- Supports a new "short" syntax to make things easier. Simply use:
<lang lang="XX">
- It needs less resources and executes faster.
- It Allows any type of content to be used. No restrictions at all!
Merged from MOODLE_14_STABLE
2004-11-07 17:11:57 +00:00
moodler
6d9b3de4e0
Auto-detection of type, apparently.
2004-09-13 08:21:46 +00:00
moodler
b797605898
Merged XML UTF-8 fixed from stable (see bug 1927)
2004-09-13 08:17:09 +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
moodler
4da85078e9
Changed the name of all filters to be consistent.
...
Removed texh filter
2004-02-17 05:22:26 +00:00
moodler
eea2335afe
Multi-lang filter can flag a text as not being cacheable
2004-02-10 10:01:42 +00:00