]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoRemoving .cvsignore -- so people can have their own.
martinlanghoff [Mon, 8 Jan 2007 07:57:46 +0000 (07:57 +0000)]
Removing .cvsignore -- so people can have their own.

18 years agoReverted mistakes from donal's last checkin
moodler [Mon, 8 Jan 2007 07:55:45 +0000 (07:55 +0000)]
Reverted mistakes from donal's last checkin

18 years agoMore xhtml fixes. MDL-7861 related.
vyshane [Mon, 8 Jan 2007 07:45:53 +0000 (07:45 +0000)]
More xhtml fixes. MDL-7861 related.

18 years agoxhtml fixes. MDL-7861 related
vyshane [Mon, 8 Jan 2007 07:38:29 +0000 (07:38 +0000)]
xhtml fixes. MDL-7861 related

18 years agoAdded some classes for question preview view. MDL-7861 related.
vyshane [Mon, 8 Jan 2007 07:37:56 +0000 (07:37 +0000)]
Added some classes for question preview view. MDL-7861 related.

18 years agoMore forum tidying up, less tables
moodler [Mon, 8 Jan 2007 07:16:48 +0000 (07:16 +0000)]
More forum tidying up, less tables

18 years agomnet: XHTML strict fixes: MDL-7861
donal72 [Mon, 8 Jan 2007 07:16:29 +0000 (07:16 +0000)]
mnet:  XHTML strict fixes:  MDL-7861

18 years agoRemoved more tables from forum display :-) Strrrrrict!
moodler [Mon, 8 Jan 2007 06:56:15 +0000 (06:56 +0000)]
Removed more tables from forum display :-)    Strrrrrict!

18 years agoRefinements for print_box_* arguments names
moodler [Mon, 8 Jan 2007 06:38:43 +0000 (06:38 +0000)]
Refinements for print_box_* arguments names

18 years agoMDL-7861, xhtml strict for survey
toyomoyo [Mon, 8 Jan 2007 05:47:12 +0000 (05:47 +0000)]
MDL-7861, xhtml strict for survey

18 years agomnet: In lib/db/upgrade.php, switch the magic number 1 to $CFG->mnet_localhost_id
donal72 [Mon, 8 Jan 2007 05:05:00 +0000 (05:05 +0000)]
mnet:  In lib/db/upgrade.php, switch the magic number 1 to $CFG->mnet_localhost_id

18 years agoMDL-7861, xhtml strict issues
toyomoyo [Mon, 8 Jan 2007 03:34:44 +0000 (03:34 +0000)]
MDL-7861, xhtml strict issues

18 years agoAutomatic installer.php lang files by installer_builder (20070108)
moodler [Mon, 8 Jan 2007 03:16:53 +0000 (03:16 +0000)]
Automatic installer.php lang files by installer_builder (20070108)

18 years agoprint_simple_box_* functions deprecated and replaced with clean new functions print_box_*
moodler [Mon, 8 Jan 2007 03:06:32 +0000 (03:06 +0000)]
print_simple_box_* functions deprecated and replaced with clean new functions print_box_*

MDL-8101 MDL-4943

18 years agoputting nowarp back into table with proper style
toyomoyo [Mon, 8 Jan 2007 02:13:21 +0000 (02:13 +0000)]
putting nowarp back into table with proper style

18 years agoMDL-7861 xhtml strict fixes
toyomoyo [Mon, 8 Jan 2007 01:38:42 +0000 (01:38 +0000)]
MDL-7861 xhtml strict fixes

18 years agoRemoved align attribute from img tag. Related to MDL-7861.
vyshane [Mon, 8 Jan 2007 01:27:22 +0000 (01:27 +0000)]
Removed align attribute from img tag. Related to MDL-7861.

18 years agoMDL-7861, fixing xhtml strict bugs
toyomoyo [Mon, 8 Jan 2007 01:09:54 +0000 (01:09 +0000)]
MDL-7861, fixing xhtml strict bugs

18 years agoRemoved align attribute. Related to MDL-7861.
vyshane [Mon, 8 Jan 2007 00:41:53 +0000 (00:41 +0000)]
Removed align attribute. Related to MDL-7861.

18 years agoAdd a .cvsignore file at the top of the Moodle tree so that config.php is appropriate...
martinlanghoff [Sun, 7 Jan 2007 23:50:47 +0000 (23:50 +0000)]
Add a .cvsignore file at the top of the Moodle tree so that config.php is appropriately ignored. This is exactly what .cvsignore is made for ;-)

