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
skodak
980c7dcabe
MDL-7777 Remove dot from "Required field." string
2006-12-03 11:31:41 +00:00
skodak
4adc9c4f60
MDL-7768 forgot_password.php copnverted to use new forms:
...
* new forms
* minor refactoring and code cleanup
* secret is now cleared to prevent repeated use of change confirmation link, added new error message see MDL-7755 (patch by Andrew Walbran)
2006-12-02 19:05:24 +00:00
thepurpleblob
953c76d621
Added or improved help re. category switching in import files
2006-12-01 16:21:29 +00:00
skodak
14bac768f3
Forgotten password page does not check secret MDL-7755
2006-12-01 09:13:06 +00:00
toyomoyo
59fd781a66
fix for MDL-7481, grade book student view should have table headers
2006-12-01 08:31:15 +00:00
vyshane
7ccc1ced38
Added more information on limitations of keyboard access.
2006-12-01 07:42:45 +00:00
ethem
c1cc7fb513
Brushed up a string.
2006-11-30 08:40:29 +00:00
skodak
93741e6797
MDL-7736 added hidden description of the admin settings search box
2006-11-30 08:33:25 +00:00
vyshane
d550d20523
Added string for editorshortcutkeys.
2006-11-30 08:25:22 +00:00
vyshane
a88d8eefb8
Help content for html editor shortcuts.
2006-11-30 08:22:52 +00:00
toyomoyo
26c65d5f44
changed help, abc to help with abc
2006-11-30 05:55:14 +00:00
skodak
a85e7029b7
fixed attachment typos
2006-11-29 19:53:21 +00:00
thepurpleblob
98de921075
Help files for specifying category within GIFT file. MDL-4163
2006-11-29 13:26:09 +00:00
thepurpleblob
029a3c5224
Added strings for selecting category inside import file. MDL-4163
2006-11-29 13:07:23 +00:00
ethem
0ba9f5d68a
+ More more more security.
...
* Don't show login name, password and transaction key at the configuration page.
* RC4Encrypt these fields and move to the config_plugins table from the config table.
* Config page is fully https.
2006-11-29 11:05:56 +00:00
jamiesensei
f88a9e6359
added help file for 'req' icon.
2006-11-28 15:13:16 +00:00
skodak
b8db24a59c
Fix frames accessibility on Hotpot MDL-7468
2006-11-28 10:43:27 +00:00
toyomoyo
73ca1421cf
fix for MDL-7494, add information to help screen readers deal with cloze questions
2006-11-28 08:53:13 +00:00
mark-nielsen
bfec96420b
Merged added file from MOODLE_17_STABLE
2006-11-28 03:59:59 +00:00
mark-nielsen
ccafdbfe95
Merged differences from MOODLE_17_STABLE
2006-11-28 03:58:36 +00:00