Commit Graph

2290 Commits

Author SHA1 Message Date
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
moodler 5f60ed9b6a Added CDATA to Javascript 2006-12-22 04:25:00 +00:00
toyomoyo 475ed85c57 MDL-7861, fixing broken xhtml tags 2006-12-20 00:48:49 +00:00
toyomoyo fc9b712ef3 fixing accessibility issues 2006-12-13 05:25:45 +00:00
skodak 9c1fbd3b81 MDL-6613 Apostrophe in locked field prevents user updating profile - patch by Iñaki Arenaza 2006-12-10 17:40:24 +00:00
toyomoyo 789154a65b merged fix for MDL-7819, admin still showing up in participants list 2006-12-08 04:28:58 +00:00
toyomoyo 22ae509e9c merged implementing moodle/user:viewdetails 2006-12-07 06:14:52 +00:00
toyomoyo 5e8e6eb399 merged fix for MDL-7770, preventing users with no capability to view user profiles 2006-12-07 05:06:15 +00:00
toyomoyo 6170acad06 merged fix for MDL-7696, adding addslash for bulk messaging 2006-12-07 03:02:41 +00:00
toyomoyo 6123004aaf merged avoid the user of deprecated function 2006-12-06 06:25:03 +00:00