Difference between revisions of "Moodle 1.7.2 release notes"
From MoodleDocs
David Mudrak (talk | contribs) m (MDLSITE-6551) |
David Mudrak (talk | contribs) Tag: Rollback |
||
Line 6: | Line 6: | ||
* Unintended logouts are now prevented - sesskey added to logout.php script | * Unintended logouts are now prevented - sesskey added to logout.php script | ||
− | * | + | * Fixed problem with visible posts in user profile when "forceloginforprofiles" disabled |
− | * | + | * Fixed visibility of site blog entries |
* Corrected wrong includes in lams | * Corrected wrong includes in lams | ||
* XSS injection in SCORM 1.2 reports | * XSS injection in SCORM 1.2 reports | ||
− | * | + | * Fixed old problem with approvals in Data module, edited entries were approved automatically |
− | * | + | * Fixed escaping in shell commands (Win32 platform only) |
− | * | + | * Fixed visibility of blog drafts |
* Rewritten parameter handling in repository plugin | * Rewritten parameter handling in repository plugin | ||
− | * | + | * Fixed XSS in login block |
<noinclude> | <noinclude> |
Revision as of 13:11, 9 August 2021
Release date: 30th March, 2007
This page shows issues resolved in this version
Security
- Unintended logouts are now prevented - sesskey added to logout.php script
- Fixed problem with visible posts in user profile when "forceloginforprofiles" disabled
- Fixed visibility of site blog entries
- Corrected wrong includes in lams
- XSS injection in SCORM 1.2 reports
- Fixed old problem with approvals in Data module, edited entries were approved automatically
- Fixed escaping in shell commands (Win32 platform only)
- Fixed visibility of blog drafts
- Rewritten parameter handling in repository plugin
- Fixed XSS in login block