martinlanghoff
d14383e0a0
mnet/multienrol: admin area changes, including test for curl extension
2007-01-04 03:19:49 +00:00
martinlanghoff
28f2875622
mnet: core langpack changes
2007-01-04 03:08:12 +00:00
martinlanghoff
bf1a3d2010
mnet: new enrolment plugin
2007-01-04 03:05:48 +00:00
vyshane
f9921edcfc
Added language strings needed for image alt text.
2007-01-04 02:14:50 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
moodler
2ef9d19a51
Added skip links to all course formats to main content MDL-7878
2007-01-03 15:37:07 +00:00
vyshane
849d075393
xhtml fix for MDL-7861
2007-01-03 08:19:10 +00:00
vyshane
30011361e7
Language string for ical added.
2007-01-03 08:17:43 +00:00
toyomoyo
58f779ab11
MDL-7861, adding a missing tag
2007-01-03 07:34:35 +00:00
mark-nielsen
54b698bce8
Modified some strings and added a few others
2006-12-30 17:31:37 +00:00
skodak
8ab91a5b1a
MDL-8016 A language string for blog needs to remove "\n".
2006-12-29 20:36:05 +00:00
skodak
6ee78ceeaf
MDL-8022 chat accessiblity
...
- new gui_basic that can be used as fallback or accessible option to gui_header_js - it is not compatible with chat daemon
- todo: CSS styling, beeping, JS fallback code in view.php and noframes fallback in gui_header_js
- minor changes in messaging language strings
- minor coding style improvements
2006-12-29 18:33:41 +00:00
jamiesensei
f07b9627b6
changes to how we generate the id attribute of forms and the naming convention of forms
...
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
skodak
adb61bc203
MDL-7950 Display only new messages option and other minor changes in jsless messaging ui
2006-12-27 16:06:17 +00:00
skodak
531e58f1b2
MDL-7956 Add frameless and JSless message composition option
2006-12-25 22:34:05 +00:00
tjhunt
36703ed725
MDL-8003 - part - Use formslib for question editing forms
...
This commit does two things:
1. Gives question types he opion to use formslib for their editing forms, instead of the old mechanism.
2. Converts the truefalse question type to formslib.
2006-12-22 15:39:40 +00:00
tjhunt
77ed3ba5fd
MDL-8002 - Don't show overall feedback for incomplete quiz attempts.
...
Also, cleanup of mod/quiz/index.php
2006-12-22 12:52:13 +00:00
skodak
9c61ba4d88
MDL-7996 Add ods export support
2006-12-21 08:12:10 +00:00
martinlanghoff
47b8b9eb80
Introducing $CFG->debugdisplay -- mimics PHPs display_errors, controls debugging()
2006-12-21 04:30:03 +00:00
toyomoyo
661b912bfa
fixing broken xhtml MLD-7861
2006-12-20 07:15:23 +00:00
jamiesensei
a23f0aaf95
* Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
...
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
tjhunt
3246ed335d
MDL-7975 - Make import and export of truefalse questions more reliable. Merged from MOODLE_17_STABLE.
2006-12-18 18:07:49 +00:00
tjhunt
09db6da231
MDL-7972 - improve GIFT import export for truefalse questions.
...
Also clean up whitespace in question/format/gift/format.php.
MDL-7928 - Numerical question type should use * for the match anything answer - GIFT format part. - Merged from MOODLE_17_STABLE.
2006-12-18 16:38:58 +00:00
toyomoyo
c581c003ff
MDL-7890, warn on time limits, added string
2006-12-18 04:53:53 +00:00
toyomoyo
fbd24d333b
MDL-7861, making moodle xhtml strict, adding missing alt text
2006-12-18 04:53:02 +00:00
skodak
c44ad6e93e
MDL-7941Installation on Windows makes reference to libgd.dll in php.ini
2006-12-17 22:25:46 +00:00
tjhunt
55894a4205
MDL-7928 - Numerical question type should use * for the match anything answer. Merged from MOODLE_17_STABLE.
2006-12-15 18:30:39 +00:00
toyomoyo
935c40d856
added warning to warn possible long updates, MDL-7890
2006-12-15 04:39:19 +00:00
jamiesensei
19194f825a
added setAdvanced MoodleQuickForm method. And added closeHeaderAfter method
2006-12-14 12:44:10 +00:00
toyomoyo
3f5abcb20a
accessibility fixes
2006-12-14 07:48:40 +00:00
skodak
40b6dd0116
MDL-5964 need html editor for comments in database mod + added format sql table field
...
MDL-7813 accessiblity fixes in comments
2006-12-13 23:09:34 +00:00
skodak
007e4f6ede
xhtml and accessibility cleanup in data mod MDL-7813
...
* image alt value is now called "Alternative text" because it should not be considered optional
2006-12-13 09:29:03 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
skodak
a5adbd0c39
MDL-7905 Add new available tag for element id for in database mod
2006-12-12 18:20:51 +00:00
skodak
f16242ce61
MDL-7887 Multilang upgrade to new tags in Moodle 1.8
2006-12-12 10:39:17 +00:00
sam_marshall
ae628043a0
MDL-7401 Course format database/backup/lang/stylesheet/capability support
2006-12-11 15:47:23 +00:00
skodak
014145051e
MDL-7858 Textarea field of database activity needs two translation strings.
2006-12-11 09:03:35 +00:00
toyomoyo
0d0e48d464
addming missing help file
2006-12-11 06:29:34 +00:00
skodak
061e2ce31e
MDL-6234 - reworked available tags when editing database templates
2006-12-10 22:38:42 +00:00
skodak
0c097262c7
MDL-5671 html editor can now be switched off on the fly while editing database templates
2006-12-10 19:08:46 +00:00
skodak
449e6414e5
MDL-7823 Fixed hardcoded strings and xhtml compliance, code cleanup, improved access control in mod/data/preset.php
...
minor changes in language pack, should not cause legacy problems
2006-12-08 19:36:00 +00:00
mark-nielsen
eb302b1914
Merged in fix for MDL-7418
2006-12-08 18:48:01 +00:00
vyshane
c47a721112
New shortcut for language dropdown.
2006-12-08 04:42:39 +00:00
vyshane
a15070d195
New strings required to fix MDL-7437.
2006-12-08 04:41:19 +00:00
gbateson
30a281d3c1
Add information about columns in "ClickTrail Report" table
2006-12-08 04:22:57 +00:00
gbateson
070f9c8707
abandoned attempts are now included in all reports
2006-12-08 04:18:54 +00:00
jamiesensei
dbc6607baa
added some strings for labels for dateselector and datetimeselector day, month etc. elements. These are not used yet.
2006-12-07 05:37:41 +00:00
toyomoyo
36f057ec14
fix for MDL-7810, shorten string name
2006-12-07 01:01:18 +00:00
toyomoyo
aec86ae027
added new setting for allowvisiblecoursesinhiddencategories in appearance->front page
2006-12-06 07:57:54 +00:00
tjhunt
6542b1ecfe
Typo in help. Thanks to Ken Wilson.
2006-12-04 16:08:00 +00:00