13 Commits

Author SHA1 Message Date
Martin Dougiamas
9a5b90053b MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
 CPY [modulename,assignment],[pluginname,assignment]
 CPY [modulename,chat],[pluginname,chat]
 CPY [modulename,choice],[pluginname,choice]
 CPY [modulename,data],[pluginname,data]
 CPY [modulename,feedback],[pluginname,feedback]
 CPY [modulename,folder],[pluginname,folder]
 CPY [modulename,forum],[pluginname,forum]
 CPY [modulename,glossary],[pluginname,glossary]
 CPY [modulename,hotpot],[pluginname,hotpot]
 CPY [modulename,imscp],[pluginname,imscp]
 CPY [modulename,label],[pluginname,label]
 CPY [modulename,lesson],[pluginname,lesson]
 CPY [modulename,page],[pluginname,page]
 CPY [modulename,quiz],[pluginname,quiz]
 CPY [modulename,resource],[pluginname,resource]
 CPY [modulename,survey],[pluginname,survey]
 CPY [modulename,url],[pluginname,url]
 CPY [modulename,wiki],[pluginname,wiki]
 CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Dongsheng Cai
195827d35b MDL-23019, fixed post_form validation function. 2010-07-02 03:26:55 +00:00
Martin Dougiamas
e2f6bddc04 MDL-22204 Updated two strings for forum RSS links to make them shorter. Thanks AMOS! 2010-05-13 02:25:44 +00:00
Helen Foster
3bbb63ea04 MDL-21695 adding help link string 2010-05-05 11:47:29 +00:00
David Mudrak
4be9b12824 MDL-21695 Help strings use Markdown format from now on 2010-05-03 16:49:07 +00:00
David Mudrak
530d2d72e4 MDL-21695 Forum module now uses new help strings
AMOS BEGIN
 HLP forum/assessaggregate.html,[aggregatetype_help,mod_forum]
 HLP forum/attachment2.html,[attachment_help,mod_forum]
 HLP forum/displayperiod.html,[displaystart_help,mod_forum]
 HLP forum/displayperiod.html,[displayend_help,mod_forum]
 HLP forum/forumtype.html,[forumtype_help,mod_forum]
 HLP forum/forumtypenews.html,[namenews_help,mod_forum]
 HLP forum/manageposts.html,[blockperiod_help,mod_forum]
 HLP forum/manageposts.html,[blockafter_help,mod_forum]
 HLP forum/manageposts.html,[warnafter_help,mod_forum]
 HLP forum/maxattachments.html,[maxattachments_help,mod_forum]
 HLP forum/maxattachmentsize.html,[maxattachmentsize_help,mod_forum]
 HLP forum/mods.html,[modulename_help,mod_forum]
 HLP forum/ratings.html,[separatedandconnectedinfo,core]
 HLP forum/rssarticles.html,[rssarticles_help,mod_forum]
 HLP forum/rsstype.html,[rsstype_help,mod_forum]
 HLP forum/subscription2.html,[subscriptionmode_help,mod_forum]
 HLP forum/subscription.html,[subscription_help,mod_forum]
 HLP forum/trackingtype.html,[trackingtype_help,mod_forum]
AMOS END
2010-04-30 16:35:55 +00:00
Helen Foster
dbbd8e9fd1 MDL-21695 adding help strings 2010-04-26 08:28:50 +00:00
Helen Foster
a1397e4f88 MDL-21695 adding help strings 2010-04-24 21:11:39 +00:00
Martin Dougiamas
6595a5681e ratings MDL-21657 Improving capabilities for ratings.
Rather than performing complicated upgrade procedures from the old (broken) logic in three activity modules, we are adding new capabilities to those three modules to make them all consistent, and using them in a callback from the Ratings API.  This is the same as the Comments API.

The downside is that two sets of capabilities need to be enabled for ratings to work.  Hopefully this can be mitigated somewhat when build some sort of shortcuts on the module settings forms to set capabilities.  In the meantime, the effect is reduced somewhat by having all the rating capabilities enabled by default for student and teacher roles.  This means control is in the hands of whatever the modules have set, giving very close backward compatibility.

This is not the perfect solution, but neither were the other two.
2010-04-23 05:42:22 +00:00
Helen Foster
3c9076c2e1 MDL-21695 adding help strings 2010-04-22 15:38:54 +00:00
Sam Hemelryk
afef965e28 mod-forum MDL-22114 Enhanced navigation options for forum in regards to subscription. 2010-04-21 08:05:03 +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