18 years agoMDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading...
skodak [Sun, 7 Jan 2007 21:54:39 +0000 (21:54 +0000)]
MDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading/grading) and admin tree CSS styling

18 years agoremoving more redundant files after qtype form formslib migration
jamiesensei [Sun, 7 Jan 2007 17:22:31 +0000 (17:22 +0000)]
removing more redundant files after qtype form formslib migration

18 years agomore last fixes to question forms and removal of redundant files
jamiesensei [Sun, 7 Jan 2007 17:06:50 +0000 (17:06 +0000)]
more last fixes to question forms and removal of redundant files

18 years agochanged implementation of advcheckbox so as to keep PEAR code seperate to Moodle...
jamiesensei [Sun, 7 Jan 2007 16:41:06 +0000 (16:41 +0000)]
changed implementation of advcheckbox so as to keep PEAR code seperate to Moodle code.

18 years agoremoving redundant files after migration to formslib and some further bug fixing...
jamiesensei [Sun, 7 Jan 2007 16:36:38 +0000 (16:36 +0000)]
removing redundant files after migration to formslib and some further bug fixing in question type forms.

18 years agonew formslib element type advcheckbox prepends a hidden element to a checkbox so...
jamiesensei [Sun, 7 Jan 2007 16:11:48 +0000 (16:11 +0000)]
new formslib element type advcheckbox prepends a hidden element to a checkbox so a value is submitted whether the checkbox is checked or not.

18 years agonumerical and random question type creation form migrated to formslib
jamiesensei [Sun, 7 Jan 2007 16:10:42 +0000 (16:10 +0000)]
numerical and random question type creation form migrated to formslib

18 years agofixed the MoodleQuickForm_questioncategory, question_category_options function wasn...
jamiesensei [Sun, 7 Jan 2007 13:54:36 +0000 (13:54 +0000)]
fixed the MoodleQuickForm_questioncategory, question_category_options function wasn't committed so I've implemented it from question_category_select_menu code.

18 years agoMDL-7861 resource mod related xhtml strict fixes (student visible interface only)
skodak [Sun, 7 Jan 2007 13:49:31 +0000 (13:49 +0000)]
MDL-7861 resource mod related xhtml strict fixes (student visible interface only)

18 years agovarious formslib work including bug fixes for MDL-8039 id attribute collision between...
jamiesensei [Sun, 7 Jan 2007 12:46:47 +0000 (12:46 +0000)]
various formslib work including bug fixes for MDL-8039 id attribute collision between forms and page ids. Also added editor helpbutton. This is a fix for MDL-6941 need the ability to associate several helptopics with htmleditor. Also started on converting forms for question types to formslib.

18 years agoprevent backslashes being inserted before #-sign in HTML entities by converting html...
gbateson [Sun, 7 Jan 2007 12:37:06 +0000 (12:37 +0000)]
prevent backslashes being inserted before #-sign in HTML entities by converting html-entities to UTF-8 when importing from Hot Potatoes quizzes into Moodle 's standard Quiz module

18 years agorenamed file and some changes to form definition etc.
jamiesensei [Sun, 7 Jan 2007 12:11:57 +0000 (12:11 +0000)]
renamed file and some changes to form definition etc.

18 years agoRelated to MDL-7861. Replaced html nowrap="nowrap" with inline style style="white...
vyshane [Sun, 7 Jan 2007 11:20:09 +0000 (11:20 +0000)]
Related to MDL-7861. Replaced html nowrap="nowrap" with inline style style="white-space:nowrap;".

18 years agoFix for MDL-7861
vyshane [Sun, 7 Jan 2007 10:19:01 +0000 (10:19 +0000)]
Fix for MDL-7861

18 years agoAdded fieldset tag. MDL-7861.
vyshane [Sun, 7 Jan 2007 06:49:25 +0000 (06:49 +0000)]
Added fieldset tag. MDL-7861.

18 years agoMDL-8097 - fixed two problems in auth locking settings - one caused by my previous...
skodak [Sat, 6 Jan 2007 22:27:06 +0000 (22:27 +0000)]
MDL-8097 - fixed two problems in auth locking settings - one caused by my previous patch (sorry) and the other by forgotten hidden auth in form

18 years agoMDL-8096 New user edit form does not work properly - fixed timezone handling + other...
skodak [Sat, 6 Jan 2007 21:29:16 +0000 (21:29 +0000)]
MDL-8096 New user edit form does not work properly - fixed timezone handling + other minor fixes

