Helen Foster
b61b927356
MDL-55661 lang: Merge English strings from the en_fix language pack
2016-08-25 14:38:07 +02:00
Stephen Bourget
9f03fc3119
MDL-55464 mod_label: Add view permissions
2016-08-04 21:27:02 -04:00
David Monllao
c827acae2d
MDL-53221 search: Renaming search areas
...
AMOS BEGIN
CPY [modulename,mod_folder],[search:activity,mod_folder]
CPY [modulename,mod_label],[search:activity,mod_label]
CPY [modulename,mod_page],[search:activity,mod_page]
CPY [modulename,mod_resource],[search:activity,mod_resource]
CPY [modulename,mod_url],[search:activity,mod_url]
AMOS END
2016-05-16 13:02:02 +08:00
David Monllao
e2be996171
MDL-31989 search: New search areas
...
Some search areas have been introduced as part of the initial search API
and search engine API implementation.
- Forum posts
- Glossary enties
- All moodle activities
2016-02-23 10:47:57 +00:00
Sam Hemelryk
53945f38d6
MDL-41176 mod_label: unified @package use
2014-02-16 11:48:00 +13:00
Davo Smith
66079e28fd
MDL-38367 course dndupload - various tweaks to the UI
...
Switched to Moodle-style dialog boxes (thanks Andrew for the pointer)
Enter button now submits the form (from within the 'name' field)
Upload button is disabled when the name is empty (if the name is required for the selected handler)
Dialog now has 'What do you want to do with this text?' and 'Name' for the text
Entire course section now has a class added when you drag over it (to enable it to be styled in the future)
2013-03-11 22:44:55 +00:00
Davo Smith
5efae6823d
MDL-33946 mod_label - create label from text dragged and dropped into the course
2013-02-28 21:43:30 +00:00
Davo Smith
fbe4579250
MDL-34137 mod_label - resize images when uploaded via drag & drop
2013-02-08 08:13:24 +00:00
Davo Smith
785e09a7e3
MDL-32456 mod_label - support course drag and drop upload images to create labels
2013-02-08 08:13:24 +00:00
Andrew Robert Nicols
0080872fc4
MDL-33608 Correct modulename_link for the label module
2012-06-11 12:41:25 +01:00
Helen Foster
2e6b68f4a8
MDL-32925 lang: Add extended help texts for all modules
...
Thanks to Mary Cooch & Martin Dougiamas who contributed to this
rewording.
AMOS BEGIN
REM These module help texts are going to be displayed more prominently in the Moodle interface
AMOS END
2012-05-18 00:27:04 +08:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
David Mudrak
370d793c98
MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
...
AMOS BEGIN
MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
MOV [dataadministration,mod_data],[pluginadministration,mod_data]
MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
MOV [labeladministration,mod_label],[pluginadministration,mod_label]
MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
MOV [pageadministration,mod_page],[pluginadministration,mod_page]
MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
MOV [urladministration,mod_url],[pluginadministration,mod_url]
MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
2010-08-17 17:35:12 +00:00
Petr Skoda
9516942ac6
MDL-21249 improved php docs and adding copyright blocks
2010-07-25 11:06:52 +00:00
Petr Skoda
e21b850a05
MDL-23318 adding missing label string, hopefully to be renamed later
2010-07-15 20:16:47 +00:00
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
Helen Foster
50f623590b
MDL-21695 adding help strings
2010-04-27 14:32:09 +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