Commit Graph

66 Commits

Author SHA1 Message Date
ikawhero 88dda743cf Using new function to print out custom categories and fields. This shouldn't
interfere with skodaks work on splitting the user edit form.
2007-01-25 05:23:56 +00:00
stronk7 c4b654bc3c WHERE '1' is not cross-db. MDL-8280 2007-01-23 16:09:00 +00:00
skodak 5cd2273fe1 MDL-8096 two submit buttons not needed anymore now that we have advanced settings button; two submit buttons are accessibility problem anyway 2007-01-23 10:11:12 +00:00
skodak f017ea3045 MDL-8096 fixed country selection 2007-01-23 10:04:59 +00:00
jamiesensei c0ae32d9ff made some changes to user/edit.php setAdvanced and header name changes for MDL-7780 2007-01-19 11:35:12 +00:00
skodak 91866a2631 some minor user edit fixes MDL-8096 2007-01-16 09:56:15 +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
jamiesensei 3c19571fed just amended some of the set_defaults stuff 2007-01-12 08:22:56 +00:00
ikawhero ebc2df8a41 Only display non-empty categories 2007-01-12 07:32:58 +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 1a4f426bc7 More changes from disabledIf() to freeze().
Moved set_defaults() into edit.php
2007-01-12 05:15:26 +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
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
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 c9c74c47ab Profile page using the new forms class.
Code to allow customisable fields.
2007-01-05 02:14:06 +00:00