]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoAvoiding some itarations. MDL-7902. Thanks Samuli!
stronk7 [Sun, 14 Jan 2007 12:11:33 +0000 (12:11 +0000)]
Avoiding some itarations. MDL-7902. Thanks Samuli!

Merged from MOODLE_17_STABLE

18 years agoNow the list of downloadable langs (when no fopen is available) doesn't break XML...
stronk7 [Sat, 13 Jan 2007 20:17:20 +0000 (20:17 +0000)]
Now the list of downloadable langs (when no fopen is available) doesn't break XML. Related to MDL-7861

18 years agoNow all the filters global config pages are valid XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:15:09 +0000 (20:15 +0000)]
Now all the filters global config pages are valid XML. Related to MDL-7861

18 years agoNow all the blocks global config pages are valid XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:14:40 +0000 (20:14 +0000)]
Now all the blocks global config pages are valid XML. Related to MDL-7861

18 years agoNow all the modules global config pages are valid XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:13:58 +0000 (20:13 +0000)]
Now all the modules global config pages are valid XML. Related to MDL-7861

18 years agoAdded some styles to display phpinfo properly.
stronk7 [Sat, 13 Jan 2007 20:12:32 +0000 (20:12 +0000)]
Added some styles to display phpinfo properly.

18 years agoNow frame-less phpinfo page is valid XML. Part of MDL-7861
stronk7 [Sat, 13 Jan 2007 20:11:31 +0000 (20:11 +0000)]
Now frame-less phpinfo page is valid XML. Part of MDL-7861

18 years agoNow help information is back again (typo in js) and, under MySQL, the script is
stronk7 [Sat, 13 Jan 2007 20:06:17 +0000 (20:06 +0000)]
Now help information is back again (typo in js) and, under MySQL, the script is
able to change DB encoding if empty.

18 years agofixed typo in SQL query when starting a new HotPot attempt
gbateson [Sat, 13 Jan 2007 11:46:33 +0000 (11:46 +0000)]
fixed typo in SQL query when starting a new HotPot attempt

18 years agoMoving set_dbfamily() from dmllib.php to setuplib.php as it's
stronk7 [Sat, 13 Jan 2007 10:44:58 +0000 (10:44 +0000)]
Moving set_dbfamily() from dmllib.php to setuplib.php as it's
needed in early stages and we don't want the installer to
depend of dmllib.

18 years agoAutomatic installer.php lang files by installer_builder (20070113)
moodler [Sat, 13 Jan 2007 10:25:45 +0000 (10:25 +0000)]
Automatic installer.php lang files by installer_builder (20070113)

18 years agomore work on the calculated and datasetdependent qtype
jamiesensei [Sat, 13 Jan 2007 08:59:00 +0000 (08:59 +0000)]
more work on the calculated and datasetdependent qtype

18 years agoAdded dmllib.php because we need set_dbfamily in the environment stuff
moodler [Sat, 13 Jan 2007 07:06:46 +0000 (07:06 +0000)]
Added dmllib.php because we need set_dbfamily in the environment stuff

18 years agoTidying up tab coloring
moodler [Sat, 13 Jan 2007 06:00:13 +0000 (06:00 +0000)]
Tidying up tab coloring

18 years agoPOssible slight improvement to looks in standardwhite
moodler [Sat, 13 Jan 2007 05:56:45 +0000 (05:56 +0000)]
POssible slight improvement to looks in standardwhite

18 years agoAdmin registration page -> XHTML Strict
moodler [Sat, 13 Jan 2007 05:38:37 +0000 (05:38 +0000)]
Admin registration page -> XHTML Strict

18 years agoChange to a table per category.
ikawhero [Sat, 13 Jan 2007 05:32:15 +0000 (05:32 +0000)]
Change to a table per category.

18 years agoMoved color CSS to the right file
moodler [Sat, 13 Jan 2007 04:56:19 +0000 (04:56 +0000)]
Moved color CSS to the right file

18 years agoMore fixes for the help on required fields
moodler [Sat, 13 Jan 2007 04:54:44 +0000 (04:54 +0000)]
More fixes for the help on required fields

18 years agoClean up notice boxes
moodler [Sat, 13 Jan 2007 04:25:02 +0000 (04:25 +0000)]
Clean up notice boxes

