Issue Details (XML | Word | Printable)

Key: MDL-17617
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Petr Skoda
Reporter: Dan Poltawski
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Remove snoopy from Moodle 2.0

Created: 12/Dec/08 06:07 PM   Updated: 09/Jan/09 12:01 AM
Return to search
Component/s: Lib
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Dan Poltawski and Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
The curl php extension is now a requirement so we can switch away from snoopy and loose the problems of external security vulnerabilities in snoopy and switch to consistent use of the curl class.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda made changes - 08/Jan/09 11:53 PM
Field Original Value New Value
Assignee moodle.com [ moodle.com ] Petr ?koda [ skodak ]
Petr Skoda committed 2 files to 'Moodle CVS' - 09/Jan/09 12:01 AM
MDL-17617 removed some uses of snoopy library
MODIFY mod/resource/lib.php   Rev. 1.108    (+1 -51 lines)
MODIFY lib/filelib.php   Rev. 1.119    (+1 -63 lines)
Petr Skoda added a comment - 09/Jan/09 12:01 AM
the problem here is that the hive resource plugin and its SSO still uses snoopy lib, but nobody is maintaining that

Petr Skoda committed 2 files to 'Moodle CVS' - 18/Jan/09 03:46 AM
MDL-17617 - fixed regressions - missing $ch
MODIFY lib/filelib.php   Rev. 1.125    (+5 -2 lines)
MODIFY lib/filelib.php   Rev. 1.124    (+4 -2 lines)
Petr Skoda committed 5 files to 'Moodle CVS' - 18/Jan/09 05:25 AM
MDL-17617 - installation session related improvements; logout fixes + other improvements
MODIFY lib/sessionlib.php   Rev. 1.28    (+35 -12 lines)
MODIFY admin/settings/server.php   Rev. 1.60    (+2 -2 lines)
MODIFY admin/index.php   Rev. 1.357    (+11 -2 lines)
MODIFY login/index.php   Rev. 1.145    (+2 -2 lines)
MODIFY auth/shibboleth/login.php   Rev. 1.8    (+2 -2 lines)