piers
07b905ae55
MDL-11137 Unable to locate API error - add check for empty array from DB interface (ksort complains), change deprecated get_records_select_menu() deprecated call.
2008-07-27 21:19:01 +00:00
danmarsden
658e25743a
MDL-15747 typo
2008-07-27 20:21:08 +00:00
stronk7
4ffc25ce55
Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE
2008-07-26 22:13:39 +00:00
skodak
8eb1d25ffe
MDL-11844 new option for conditional stripping of tags from activity names
2008-07-26 15:15:25 +00:00
mjollnir_
5071079cb2
MDL-15830 & MDL-15832: added a new intermediate abstract caller class for modules & removed PORTFOLIO_FORMAT_HTML
2008-07-25 15:17:23 +00:00
tjhunt
bd03752be8
Fix notices.
2008-07-25 14:18:19 +00:00
tjhunt
92718f4c44
No manually graded questions found is not an error contidion, so return true, not false.
2008-07-25 14:11:22 +00:00
tjhunt
3f8e526ec1
Fix notices in 'Students' without attempts mode.
2008-07-25 14:05:40 +00:00
mjollnir_
10ae55f99b
MDL-15758 : beginning of forum implementation of portfolio export
2008-07-25 12:30:08 +00:00
jamiesensei
162f96353b
MDL-14208 Cache results of calculations, "recompute now" functionality -- forgot one field for questions stats.
2008-07-25 12:15:07 +00:00
mjollnir_
ed1fcf794b
MDL-14591: changed the definition of portfolio_add_button
...
to support passing the callbackfile explicitly if necessary
and added my name next to some TODOs so I can find them later
2008-07-25 10:31:10 +00:00
mjollnir_
67a87e7db2
portfolio checkin-
...
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog
commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2
This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
dongsheng
0d864c8d16
MDL-14650, fix incorrect use of &&
2008-07-25 03:09:47 +00:00
piers
45402fe989
MDL-11137 Unable to locate API error - remove comment code with bad characters.
2008-07-25 02:32:00 +00:00
piers
d4e9550a4f
MDL-11137 Unable to locate API error - fix typo on var name - thank dan.
2008-07-24 23:53:56 +00:00
piers
3505e82b52
MDL-11137 Unable to locate API error - force a sort order on the cmi elements, and ensure correct type comparison when determining whether we have seen this objective id before. affects aicc, 1.2 and 1.3.
2008-07-24 23:08:30 +00:00
skodak
f432bebff2
MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE
2008-07-24 21:59:13 +00:00
jamiesensei
9859e26cc0
MDL-14208 "add cron routine to clean up cache records"
2008-07-24 17:45:01 +00:00
jamiesensei
d1789d5d64
MDL-14208 Cache results of calculations, "recompute now" functionality -- added message about when the stats were last calculated and how many attempts there have been since then and a recompute now button.
2008-07-24 17:42:06 +00:00
jamiesensei
17f1782c12
MDL-15818 "allow quiz reports to register cron routines" - Quiz reports can now include files cron.php which include functions quiz_report_{reportname}_cron that will be executed from the moodle cron. They must also modify their quiz_report record to set cron to the number of seconds between cron execution.
2008-07-24 17:36:33 +00:00
jamiesensei
daae98e118
MDL-14216 "change query to work on Postgres." - some adjustments to make it work on mysql again too.
2008-07-24 16:10:26 +00:00
tjhunt
1e98b864e5
MDL-14216 - change query to work on Postgres.
2008-07-24 15:34:15 +00:00
jamiesensei
71a2b878fa
MDL-14208 'Improvement of Item Analysis Report : Cache results of calculations, "recompute now" functionality' - using new tables to cache stats results.
2008-07-24 13:25:07 +00:00
tjhunt
23277af8f1
MDL-14216 - change query to work on Postgres.
2008-07-24 12:58:05 +00:00
skodak
d854aaa6b6
MDL-15804 yet more space for editor area; merged from MOODLE_19_STABLE
2008-07-24 11:13:01 +00:00
moodler
3b120e464f
MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
...
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)
This code is not finished yet, a lot of work still has to be done on the
interface. However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
skodak
9da321f728
MDL-15804 smaller online assignment text box size; merged from MOODLE_19_STABLE
2008-07-24 06:02:31 +00:00
dongsheng
6346dda358
MDL-14650, fix the problem of upgrade script
2008-07-24 05:28:56 +00:00
dongsheng
6e5f40eadc
MDL-14650, create a new table chat_messages_current
to save latest 8 hours messages, could improve performance. The expired message will be deleted in chat_cron function
2008-07-24 03:15:03 +00:00
skodak
3a0c6cca33
MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE
2008-07-23 16:10:06 +00:00
piers
52005f3455
MDL-7323 AICC Import does not handle Core_Vendor - applied patch from Keith Starling (thanks).
2008-07-23 01:32:12 +00:00
piers
878aaab9eb
MDL-9077 switch from client to server side validation for reference field as client side not supported for this type (file upload name).
2008-07-23 00:32:54 +00:00
agrabs
da32999653
MDL-15787 Using hidden feedbacks on front page
2008-07-22 22:28:35 +00:00
jamiesensei
a1db71cb25
MDL-15198 "non-standard sql in reportlib.php" similar sql used here, fixing.
2008-07-22 13:06:54 +00:00
jamiesensei
182dbc6f4d
MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutive random questions picking from the same category with the same options to recurse into sub directories" sorting of questions by id, so they appear in some kind of order.
2008-07-22 12:33:05 +00:00
jamiesensei
d49e5bd87c
MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutive random questions picking from the same category with the same options to recurse into sub directories" oops. Regression meant a row was added for every attempt at a random question
2008-07-22 12:27:11 +00:00
tjhunt
5533791abc
MDL-15750 - After the close date, the teacher cannot preview a quiz becuase the timer thinks the time is already up. Also, move the timer in to the new navigation block.
2008-07-22 11:37:01 +00:00
tjhunt
5bbf20b48d
Error with submitting quizzes - regression caused by MDL-15542.
2008-07-22 11:01:56 +00:00
jamiesensei
051bc0e192
MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutiver random questions picking from the same category with the same options to recurse into sub directories"
2008-07-22 09:48:16 +00:00
tjhunt
5c98fcd402
Error with submitting quizzes - regression caused by MDL-15542.
2008-07-22 09:03:51 +00:00
jamiesensei
62373088dd
MDL-15728 "quiz_report_load_questions should alias qqi.grade to maxgrade so that questions array has the required fields expected by much of the question code."
2008-07-21 14:40:26 +00:00
jamiesensei
002ef81dc5
MDL-15736 "deleting regrade report. Regrade functionality is now part of overview report"
2008-07-21 14:17:00 +00:00
jamiesensei
16de0ed32b
MDL-15732 "question_load_questions has changed in HEAD and expects an array instead of a comma seperated list of question ids"
2008-07-21 13:06:57 +00:00
jamiesensei
68f332f391
MDL-15452 - "Fix regressions introduced by my recent work on this bug and its children. Thanks to Paul Johnson for his testing." - fix xhtml error.
2008-07-21 12:14:32 +00:00
jamiesensei
670b895478
MDL-15631 "move detailled responses report out of contrib into main distribution" minor fix to html to align select all / deselect all with table
2008-07-21 12:09:19 +00:00
jamiesensei
e5395a5fd5
MDL-15730 "in detailled report : scale grade to a fraction of the max grade and THEN use it for calculating whether this is a correct / partially correct / or wrong answer"
2008-07-21 11:24:14 +00:00
jamiesensei
3e71541fde
MDL-15729 "detailled responses report not showing responses"
2008-07-21 10:27:47 +00:00
dongsheng
2c1363e622
MDL-15317, when forum is invisible, only users with 'mod/forum:managesubscriptions' capability can subscrib forum, merged from MOODLE_19_STABLE.
2008-07-21 09:20:40 +00:00
jamiesensei
6559096f2c
MDL-15728 "quiz_report_load_questions should alias qqi.grade to maxgrade so that questions array has the required fields expected by much of the question code."
2008-07-21 09:06:46 +00:00
dongsheng
dde78cb8f2
MDL-14129, remove error() in forum mod.
2008-07-21 08:03:42 +00:00