18 years agoMDL-7861 xhtml strict fixes - do not add label for static element in formslib, fixed...
skodak [Sat, 6 Jan 2007 21:22:02 +0000 (21:22 +0000)]
MDL-7861 xhtml strict fixes - do not add label for static element in formslib, fixed wrong regex in previous commit

18 years agoMDL-7861 xhtml strict fixes - do not add label for static element in formslib
skodak [Sat, 6 Jan 2007 20:45:17 +0000 (20:45 +0000)]
MDL-7861 xhtml strict fixes - do not add label for static element in formslib

18 years agocan not insert two buttons with the same IS on one page - fixed by custom buttons...
skodak [Sat, 6 Jan 2007 20:36:31 +0000 (20:36 +0000)]
can not insert two buttons with the same IS on one page - fixed by custom buttons instead of add_action_buttons()

18 years agoMDL-8039 formslib Form id collission with body id when editing course, user details...
skodak [Sat, 6 Jan 2007 20:31:06 +0000 (20:31 +0000)]
MDL-8039 formslib Form id collission with body id when editing course, user details, etc.

18 years agofixed authplugin warning
skodak [Sat, 6 Jan 2007 20:26:00 +0000 (20:26 +0000)]
fixed authplugin warning

18 years agoMDL-7861 xhtml strict fixes - removed table from navbar layout
skodak [Sat, 6 Jan 2007 20:18:44 +0000 (20:18 +0000)]
MDL-7861 xhtml strict fixes - removed table from navbar layout

18 years agoMDL-8062 Remove name attribute from <form> and related javascript code cleanup (teste...
skodak [Sat, 6 Jan 2007 19:22:58 +0000 (19:22 +0000)]
MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera)

18 years agorevised adobe XSS protection SC#346
skodak [Sat, 6 Jan 2007 15:22:23 +0000 (15:22 +0000)]
revised adobe XSS protection SC#346

18 years agofixed warning in error() function - $continue not used there at all, is it? error...
skodak [Sat, 6 Jan 2007 14:55:56 +0000 (14:55 +0000)]
fixed warning in error() function - $continue not used there at all, is it? error() is expected to always terminate execution or should we add new function parameter?

18 years agoFixes to make user profile pages validate Strrrict
moodler [Sat, 6 Jan 2007 14:07:00 +0000 (14:07 +0000)]
Fixes to make user profile pages validate Strrrict

18 years agoMinor forms fixes for Strict MDL-7861
moodler [Sat, 6 Jan 2007 05:14:51 +0000 (05:14 +0000)]
Minor forms fixes for Strict   MDL-7861

18 years agoSMall Strict fix
moodler [Sat, 6 Jan 2007 05:06:35 +0000 (05:06 +0000)]
SMall Strict fix

18 years agoMDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it...
skodak [Fri, 5 Jan 2007 21:33:48 +0000 (21:33 +0000)]
MDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it behaved like a block, added display:inline directive

18 years agoMDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for...
skodak [Fri, 5 Jan 2007 21:10:35 +0000 (21:10 +0000)]
MDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for IE trouble!

18 years agoMDL-7861 xhtml strict fixes - login page - ok, one even more final cleanup ;-)
skodak [Fri, 5 Jan 2007 21:07:46 +0000 (21:07 +0000)]
MDL-7861 xhtml strict fixes - login page - ok, one even more final cleanup ;-)

18 years agoMDL-8063 Fixed links to validation services to be XHTML Strict - in other templates...
skodak [Fri, 5 Jan 2007 19:48:58 +0000 (19:48 +0000)]
MDL-8063 Fixed links to validation services to be XHTML Strict - in other templates now too

18 years agoMDL-7861 xhtml strict fixes - login page - final CSS cleanup, finished!
skodak [Fri, 5 Jan 2007 19:41:51 +0000 (19:41 +0000)]
MDL-7861 xhtml strict fixes - login page - final CSS cleanup, finished!

18 years agoFixed required class.
mits [Fri, 5 Jan 2007 18:14:54 +0000 (18:14 +0000)]
Fixed required class.

18 years agoMDL-7861 xhtml strict fixes - added langmenu class - fixed CSS alignment
skodak [Fri, 5 Jan 2007 16:48:08 +0000 (16:48 +0000)]
MDL-7861 xhtml strict fixes - added langmenu class - fixed CSS alignment

18 years agoquestioncategory formslib.php form control.
tjhunt [Fri, 5 Jan 2007 16:46:28 +0000 (16:46 +0000)]
questioncategory formslib.php form control.

