|
|
|
File Attachments:
|
1.
big_bulk1.patch (136 kB)
|
|
Issue Links:
|
Dependency
|
|
This issue will help resolve:
|
|
|
MDL-11424 mform1 form has no properties in moodle19/admin/user/user_bulk.php
|
|
|
|
|
MDL-11755
hard coded lang strings in user_bulk.php
|
|
|
|
|
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
MDL-10464
Allow administrators dowloading all users to a file
|
|
|
|
|
|
|
|
|
|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
13/Nov/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
There are several problems:
1/ unitialized arrays - XSS
2/ bad sql syntax - wrong quotes used in filters
3/ incorrect use of formslib - not nice at all, very fragile and hackish
4/ user filters ORed, should be ANDed - we can simulate OR by select all + clearing the filters, we can not do AND filters now
5/ localization unfinished and problematic
6/ hardcoded guest user id
7/ some more...
Solution:
* split the forms
* move the data processing logic from forms
* general cleanup
|
|
Description
|
There are several problems:
1/ unitialized arrays - XSS
2/ bad sql syntax - wrong quotes used in filters
3/ incorrect use of formslib - not nice at all, very fragile and hackish
4/ user filters ORed, should be ANDed - we can simulate OR by select all + clearing the filters, we can not do AND filters now
5/ localization unfinished and problematic
6/ hardcoded guest user id
7/ some more...
Solution:
* split the forms
* move the data processing logic from forms
* general cleanup |
Show » |
committed 32 files to 'Moodle CVS' - 13/Nov/07 05:43 PM
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
|
|
|
committed 32 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 13/Nov/07 06:02 PM
MFC: MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
|
|
|
martignoni committed 4 files to 'Lang CVS' - 13/Nov/07 11:13 PM
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
|
|
|
martignoni committed 3 files to 'Lang CVS' - 14/Nov/07 12:39 AM
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
|
|
|
martignoni committed 1 file to 'Lang CVS' - 14/Nov/07 02:42 AM
MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing
|
|
|
committed 5 files to 'Lang CVS' - 14/Nov/07 09:58 AM
Translated a new string for user bulk operation and admin user browsing MDL-12101.
Translated a new string for grade MDL-10901 MDL-12154.
Updated translated strings for grade MDL-12145 based on lang/en_utf8 fix.
|
|
|
committed 1 file to 'Lang CVS' - 14/Nov/07 10:13 AM
Updated a translated help file for user bulk operation based on lang/en_utf8 fix MDL-12101.
|
|
|
committed 4 files to 'Lang CVS' - 14/Nov/07 11:11 AM
Updated translated help files for bulk user operation based on lang/en_utf8 cleanup/fixing/refactoring MDL-12101.
Removed a translated hlep file for bulk user operation based on lang/en_utf8 removal.
|
|
|
|