Commit graph

4664 commits

Author SHA1 Message Date
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
skodak
0c3f57fa69 MDL-7776 Switch required and help icon - rearanged fieldset too 2006-12-03 13:05:34 +00:00
skodak
441e8334af MDL-7776 Switch required and help icon 2006-12-03 11:26:05 +00:00
skodak
3d6851692c MDL-7775 Remove links from required field icon - leave only onle help button per page 2006-12-03 11:10:21 +00:00
skodak
5301205a24 MDL-7757 URL check is too restrictive, allow port 2006-12-03 10:23:56 +00:00
skodak
1437f0a5e3 conversion of login/change_password.php to new formslib and other changes:
* new formslib
* works only when logged in - added redirection to login page for guests or not logged in yet
* fixed redirects when logging in and on forced password change
* "Logged in as" users are not allowed to use this form
* general cleanup
2006-12-02 14:38:31 +00:00
stronk7
2c41b2d72e Dictionary name wasn't being saved, so aspell didn't worked under 1.7
if the setting had been edited. MDL-7762

Merged from MOODLE_17_STABLE
2006-12-01 17:40:47 +00:00
skodak
81f5d4a102 MDL-7234 Smilies don't load in HTML editor for some languages 2006-12-01 09:48:40 +00:00
vyshane
4a5548f928 Merged from 1.7. 2006-12-01 03:46:55 +00:00
vyshane
da28afbb3b Merged from 1.7. 2006-12-01 02:40:47 +00:00
skodak
7203167d35 minor xhtml fix 2006-11-30 09:32:46 +00:00
skodak
4eb777c2b7 minor xhtml fix 2006-11-30 09:32:02 +00:00
skodak
8ddbd7a6d0 xhtml fix - misplaced tags 2006-11-30 09:28:06 +00:00
vyshane
c45152e346 Editor keyboard shortcuts. MDL-7466. 2006-11-30 08:33:29 +00:00
vyshane
195cc7072d New help button for keyboard shortcuts. 2006-11-30 08:31:43 +00:00
vyshane
fb08106cfe Added help button for html editor shortcut keys. 2006-11-30 08:30:46 +00:00
toyomoyo
a5fd49611b fix for MDL-7469, changed help icon alt to "helpwiththis" if text is displayed with help icon 2006-11-30 06:03:02 +00:00
toyomoyo
26c65d5f44 changed help, abc to help with abc 2006-11-30 05:55:14 +00:00
thepurpleblob
f5c154078a Merged from STABLE. Addition function to find or create category path.
MDL-4163
2006-11-29 13:29:00 +00:00
toyomoyo
c2d341983f undoing damage (hidden text, < > arrows) 2006-11-29 08:57:18 +00:00
nfreear
ce27e6f42f Fix for MDL-6685 (and MDL-7122 "breadcrumb separator missing"). Merged from MOODLE_17_STABLE. 2006-11-28 15:26:40 +00:00
jamiesensei
2dbd640932 some fixes for disabledIf and using disabledIf in course/edit_form.php 2006-11-28 08:04:00 +00:00
dwoolhead
23ff199c26 MDL-7699 Fixed redirect() to ../../ 2006-11-27 16:42:16 +00:00
skodak
9cdb766d61 Broken handling of magic quotes in admin settings and set_config in general MDL-7668 2006-11-27 08:44:38 +00:00
toyomoyo
5a86df5e9f fix for MDL-7487, addin guser setting for screen reader, MDL-7435, add new field for alt tag for user picture 2006-11-27 07:23:12 +00:00
vyshane
25f19a4c11 Merged from 1.7. 2006-11-27 04:49:09 +00:00
vyshane
2f11bfc0a4 Merged from 1.7. 2006-11-27 03:22:28 +00:00
toyomoyo
044beba968 fix for MDL-7486, replace < and > with words for accessiblity 2006-11-27 03:07:01 +00:00
skodak
c66c2c0278 MDL-1899 course->category cleanup 2006-11-26 21:44:04 +00:00
skodak
c36f12e145 MDL-7434 all images that convey information should have alt text to convey that information - part 5 2006-11-26 19:00:23 +00:00
skodak
a2d9dff8fc MDL-7434 all images that convey information should have alt text to convey that information - part 4 2006-11-26 16:53:32 +00:00
skodak
2bbaf749c8 MDL-7434 all images that convey information should have alt text to convey that information - part 2 2006-11-25 18:09:33 +00:00
jamiesensei
616b549a58 added some phpdoc comments to repeat_elements() method 2006-11-24 12:33:53 +00:00
jamiesensei
ebd3c7ac94 added repeat_elements method to moodleform and used method for choice form 2006-11-24 12:20:26 +00:00
jamiesensei
e24b7f851a some restructuring of formslib - moving moodleform_mod definition to new file course\moodleform_mod.php and some changes to moodleform_mod standard elements setup and moodleform disabledIf API 2006-11-24 06:39:15 +00:00
toyomoyo
c5d883fcfb merged fixed a warning 2006-11-24 02:04:48 +00:00
skodak
5259d5d8dd Missing s() on current value in admin_setting_configtext class MDL-7666 2006-11-23 20:59:18 +00:00
martinlanghoff
f3b205b800 Cleaning up, completing, bugfixing, adding features to iCalendar export of
Moodle calendar.

* Adding strings
* Adding more information to iCalendar output
* Making iCalendar output compatible with a wider range of calender software
* Removing (non-functional) advanced options for now, and other superfluous
code
* Paying attention to all / course events option
* Adding authentication token system to allow subscription
* Adding JavaScript to generate URL for subscription
* Adding links from calendar page

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2006-11-23 20:30:57 +00:00
jamiesensei
02f8f37d5d added defaults for when there is no submitted data to datetimeselector and small fix for forum\mod_form.php 2006-11-23 09:38:33 +00:00
vyshane
d14d739d24 Merged from 1.7. 2006-11-23 08:36:22 +00:00
skodak
c80a13c736 added new set_max_file_size method to moodleform MDL-6914 2006-11-23 08:24:58 +00:00
toyomoyo
4c2275d557 fix for MDL-7395, adding capaiblity mod/quiz:ignoretimelimits for quiz takers with disability. 2006-11-23 07:52:54 +00:00
vyshane
ec67df2944 Updating YUI to 0.12.0. 2006-11-23 03:27:27 +00:00
vyshane
31cc9c810f Updated YUI libs to 0.12.0. 2006-11-23 03:25:34 +00:00