This repository has been archived by the owner on May 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Error message in a link #4
Open
manolomt
wants to merge
57
commits into
master
Choose a base branch
from
MOODLE_19_STABLE
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1-19 13:19:19 +0000
…009-11-19 14:18:18 +0000
…19 14:34:10 +0000
…-11-19 14:34:10 +0000
…009-11-19 14:18:18 +0000
…-19 13:19:19 +0000
… in assignment, forum and journal get_course_unmarked() functions. CONTRIB-1620 fixed by altering how the module directory path is saved and read so that $CFG->dirroot is not stored.
…009-11-19 13:19:20 +0000
…009-11-19 13:19:19 +0000
…1-19 13:19:19 +0000
…-11-19 13:19:20 +0000
…9-11-19 13:19:19 +0000
…e. Some changes to coding style to facilitate this and general readability as well.
… remove hardcoded javascript for the modules broke a lot of things. Javascript for each module is now in a separate file, loaded at the start and the functions are referenced later as needed.
…d in the settings e.g. swapping '1' for '$this->mainobject->modulesettings['assignment']->id'
…_parent_node() which may or may not solve the sporadic issue with some instances of IE.
…z attempt. Also small code cleanups.
…mpt showed up multiple time.s Now the username only shows up once, with a count after it if there are multiples. Also small code cleanups.
… only performs DB lookups for the courses when needed no longer has hardcoded reference to the module names. Also other small code fixes.
…hat modules can append arguments to the ajax request using an optional javascript function. Also code cleanups.
… other code cleanups.
…hether students are in a course, not an enormous IN() clause, which chould avoid DB limits for very large courses. Also fixed javascript for displaying config options and ending alter pop up functions when the pop up is closed.
…isplaying CONTRIB-2126
…hat it always works.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Matt... I've installed this block on differents serves (Moodle 1.9) and I allways get the same error when clicking on the link that is on the name of each group: A pop-up window with the error message 'Course module is incorrect'.
The url in the pop-up has this format:
/mod/assignment/submissions.php?id=undefined&userid=undefined&mode=single&offset=0
Is there a quick way to override this link?
Thanks in advance for your time...
I have another problem I have not been able to solve: Strange characters are displayed when there is a tilde (aacute accent) or ñ (é instead of é, ñ instead of ñ...). The web server, database and all the tables are in UTF-8 ... The other blocks and modules that are installed are displayed correctly.
I tried to use the functions 'utf_decode', 'str_replace' or 'stripslashes', but nothing changes ... What am I doing wrong?
Thank you very much for your time.