18 years agoTidying up form appearance
moodler [Sat, 13 Jan 2007 04:24:15 +0000 (04:24 +0000)]
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.

18 years agoRemoved rogue print_object -- how did it get there? MDL-8170
moodler [Sat, 13 Jan 2007 03:28:25 +0000 (03:28 +0000)]
Removed rogue print_object   -- how did it get there?   MDL-8170

18 years agoremoved db specific conditional clauses from SQL to get grades (see Moodle tracker...
gbateson [Sat, 13 Jan 2007 02:39:04 +0000 (02:39 +0000)]
removed db specific conditional clauses from SQL to get grades (see Moodle tracker - mdl-8169)

18 years agoNow environment stuff uses $CFG->dbfamily
stronk7 [Sat, 13 Jan 2007 01:20:10 +0000 (01:20 +0000)]
Now environment stuff uses $CFG->dbfamily

18 years agoSome more uses of $CFG->dbfamily. MDL-7061
stronk7 [Sat, 13 Jan 2007 00:52:59 +0000 (00:52 +0000)]
Some more uses of $CFG->dbfamily. MDL-7061

18 years agoSome more uses of $CFG->dbfamily. MDL-7061
stronk7 [Sat, 13 Jan 2007 00:32:19 +0000 (00:32 +0000)]
Some more uses of $CFG->dbfamily. MDL-7061

18 years agoSome more uses of $CFG->dbfamily. MDL-7061
stronk7 [Sat, 13 Jan 2007 00:09:02 +0000 (00:09 +0000)]
Some more uses of $CFG->dbfamily. MDL-7061

18 years agoNeed to return the value too, to use it sometimes.
stronk7 [Sat, 13 Jan 2007 00:07:40 +0000 (00:07 +0000)]
Need to return the value too, to use it sometimes.

18 years agoNow set_dbfamily() will work properly when invoked from install.
stronk7 [Fri, 12 Jan 2007 23:52:23 +0000 (23:52 +0000)]
Now set_dbfamily() will work properly when invoked from install.

18 years agoIntroducing CFG->dbfamily and create a setter function for it
stronk7 [Fri, 12 Jan 2007 23:44:00 +0000 (23:44 +0000)]
Introducing CFG->dbfamily and create a setter function for it
(to be able to use families at install). MDL-7061

18 years agoIntroducing CFG->dbfamily and deleting check_db_compat(). MDL-7061
stronk7 [Fri, 12 Jan 2007 19:42:42 +0000 (19:42 +0000)]
Introducing CFG->dbfamily and deleting check_db_compat(). MDL-7061

18 years agoMDL-8166 some forgotten set_defaults converted to set_data
skodak [Fri, 12 Jan 2007 19:01:31 +0000 (19:01 +0000)]
MDL-8166 some forgotten set_defaults converted to set_data

18 years agoempty array as default value for a multiselect config variable.
stronk7 [Fri, 12 Jan 2007 18:53:09 +0000 (18:53 +0000)]
empty array as default value for a multiselect config variable.

18 years agoMDL-8166 rename in/out methods in formslib - HQ consensus
skodak [Fri, 12 Jan 2007 18:52:09 +0000 (18:52 +0000)]
MDL-8166 rename in/out methods in formslib - HQ consensus

18 years agoLooking for empty default values in output_html() for multiselect settings.
stronk7 [Fri, 12 Jan 2007 18:51:36 +0000 (18:51 +0000)]
Looking for empty default values in output_html() for multiselect settings.
Must be empty arrays.

18 years agoFix notices from admin_setting_configmultiselect when no options are selected.
tjhunt [Fri, 12 Jan 2007 18:30:27 +0000 (18:30 +0000)]
Fix notices from admin_setting_configmultiselect when no options are selected.

18 years agoMDL-8165 - Admin setting to control which roles are synced to metacourses
tjhunt [Fri, 12 Jan 2007 18:03:36 +0000 (18:03 +0000)]
MDL-8165 - Admin setting to control which roles are synced to metacourses

18 years agoAutomatic installer.php lang files by installer_builder (20070113)
moodler [Fri, 12 Jan 2007 18:01:33 +0000 (18:01 +0000)]
Automatic installer.php lang files by installer_builder (20070113)

18 years agoMDL-8149 Added code to narrow down possibilities for get_my_courses, which reduces...
sam_marshall [Fri, 12 Jan 2007 17:05:32 +0000 (17:05 +0000)]
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.

18 years agoAnother minor change to profile string
ikawhero [Fri, 12 Jan 2007 12:58:46 +0000 (12:58 +0000)]
Another minor change to profile string

18 years agoTidying up the interface.
ikawhero [Fri, 12 Jan 2007 12:58:15 +0000 (12:58 +0000)]
Tidying up the interface.
Fixed default data bug in menu type.

18 years agoSome changes to GROUP BY clause to be cross-db (all non aggregate fields
stronk7 [Fri, 12 Jan 2007 12:57:50 +0000 (12:57 +0000)]
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

18 years agoMDL-7442 Changed search order for help files to be more consistent with language...
dwoolhead [Fri, 12 Jan 2007 12:29:42 +0000 (12:29 +0000)]
MDL-7442 Changed search order for help files to be more consistent with language files (backwards compatible)

18 years agoMDL-7496 - for numerical and short answer questions, the student was being told they...
tjhunt [Fri, 12 Jan 2007 12:20:21 +0000 (12:20 +0000)]
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!

18 years agoThe second paremeter has been removed from the required_param($reference) call for...
csantossaenz [Fri, 12 Jan 2007 12:17:34 +0000 (12:17 +0000)]
The second paremeter has been removed from the required_param($reference) call for allow URL

18 years agoAnother profile string
ikawhero [Fri, 12 Jan 2007 12:16:47 +0000 (12:16 +0000)]
Another profile string

18 years agoFixing the table - accessibility and strrrrrrict
ikawhero [Fri, 12 Jan 2007 12:15:53 +0000 (12:15 +0000)]
Fixing the table - accessibility and strrrrrrict

18 years agoMDL-7013 advanced buttons inplemented in resource settings
skodak [Fri, 12 Jan 2007 11:43:25 +0000 (11:43 +0000)]
MDL-7013 advanced buttons inplemented in resource settings

18 years agofixed function of advanced button in formslib - you had to click it twice initially
skodak [Fri, 12 Jan 2007 10:48:11 +0000 (10:48 +0000)]
fixed function of advanced button in formslib - you had to click it twice initially

18 years agomultiauth: fix for calling new properties and methods correctly
jmg324 [Fri, 12 Jan 2007 10:33:12 +0000 (10:33 +0000)]
multiauth: fix for calling new properties and methods correctly

18 years agoMDL-7013 disabeldIf implemented in resource settings
skodak [Fri, 12 Jan 2007 10:24:01 +0000 (10:24 +0000)]
MDL-7013 disabeldIf implemented in resource settings

18 years agoremoved condition 'if ($userupdate) {' (ie if user has capability moodle/user:update...
jamiesensei [Fri, 12 Jan 2007 09:41:21 +0000 (09:41 +0000)]
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.

18 years agoMDL-8157 improved hadling of conditions in disabledIf formslib method
skodak [Fri, 12 Jan 2007 09:38:02 +0000 (09:38 +0000)]
MDL-8157 improved hadling of conditions in disabledIf formslib method

18 years agoChanges to the redirects.
ikawhero [Fri, 12 Jan 2007 08:44:35 +0000 (08:44 +0000)]
Changes to the redirects.

18 years agoUse names for the field types
moodler [Fri, 12 Jan 2007 08:42:59 +0000 (08:42 +0000)]
Use names for the field types

18 years agosmall fix in hardFreeze
jamiesensei [Fri, 12 Jan 2007 08:36:24 +0000 (08:36 +0000)]
small fix in hardFreeze

18 years agoStrrrrrrict - keeping MD happy!!!!
ikawhero [Fri, 12 Jan 2007 08:32:38 +0000 (08:32 +0000)]
Strrrrrrict - keeping MD happy!!!!

18 years agoMoved header to the top
moodler [Fri, 12 Jan 2007 08:29:03 +0000 (08:29 +0000)]
Moved header to the top

18 years agojust amended some of the set_defaults stuff
jamiesensei [Fri, 12 Jan 2007 08:22:56 +0000 (08:22 +0000)]
just amended some of the set_defaults stuff

18 years agoMaking the interface friendlier:
ikawhero [Fri, 12 Jan 2007 08:07:15 +0000 (08:07 +0000)]
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

18 years agoMore profile strings
ikawhero [Fri, 12 Jan 2007 08:05:37 +0000 (08:05 +0000)]
More profile strings

18 years ago*** empty log message ***
moodler [Fri, 12 Jan 2007 08:01:24 +0000 (08:01 +0000)]
*** empty log message ***

18 years agoStrings for user profiles
ikawhero [Fri, 12 Jan 2007 07:42:33 +0000 (07:42 +0000)]
Strings for user profiles

18 years agoMDL-8120, changes to roles to facilitate faster log in time
toyomoyo [Fri, 12 Jan 2007 07:41:33 +0000 (07:41 +0000)]
MDL-8120, changes to roles to facilitate faster log in time

18 years agoOnly display non-empty categories
ikawhero [Fri, 12 Jan 2007 07:32:58 +0000 (07:32 +0000)]
Only display non-empty categories

18 years agoCustomisable user profile fields.
ikawhero [Fri, 12 Jan 2007 07:05:52 +0000 (07:05 +0000)]
Customisable user profile fields.
Still some tidy up work to be completed.

18 years agoAdding the customisable profile fields link
ikawhero [Fri, 12 Jan 2007 07:04:19 +0000 (07:04 +0000)]
Adding the customisable profile fields link

18 years agoNew strings for customisable profile fields
ikawhero [Fri, 12 Jan 2007 07:02:45 +0000 (07:02 +0000)]
New strings for customisable profile fields

18 years agoAdded class for lesson xhtml fixes. Related to MDL-7861.
vyshane [Fri, 12 Jan 2007 07:00:58 +0000 (07:00 +0000)]
Added class for lesson xhtml fixes. Related to MDL-7861.

18 years agoMDL-7861, xhtml strict related changes for glossary
toyomoyo [Fri, 12 Jan 2007 06:57:33 +0000 (06:57 +0000)]
MDL-7861, xhtml strict related changes for glossary

18 years agoxhtml fixes related to MDL-7861.
vyshane [Fri, 12 Jan 2007 06:57:11 +0000 (06:57 +0000)]
xhtml fixes related to MDL-7861.

18 years agoCan delete last profile category if there are no fields in it.
ikawhero [Fri, 12 Jan 2007 06:48:05 +0000 (06:48 +0000)]
Can delete last profile category if there are no fields in it.

18 years agoadded hardFreeze method and used it in edit_form.php it ensures frozen elements have...
jamiesensei [Fri, 12 Jan 2007 06:19:39 +0000 (06:19 +0000)]
added hardFreeze method and used it in edit_form.php it ensures frozen elements have persistantFreeze property set to false.

18 years agoLanguage string changes
ikawhero [Fri, 12 Jan 2007 06:03:49 +0000 (06:03 +0000)]
Language string changes

18 years agoAdded some functions for the admin GUI
ikawhero [Fri, 12 Jan 2007 05:22:03 +0000 (05:22 +0000)]
Added some functions for the admin GUI

18 years agoMore changes from disabledIf() to freeze().
ikawhero [Fri, 12 Jan 2007 05:15:26 +0000 (05:15 +0000)]
More changes from disabledIf() to freeze().
Moved set_defaults() into edit.php

18 years agomoved set_defaults to main script out of definition method.
jamiesensei [Fri, 12 Jan 2007 05:07:22 +0000 (05:07 +0000)]
moved set_defaults to main script out of definition method.

18 years agoMerged from 1.7.
vyshane [Fri, 12 Jan 2007 05:05:09 +0000 (05:05 +0000)]
Merged from 1.7.

18 years agospecial handling of frozen fields - frozen elements pass the default value (set by...
jamiesensei [Fri, 12 Jan 2007 04:36:02 +0000 (04:36 +0000)]
special handling of frozen fields - frozen elements pass the default value (set by set_defaults or setDefault) and ignore submitted data in data_submitted()

18 years agoAutomatic installer.php lang files by installer_builder (20070112)
moodler [Fri, 12 Jan 2007 03:13:54 +0000 (03:13 +0000)]
Automatic installer.php lang files by installer_builder (20070112)

18 years agoMnet: Remove 'Hide remote users' if there are no remote users: MDL-8068
donal72 [Fri, 12 Jan 2007 01:10:36 +0000 (01:10 +0000)]
Mnet:  Remove 'Hide remote users' if there are no remote users: MDL-8068

18 years agoVarious changes for GUI.
ikawhero [Fri, 12 Jan 2007 01:01:57 +0000 (01:01 +0000)]
Various changes for GUI.

18 years agoVarious changes for customisable user profiles GUI.
ikawhero [Fri, 12 Jan 2007 00:59:40 +0000 (00:59 +0000)]
Various changes for customisable user profiles GUI.
Changed locked fields to use freeze() method rather than js based
disabledIf() method.

18 years agoAuthplugin locked fields now use freeze() method rather than rely on js
ikawhero [Fri, 12 Jan 2007 00:51:53 +0000 (00:51 +0000)]
Authplugin locked fields now use freeze() method rather than rely on js
based disabledIf().
Thanks to Jamie P and Petr S.

18 years agoold method is faster
toyomoyo [Fri, 12 Jan 2007 00:47:12 +0000 (00:47 +0000)]
old method is faster

18 years agoAdding some $CFG->dbfamily-s here and there. MDL-7061
stronk7 [Fri, 12 Jan 2007 00:06:08 +0000 (00:06 +0000)]
Adding some $CFG->dbfamily-s here and there. MDL-7061

18 years agoChange some connections to non-persistent and force new connections
stronk7 [Thu, 11 Jan 2007 20:08:00 +0000 (20:08 +0000)]
Change some connections to non-persistent and force new connections
to avoid mysql (and oracle, I think) reuse of the main one. MDL-8152

18 years agofixed text field widths in new forms
skodak [Thu, 11 Jan 2007 19:47:08 +0000 (19:47 +0000)]
fixed text field widths in new forms

18 years agofixe missing global CFG
skodak [Thu, 11 Jan 2007 17:14:24 +0000 (17:14 +0000)]
fixe missing global CFG

18 years ago'more flexible round corner version, added pageclass nocoursepage to style course...
urs_hunkler [Thu, 11 Jan 2007 17:01:32 +0000 (17:01 +0000)]
'more flexible round corner version, added pageclass nocoursepage to style course pages being no course view, admin view or site index'

18 years ago'more flexible round corner version'
urs_hunkler [Thu, 11 Jan 2007 16:57:44 +0000 (16:57 +0000)]
'more flexible round corner version'

18 years agofetch_entries function post table sql needs single not double quotes for blog column...
jmg324 [Thu, 11 Jan 2007 14:02:17 +0000 (14:02 +0000)]
fetch_entries function post table sql needs single not double quotes for blog column value

18 years agoQuestion session state logic improvement - if students have not yet entered an answer...
tjhunt [Thu, 11 Jan 2007 12:18:10 +0000 (12:18 +0000)]
Question session state logic improvement - if students have not yet entered an answer, don't do an EVENT_SAVE.

18 years agochoosecoursefile file selection fixed
skodak [Thu, 11 Jan 2007 11:33:44 +0000 (11:33 +0000)]
choosecoursefile file selection fixed

18 years ago'1.) commented out again: clearfix - overflow: hidden. 2.) there are some patch issue...
urs_hunkler [Thu, 11 Jan 2007 10:16:03 +0000 (10:16 +0000)]
'1.) commented out again: clearfix - overflow: hidden. 2.) there are some patch issues with body#question-preview, I can't resolve them and commented them out'

18 years agoMDL-8144 Fixed can not force free format selection
skodak [Thu, 11 Jan 2007 09:41:13 +0000 (09:41 +0000)]
MDL-8144 Fixed can not force free format selection

18 years agoChanges for lesson. MDL-7861 related.
vyshane [Thu, 11 Jan 2007 08:52:38 +0000 (08:52 +0000)]
Changes for lesson. MDL-7861 related.

18 years agoxhtml fixes for MDL-7861.
vyshane [Thu, 11 Jan 2007 08:51:46 +0000 (08:51 +0000)]
xhtml fixes for MDL-7861.

18 years agoTidy tidy
moodler [Thu, 11 Jan 2007 08:33:51 +0000 (08:33 +0000)]
Tidy tidy

18 years agoXHTML Strrrrict and css tidying
moodler [Thu, 11 Jan 2007 08:31:58 +0000 (08:31 +0000)]
XHTML Strrrrict and css tidying