Petr Skoda
8e5c60bd56
MDL-22054 converting block name strings to pluginname
...
AMOS START
MOV [latestnews,core],[pluginname,block_news_items]
AMOS END
2010-04-11 11:29:39 +00:00
Petr Skoda
aaa5c766bf
MDL-22054 converting block name strings to pluginname
...
AMOS START
MOV [blocktagstitle,core_blog],[pluginname,block_blog_tags]
AMOS END
2010-04-11 11:05:46 +00:00
Petr Skoda
34ac830c96
MDL-22054 converting block name strings to pluginname
...
AMOS START
MOV [blockname,block_blog_recent],[pluginname,block_blog_recent]
AMOS END
2010-04-11 11:01:41 +00:00
Petr Skoda
c145018038
MDL-22054 converting block name strings to pluginname
...
AMOS START
MOV [adminbookmarks,core],[pluginname,block_admin_bookmarks]
AMOS END
2010-04-11 10:53:04 +00:00
Petr Skoda
f62493d8a6
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [thislanguage,core],[thislanguage,core_langconfig]
AMOS END
2010-04-10 18:29:27 +00:00
Petr Skoda
e372f4c7c1
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [thisdirection,core],[thisdirection,core_langconfig]
AMOS END
2010-04-10 18:26:20 +00:00
Petr Skoda
9006ded3a7
MDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye, RIP
2010-04-10 18:20:54 +00:00
Petr Skoda
6cf9b98a4a
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [strftimedate,core],[strftimedate,core_langconfig]
MOV [strftimedatefullshort,core],[strftimedatefullshort,core_langconfig]
MOV [strftimedateshort,core],[strftimedateshort,core_langconfig]
MOV [strftimedatetime,core],[strftimedatetime,core_langconfig]
MOV [strftimedatetimeshort,core],[strftimedatetimeshort,core_langconfig]
MOV [strftimedaydate,core],[strftimedaydate,core_langconfig]
MOV [strftimedaydatetime,core],[strftimedaydatetime,core_langconfig]
MOV [strftimedayshort,core],[strftimedayshort,core_langconfig]
MOV [strftimedaytime,core],[strftimedaytime,core_langconfig]
MOV [strftimemonthyear,core],[strftimemonthyear,core_langconfig]
MOV [strftimerecent,core],[strftimerecent,core_langconfig]
MOV [strftimerecentfull,core],[strftimerecentfull,core_langconfig]
MOV [strftimetime,core],[strftimetime,core_langconfig]
AMOS END
2010-04-10 18:15:30 +00:00
Petr Skoda
bf69b06d1b
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [locale,core],[locale,core_langconfig]
MOV [localewin,core],[localewin,core_langconfig]
MOV [localewincharset,core],[localewincharset,core_langconfig]
MOV [oldcharset,core],[oldcharset,core_langconfig]
AMOS END
2010-04-10 17:54:39 +00:00
Petr Skoda
0a933ae65d
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [firstdayofweek,core],[firstdayofweek,core_langconfig]
AMOS END
2010-04-10 17:44:05 +00:00
Petr Skoda
4248b15cf8
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [backupnameformat,core],[backupnameformat,core_langconfig]
AMOS END
2010-04-10 17:35:19 +00:00
Petr Skoda
61bb07c257
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [alphabet,core],[alphabet,core_langconfig]
AMOS END
2010-04-10 17:30:00 +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
Inaki
cf4e7548a8
filter tex: MDL-10197 Quality improvement of TeX-images by using PNG format.
...
It seems some TeX installs use a convert utility that renders poor quality
images when using the GIF format, but render good ones when using PNG. If
all the needed tools are available, let the admin choose the preferred
output format.
Merged from MOODLE_19_STABLE
2010-04-10 00:19:22 +00:00
Dongsheng Cai
535b4a51c1
MDL-21941, change language strings for comments api
2010-04-08 01:53:48 +00:00
Helen Foster
29a8af3f4d
MDL-19401 moving exercise help files thanks to Andrea Bicciolo
2010-04-07 20:27:41 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Dongsheng Cai
4b201bc6f5
MDL-19118, comments api improvement
2010-04-07 06:42:17 +00:00
Petr Skoda
2972166b62
MDL-20204 not necessary to refresh styles after upgrade any more
2010-04-06 18:36:50 +00:00
Helen Foster
4090dab428
MDL-22029 obsolete help file index removal
2010-04-06 15:41:47 +00:00
Helen Foster
fc44deb08f
MDL-22029 obsolete help file index removal
2010-04-06 15:24:53 +00:00
Helen Foster
3b9cc3e0ec
MDL-21218 new help file thanks to David Mudrak for help with wording
2010-04-02 12:38:28 +00:00
Helen Foster
b13a608582
lang string MDL-21218 small rewording
2010-04-02 12:03:56 +00:00
Petr Skoda
b3130713af
MDL-21694 moving message processor strings to correct plugin location
2010-04-01 19:43:07 +00:00
Petr Skoda
a845d68b9f
MDL-21694 moving filters strings to correct plugin location
2010-04-01 19:27:30 +00:00
Dongsheng Cai
34e20eb422
"MDL-19118, improve comments management"
2010-03-31 09:53:05 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Dongsheng Cai
d1d4813ff2
"MDL-21146, improve file license code"
2010-03-31 03:08:05 +00:00
David Mudrak
5275be9f82
MDL-21694 Deleting obsolete README
2010-03-29 22:21:24 +00:00
David Mudrak
ab922e77e0
MDL-21694 Removing string files of obsoleted modules
2010-03-29 22:21:10 +00:00
David Mudrak
9d68aee786
MDL-21694 Moving question formats strings
2010-03-29 22:20:53 +00:00
David Mudrak
5f25151054
MDL-21694 Moving SCORM strings
2010-03-29 22:20:18 +00:00
David Mudrak
60b00b6d99
MDL-21694 Moving IMSCP strings
2010-03-29 22:19:56 +00:00
David Mudrak
f312fe1a9e
MDL-21694 Moving theme strings into plugin space
2010-03-29 22:19:33 +00:00
David Mudrak
05162f4058
MDL-21694 Moving Tidy filter strings
2010-03-29 20:52:52 +00:00
David Mudrak
57223fbe95
MDL-21694 Moving Wiki strings
2010-03-29 20:52:30 +00:00
David Mudrak
7ae8954a02
MDL-21694 Moving URL strings
2010-03-29 20:52:07 +00:00
David Mudrak
1df58edc0f
MDL-21694 Moving Survey strings
2010-03-29 20:51:45 +00:00
David Mudrak
d8753184ec
MDL-21694 Moving Resource strings
2010-03-29 20:51:22 +00:00
David Mudrak
200fe7f26b
MDL-21694 Moving Page strings
2010-03-29 20:50:58 +00:00
David Mudrak
2476f5f22c
MDL-21694 Moving Lesson strings
2010-03-29 20:50:35 +00:00
David Mudrak
d8a8183033
MDL-21694 Moving Label strings
2010-03-29 20:50:12 +00:00
David Mudrak
afbbc6c0f6
MDL-21694 Moving Hotpot strings
2010-03-29 20:49:50 +00:00
David Mudrak
3158eb9350
MDL-21694 Moving Glossary strings
2010-03-29 20:49:28 +00:00
David Mudrak
ffbb41f48f
MDL-21694 Moving Forum strings
2010-03-29 20:49:05 +00:00
David Mudrak
81144b026f
MDL-21694 Moving Folder strings
2010-03-29 20:48:42 +00:00
David Mudrak
675aa51db3
MDL-21694 Moving Feedback module strings
2010-03-29 20:48:20 +00:00
David Mudrak
dee576ebba
MDL-21694 Moving editors strings into plugin space
2010-03-29 20:47:57 +00:00
David Mudrak
eea1d899bc
MDL-21694 Moving Choice module lang file
2010-03-29 20:47:23 +00:00