skodak
91866a2631
some minor user edit fixes MDL-8096
2007-01-16 09:56:15 +00:00
ikawhero
a756889587
Change to a table per category.
2007-01-13 05:32:15 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
sam_marshall
f8e1c7af38
MDL-8149 Added code to narrow down possibilities for get_my_courses, which reduces number of db queries required for profile page when site has many courses.
2007-01-12 17:05:32 +00:00
ikawhero
253625c5e3
Tidying up the interface.
...
Fixed default data bug in menu type.
2007-01-12 12:58:15 +00:00
ikawhero
dbb3ecdb13
Fixing the table - accessibility and strrrrrrict
2007-01-12 12:15:53 +00:00
jamiesensei
9958e84f3c
removed condition 'if ($userupdate) {' (ie if user has capability moodle/user:update) then freeze fields locked by admin / auth plug ins. Now fields are always frozen.
2007-01-12 09:41:21 +00:00
ikawhero
c517d8f07e
Changes to the redirects.
2007-01-12 08:44:35 +00:00
moodler
5a4ef4c55d
Use names for the field types
2007-01-12 08:42:59 +00:00
ikawhero
63dbbf068b
Strrrrrrict - keeping MD happy!!!!
2007-01-12 08:32:38 +00:00
jamiesensei
3c19571fed
just amended some of the set_defaults stuff
2007-01-12 08:22:56 +00:00
ikawhero
5c11b818ec
Making the interface friendlier:
...
- heading context sensitive
- don't display the default category unless some fields have been defined
- if no categories have been defined, then create the default category silently
2007-01-12 08:07:15 +00:00
toyomoyo
0db6adc9b0
MDL-8120, changes to roles to facilitate faster log in time
2007-01-12 07:41:33 +00:00
ikawhero
ebc2df8a41
Only display non-empty categories
2007-01-12 07:32:58 +00:00
ikawhero
d0c33889c5
Customisable user profile fields.
...
Still some tidy up work to be completed.
2007-01-12 07:05:52 +00:00
ikawhero
eed54b4840
Can delete last profile category if there are no fields in it.
2007-01-12 06:48:05 +00:00
jamiesensei
acc9c3e037
added hardFreeze method and used it in edit_form.php it ensures frozen elements have persistantFreeze property set to false.
2007-01-12 06:19:39 +00:00
ikawhero
8c33bc76d0
Language string changes
2007-01-12 06:03:49 +00:00
ikawhero
d052a81328
Added some functions for the admin GUI
2007-01-12 05:22:03 +00:00
ikawhero
1a4f426bc7
More changes from disabledIf() to freeze().
...
Moved set_defaults() into edit.php
2007-01-12 05:15:26 +00:00
ikawhero
1f4cd1bef5
Various changes for GUI.
2007-01-12 01:01:57 +00:00
ikawhero
9ac33264f4
Various changes for customisable user profiles GUI.
...
Changed locked fields to use freeze() method rather than js based
disabledIf() method.
2007-01-12 00:59:40 +00:00
ikawhero
bd749a7c29
Authplugin locked fields now use freeze() method rather than rely on js
...
based disabledIf().
Thanks to Jamie P and Petr S.
2007-01-12 00:51:53 +00:00
moodler
ff4220f524
LIkely fix for MDL-8067
2007-01-09 04:59:56 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
141a922c8c
MDL-7861, xhtml strict issues
2007-01-08 03:34:44 +00:00
skodak
e8a29d251c
MDL-8096 New user edit form does not work properly - fixed timezone handling + other minor fixes
2007-01-06 21:29:16 +00:00
skodak
2c94b1cea6
can not insert two buttons with the same IS on one page - fixed by custom buttons instead of add_action_buttons()
2007-01-06 20:36:31 +00:00
skodak
18ec5433bb
fixed authplugin warning
2007-01-06 20:26:00 +00:00
moodler
c11387978c
Fixes to make user profile pages validate Strrrict
2007-01-06 14:07:00 +00:00
skodak
9495d05781
fixed my previous changes broken by new user form merging
2007-01-05 08:44:05 +00:00
jamiesensei
d530721877
settting first param of moodleform constructor to null tells moodleform to autodetect where to submit to
2007-01-05 07:05:54 +00:00
ikawhero
68e9d36802
Fields set as locked are now disabled using the forms class rather than
...
javascript.
2007-01-05 06:57:30 +00:00
ikawhero
901d26dbf4
Locked fields do not need to be required.
2007-01-05 06:54:26 +00:00
ikawhero
b1c700238c
Form fieldname set to shortname of field.
...
General tidy up.
2007-01-05 06:27:25 +00:00
ikawhero
82b99598c6
Fixing typo
2007-01-05 04:37:11 +00:00
ikawhero
ca894a358f
Deprecated file. Replaced with edit_form.php.
2007-01-05 02:50:50 +00:00
ikawhero
2d836c0b5b
Using the new forms class.
...
Customisable user profile fields.
2007-01-05 02:18:53 +00:00
ikawhero
c9c74c47ab
Profile page using the new forms class.
...
Code to allow customisable fields.
2007-01-05 02:14:06 +00:00
ikawhero
6b64d3b39b
Customisable user profile fields
2007-01-05 02:12:33 +00:00
toyomoyo
e9f044341f
MDL-7861, xhtml related issues, added class for some fieldsets to not display border
2007-01-05 02:00:20 +00:00
skodak
b150307551
MDL-7861 xhtml strict fixes - fixed capital letter tags and attributes
2007-01-04 23:59:55 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
toyomoyo
4a8f3398f9
adding fieldset MDL-7861, needs new css class for border?
2007-01-04 07:19:55 +00:00
martinlanghoff
840c12f362
user/view: Bugfix for broken XHTML on non-local user view
...
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:31:52 +00:00
martinlanghoff
56f5274232
mnet: user/* now handles remote users and multi-auth
2007-01-04 03:01:30 +00:00
martinlanghoff
b776b27738
db upgrades are now XHTML-correct -- at least when they succeed! With this patch, 1.8 installation completes correctly
2007-01-04 01:07:35 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
37edce7b84
MDL-8029 removed obsoleted use of isteacher() from user view
2006-12-30 21:40:22 +00:00