Commit graph

25045 commits

Author SHA1 Message Date
ikawhero
a756889587 Change to a table per category. 2007-01-13 05:32:15 +00:00
moodler
b1ea439eea Moved color CSS to the right file 2007-01-13 04:56:19 +00:00
moodler
6ba2c73d04 More fixes for the help on required fields 2007-01-13 04:54:44 +00:00
moodler
ee80b6ec43 Clean up notice boxes 2007-01-13 04:25:02 +00:00
moodler
49c7f3a850 Tidying up form appearance
1) Changed required/advanced images to something language neutral (asterisks)
2) Moved them to pixpath so people can override them easily
3) Hide the images completely using CSS (keep them only for accessibility)
   so that all the labels have a consistent alignment.
4) Use CSS to color the labels instead.
2007-01-13 04:24:15 +00:00
moodler
3efc06683a Removed rogue print_object -- how did it get there? MDL-8170 2007-01-13 03:28:25 +00:00
gbateson
923aefe7a1 removed db specific conditional clauses from SQL to get grades (see Moodle tracker - mdl-8169) 2007-01-13 02:39:04 +00:00
stronk7
ed7656bf01 Now environment stuff uses $CFG->dbfamily 2007-01-13 01:20:10 +00:00
stronk7
38b7241934 Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:52:59 +00:00
stronk7
a4bad45c2c Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:32:19 +00:00
stronk7
bb48a53735 Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:09:02 +00:00
stronk7
da340978d5 Need to return the value too, to use it sometimes. 2007-01-13 00:07:40 +00:00
stronk7
d847d4027b Now set_dbfamily() will work properly when invoked from install. 2007-01-12 23:52:23 +00:00
stronk7
c672870f8e Introducing CFG->dbfamily and create a setter function for it
(to be able to use families at install). MDL-7061
2007-01-12 23:44:00 +00:00
stronk7
485056620e Introducing CFG->dbfamily and deleting check_db_compat(). MDL-7061 2007-01-12 19:42:42 +00:00
skodak
32db0d42c9 MDL-8166 some forgotten set_defaults converted to set_data 2007-01-12 19:01:31 +00:00
stronk7
6b65a11173 empty array as default value for a multiselect config variable. 2007-01-12 18:53:09 +00:00
skodak
beac4717de MDL-8166 rename in/out methods in formslib - HQ consensus 2007-01-12 18:52:09 +00:00
stronk7
0b0f7c00be Looking for empty default values in output_html() for multiselect settings.
Must be empty arrays.
2007-01-12 18:51:36 +00:00
tjhunt
d7933a55c8 Fix notices from admin_setting_configmultiselect when no options are selected. 2007-01-12 18:30:27 +00:00
tjhunt
b317007212 MDL-8165 - Admin setting to control which roles are synced to metacourses 2007-01-12 18:03:36 +00:00
moodler
474debf139 Automatic installer.php lang files by installer_builder (20070113) 2007-01-12 18:01:33 +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
bcc113a304 Another minor change to profile string 2007-01-12 12:58:46 +00:00
ikawhero
253625c5e3 Tidying up the interface.
Fixed default data bug in menu type.
2007-01-12 12:58:15 +00:00
stronk7
55526eee2d Some changes to GROUP BY clause to be cross-db (all non aggregate fields
in SELECT must be in GROUP BY). Review the logic! MDL-8160
2007-01-12 12:57:50 +00:00
dwoolhead
20cc8f6066 MDL-7442 Changed search order for help files to be more consistent with language files (backwards compatible) 2007-01-12 12:29:42 +00:00
tjhunt
a840456731 MDL-7496 - for numerical and short answer questions, the student was being told they were 'incorrect' before they had even had a chance to enter an answer! 2007-01-12 12:20:21 +00:00
csantossaenz
18fd9bf1b9 The second paremeter has been removed from the required_param($reference) call for allow URL 2007-01-12 12:17:34 +00:00
ikawhero
fe8bed0853 Another profile string 2007-01-12 12:16:47 +00:00
ikawhero
dbb3ecdb13 Fixing the table - accessibility and strrrrrrict 2007-01-12 12:15:53 +00:00
skodak
eee3dc10dd MDL-7013 advanced buttons inplemented in resource settings 2007-01-12 11:43:25 +00:00
skodak
74d15d359d fixed function of advanced button in formslib - you had to click it twice initially 2007-01-12 10:48:11 +00:00
jmg324
db061ab2dc multiauth: fix for calling new properties and methods correctly 2007-01-12 10:33:12 +00:00
skodak
f6bb9a93a3 MDL-7013 disabeldIf implemented in resource settings 2007-01-12 10:24:01 +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
skodak
dd07bbac59 MDL-8157 improved hadling of conditions in disabledIf formslib method 2007-01-12 09:38:02 +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
jamiesensei
98af2d1dc3 small fix in hardFreeze 2007-01-12 08:36:24 +00:00
ikawhero
63dbbf068b Strrrrrrict - keeping MD happy!!!! 2007-01-12 08:32:38 +00:00
moodler
1d388f6a1f Moved header to the top 2007-01-12 08:29:03 +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
ikawhero
1f18fd5e8f More profile strings 2007-01-12 08:05:37 +00:00
moodler
04441ec3d7 *** empty log message *** 2007-01-12 08:01:24 +00:00
ikawhero
d687cb9e33 Strings for user profiles 2007-01-12 07:42:33 +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