]>
git.mjollnir.org Git - moodle.git/log
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
toyomoyo [Mon, 8 Jan 2007 03:34:44 +0000 (03:34 +0000)]
MDL-7861, xhtml strict issues
moodler [Mon, 8 Jan 2007 03:16:53 +0000 (03:16 +0000)]
Automatic installer.php lang files by installer_builder (
20070108 )
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
toyomoyo [Mon, 8 Jan 2007 02:13:21 +0000 (02:13 +0000)]
putting nowarp back into table with proper style
toyomoyo [Mon, 8 Jan 2007 01:38:42 +0000 (01:38 +0000)]
MDL-7861 xhtml strict fixes
vyshane [Mon, 8 Jan 2007 01:27:22 +0000 (01:27 +0000)]
Removed align attribute from img tag. Related to MDL-7861.
toyomoyo [Mon, 8 Jan 2007 01:09:54 +0000 (01:09 +0000)]
MDL-7861, fixing xhtml strict bugs
vyshane [Mon, 8 Jan 2007 00:41:53 +0000 (00:41 +0000)]
Removed align attribute. Related to MDL-7861.
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 ;-)
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
jamiesensei [Sun, 7 Jan 2007 17:22:31 +0000 (17:22 +0000)]
removing more redundant files after qtype form formslib migration
jamiesensei [Sun, 7 Jan 2007 17:06:50 +0000 (17:06 +0000)]
more last fixes to question forms and removal of redundant files
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.
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.
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.
jamiesensei [Sun, 7 Jan 2007 16:10:42 +0000 (16:10 +0000)]
numerical and random question type creation form migrated to formslib
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.
skodak [Sun, 7 Jan 2007 13:49:31 +0000 (13:49 +0000)]
MDL-7861 resource mod related xhtml strict fixes (student visible interface only)
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.
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
jamiesensei [Sun, 7 Jan 2007 12:11:57 +0000 (12:11 +0000)]
renamed file and some changes to form definition etc.
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;".
vyshane [Sun, 7 Jan 2007 10:19:01 +0000 (10:19 +0000)]
Fix for MDL-7861
vyshane [Sun, 7 Jan 2007 06:49:25 +0000 (06:49 +0000)]
Added fieldset tag. MDL-7861.
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
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
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
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
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()
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.
skodak [Sat, 6 Jan 2007 20:26:00 +0000 (20:26 +0000)]
fixed authplugin warning
skodak [Sat, 6 Jan 2007 20:18:44 +0000 (20:18 +0000)]
MDL-7861 xhtml strict fixes - removed table from navbar layout
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)
skodak [Sat, 6 Jan 2007 15:22:23 +0000 (15:22 +0000)]
revised adobe XSS protection SC#346
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?
moodler [Sat, 6 Jan 2007 14:07:00 +0000 (14:07 +0000)]
Fixes to make user profile pages validate Strrrict
moodler [Sat, 6 Jan 2007 05:14:51 +0000 (05:14 +0000)]
Minor forms fixes for Strict MDL-7861
moodler [Sat, 6 Jan 2007 05:06:35 +0000 (05:06 +0000)]
SMall Strict fix
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
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!
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 ;-)
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
skodak [Fri, 5 Jan 2007 19:41:51 +0000 (19:41 +0000)]
MDL-7861 xhtml strict fixes - login page - final CSS cleanup, finished!
mits [Fri, 5 Jan 2007 18:14:54 +0000 (18:14 +0000)]
Fixed required class.
skodak [Fri, 5 Jan 2007 16:48:08 +0000 (16:48 +0000)]
MDL-7861 xhtml strict fixes - added langmenu class - fixed CSS alignment
tjhunt [Fri, 5 Jan 2007 16:46:28 +0000 (16:46 +0000)]
questioncategory formslib.php form control.
moodler [Fri, 5 Jan 2007 16:40:04 +0000 (16:40 +0000)]
XHTML Strict fixes
skodak [Fri, 5 Jan 2007 16:39:02 +0000 (16:39 +0000)]
MDL-7861 xhtml strict fixes - added langmenu class
skodak [Fri, 5 Jan 2007 16:31:44 +0000 (16:31 +0000)]
MDL-7861 xhtml strict fixes for login page revisited
moodler [Fri, 5 Jan 2007 16:16:21 +0000 (16:16 +0000)]
XHTML Strict fixes 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
moodler [Fri, 5 Jan 2007 14:13:26 +0000 (14:13 +0000)]
Sundry fixes related to course categpry page for XHTRML strict MDL-7861
moodler [Fri, 5 Jan 2007 13:17:21 +0000 (13:17 +0000)]
More fixes to print_simple_box
andreabix [Fri, 5 Jan 2007 13:14:37 +0000 (13:14 +0000)]
fixed missing comma
moodler [Fri, 5 Jan 2007 12:58:22 +0000 (12:58 +0000)]
More XHTML strict - removed image borders and height/width
thepurpleblob [Fri, 5 Jan 2007 11:56:57 +0000 (11:56 +0000)]
MDL-6769 and http://moodle.org/mod/forum/discuss.php?d=60209\r the default for shuffleanswers is now set to the configured value.
moodler [Fri, 5 Jan 2007 11:53:23 +0000 (11:53 +0000)]
Tidied up theme for generalboxes
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
thepurpleblob [Fri, 5 Jan 2007 10:35:13 +0000 (10:35 +0000)]
MDL-7913\r Improved category detection (again) to extract all characters.
thepurpleblob [Fri, 5 Jan 2007 10:16:12 +0000 (10:16 +0000)]
Added some cleaning to the category path for some safety.
moodler [Fri, 5 Jan 2007 08:51:14 +0000 (08:51 +0000)]
Prevent warnings for user when upgrading to mnet MDL-8082
moodler [Fri, 5 Jan 2007 08:46:10 +0000 (08:46 +0000)]
Better errors that lead to the wiki for more help MDL-8068
skodak [Fri, 5 Jan 2007 08:44:05 +0000 (08:44 +0000)]
fixed my previous changes broken by new user form merging
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
toyomoyo [Fri, 5 Jan 2007 08:01:33 +0000 (08:01 +0000)]
MDL-7861, xhtml strict issues
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
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.
moodler [Fri, 5 Jan 2007 06:57:21 +0000 (06:57 +0000)]
More XHTML fixes for help files
ikawhero [Fri, 5 Jan 2007 06:54:26 +0000 (06:54 +0000)]
Locked fields do not need to be required.
jamiesensei [Fri, 5 Jan 2007 06:47:35 +0000 (06:47 +0000)]
added 'required' class to outermost div of form elements
moodler [Fri, 5 Jan 2007 06:46:58 +0000 (06:46 +0000)]
Fixed required class leaking around the place
moodler [Fri, 5 Jan 2007 06:40:12 +0000 (06:40 +0000)]
Search and replace to fix up heading style p --> h1
ikawhero [Fri, 5 Jan 2007 06:27:25 +0000 (06:27 +0000)]
Form fieldname set to shortname of field.
General tidy up.
moodler [Fri, 5 Jan 2007 06:23:35 +0000 (06:23 +0000)]
More strrrrict tweaks
donal72 [Fri, 5 Jan 2007 05:58:39 +0000 (05:58 +0000)]
mnet: Removed hardcoded English strings from some MNET files: MDL-8069
toyomoyo [Fri, 5 Jan 2007 05:56:19 +0000 (05:56 +0000)]
MDL-7861, xhtml strict fixes
toyomoyo [Fri, 5 Jan 2007 04:57:58 +0000 (04:57 +0000)]
MDL-7861, fixing xhtml strict problems
jamiesensei [Fri, 5 Jan 2007 04:51:46 +0000 (04:51 +0000)]
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.
ikawhero [Fri, 5 Jan 2007 04:37:11 +0000 (04:37 +0000)]
Fixing typo
donal72 [Fri, 5 Jan 2007 03:31:05 +0000 (03:31 +0000)]
mnet: Remove bogus XYZ prefixes from last commit MDL-8070
moodler [Fri, 5 Jan 2007 03:25:49 +0000 (03:25 +0000)]
Automatic installer.php lang files by installer_builder (
20070105 )
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
ikawhero [Fri, 5 Jan 2007 02:50:50 +0000 (02:50 +0000)]
Deprecated file. Replaced with edit_form.php.
toyomoyo [Fri, 5 Jan 2007 02:38:09 +0000 (02:38 +0000)]
MDL-7861, strict xhtml fixes
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.
martinlanghoff [Fri, 5 Jan 2007 02:31:35 +0000 (02:31 +0000)]
Reverting "Database changes for the customisable user fields"
ikawhero [Fri, 5 Jan 2007 02:18:53 +0000 (02:18 +0000)]
Using the new forms class.
Customisable user profile fields.
ikawhero [Fri, 5 Jan 2007 02:14:06 +0000 (02:14 +0000)]
Profile page using the new forms class.
Code to allow customisable fields.
ikawhero [Fri, 5 Jan 2007 02:12:33 +0000 (02:12 +0000)]
Customisable user profile fields
moodler [Fri, 5 Jan 2007 02:01:45 +0000 (02:01 +0000)]
Changed fieldsets to use the new invisiblefieldset class
toyomoyo [Fri, 5 Jan 2007 02:00:20 +0000 (02:00 +0000)]
MDL-7861, xhtml related issues, added class for some fieldsets to not display border
moodler [Fri, 5 Jan 2007 01:53:24 +0000 (01:53 +0000)]
Added .invisiblefieldset class to hide unnecessary fieldsets
toyomoyo [Fri, 5 Jan 2007 01:19:02 +0000 (01:19 +0000)]
MDL-7861, fixing xhtml strict divs
toyomoyo [Fri, 5 Jan 2007 01:06:24 +0000 (01:06 +0000)]
MDL-7861, xhtml strict fix
skodak [Fri, 5 Jan 2007 00:16:19 +0000 (00:16 +0000)]
MDL-7861 xhtml strict fixes for login page - fixed empty div when no error
skodak [Fri, 5 Jan 2007 00:03:41 +0000 (00:03 +0000)]
fixed JS-less "go" button layout in popup form
skodak [Thu, 4 Jan 2007 23:59:55 +0000 (23:59 +0000)]
MDL-7861 xhtml strict fixes - fixed capital letter tags and attributes
skodak [Thu, 4 Jan 2007 23:38:17 +0000 (23:38 +0000)]
MDL-7861 xhtml strict fixes - fixed all <br> in our code
skodak [Thu, 4 Jan 2007 23:27:19 +0000 (23:27 +0000)]
MDL-7861 xhtml strict fixes for login page