Commit graph

9371 commits

Author SHA1 Message Date
wildgirl
969ca8b3eb MDL-14830 backup info added to role renaming help file 2008-10-06 15:23:21 +00:00
poltawski
14885f8619 MDL-16729 - typo in 'Statements' 2008-10-02 14:41:51 +00:00
scyrma
feecd4d6a5 MDL-14092: forcing imported users with a weak password to change it on first login. (merge from 1.9) 2008-09-26 09:13:24 +00:00
tjhunt
1b63d34db7 MDL-16605 Add an ajaxy search box on the define/override roles screen to help find the capability you want 2008-09-26 06:50:31 +00:00
dongsheng
b149ffb421 MDL-14129, fixed hardcoded print_error for feedback module. 2008-09-26 06:01:22 +00:00
moodler
97844c1dda MDL-16267 Moved and tidied help files 2008-09-26 03:27:54 +00:00
moodler
c519958056 Moving this to "message" 2008-09-26 03:12:37 +00:00
lfrodrigues
77e9808350 MDL-16267 added initial documentation for all the message providers 2008-09-25 17:05:14 +00:00
tjhunt
740939ec61 MDL-16654 Move javascript used by the emoticons help file from javascript.php to javascript-static.js. Fix it so that it actually works. 2008-09-25 10:07:11 +00:00
scyrma
a94cf79ee2 MDL-14739: New english translation file for TinyMCE. The format has been changed
to be similar to the format exported by Moodle.
2008-09-25 10:02:33 +00:00
tjhunt
90507d7ec4 Fix HTML validity of some help files. 2008-09-25 09:03:09 +00:00
dongsheng
5d2edd1ce9 "MDL-14129, fixed hardcoded print_error in feedback module" 2008-09-25 08:47:55 +00:00
dongsheng
a6344df49a "MDL-14129, fixed hardcoded print_header in quiz module" 2008-09-25 08:21:59 +00:00
tjhunt
2aa98ea846 Fix HTML validity of some help files. 2008-09-25 08:05:07 +00:00
dongsheng
9ee948813a "MDL-14129, fixed hardcoded print_error" 2008-09-25 08:03:54 +00:00
tjhunt
59a6963699 Fix HTML validity of some help files. 2008-09-25 07:51:31 +00:00
dongsheng
53e242f9d1 "MDL-14129, fixed hardcoded print_header" 2008-09-25 07:40:31 +00:00
tjhunt
7e76b9e8db Fix HTML validity of some help files. 2008-09-25 07:33:47 +00:00
tjhunt
2ca22c727b Fix HTML validity of some help files. 2008-09-25 07:29:32 +00:00
tjhunt
1f193b9f11 Fix HTML validity of some help files. 2008-09-25 07:20:32 +00:00
jerome
eb1b95976f MDL-12846: add course default settings page 2008-09-25 02:31:26 +00:00
dongsheng
9b34dc6e75 "MDL-14129, fix hardcoded print_error" 2008-09-25 02:09:49 +00:00
dongsheng
85c30b9c91 "MDL-14129, fix hardcoded print_error" 2008-09-25 01:55:39 +00:00
pichetp
41e13dd395 MDL-15233 add answers tolerance modificaions texts 2008-09-25 00:18:09 +00:00
skodak
9ab17a328f MDL-16598 Admin config setting to make enrolment key hint optional 2008-09-24 18:47:40 +00:00
skodak
bff34a6747 MDL-16365 domain restrictions are now optional when changing email address; merged from MOODLE_19_STABLE 2008-09-24 17:00:49 +00:00
danmarsden
94abd70c7d MDL-16599 - tidy up error message to be make more sense to the user. 2008-09-24 07:01:32 +00:00
nicolasconnault
d27a349bfe MDL-16486 Improved interface, added permission warning and other minor fixes 2008-09-23 06:42:18 +00:00
moodler
f0f4f26541 MDL-10107 Fixing more strings 2008-09-23 03:09:01 +00:00
moodler
f3d095f870 MDL-16267 and MDL-10107
I did some further work tidying up the form.  I also just treat the popup like another plugin and moved all the config into the plugin.
This still needs help buttons everywhere now!
2008-09-23 03:05:44 +00:00
dongsheng
c196505b05 MDL-15488, improve popup logging screen 2008-09-23 02:49:50 +00:00
moodler
14d70d26d2 MDL-10107 Some new text for Messaging interface and some tips for Luis to continue with 2008-09-23 02:27:57 +00:00
nicolasconnault
2d5b05c878 MDL-16486 Implemented test DB upgrade, needs further testing 2008-09-22 08:54:33 +00:00
nicolasconnault
274e2947a2 MDL-16486 Only using one test $DB connection. Completed most of the implementation. Tests working well now. 2008-09-22 07:06:08 +00:00
nicolasconnault
5d1381c2c3 MDL-16486 Implemented the proxy DB class. Sort of working, but still some issues to sort out, like fix_course_sort_order, which updates a record NOT inserted by the unit test. 2008-09-19 14:28:22 +00:00
dongsheng
17e31bb097 MDL-16384, first draft of alfresco plugin
TODO:
1) Create a SOAP wrapper
2) Implement searching
2008-09-19 04:49:38 +00:00
scyrma
1baac464df MDL-16574: improving configgetremoteaddrconf documentation (merge from 1.9) 2008-09-19 03:35:00 +00:00
scyrma
62ea712f60 MDL-13894: saving a better source IP, following what the admin wants. (merge from 1.9) 2008-09-18 08:18:58 +00:00
tjhunt
766df8f72b MDL-16334 Convert mod/quiz/comment.php to use attemptlib.php - final part of the work on the quiz navigtion, I hope.
MDL-16559 Remove question/comment.html template, and instead just have a function in questionlib.php
MDL-16562 Regression from MDL-16263, notices when regrading.
Sorry, the three got tangled together (coupled through questionlib) while I was fixing bugs in preparation for a demo.
2008-09-18 07:39:10 +00:00
dongsheng
00045af9c0 "MDL-13766, 1) improve javascript error handle 2) add language string 3) change parameter type" 2008-09-18 07:08:45 +00:00
pichetp
e7f9f11635 MDL_14763 removing old help file multianswer.html 2008-09-18 05:48:31 +00:00
pichetp
88087a98a5 MDL_14763 adding new helpfile 2008-09-17 23:11:25 +00:00
moodler
1369d8e172 Fixed some wording ... 2008-09-17 08:15:10 +00:00
jerome
e49eaacbc9 MDL-15402: add some help texts to filckr/boxnet plugins 2008-09-17 06:09:10 +00:00
piers
1881df2733 MDL-7097 - API debug. Change the control of debugging over to SCORM admin settings. 2008-09-16 22:50:16 +00:00
piers
6381fa56ed MDL-11501 Scorm New attempts and reviewing. Changes to help customise player/package interactions. 2008-09-16 20:32:50 +00:00
mjollnir_
b816c08a3f MDL-16526 - added admin notifications for misconfigured portfolio plugins.
does not get triggered while admin is currently editing, only when users use it.
2008-09-16 19:09:30 +00:00
mjollnir_
c737eed82f MDL-16535 - nicer messages about invalid exports 2008-09-16 17:50:55 +00:00
mjollnir_
abcd0fc53e MDL-16414 - make the handling of the download portfolio plugin nicer 2008-09-16 14:23:41 +00:00
mjollnir_
ff347f9978 MDL-16519 - added some more help text to box.net config page 2008-09-16 13:01:34 +00:00