18 years agoXHTML Strict fixes
moodler [Fri, 5 Jan 2007 16:40:04 +0000 (16:40 +0000)]
XHTML Strict fixes

18 years agoMDL-7861 xhtml strict fixes - added langmenu class
skodak [Fri, 5 Jan 2007 16:39:02 +0000 (16:39 +0000)]
MDL-7861 xhtml strict fixes - added langmenu class

18 years agoMDL-7861 xhtml strict fixes for login page revisited
skodak [Fri, 5 Jan 2007 16:31:44 +0000 (16:31 +0000)]
MDL-7861 xhtml strict fixes for login page revisited

18 years agoXHTML Strict fixes MDL-7861
moodler [Fri, 5 Jan 2007 16:16:21 +0000 (16:16 +0000)]
XHTML Strict fixes  MDL-7861

18 years agoFIxes for news forum heading on home page (Strict) MDL-7861
moodler [Fri, 5 Jan 2007 16:10:13 +0000 (16:10 +0000)]
FIxes for news forum heading on home page    (Strict)   MDL-7861

18 years agoSundry fixes related to course categpry page for XHTRML strict MDL-7861
moodler [Fri, 5 Jan 2007 14:13:26 +0000 (14:13 +0000)]
Sundry fixes related to course categpry page for XHTRML strict   MDL-7861

18 years agoMore fixes to print_simple_box
moodler [Fri, 5 Jan 2007 13:17:21 +0000 (13:17 +0000)]
More fixes to print_simple_box

18 years agofixed missing comma
andreabix [Fri, 5 Jan 2007 13:14:37 +0000 (13:14 +0000)]
fixed missing comma

18 years agoMore XHTML strict - removed image borders and height/width
moodler [Fri, 5 Jan 2007 12:58:22 +0000 (12:58 +0000)]
More XHTML strict - removed image borders and height/width

18 years agoMDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209\rthe default for shufflea...
thepurpleblob [Fri, 5 Jan 2007 11:56:57 +0000 (11:56 +0000)]
MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209\rthe default for shuffleanswers is now set to the configured value.

18 years agoTidied up theme for generalboxes
moodler [Fri, 5 Jan 2007 11:53:23 +0000 (11:53 +0000)]
Tidied up theme for generalboxes

18 years agoThe fixes I meant to make with print_simple box doh! MDL-7861 MDL-4943
moodler [Fri, 5 Jan 2007 11:51:43 +0000 (11:51 +0000)]
The fixes I meant to make with print_simple box    doh!   MDL-7861  MDL-4943

18 years agoMDL-7913\rImproved category detection (again) to extract all characters.
thepurpleblob [Fri, 5 Jan 2007 10:35:13 +0000 (10:35 +0000)]
MDL-7913\rImproved category detection (again) to extract all characters.

18 years agoAdded some cleaning to the category path for some safety.
thepurpleblob [Fri, 5 Jan 2007 10:16:12 +0000 (10:16 +0000)]
Added some cleaning to the category path for some safety.

18 years agoPrevent warnings for user when upgrading to mnet MDL-8082
moodler [Fri, 5 Jan 2007 08:51:14 +0000 (08:51 +0000)]
Prevent warnings for user when upgrading to mnet   MDL-8082

18 years agoBetter errors that lead to the wiki for more help MDL-8068
moodler [Fri, 5 Jan 2007 08:46:10 +0000 (08:46 +0000)]
Better errors that lead to the wiki for more help   MDL-8068

18 years agofixed my previous changes broken by new user form merging
skodak [Fri, 5 Jan 2007 08:44:05 +0000 (08:44 +0000)]
fixed my previous changes broken by new user form merging

18 years agoSome extensions to print_error to make it more useful for admin pages
moodler [Fri, 5 Jan 2007 08:18:26 +0000 (08:18 +0000)]
Some extensions to print_error to make it more useful for admin pages

18 years agoMDL-7861, xhtml strict issues
toyomoyo [Fri, 5 Jan 2007 08:01:33 +0000 (08:01 +0000)]
MDL-7861, xhtml strict issues

18 years agosettting first param of moodleform constructor to null tells moodleform to autodetect...
jamiesensei [Fri, 5 Jan 2007 07:05:54 +0000 (07:05 +0000)]
settting first param of moodleform constructor to null tells moodleform to autodetect where to submit to

18 years agoFields set as locked are now disabled using the forms class rather than
ikawhero [Fri, 5 Jan 2007 06:57:30 +0000 (06:57 +0000)]
Fields set as locked are now disabled using the forms class rather than
javascript.

