dongsheng
3f32807d97
MDL-14303, add missing cmidnumber parameter. merged from MOODLE_19_STABLE
2008-04-29 02:11:27 +00:00
stronk7
ed3bd1974b
Fixed old-glorious typo in wiki backup. MDL-10811 ; merged from 19_STABLE
2008-04-28 23:09:57 +00:00
agrabs
6178c62a9a
fixed required_sesskey missing on complete_guest.php
...
added grouping feature (it have to be tested yet)
2008-04-28 21:19:27 +00:00
poltawski
2385bf0686
MDL-12614 - Bad regular expression matching was causing syntactically
...
invalid js when returning to previously attempted SCORM package.
Credit to Peter Chamberlin of ljcreate.com
2008-04-28 16:52:50 +00:00
agrabs
6ee09cfe8b
merge the items dropdown, radio and check to multiplechoice item
...
merge the items dropdownrated, radiorated to multiplechoicerated item
the creating or editing of an item now use the formslib
2008-04-28 09:58:09 +00:00
skodak
39f563ed5b
MDL-14564 pg null trouble fixed by David Mudrak; merged from MOODLE_18_STABLE
2008-04-27 22:41:07 +00:00
dongsheng
db1b15ce0e
MDL-14262, fix incorrect link, see tracker, merged from MOODLE_19_STABLE
2008-04-27 17:11:20 +00:00
skodak
d00adf8605
MDL-14484 rerun asearchtemplate upgrade - there were reported problems on some sites; merged from MOODLE_19_STABLE
2008-04-25 15:20:14 +00:00
stronk7
05ac14ca68
Prevent wrong data->notifications to be stored. Default to 0 if empty. MDL-14540 ; merged from 19_STABLE
2008-04-24 17:11:40 +00:00
tjhunt
3192d014f3
Eliminate direct references to $_REQUEST and $_POST in the quiz code.
...
Also, when you edit the quiz, and therefore any preview attempts are deleted automatically, make sure the attempts are deleted properly by calling quiz_delete_attempt on each one, rathern than leaving orphaned junk in the database.
2008-04-23 14:49:22 +00:00
tjhunt
bfecee473a
Revert bogus error -> print_error changes that were stopping my patch from merging.
2008-04-23 14:45:45 +00:00
tjhunt
97344ae331
Improve PHPdocs on a function.
2008-04-23 14:31:21 +00:00
tjhunt
d20e702956
Tidy up whitespace.
2008-04-23 10:54:51 +00:00
moodler
c70ad9f736
MDL-14493 First checkin of Feedback module into HEAD.
...
I made a number of small tidy-ups to the contrib version before adding this here:
- fixed some language string names
- renamed a capability from deletecompleteds to deletesubmissions (can we use "submissions" everywhere?)
- got rid of language packs (moved english to correct location)
- deleted 'pics' type (it needs to be rewritten to use user files in moodledata)
- moved changelog into README.txt
- moved captcha font out of subdir
- bumped version to today
Thanks very much to Andreas Grabs for all your work on this module so far, and congratulations! :-)
2008-04-23 09:33:54 +00:00
jamiesensei
58ffdbb883
MDL-14471 - when attempt data is generated by a script then sometimes quiz_get_latest_attempt_by_user fetches the wrong attempt since timestart for the attempt is not a second apart from the last attempt - "patch to quiz/locallib.php function quiz_get_latest_attempt_by_user which makes the query simpler and also makes it more robust.
...
In the case that there are two attempts started in the same second, which can happen if you are generating random attempt data then the id field is used to tell which is the later attempt."
2008-04-23 06:45:11 +00:00
tjhunt
44847eb868
MDL-14363 - Fix a broken redirect from mod/quiz/ attempt.php to edit.php when the quiz has not questions.
...
Also, when the quiz has no questions, disable the Info, Reports and Preview tabs, which, in this case, just redirect back to the Edit tab anyway.
Finally, change a redirect in quiz view.php, which used a relative URL, to a full url starting $CFG->wwwroot.
2008-04-22 15:19:50 +00:00
skodak
b4c8d1ea9c
MDL-14424 approve icon now bigger + css class added; merged from MOODLE_19_STABLE
2008-04-22 13:35:51 +00:00
skodak
cff611fc19
MDL-8188 fixed missing global $CFG; merged from MOODLE_19_STABLE
2008-04-22 13:04:35 +00:00
skodak
52f2776d3c
MDL-14137 adding minor fix for quotes in fieldname; merged from MOODLE_19_STABLE
2008-04-22 07:31:28 +00:00
stronk7
ce7373f85c
Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893 ; merged from 19_STABLE
2008-04-21 18:10:09 +00:00
skodak
3239b0104e
MDL-14458 - optgroups Fields and Other in search menu; removed unused search code, html labels, added option to sort by time modified; merged from MOODLE_19_STABLE
2008-04-21 14:17:02 +00:00
skodak
ea6073bb48
MDL-13025 added data intro text formatting without cleaning - manage activity cap already marked with XSS risk; merged from MOODLE_19_STABLE
2008-04-21 13:26:08 +00:00
skodak
3b4756653a
MDL-14446 fixed inverted read flag in threaded view; merged from MOODLE_19_STABLE
2008-04-20 19:38:33 +00:00
skodak
eaa3081807
MDL-14336 defaultsort now stored as field name in preset.xml; merged from MOODLE_19_STABLE
2008-04-20 19:22:06 +00:00
skodak
8528bf260b
MDL-12861 overriding of database settings now optional when using presets; merged from MOODLE_19_STABLE
2008-04-20 10:09:28 +00:00
skodak
2dc6be3f77
MDL-13188 asearchtemplate.htlm in presets implemented; merged from MOODLE_19_STABLE
2008-04-20 09:29:57 +00:00
skodak
a4e3818f2a
MDL-14417 fixed sql for menu adv search - multimenu already fixed today; merged from MOODLE_19_STABLE
2008-04-19 21:22:03 +00:00
skodak
029cf8469b
MDL-14018 fixed ##more## icon regression, thanks Robert Allerstorfer for all the testing!; merged from MOODLE_19_STABLE
2008-04-19 21:02:10 +00:00
skodak
bb5740f4c8
MDL-14424 - approval icon is bigger again, it is possible to sort by Approved status now; merged from MOODLE_19_STABLE
2008-04-19 20:48:48 +00:00
skodak
33b8ead904
MDL-14018 fixed ugly query - thanks Eloy; merged from MOODLE_19_STABLE
2008-04-19 18:03:32 +00:00
skodak
9a36be0212
MDL-14018 fixed regression, proper LIKE meta quoting, fix displaying when options changed; merged from MOODLE_19_STABLE
2008-04-19 16:47:35 +00:00
skodak
bc16bd57ac
MDL-9907 xhtml strict; merged from MOODLE_19_STABLE
2008-04-19 16:44:08 +00:00
skodak
eeeb4f2ad9
MDL-12089 several search related problems fixed in data module; merged from MOODLE_19_STABLE
2008-04-19 15:33:06 +00:00
skodak
8b79a625b6
MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not have discussion parameter which was a problem because the login depends on discussion group - there was a hack in discussion.php and view.php working around this, but it was not present in cron; sorry for the change of API, but it was required; merged from MOODLE_19_STABLE
2008-04-19 10:49:53 +00:00
skodak
d0e422c45a
MDL-13936 indicate that user needs group membership to add new discussion, but only if having the capability to add new discussion - previously the message was incorrectly shown even when not having the cap in separate mode, visible mode needs this message too after previous commit; new lang string added in case user selects all participants in group selector and does not have accessallgroups - the existing group membership string could not be reused; merged from MOODLE_19_STABLE
2008-04-18 19:30:19 +00:00
skodak
859b33cfd4
MDL-13936 users without accessallgroups can post start discussions only in own groups if groupmode enabled in forum (either separate or visible), this was the way it worked in Moodle <1.8; merged from MOODLE_19_STABLE
2008-04-18 18:52:13 +00:00
dongsheng
9438ede68a
MDL-9378, new visualization for scorm, see tracker, head only
2008-04-18 04:29:03 +00:00
dongsheng
81d3eded3a
MDL-14137, use addslash in get_settings() and remove the second parameter of htmlspecialchars()
2008-04-18 02:12:30 +00:00
tjhunt
92589cb04b
MDL-8682 - yet another followup. The javascript still was not quite right. you cannot rely on the case of element.nodeName.
2008-04-17 13:07:36 +00:00
dongsheng
5f7a233352
MDL-14320, remove useless icon in edit entry page, merged from MOODLE_19_STABLE
2008-04-17 09:45:09 +00:00
moodler
9aa82ed6d4
MDL-14399 Merged RTL fixes from 1.9
2008-04-17 08:50:56 +00:00
dongsheng
046dd7dcf6
MDL-11511, revert the changes, see tracker
2008-04-17 08:11:23 +00:00
scyrma
73b36bca84
MDL-12860 - do input sanitization early, so as to not mess up display later (merge from 1.9)
2008-04-17 08:04:37 +00:00
dongsheng
4840980a9b
MDL-11511, make logic more clear, merged from MOODLE_19_STABLE
2008-04-17 05:58:29 +00:00
dongsheng
f752e2fd72
MDL-11511, two new caps are introduced, see tracker, merged from MOODLE_19_STABLE
2008-04-17 05:42:13 +00:00
dongsheng
afdadf7b6c
MDL-14137, donot filter single and double quote anymore, see tracker, merged from MOODLE_19_STABLE
2008-04-17 02:59:33 +00:00
skodak
026d562efc
MDL-9907 searching ilike pg compatibility fix; merged from MOODLE_19_STABLE
2008-04-16 18:57:15 +00:00
skodak
88145e9d08
MDL-12893 fixed sorting of date fields in pg - credit goes to David; merged from MOODLE_19_STABLE
2008-04-16 15:48:47 +00:00
skodak
6a5357f492
MDL-14018 fixed searching when date order selected; merged from MODOLE_19_STABLE
2008-04-16 15:09:21 +00:00
skodak
fb9d1e0942
MDL-14018 fixed searching when date order selected; merged from MODOLE_19_STABLE
2008-04-16 15:08:03 +00:00