moodler
0a5872450a
Commented out header.php because it's not in CVS yet
2006-12-18 04:43:12 +00:00
moodler
2ae2200286
Removed bad character
2006-12-18 04:38:53 +00:00
tjhunt
0dae5d33a7
MDL-7926 - set_field_select function. Merged from MOODLE_17_STABLE.
2006-12-15 18:23:31 +00:00
jamiesensei
19194f825a
added setAdvanced MoodleQuickForm method. And added closeHeaderAfter method
2006-12-14 12:44:10 +00:00
vyshane
67c0e16eed
Merged from 1.7.
2006-12-14 08:10:41 +00:00
vyshane
53a4443bae
Merged from 1.7.
2006-12-14 07:48:40 +00:00
toyomoyo
3f5abcb20a
accessibility fixes
2006-12-14 07:48:40 +00:00
vyshane
e9880ed208
Merged from 1.7.
2006-12-14 04:47:29 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
skodak
7850588ab8
MDL-7909 add optional id parameter to choose_from_menu() and print_textarea() + minor quoting improvement in choose_from_menu()
2006-12-12 22:06:37 +00:00
sam_marshall
dc268b2f24
MDL-7904: Trivial change to load_capability_def (so it works if run multiple times for the same file during one PHP run)
2006-12-12 17:23:31 +00:00
toyomoyo
62fb666445
making default scope col for <th>
2006-12-12 08:11:49 +00:00
moodler
27f79fdab0
Added changes suggested by Nick in MDL-7883 to help debug XHTML strict
...
It only affects DEBUG_DEVELOPER mode, and causes the browser to break when it encounters non-strict XHTML.
I took out the changes for DEBUG_NORMAL for now, might be premature.
2006-12-12 07:24:32 +00:00
skodak
049bd7dbbd
fixed cleantext producing two spaces between element attributes instead of one MDL-7894
2006-12-11 22:07:53 +00:00
sam_marshall
ae628043a0
MDL-7401 Course format database/backup/lang/stylesheet/capability support
2006-12-11 15:47:23 +00:00
nfreear
fb132873d9
Fixes MDL-7884 "XML well-formed bug, need space before 'checked' attribute." (Merged from MOODLE_18_GROUPS)
2006-12-11 11:29:19 +00:00
jamiesensei
84b4a843ed
removed whitespace at the end of file causing headers already sent errors
2006-12-11 10:07:47 +00:00
vyshane
122223e8ab
Fix for MDL-7493.
...
We basically replace the plus and minus hide buttons when the elementToggleHide javascript function is called.
2006-12-11 07:10:07 +00:00
jamiesensei
44875d7898
added code to include hidden labels in groups in forms
2006-12-09 14:06:15 +00:00
skodak
c1be9b31a2
MDL-7734 fixed warning when $course not defined when printing help button; merged from MOODLE_17_STABLE
2006-12-09 13:34:26 +00:00
jamiesensei
4dd564ddb2
small fix to disabledIf initiation
2006-12-09 11:45:24 +00:00
jamiesensei
11f260f4ee
some changes to date_selector and date_time_selector. Now automatically disabledIf disable checkbox is checked. 'optional' option includes a disable checkbox.
2006-12-09 11:42:57 +00:00
toyomoyo
03bb25e1df
merged fix for MDL-7766, calendar not displaying course events
2006-12-08 07:56:07 +00:00
vyshane
6d1f553bad
Added language drop down to tag text as different languages for screen readers and to tag text as different languages for the multilang filter. MDL-7437.
2006-12-08 04:44:24 +00:00
toyomoyo
acf2052b05
merged fix for MDL-7592, get_course_students() bug
2006-12-08 02:22:25 +00:00
jamiesensei
46e648b610
added Sam's 'enabled' checkbox functionality
2006-12-07 10:39:28 +00:00
toyomoyo
22ae509e9c
merged implementing moodle/user:viewdetails
2006-12-07 06:14:52 +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
2ca05411a9
merged fix for MDL-7734, making help links respect course langs
2006-12-07 02:19:13 +00:00
sam_marshall
de312b53bb
MDL-7816 Added optional (checkbox) facility to quickform dateselector
2006-12-06 14:50:57 +00:00
toyomoyo
8dc9a21139
adding scope="col" for table headers
2006-12-06 03:59:55 +00:00
toyomoyo
49108746a9
fix for MDL-7507. participants list, fix links to ordering links, added accesshide texts to links
2006-12-06 03:46:04 +00:00
moodler
c5c1ec895b
Non-editing teachers should NOT have course import capability by default
2006-12-06 02:24:18 +00:00
skodak
fed13a5e88
MDL-7807 duplicate error messages in client side validation, errorSpan inserted only once
2006-12-05 21:48:44 +00:00
skodak
e35c9eeb5f
MDL-7807 duplicate error messages in client side validation, fixed the rest of problems I hope
2006-12-05 21:43:33 +00:00
sam_marshall
7fa944ca85
MDL-7805 Block instance_delete was not called
2006-12-05 17:46:39 +00:00
jamiesensei
e7004d051a
fix for problem of duplicated error messages, client side validation not deleting old error message before displaying new ones.
2006-12-05 14:27:24 +00:00
jamiesensei
0befbdfd8f
petr's patch to fix problem with htmlarea breaking clientside validation. Also using id's with same naming convention as formslib for htmlareas.
2006-12-05 13:21:40 +00:00
skodak
f71346e29a
require_login not working properly MDL-7800
2006-12-05 09:19:26 +00:00
moodler
99ad7633a6
Merged cache clearing from stable
2006-12-05 07:17:04 +00:00
moodler
caac897791
Merged fixes for switchroles from stable MDL-7605
2006-12-05 05:45:08 +00:00
skodak
1cbb09f1d1
MDL-7778 fixed cancel button failing on some pages (I hope)
2006-12-04 22:00:47 +00:00
jamiesensei
1c51317b2c
small change to type of returned var from is_validated()
2006-12-04 10:59:07 +00:00
jamiesensei
3ba2c1871e
*** empty log message ***
2006-12-04 10:55:50 +00:00
jamiesensei
19110c573d
added new 'cancel' element type and introduced new is_cancelled() MoodleQuickForm method.
...
also used new cancel button in all mod_forms as well as a 'Revert' button and reworked logic about where to go on cancel or after submission for modedit.php
2006-12-04 09:36:30 +00:00
skodak
9c0f063b2c
MDL-7737 Remove form referer checks - $CFG->secureforms optional checking
2006-12-04 09:13:51 +00:00
skodak
7b678e0a99
MDL-7767 Guests should not be able to hide course sections - section hiding is not stored in db for guests, only session is used now; merged from MOODLE_17_STABLE
2006-12-04 09:02:17 +00:00
moodler
4e75f4249f
Merged timezone fixes for WA from stable
2006-12-04 07:01:02 +00:00
skodak
28b52b8607
removed space from alt attribute, use empty "" insted according to accessibility recommendations
2006-12-03 15:34:37 +00:00
skodak
30e113f4fa
MDL-7781 Move help button out from element label in new formslib
2006-12-03 14:28:40 +00:00