Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 1.7.2 release notes: Difference between revisions

From MoodleDocs
m (MDLSITE-6551)
m (Protected "Moodle 1.7.2 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/releases/1.7/1.7.2}}
Release date: 30th March, 2007
Release date: 30th March, 2007


Line 6: Line 7:


* Unintended logouts are now prevented - sesskey added to logout.php script
* Unintended logouts are now prevented - sesskey added to logout.php script
* tableed problem with visible posts in user profile when "forceloginforprofiles" disabled
* Fixed problem with visible posts in user profile when "forceloginforprofiles" disabled
* tableed visibility of site blog entries
* 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
* tableed old problem with approvals in Data module, edited entries were approved automatically
* Fixed old problem with approvals in Data module, edited entries were approved automatically
* tableed escaping in shell commands (Win32 platform only)
* Fixed escaping in shell commands (Win32 platform only)
* tableed visibility of blog drafts
* Fixed visibility of blog drafts
* Rewritten parameter handling in repository plugin
* Rewritten parameter handling in repository plugin
* tableed XSS in login block
* Fixed XSS in login block


<noinclude>
<noinclude>

Latest revision as of 09:06, 25 May 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

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