Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an option to force language of documentation links #39

Closed
wants to merge 207 commits into from

Conversation

danielneis
Copy link
Contributor

Hello,

this is the 2.3 version of the http://tracker.moodle.org/browse/MDL-23514

Hope you like,
Daniel

Aaron Barnes and others added 30 commits June 26, 2012 14:12
Also, round course grades and remove hardcoded string.

Note: This patch also removes the ability to update the course grade
from the completion interface
…tter also removed exclude parent theme stylesheet as it refered to a none existant file in base theme.
The code to upgrade attempts from before Moodle 2.0 to 2.1 created
attempt data that was not exactly the same as a new attempt created in
2.1+. This did not matter very much - revew and the quiz reports all
worked OK - but it broke on re-grade.

These changes detect the problem data in the re-grade code, an apply a
work-around so that the re-grade gives the correct result.
Also, update code to use html_writer, and fix pointer style when not
editable.
Previously, if there was a byte-order mark at the start of the file, the
import would just break, which was silly. Much better to just strip it
off.
…s_count() are good for

Initially it was not clear enough that these two methods are supposed to
be used for looking for references to a stored_file only. So the docs
comments are improved and unittests added to illustrate the usage.

The patch also removes the unittest for get_references_by_storedfile()
as its usage is already covered in other test methods.
Thanks to Jean-Michel Vedrine for spotting this.≈
…ed lang option to config.php + amended lang output in layout files. Added some css to style langmenu + removed redundant loginicon in pagelayout.css
Comparison of arrays is not locale aware.
…users

There is still some code that ignores delete_user() and instead hacks the user table directly, skip the borked user records for now when sending new passwords.
…long ago

The backup/restore leftovers that referenced these will be dropped in 2.4
micaherne and others added 17 commits July 10, 2012 10:53
…ll page footer

This should resolve problems with language switching such as when forcing course language.
- repository::copy_to_area() does not check access any more, and repository_recent::copy_to_area() is unnecessary
- added repository::file_is_accessible() that checks access to the picked file (regardless of accessibility of the file it is referencing to)
…rom moodle repositories

- MDL-33473 actually make non-js filepicker to work with local repositories
- MDL-33950 validate that file is accessible
- MDL-33837 when picking a server file marked as main, do not make it main in current filearea
…rivacy of results is set to publish full results"

This reverts commit f19cd42.
@danielneis danielneis closed this Aug 7, 2013
ctam referenced this pull request in ucsf-education/moodle Nov 30, 2015
SUP-4944 - Missing Slash IE Fix for TinyMCE Editor
mackensen pushed a commit to CLAMP-IT/moodle that referenced this pull request Jan 13, 2017
ec6abf3 updates version to v3.0.0
341fb06 Fix moodle#56: updates behat tests for Moodle 3.2
ca4556a sets version to 3.0.0-rc
154fe3f readme update [ci skip]
2f5383d Fix moodle#52: adds completion filters
980952b minor readme edit [ci skip]
0d81018 Fix moodle#55: adds a helpful default for 'filters' setting
c9533f1 Merge branches 'wip-moodle#31' and 'wip-moodle#54'
6b7516f Fix moodle#31: uses 'manager' rather than 'admin' where accurate
fa183cd Fix moodle#54: behat testing tweaks
a2d65ed requires Moodle 3.0 [ci skip]
9ae34cc Fixes moodle#53: updates readme.md documentation [ci skip]
5670f5f Fixes moodle#50: revamps most config as textarea; easier maintenance
2592044 Fixes moodle#51: avoids xdebug timeout issue on 3.2
e7829a8 sets version to MATURITY_BETA / dev [ci skip]
511ef9e Merge branches 'wip-moodle#47' and 'wip-moodle#48'
741219d Fix moodle#48: adds MOODLE_INTERNAL checks
9a1c7e9 Fix moodle#47: refactors YUI module as AMD/jQuery
86a77ce Merge branches 'wip-moodle#46' and 'wip-#45_mg31'
8123898 Fix moodle#45: allows course sorting within rubrics
ff000b5 Fix moodle#46: Tweak php.ini for travis CI [ci skip]
6afaada bumps version to 2.8.3
253badf Merge branches 'wip-moodle#41' and 'wip-moodle#42'
69f58de Fixes moodle#42: drops CI support for MOODLE_28 ci-skip
4bc4bf2 Fixes moodle#41: better handling for non-collapsible sections
87c407b releases v2.8.2 : works for M2.8+, required for M3.1
91a8b57 Merge branches 'wip-moodle#39' and 'wip-moodle#40'
360eb95 Fix #4: adopts Moodle indentation for .js files
f5ed083 updates travis config to test against MOODLE_31_STABLE [ci skip]
21369d7 Fix moodle#39: uses core coursecat instead of external lib to fetch cat
87cb15f [ci skip] sets version.php for v2.8.2-dev

git-subtree-dir: blocks/filtered_course_list
git-subtree-split: ec6abf3a516e693e88a7b05f64918519fba771ae
marinaglancy pushed a commit to marinaglancy/moodle that referenced this pull request Feb 8, 2018
MDL-61302 policy: Review lang field
dravek pushed a commit to dravek/moodle that referenced this pull request Aug 30, 2018
andyzito pushed a commit to CLAMP-IT/moodle that referenced this pull request Jan 15, 2019
4d6c22f CLAMPMail v3.3.5
3bb7bc2 Restore pre-fork copyright notices
d95c669 Issue moodle#39: update privacy provider (moodle#40)
22b63eb Raise postgresql version
eaadebe Update behat tests

git-subtree-dir: blocks/clampmail
git-subtree-split: b9d3433b431de9041206dbe313132e1f5439e208
andyzito pushed a commit to CLAMP-IT/moodle that referenced this pull request Jan 15, 2019
4d6c22f CLAMPMail v3.3.5
3bb7bc2 Restore pre-fork copyright notices
d95c669 Issue moodle#39: update privacy provider (moodle#40)
22b63eb Raise postgresql version
eaadebe Update behat tests

git-subtree-dir: blocks/clampmail
git-subtree-split: b9d3433b431de9041206dbe313132e1f5439e208
vmdef pushed a commit to vmdef/moodle that referenced this pull request Jun 17, 2022
[docs] Migrate the Activity module docs
Chocolate-lightning pushed a commit to Chocolate-lightning/moodle that referenced this pull request Feb 21, 2024
* Code checker issues on edit_ordering_form.php

* function question_register_questiontype() not needed in questiontype.php

* Code checker issues in questiontype.php

* Code checker issues in question.php

* Code checker issues in renderer.php

* Code checker issues in version.php
@github-actions github-actions bot locked and limited conversation to collaborators Feb 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.