|
Martin Dougiamas made changes - 07/Nov/08 02:35 PM
[
Permalink
| « Hide
]
Dongsheng Cai added a comment - 10/Nov/08 11:14 AM
a patch against 1.9
Dongsheng Cai made changes - 10/Nov/08 11:14 AM
Dongsheng Cai made changes - 10/Nov/08 11:50 AM
The new patch allows administrators editing description anytime
Dongsheng Cai made changes - 10/Nov/08 11:51 AM
Dongsheng Cai committed 6 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 10/Nov/08 11:57 AM
Dongsheng Cai committed 6 files to 'Moodle CVS' - 10/Nov/08 12:06 PM
Committed to 1.9 and HEAD, please review.
Dongsheng Cai made changes - 10/Nov/08 12:15 PM
you can not use get_record('role_assignments', 'userid', $userid) if there are multiple role assignments - it should some debugging error
instead please use record_exists()
Petr Skoda made changes - 11/Nov/08 04:10 PM
also please reorder the if condition so that the record_exists() is executed only when really needed
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 11/Nov/08 04:27 PM
Eloy Lafuente (stronk7) committed 3 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/Nov/08 03:31 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/Nov/08 03:34 AM
Eloy Lafuente (stronk7) committed 3 files to 'Moodle CVS' - 12/Nov/08 03:39 AM
Eloy Lafuente (stronk7) committed 3 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/Nov/08 04:00 AM
Eloy Lafuente (stronk7) committed 3 files to 'Moodle CVS' - 12/Nov/08 04:06 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/Nov/08 04:09 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' - 12/Nov/08 04:13 AM
Oki, I've:
TODO: 1) I'd fix the setting help text a bit, indicating it's an anti-spam measure in some way. Right now the justification of the setting isn't clear IMO. Helen can you take a look to 1 & 2, plz... Thanks everybody!
Dongsheng Cai committed 3 files to 'Moodle CVS' - 12/Nov/08 10:51 AM
Dongsheng Cai committed 6 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 12/Nov/08 11:21 AM
Dongsheng Cai committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 12/Nov/08 11:24 AM
Dongsheng Cai committed 7 files to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 12/Nov/08 12:50 PM
1) How about:
$string['configprofilesforenrolledusersonly'] = 'To prevent misuse by spammers, profile descriptions of users who are not yet enrolled in any course are hidden. New users must enrol in at least one course before they can add a profile description.'; 2) Information about this setting added to Moodle Docs:
http://docs.moodle.org/en/Site_policies Looks perfect for me, Helen. +1
Thanks!
wildgirl committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 13/Nov/08 08:22 PM
wildgirl committed 1 file to 'Moodle CVS' - 13/Nov/08 08:23 PM
wildgirl committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 13/Nov/08 08:33 PM
Thanks Eloy, reworded lang string added to HEAD, 1.9 and 1.8.
Great! BTW... looking commits... I thin the setting has been backported to 1.7 too.
Ciao
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 14/Nov/08 03:09 AM
wildgirl committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 14/Nov/08 07:21 AM
Thanks Eloy, I've added the reworded lang string to 1.7 too and have updated the documentation.
Hi, everyone, 1.6 is quite different from the other versions. Where should I place the profilesforenrolledusersonly setting in "Administration Page"?
martignoni committed 2 files to 'Lang CVS' - 16/Nov/08 09:17 PM
martignoni committed 1 file to 'Lang CVS' - 16/Nov/08 09:44 PM
Good question... hehe.
I think it used to be a "security" section under "config variables" or something like that. That was the place where things like $CFG->secureforms or $CFG->loginhttps were defined... hope it helps.
Dongsheng Cai committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 18/Nov/08 11:21 AM
Dongsheng Cai committed 7 files to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 18/Nov/08 11:49 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 19/Nov/08 12:44 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 19/Nov/08 01:12 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 19/Nov/08 01:21 AM
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 19/Nov/08 01:32 AM
I've performed some changes in the 16_STABLE version committed some hours ago:
Seems to be working fine now. Resolving as fixed. Someone else, please, review this. Ciao PS: And please, try to perform some test when committing things to stable branches. This was simply broken in too many places to be acceptable IMO. TIA!
Eloy Lafuente (stronk7) made changes - 19/Nov/08 01:39 AM
hmm,
1/ I am not sure this should be on by default - when adding new user the description field "disappears" ?? 2/ I can see this in 1.6.x when I view my own profile and description already there, but not enrolled: "This profile description will not be shown until this person is enrolled in at least one course." and not enrolled yet. This does not seem like correct English. Anyway, reopening and going to fix more coding problems there... Petr
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 19/Nov/08 05:56 AM
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 19/Nov/08 06:09 AM
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 19/Nov/08 06:32 AM
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 19/Nov/08 06:40 AM
1/ fixed undefined 2x $userid in 1.6.x
2/ fixe 1x undefined $userid in 1.7.x, BUT the use of non-existent capability moodle/user:editprofile will not probably work in all cases - this was a know problem fixed in 1.8.x only - maybe it is the right time to close 1.7.x branch and not commit anything there at all 3/ in 1.8.x the new code in definition_after_data() MUST verify that $userid is valid (changed in 1.9.x) - it was removing the description field always - this was totally untested, right? 4/ the restriction does not belong into advanced user edit form - it was removing the description if user had only create user cap
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 19/Nov/08 06:43 AM
Petr Skoda committed 1 file to 'Moodle CVS' - 19/Nov/08 06:45 AM
Petr Skoda made changes - 09/Feb/09 07:25 AM
Jerome Mouneyrac made changes - 17/Feb/09 10:12 AM
Tested on 1.9. It works fine, thanks everybody.
Jerome Mouneyrac made changes - 17/Feb/09 10:46 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||