toyomoyo
7e2d7c92ad
some UI changes
2006-08-14 08:46:44 +00:00
skodak
b367b152ad
fixed warning during installation when creating admin account
2006-08-14 08:44:30 +00:00
moodler
e957cc2644
Cleaned up a bunch of notices and some logic
2006-08-14 08:38:49 +00:00
moodler
0468976c9a
SWEEPING CLEANUP
...
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
moodler
acee2e2491
Temporayr debug a bit more sensible
2006-08-13 15:50:58 +00:00
moodler
bade10e350
Removed all of the "Restricted users" hack because Roles can do it all better.
2006-08-13 07:01:57 +00:00
toyomoyo
171948fd4a
bumped up version to add keys, changed some more UI
2006-08-10 08:21:29 +00:00
moodler
ee4a52c59e
Removed tabs
2006-08-09 13:53:12 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
skodak
43f06aa027
Bug #5927 - extending enrollments doesn't; merged from MOODLE_16_STABLE
2006-06-26 21:58:35 +00:00
moodler
adc7b679aa
Merged user tab visibility from stable
2006-06-19 13:52:39 +00:00
moodler
c1edf72575
Merged header fix from stable
2006-06-19 13:38:17 +00:00
mjollnir_
ca79268087
merged from MOODLE_16_STABLE: participants list last access filter should only show for teachers! I noticed this on moodle.org this morning :|
2006-06-15 21:37:20 +00:00
toyomoyo
dec87f2e28
merged, a few mismatch of length between db and this html
2006-06-12 07:18:58 +00:00
toyomoyo
cc841d67b0
merged, fixed a bug that blog tabs are displayed when blog is diabled
2006-06-09 02:53:16 +00:00
skodak
e369e0c4b4
Bug #5715 - error message in messaging - notice lastaccess; merged from MOODLE_16_STABLE
2006-06-04 23:11:18 +00:00
skodak
165a7502f8
Bug #5643 - add Yahoo online status to user profile; merged from MOODLE_16_STABLE
2006-06-01 15:19:06 +00:00
toyomoyo
c17253f9dc
merged change to allow admins to click on the force password change checkbox if using internal_auth
2006-05-31 06:29:13 +00:00
skodak
343296bf6a
fixed warnings on save profile; merged from MOODLE_16_STABLE
2006-05-24 21:05:23 +00:00
skodak
57f2e16c8d
extra cleaning of variables; merged from MOODLE_16_STABLE
2006-05-23 09:02:13 +00:00
skodak
1c871c231f
fixed bug #5578 - remove login as button for other teachers in course; merged from MOODLE_16_STABLE
2006-05-22 13:15:06 +00:00
skodak
d1c8eb14d1
temporary workaround for bug #5534 , html editor now disabled for IE when loginhttps on and wwwroot starts with http://; merged from MOODLE_16_STABLE
2006-05-21 20:21:35 +00:00
skodak
c0e2f1f7dd
admins can now edit user images even when $CFG->disableuserimages = true; see bug #5494 and SC#253; merged from MOODLE_16_STABLE
2006-05-17 18:59:43 +00:00
skodak
2c3432e684
fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848 ; merged from MOODLE_16_STABLE
2006-05-15 21:36:46 +00:00
moodler
fbab16a7e2
Fixed some error strings bug 2618
2006-04-20 14:04:51 +00:00
toyomoyo
7077ca8399
blog access rights fix, forgot to check in last week
2006-04-18 01:30:00 +00:00
moodler
0236ec73be
Don't show tabs when creating admin user
2006-04-16 16:49:28 +00:00
vyshane
33e727b7a4
Bug #5163 - user/action_redir.php should print properly formatted error
...
messages
2006-04-13 08:48:51 +00:00
moodler
f0cb18e627
Fix for bug 5144 (nickname field)
2006-04-10 16:12:53 +00:00
moodler
9955754227
Remove the tinymce option until 1.7
2006-03-27 14:05:40 +00:00
vyshane
6305db8858
Bug #4887
2006-03-21 07:03:37 +00:00
stronk7
c47a030a0b
Email encoding only can be specified if $CFG->unicodedb=true
2006-03-19 20:42:34 +00:00
stronk7
39aed89b8b
Now the user emailcharset setting can fallback to the site emailcharset setting.
2006-03-19 02:46:56 +00:00
patrickslee
17eef684ae
Fixed a typo in the last authorize.net patch from Ethem
2006-03-16 19:32:17 +00:00
patrickslee
96a7973eb9
Updated Authorize.net for Ethem
2006-03-13 21:19:04 +00:00
toyomoyo
7b07bc5553
changed a string
2006-03-13 06:09:44 +00:00
skodak
df1931578a
password handling refactoring and added conversion of passwords to unicode
2006-03-11 11:26:36 +00:00
toyomoyo
1242eb8f38
Checking in some blog-related user changes for testing on
...
another machine
2006-03-09 09:09:20 +00:00
skodak
107e7612b5
short php tags once more
2006-03-07 21:46:34 +00:00
skodak
63d86fad67
parameter cleaup - round 5; timezone.php fixed
2006-03-07 09:01:49 +00:00
moodler
f90e9ff653
Cleaned up display of groups and group links in user profile
2006-03-07 06:22:59 +00:00
julmis
906f98bd0c
Adding tinymce editor choice.
2006-03-04 16:55:24 +00:00
skodak
5c25b6af93
prevent unwanted password change here SC#225; merged from MOODLE_15_STABLE
2006-02-28 20:27:19 +00:00
vyshane
77230a8b5a
Fix for Bug #4850 .
...
Wrapped offending block in an isset() check to get rid of php notices in debug mode.
2006-02-28 07:01:23 +00:00
patrickslee
9896df48fd
Change password button should be displayed according to the setting of the user who is been viewed, not the user who is viewing(currently logged in)
2006-02-13 03:08:56 +00:00
moodler
60b8d2234a
Added a space
2006-02-03 07:38:27 +00:00
moodler
dae9e55b06
Added Skype web-status
2006-02-03 07:27:46 +00:00
mjollnir_
df1b52e8bb
Contextual help for participants list 'with selected users' actions
2006-01-16 08:52:21 +00:00
patrickslee
d815d6ab96
Removed a block of local-specific code. They are not going upstream.
2006-01-10 21:30:21 +00:00
stronk7
2b2b378f7f
Now users, if allowed, can select their prefered email encoding.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 17:11:31 +00:00