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

Moodle 2.2 Fixes #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Moodle 2.2 Fixes #1

wants to merge 2 commits into from

Conversation

steelej
Copy link

@steelej steelej commented Mar 12, 2012

Hi there. We use Face to Face here at Queen's University, and one of the tasks that we need to get done prior to migrating from 1.9.X to 2.2.X is to make Face to Face compatible. To that end I've been doing some work on it.

Fixed "Help Icon" popup and hover text formatting. The en lang file had valid html in them, but it was producing some weird looking/invalid pages. Haven't checked other lang files.

Made it so sidebars appear in all facetoface pages. Changed require_course_login calls to specify $cm where possible, added $PAGE->set_layout where not.

Fixed Add/Remove Attendees. Searching wasn't functioning at all. Reworked to use $DB->sql_like built in functions, with records instead of recordsets.

Fixed export functionality. Was broken in developer mode due to warnings/errors being printed, and there were issues with duplicate IDs in the data it was exporting.

steelej and others added 2 commits March 12, 2012 14:09
Made it so sidebars appear in all facetoface screens.
Fixed Add/Remove Attendees.
Fixed export functionality.
@ghost ghost assigned aly Apr 25, 2012
@aly
Copy link
Contributor

aly commented May 17, 2012

Hi,

Sorry it has taken me so long to get to this. Your patch looks good and has fixed some things I've missed unfortunately it is no longer based off the latest patchset and needs to be rebased. If you could do this I will merge it in.

Thanks,
Alastair

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants