]>
git.mjollnir.org Git - moodle.git/log
vyshane [Thu, 30 Nov 2006 08:33:29 +0000 (08:33 +0000)]
Editor keyboard shortcuts. MDL-7466.
skodak [Thu, 30 Nov 2006 08:33:25 +0000 (08:33 +0000)]
MDL-7736 added hidden description of the admin settings search box
skodak [Thu, 30 Nov 2006 08:32:30 +0000 (08:32 +0000)]
minor xhtml fix
vyshane [Thu, 30 Nov 2006 08:31:43 +0000 (08:31 +0000)]
New help button for keyboard shortcuts.
vyshane [Thu, 30 Nov 2006 08:30:46 +0000 (08:30 +0000)]
Added help button for html editor shortcut keys.
toyomoyo [Thu, 30 Nov 2006 08:27:58 +0000 (08:27 +0000)]
fix for MDL-7496, incorrect is read almost last, need to be said first
vyshane [Thu, 30 Nov 2006 08:25:22 +0000 (08:25 +0000)]
Added string for editorshortcutkeys.
vyshane [Thu, 30 Nov 2006 08:22:52 +0000 (08:22 +0000)]
Help content for html editor shortcuts.
toyomoyo [Thu, 30 Nov 2006 06:03:02 +0000 (06:03 +0000)]
fix for MDL-7469, changed help icon alt to "helpwiththis" if text is displayed with help icon
toyomoyo [Thu, 30 Nov 2006 05:55:14 +0000 (05:55 +0000)]
changed help, abc to help with abc
skodak [Wed, 29 Nov 2006 22:32:32 +0000 (22:32 +0000)]
MDL-7438 cleaned up groups assign page
skodak [Wed, 29 Nov 2006 22:30:54 +0000 (22:30 +0000)]
MDL-7741 missing ? in start php tag
skodak [Wed, 29 Nov 2006 22:06:48 +0000 (22:06 +0000)]
MDL-7438 cleaned up metacourse children import page
skodak [Wed, 29 Nov 2006 21:55:31 +0000 (21:55 +0000)]
returned "Show all" back the the search row
skodak [Wed, 29 Nov 2006 21:49:36 +0000 (21:49 +0000)]
minor blog tag edit page cleanup MDL-7438
skodak [Wed, 29 Nov 2006 21:28:38 +0000 (21:28 +0000)]
fix submission and notes edit to use new forms lib MDL-7740
skodak [Wed, 29 Nov 2006 20:57:28 +0000 (20:57 +0000)]
fixed addStopFieldsetElements of submitbutton
skodak [Wed, 29 Nov 2006 20:17:13 +0000 (20:17 +0000)]
accessibility cleanup in langimport.php - original patch by Nick Freear MDL-7438 + whitespace and old code cleanup
skodak [Wed, 29 Nov 2006 19:53:21 +0000 (19:53 +0000)]
fixed attachment typos
thepurpleblob [Wed, 29 Nov 2006 14:27:48 +0000 (14:27 +0000)]
Category can now be specified in Moodle XML format.
thepurpleblob [Wed, 29 Nov 2006 13:34:32 +0000 (13:34 +0000)]
Added ability to specify destination category within GIFT file.
MDL-4163
thepurpleblob [Wed, 29 Nov 2006 13:32:00 +0000 (13:32 +0000)]
Fixed a notice. Tidied up format class call a bit. Added provision
for categories to be specified within import files - MDL-4163.
thepurpleblob [Wed, 29 Nov 2006 13:29:00 +0000 (13:29 +0000)]
Merged from STABLE. Addition function to find or create category path.
MDL-4163
thepurpleblob [Wed, 29 Nov 2006 13:26:09 +0000 (13:26 +0000)]
Help files for specifying category within GIFT file. MDL-4163
thepurpleblob [Wed, 29 Nov 2006 13:07:23 +0000 (13:07 +0000)]
Added strings for selecting category inside import file. MDL-4163
ethem [Wed, 29 Nov 2006 11:05:56 +0000 (11:05 +0000)]
+ 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.
nfreear [Wed, 29 Nov 2006 10:16:01 +0000 (10:16 +0000)]
Fixing bug in patch for MDL-7721 - missing Search button. Sorry!
toyomoyo [Wed, 29 Nov 2006 08:57:18 +0000 (08:57 +0000)]
undoing damage (hidden text, < > arrows)
toyomoyo [Wed, 29 Nov 2006 04:44:00 +0000 (04:44 +0000)]
format/notices
skodak [Tue, 28 Nov 2006 21:55:31 +0000 (21:55 +0000)]
added label to group form MDL-7438
skodak [Tue, 28 Nov 2006 21:04:56 +0000 (21:04 +0000)]
Role assignment form buttons have no text MDL-7721; original patch by Nick Freear
skodak [Tue, 28 Nov 2006 19:25:24 +0000 (19:25 +0000)]
ensure that layout table headers are not marked as th, but by label instead MDL-7438
th should be used only for data tables
tjhunt [Tue, 28 Nov 2006 18:44:18 +0000 (18:44 +0000)]
MDL-7720 - non-unicode-safe case-insensitive string comparison in shortanswer question type. Merged from MOODLE_17_STABLE.
tjhunt [Tue, 28 Nov 2006 18:42:18 +0000 (18:42 +0000)]
Put back spaces in code that Martin Dougiamass stripped out of the lang strings without thinking about the consequences. Merged from MOODLE_17_STABLE.
nfreear [Tue, 28 Nov 2006 17:20:41 +0000 (17:20 +0000)]
Fixing markup: <select ..> was <select ../>, multiple="multiple" and onfocus (was onFocus).
jamiesensei [Tue, 28 Nov 2006 15:35:22 +0000 (15:35 +0000)]
migrated mod/exercise/mod.html to formslib
nfreear [Tue, 28 Nov 2006 15:26:40 +0000 (15:26 +0000)]
Fix for MDL-6685 (and MDL-7122 "breadcrumb separator missing"). Merged from MOODLE_17_STABLE.
thepurpleblob [Tue, 28 Nov 2006 15:14:37 +0000 (15:14 +0000)]
Merged from STABLE. Fix for MDL-7703. Fixed scope problem by moving all
functions inside the class. Also fixed some notices.
jamiesensei [Tue, 28 Nov 2006 15:14:22 +0000 (15:14 +0000)]
small change to formslib css
jamiesensei [Tue, 28 Nov 2006 15:13:16 +0000 (15:13 +0000)]
added help file for 'req' icon.
thepurpleblob [Tue, 28 Nov 2006 11:51:50 +0000 (11:51 +0000)]
Merged from STABLE.
Examview 'SA' type questions now supported.
skodak [Tue, 28 Nov 2006 10:55:12 +0000 (10:55 +0000)]
fixed addStopFieldsetElements of submitbutton
skodak [Tue, 28 Nov 2006 10:43:27 +0000 (10:43 +0000)]
Fix frames accessibility on Hotpot MDL-7468
nfreear [Tue, 28 Nov 2006 10:23:26 +0000 (10:23 +0000)]
Fixes MDL-7603 <script Language..> should use 'type', user/index.php, course/report/participation/index.php
thepurpleblob [Tue, 28 Nov 2006 09:28:33 +0000 (09:28 +0000)]
Merged from STABLE. Fixed a typo and a notice
toyomoyo [Tue, 28 Nov 2006 08:53:13 +0000 (08:53 +0000)]
fix for MDL-7494, add information to help screen readers deal with cloze questions
skodak [Tue, 28 Nov 2006 08:24:45 +0000 (08:24 +0000)]
Place information before controls on upload forms MDL-7491
jamiesensei [Tue, 28 Nov 2006 08:04:00 +0000 (08:04 +0000)]
some fixes for disabledIf and using disabledIf in course/edit_form.php
toyomoyo [Tue, 28 Nov 2006 07:07:34 +0000 (07:07 +0000)]
fix for MDL-7497, add mouseless feedback to cloze questions
mark-nielsen [Tue, 28 Nov 2006 05:54:43 +0000 (05:54 +0000)]
Merged changes from MOODLE_17_STABLE for MDL-7707
mark-nielsen [Tue, 28 Nov 2006 03:59:59 +0000 (03:59 +0000)]
Merged added file from MOODLE_17_STABLE
mark-nielsen [Tue, 28 Nov 2006 03:58:36 +0000 (03:58 +0000)]
Merged differences from MOODLE_17_STABLE
vyshane [Tue, 28 Nov 2006 03:55:30 +0000 (03:55 +0000)]
Fix for MDL-7505.
moodler [Tue, 28 Nov 2006 03:11:54 +0000 (03:11 +0000)]
Automatic installer.php lang files by installer_builder (
20061128 )
moodler [Tue, 28 Nov 2006 03:04:50 +0000 (03:04 +0000)]
Merged better checks for datamodel inclusion from stable
moodler [Tue, 28 Nov 2006 02:53:44 +0000 (02:53 +0000)]
FIxed problem when scorm->version is bad
toyomoyo [Tue, 28 Nov 2006 02:22:17 +0000 (02:22 +0000)]
fix for MDL-7436, indicate resource type in the text link.
dwoolhead [Mon, 27 Nov 2006 16:42:16 +0000 (16:42 +0000)]
MDL-7699 Fixed redirect() to ../../
jamiesensei [Mon, 27 Nov 2006 09:02:35 +0000 (09:02 +0000)]
added check to see if at least two choices have been entered when setting up or updating a choice activity.
skodak [Mon, 27 Nov 2006 08:44:38 +0000 (08:44 +0000)]
Broken handling of magic quotes in admin settings and set_config in general MDL-7668
toyomoyo [Mon, 27 Nov 2006 07:23:12 +0000 (07:23 +0000)]
fix for MDL-7487, addin guser setting for screen reader, MDL-7435, add new field for alt tag for user picture
vyshane [Mon, 27 Nov 2006 04:49:09 +0000 (04:49 +0000)]
Merged from 1.7.
ikawhero [Mon, 27 Nov 2006 04:03:44 +0000 (04:03 +0000)]
Added missing string
vyshane [Mon, 27 Nov 2006 03:22:28 +0000 (03:22 +0000)]
Merged from 1.7.
moodler [Mon, 27 Nov 2006 03:09:48 +0000 (03:09 +0000)]
Automatic installer.php lang files by installer_builder (
20061127 )
toyomoyo [Mon, 27 Nov 2006 03:07:01 +0000 (03:07 +0000)]
fix for MDL-7486, replace < and > with words for accessiblity
skodak [Sun, 26 Nov 2006 23:00:28 +0000 (23:00 +0000)]
MDL-7631 Incorrect grading when Each attempt builds on the last and questions on more than one page
skodak [Sun, 26 Nov 2006 21:57:43 +0000 (21:57 +0000)]
Double quotes breaking short answers in a multianswer/cloze question MDL-6676
skodak [Sun, 26 Nov 2006 21:44:04 +0000 (21:44 +0000)]
MDL-1899 course->category cleanup
skodak [Sun, 26 Nov 2006 21:37:07 +0000 (21:37 +0000)]
incorrect table width in Exercise MDL-7690
skodak [Sun, 26 Nov 2006 21:27:35 +0000 (21:27 +0000)]
add risk icons and proper alt text to improve accessibility MDL-7484; icons are not final I hope ;-)
skodak [Sun, 26 Nov 2006 19:30:39 +0000 (19:30 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 8
skodak [Sun, 26 Nov 2006 19:19:54 +0000 (19:19 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 7
skodak [Sun, 26 Nov 2006 19:14:44 +0000 (19:14 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 6
skodak [Sun, 26 Nov 2006 19:00:23 +0000 (19:00 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 5
skodak [Sun, 26 Nov 2006 16:53:32 +0000 (16:53 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 4
skodak [Sun, 26 Nov 2006 16:20:19 +0000 (16:20 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 3
skodak [Sat, 25 Nov 2006 18:09:33 +0000 (18:09 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 2
stronk7 [Sat, 25 Nov 2006 17:13:19 +0000 (17:13 +0000)]
Typo causing continue button in closed quizzes to fail. MDL-7685
Merged from MOODLE_17_STABLE
moodler [Sat, 25 Nov 2006 03:14:55 +0000 (03:14 +0000)]
Automatic installer.php lang files by installer_builder (
20061125 )
skodak [Fri, 24 Nov 2006 20:16:37 +0000 (20:16 +0000)]
MDL-7434 all images that convey information should have alt text to convey that information - part 1
tjhunt [Fri, 24 Nov 2006 18:52:16 +0000 (18:52 +0000)]
Minor tweak to fieldset styles.
skodak [Fri, 24 Nov 2006 18:31:41 +0000 (18:31 +0000)]
Fix course overview graph broken by notices MDL-7680
jamiesensei [Fri, 24 Nov 2006 16:38:22 +0000 (16:38 +0000)]
changed name of submit buttons to submitbutton instead of sumbit as submit was conflicting with method form.submit()
thepurpleblob [Fri, 24 Nov 2006 13:03:32 +0000 (13:03 +0000)]
Merged from STABLE
jamiesensei [Fri, 24 Nov 2006 12:49:32 +0000 (12:49 +0000)]
little bit of white space cleaning up
jamiesensei [Fri, 24 Nov 2006 12:33:53 +0000 (12:33 +0000)]
added some phpdoc comments to repeat_elements() method
jamiesensei [Fri, 24 Nov 2006 12:20:26 +0000 (12:20 +0000)]
added repeat_elements method to moodleform and used method for choice form
thepurpleblob [Fri, 24 Nov 2006 12:03:42 +0000 (12:03 +0000)]
Merged from stable - colons can now be escaped
Resolves MDL-6915
jamiesensei [Fri, 24 Nov 2006 06:39:15 +0000 (06:39 +0000)]
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
toyomoyo [Fri, 24 Nov 2006 04:19:11 +0000 (04:19 +0000)]
merged fix for MDL-7448, added enableForm() call to prevent chat lock up
toyomoyo [Fri, 24 Nov 2006 02:04:48 +0000 (02:04 +0000)]
merged fixed a warning
skodak [Thu, 23 Nov 2006 20:59:18 +0000 (20:59 +0000)]
Missing s() on current value in admin_setting_configtext class MDL-7666
martinlanghoff [Thu, 23 Nov 2006 20:30:57 +0000 (20:30 +0000)]
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>
martinlanghoff [Thu, 23 Nov 2006 20:21:29 +0000 (20:21 +0000)]
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>
skodak [Thu, 23 Nov 2006 20:16:36 +0000 (20:16 +0000)]
Students cannot enrol with PayPal plugin when using PHP4 MDL-7529
ethem [Thu, 23 Nov 2006 16:22:39 +0000 (16:22 +0000)]
We are expecting multiple records, but in debug mode, it gives this error:
Error: Turn off debugging to hide this error.
SELECT id FROM enrol_authorize WHERE userid = '3' AND courseid = '2' AND status=0(with limits 0, 100)
Very strange error in get_record_sql !
nfreear [Thu, 23 Nov 2006 11:59:25 +0000 (11:59 +0000)]
Replaced isteacheredit with has_capability, as in moodlelib (Bug MDL-7380 "groups".)
nfreear [Thu, 23 Nov 2006 11:40:44 +0000 (11:40 +0000)]
Fixes to g...group_displayname, g..grouping_displayname (Bug MDL-7380 "groups".)
nfreear [Thu, 23 Nov 2006 11:28:22 +0000 (11:28 +0000)]
Fixes for interface change, groups_add_member, remove_member - lib and simpletest/test_groupinglib (Bug MDL-7380 "groups".)