Skip to content

Commit 552f1a1

Browse files
authored
Merge pull request #1259 from wildgirl/patch-21
Compliance with moodle.org site policy
2 parents 6deb557 + f359dab commit 552f1a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

general/community/meetings/2019/07.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Tuesday 2 July 2019, 11:00 UTC
2121
1. Developing [plugin support for the Moodle mobile app](https://docs.moodle.org/dev/Mobile_support_for_plugins)
2222
- Sam Marshall and Mark Johnson, The Open University (UK)
2323
1. Google Summer of Code 2019 projects
24-
- [Attendance password rotation/expiry](https://docs.moodle.org/dev/GSOC/2019#Attendance_password_rotation.2Fexpiry) - Mohammed Rahman and Dan Marsden
25-
- [Adding multi-class classification to machine learning backend](https://docs.moodle.org/dev/GSOC/2019#Adding_multi-class_classification_to_machine_learning_backend) - Vlad Apetrei and David Monllaó
24+
- Attendance password rotation/expiry - Mohammed Rahman and Dan Marsden
25+
- Adding multi-class classification to machine learning backend - Vlad Apetrei and David Monllaó

general/community/plugincontribution/checklist.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ See [Coding style#Functions and Methods](../../development/policies/codingstyle/
171171
### Strings
172172

173173
- Avoid hard-code texts in the code, always use `get_string()`.
174-
- Just the English strings should ship with the plugin. All other translations are supposed to be submitted as contributions at [https://lang.moodle.org](https://lang.moodle.org) once your plugin is approved - see [Translating plugins](https://docs.moodle.org/dev/Translating_plugins).
174+
- Just the English strings should ship with the plugin. All other translations are supposed to be submitted as contributions at [lang.moodle.org](https://lang.moodle.org) once your plugin is approved - see [Translating plugins](https://docs.moodle.org/en/Translating_plugins).
175175
- Your code must not rely on trailing and leading whitespace in strings.
176176
- The string file must be considered as pure data file with the syntax `$string[]('id') = 'value';`. No other PHP syntax such as [concatenation](http://php.net/manual/en/language.operators.string.php), [heredoc and nowdoc](http://php.net/manual/en/language.types.string.php) is supported by the tools that we use when processing your strings (even if it may work in Moodle itself).
177177
- The English language pack (`lang/en/`) in Moodle does not use "Capitalised Titles".
@@ -207,6 +207,7 @@ Examples of issues that will prevent your plugin from being approved:
207207
1. Compliance with [security guidelines](../../development/policies/security/index.md).
208208
1. It integrates with an external system and does not have the privacy API correctly implemented.
209209
1. It is an activity module and does not have the backup and restore API implemented.
210+
1. You must be in compliance with the [Moodle.org Site policy](https://moodle.org/admin/tool/policy/view.php?policyid=4).
210211

211212
## See also
212213

0 commit comments

Comments
 (0)