Commit graph

8332 commits

Author SHA1 Message Date
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
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