18 years agoMore XHTML fixes for help files
moodler [Fri, 5 Jan 2007 06:57:21 +0000 (06:57 +0000)]
More XHTML fixes for help files

18 years agoLocked fields do not need to be required.
ikawhero [Fri, 5 Jan 2007 06:54:26 +0000 (06:54 +0000)]
Locked fields do not need to be required.

18 years agoadded 'required' class to outermost div of form elements
jamiesensei [Fri, 5 Jan 2007 06:47:35 +0000 (06:47 +0000)]
added 'required' class to outermost div of form elements

18 years agoFixed required class leaking around the place
moodler [Fri, 5 Jan 2007 06:46:58 +0000 (06:46 +0000)]
Fixed required class leaking around the place

18 years agoSearch and replace to fix up heading style p --> h1
moodler [Fri, 5 Jan 2007 06:40:12 +0000 (06:40 +0000)]
Search and replace to fix up heading style    p --> h1

18 years agoForm fieldname set to shortname of field.
ikawhero [Fri, 5 Jan 2007 06:27:25 +0000 (06:27 +0000)]
Form fieldname set to shortname of field.
General tidy up.

18 years agoMore strrrrict tweaks
moodler [Fri, 5 Jan 2007 06:23:35 +0000 (06:23 +0000)]
More strrrrict tweaks

18 years agomnet: Removed hardcoded English strings from some MNET files: MDL-8069
donal72 [Fri, 5 Jan 2007 05:58:39 +0000 (05:58 +0000)]
mnet:  Removed hardcoded English strings from some MNET files: MDL-8069

18 years agoMDL-7861, xhtml strict fixes
toyomoyo [Fri, 5 Jan 2007 05:56:19 +0000 (05:56 +0000)]
MDL-7861, xhtml strict fixes

18 years agoMDL-7861, fixing xhtml strict problems
toyomoyo [Fri, 5 Jan 2007 04:57:58 +0000 (04:57 +0000)]
MDL-7861, fixing xhtml strict problems

18 years agoadded helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton...
jamiesensei [Fri, 5 Jan 2007 04:51:46 +0000 (04:51 +0000)]
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.

18 years agoFixing typo
ikawhero [Fri, 5 Jan 2007 04:37:11 +0000 (04:37 +0000)]
Fixing typo

18 years agomnet: Remove bogus XYZ prefixes from last commit MDL-8070
donal72 [Fri, 5 Jan 2007 03:31:05 +0000 (03:31 +0000)]
mnet: Remove bogus XYZ prefixes from last commit   MDL-8070

18 years agoAutomatic installer.php lang files by installer_builder (20070105)
moodler [Fri, 5 Jan 2007 03:25:49 +0000 (03:25 +0000)]
Automatic installer.php lang files by installer_builder (20070105)

18 years agomnet: Allow an environment variable to be established in the absence of openssl...
donal72 [Fri, 5 Jan 2007 02:59:14 +0000 (02:59 +0000)]
mnet:  Allow an environment variable to be established in the absence of openssl - MDL-8070

18 years agoDeprecated file. Replaced with edit_form.php.
ikawhero [Fri, 5 Jan 2007 02:50:50 +0000 (02:50 +0000)]
Deprecated file. Replaced with edit_form.php.

18 years agoMDL-7861, strict xhtml fixes
toyomoyo [Fri, 5 Jan 2007 02:38:09 +0000 (02:38 +0000)]
MDL-7861, strict xhtml fixes

18 years agoRe-committing "Database changes for the customisable user fields" -- I _think_ this...
martinlanghoff [Fri, 5 Jan 2007 02:34:41 +0000 (02:34 +0000)]
Re-committing "Database changes for the customisable user fields" -- I _think_ this is what Shane meant to commit.

18 years agoReverting "Database changes for the customisable user fields"
martinlanghoff [Fri, 5 Jan 2007 02:31:35 +0000 (02:31 +0000)]
Reverting "Database changes for the customisable user fields"

18 years agoUsing the new forms class.
ikawhero [Fri, 5 Jan 2007 02:18:53 +0000 (02:18 +0000)]
Using the new forms class.
Customisable user profile fields.

18 years agoProfile page using the new forms class.
ikawhero [Fri, 5 Jan 2007 02:14:06 +0000 (02:14 +0000)]
Profile page using the new forms class.
Code to allow customisable fields.

18 years agoCustomisable user profile fields
ikawhero [Fri, 5 Jan 2007 02:12:33 +0000 (02:12 +0000)]
Customisable user profile fields