Issue Details (XML | Word | Printable)

Key: MDL-8542
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: Petr Skoda
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

External db auth cleanup - META

Created: 16/Feb/07 06:39 PM   Updated: 29/Dec/07 11:31 PM
Return to search
Component/s: Authentication
Affects Version/s: 1.8
Fix Version/s: 1.8

Issue Links:
Dependency

Participants: Petr Skoda
Security Level: None
Resolved date: 16/Feb/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
all that needs to be fixed in external db auth plugin

so far I have found & patched following:

* configurable encoding conversions
* fixed handling of magic quotes
* proper sybase quoting
* adodb debug mode
* fixed language strings
* sha1 support
* connection setup command (use names 'utf8')
* mysqli support
* general cleanup and minor fixing

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda made changes - 16/Feb/07 06:40 PM
Field Original Value New Value
Link This issue will help resolve MDL-7205 [ MDL-7205 ]
Petr Skoda made changes - 16/Feb/07 06:40 PM
Link This issue will help resolve MDL-5277 [ MDL-5277 ]
Petr Skoda made changes - 16/Feb/07 06:40 PM
Link This issue will help resolve MDL-4813 [ MDL-4813 ]
Petr Skoda made changes - 16/Feb/07 06:41 PM
Link This issue will help resolve MDL-7718 [ MDL-7718 ]
Petr Skoda made changes - 16/Feb/07 06:41 PM
Link This issue will help resolve MDL-6123 [ MDL-6123 ]
Petr Skoda made changes - 16/Feb/07 06:41 PM
Link This issue will help resolve MDL-8479 [ MDL-8479 ]
Petr Skoda made changes - 16/Feb/07 06:44 PM
Description all that needs to be fixed in external db auth plugin all that needs to be fixed in external db auth plugin

so far I have found & patched following:

* configurable encoding conversions
* fixed handling of magic quotes
* proper sybase quoting
* adodb debug mode
* fixed language strings
* sha1 support
* connection setup command (use names 'utf8')
* mysqli support
* general cleanup and minor fixing
Petr Skoda added a comment - 16/Feb/07 06:57 PM
fixed in cvs

Petr Skoda made changes - 16/Feb/07 06:57 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Petr Skoda added a comment - 16/Feb/07 07:03 PM
only this bug links to commit

Petr Skoda committed 4 files to 'Moodle CVS' - 16/Feb/07 07:45 PM
MDL-8542 External db auth cleanup

* configurable encoding conversions
* fixed handling of magic quotes
* proper sybase quoting
* adodb debug mode
* fixed language strings
* sha1 support
* connection setup command (use names 'utf8')
* mysqli support
* form field labels
* general cleanup and minor fixing
MODIFY auth/db/auth_db_sync_users.php   Rev. 1.3    (+16 -13 lines)
MODIFY auth/db/config.html   Rev. 1.16    (+86 -24 lines)
MODIFY lang/en_utf8/auth.php   Rev. 1.19    (+15 -4 lines)
MODIFY auth/db/auth.php   Rev. 1.12    (+198 -126 lines)
Petr Skoda committed 4 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 16/Feb/07 07:48 PM
MDL-8542 External db auth cleanup

* configurable encoding conversions
* fixed handling of magic quotes
* proper sybase quoting
* adodb debug mode
* fixed language strings
* sha1 support
* connection setup command (use names 'utf8')

backported from HEAD
* mysqli support
* form field labels
* general cleanup and minor fixing
MODIFY auth/db/auth.php   Rev. 1.11.2.1    (+198 -126 lines)
MODIFY auth/db/config.html   Rev. 1.15.2.1    (+86 -24 lines)
MODIFY auth/db/auth_db_sync_users.php   Rev. 1.2.2.1    (+16 -13 lines)
MODIFY lang/en_utf8/auth.php   Rev. 1.18.2.1    (+15 -4 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 16/Feb/07 07:55 PM
MDL-8542 External db auth cleanup
* some more sync script fixing
MODIFY auth/db/auth_db_sync_users.php   Rev. 1.4    (+4 -5 lines)
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 16/Feb/07 07:56 PM
MDL-8542 External db auth cleanup
* some more sync script fixing

backported from HEAD
MODIFY auth/db/auth_db_sync_users.php   Rev. 1.2.2.2    (+4 -5 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 16/Feb/07 08:26 PM
Translated new strings and brushed up some strings for auth MDL-8542.
MODIFY ja_utf8/auth.php   Rev. 1.28    (+14 -3 lines)
martignoni committed 1 file to 'Lang CVS' - 17/Feb/07 11:40 PM
MDL-8542 External db auth cleanup

* configurable encoding conversions
* fixed handling of magic quotes
* proper sybase quoting
* adodb debug mode
* fixed language strings
* sha1 support
* connection setup command (use names 'utf8')
* mysqli support
* form field labels
* general cleanup and minor fixing
MODIFY fr_utf8/auth.php   Rev. 1.19    (+84 -73 lines)
Petr Skoda made changes - 21/Feb/07 12:39 AM
Link This issue will be resolved by MDL-8590 [ MDL-8590 ]
Dan Poltawski made changes - 29/Dec/07 11:31 PM
Link This issue will help resolve MDL-8201 [ MDL-8201 ]