Ankit Agarwal
c492a78ee2
MDL-34468 quiz: Replace all instances of get_context_instance() with respective context_XXXX class in mod/quiz
2012-07-24 17:08:05 +08:00
Frederic Massart
455dc0de61
MDL-18301 Gradebook: Added feature for components to control grade visibility
2012-07-06 09:52:46 +08:00
Dan Poltawski
555099c666
Merge branch 'MDL-33400' of git://github.com/nebgor/moodle
2012-06-12 13:03:42 +08:00
Aparup Banerjee
6b8b0b2e68
MDL-34400 Libraries : maintained naming rule by removing stray mod_ function and class prefixes from activity modules.
...
This rule @ http://docs.moodle.org/dev/Activity_modules still stands for now.
2012-06-11 13:34:47 +08:00
Eloy Lafuente (stronk7)
997c7e2744
Merge branch 'MDL-33471' of git://github.com/timhunt/moodle
2012-06-08 17:08:18 +02:00
Tim Hunt
815fcecc40
MDL-33471 quiz cron: better mtrace output for overdue handling
2012-06-08 16:02:01 +01:00
Tim Hunt
9378c99b02
MDL-33119 quiz complete report: fix placeholders in attempt string.
2012-06-01 08:45:41 -06:00
Dan Poltawski
ad10c481e1
Merge branch 'MDL-33048' of git://github.com/timhunt/moodle
2012-05-18 12:12:51 +08:00
Tim Hunt
36e48cb82f
MDL-33048 quiz / my moodle: fatal error due to missing include.
2012-05-17 16:06:41 +01:00
Dan Poltawski
41ea0d3cc2
Merge branch 'MDL-31902-master' of git://github.com/ankitagarwal/moodle
2012-05-14 10:28:05 +08:00
Ankit Agarwal
3afe75a79c
MDL-31902 general: Removing deprecated functions
2012-05-11 10:30:40 +08:00
Tim Hunt
8180ee2360
MDL-32430 quiz calendar events: fix pluginfile URLs in the description.
2012-05-04 15:17:23 +01:00
Tim Hunt
9e83f3d11d
MDL-32788 quiz: clean up codechecker issues before the 2.3 release.
2012-05-04 15:12:23 +01:00
Dan Poltawski
6b445cb17a
Merge branch 'w18_MDL-30686_m23_guessurl' of git://github.com/skodak/moodle
2012-05-01 11:27:16 +08:00
Tim Hunt
e1bf1619e1
MDL-3030 quiz overdue handling: cron to update overdue attempts.
2012-04-27 15:07:41 +01:00
Tim Hunt
be18f589e2
MDL-3030 quiz overdue handling: test state, not timefinish where applicable.
2012-04-27 15:07:40 +01:00
Tim Hunt
34b7d8383d
MDL-3030 quiz overdue handling: trigger automatic state transitions.
...
Here, we catch all the places where a student might be accessing their
own attempts, and make sure any automatic state transitions that
should happen, do happen, before the student sees the attempt.
The places where we need to check this are view.php, startattempt.php
and processattempt.php.
We do not really need to check attempt.php or summary.php, because if
the student is on one of those pages, the JavaScript timer will
auto-submit when time expires, taking them to processattempt.php,
which will do the acutal work.
We intentionally do not trigger state transition when a teacher is
looking at a student's quiz attemp. We will trigger state transitions
on cron, but that is still to do.
Also, the body of the process_... methods still needs to be written.
2012-04-27 15:07:35 +01:00
Petr Skoda
f0202ae9a2
MDL-30686 improve accuracy of qualified_me() by trying PAGE->url first
...
This should help SSL proxies and returning to current page after require_login().
2012-04-27 13:39:18 +02:00
Eloy Lafuente (stronk7)
d7f84a2962
Merge branch 'MDL-32471-thumbnails' of git://github.com/mudrd8mz/moodle
2012-04-25 15:14:27 +02:00
David Mudrak
261cbbacc1
MDL-32471 preview thumbnails support for activity modules
...
Activity module's xxx_pluginfile() now accepts the $options parameter
that is to be passed to the send_stored_file() function.
2012-04-24 12:09:45 +02:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
David Mudrak
7b0f4a3711
MDL-32256 quiz_cron() now returns true as expected by the current API
2012-03-29 15:45:45 +02:00
Sam Hemelryk
ef844d0a15
Merge branch 'w12_MDL-32094_m23_phpstrict' of git://github.com/skodak/moodle
2012-03-20 16:47:17 +13:00
Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Charles Fulton
33c8d37b6f
MDL-11047 quiz: enable sequential navigation
2012-03-15 10:09:27 -07:00
Eloy Lafuente (stronk7)
d8c9ff403b
Merge branch 's17_MDL-30973_file_docblock_master' of git://github.com/dongsheng/moodle
2012-03-01 00:25:18 +01:00
Dongsheng Cai
d2b7803e5a
MDL-30973 Files API, check and update DocBlock
2012-02-15 12:48:57 +08:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Tim Hunt
cef18275b3
MDL-31407 quiz: review all uses of global $USER
2012-02-02 18:37:08 +00:00
Petr Skoda
927010240f
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:25 +01:00
Tim Hunt
c2f5e2ab81
MDL-30635 enable standard cron for all question and quiz plugin types.
...
* Support for old non-standard cron for quiz reports dropped. (Standard
cron support was added in 2.2
* Cron support added for qbehaviour, qformat and quizacces plugins.
* qtypes were already supported in the standard way.
2012-01-06 18:42:35 +00:00
Tim Hunt
3f11d7f923
MDL-30677 quiz: fix attempt counts when a student is in several groups.
2011-12-09 18:46:47 +00:00
Tim Hunt
4344c5d5d9
MDL-29627 quiz old popup int column => new browsersecurity column.
...
The new column store more meaningful string constants.
2011-10-13 11:13:18 +01:00
Tim Hunt
0eafc98852
MDL-29627 fix code-checker issues throughout the quiz code.
2011-10-13 11:13:16 +01:00
Tim Hunt
b83c32d39f
MDL-29627 quiz access plugins can add fields to mod_form and save the data.
2011-10-13 11:13:06 +01:00
Tim Hunt
8dd9ccf475
MDL-29447 quiz course reset does not reset the quiz_grades table.
...
Thank to Jean-Michel Vedrine for working out the basic idea of the fix.
2011-10-04 22:47:44 +01:00
Tim Hunt
71c4154a98
MDL-26567 no grade category option on the quiz settings form.
...
Also, refine the standard_grading_coursemodule_elements method to add a
help string.
AMOS BEGIN
CPY [gradecategory,grades],[gradecategoryonmodform,grades]
AMOS END
2011-09-20 11:10:34 +01:00
sam marshall
3e4c243500
MDL-27001 'Show description' feature part 3: Implementation for all modules
...
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
2011-09-06 11:03:06 +01:00
Tim Hunt
609c0d6b9a
MDL-28593 Missing include breaks editing quiz grade item.
2011-08-05 08:50:08 +01:00
Tim Hunt
7bf53cf233
MDL-27483 make quiz repagination more robust.
2011-07-07 12:38:06 +01:00
Eloy Lafuente (stronk7)
67fcc9989a
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-07-01 11:51:26 +02:00
Andrew Davis (andyjdavis)
346a32a75b
MDL-27829 blocks: added some more page types to some _page_type_list() functions
2011-07-01 15:43:26 +08:00
Sam Hemelryk
f86e19b1ee
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-06-29 17:04:13 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Eloy Lafuente (stronk7)
1b8655ab0f
MDL-27952 quiz - fix navigation for users having 0 nodes in module nav
2011-06-21 02:38:04 +02:00
Tim Hunt
bc502c166c
MDL-27908 quiz settings menu, make the order more logical.
2011-06-18 16:27:21 +01:00
Sam Hemelryk
46d3b9be73
Merged branch 's7_MDL-26105_block_settings_master' git://github.com/andyjdavis/moodle.git with changes
2011-06-13 16:54:52 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Tim Hunt
54771d89d1
Merge remote-tracking branch 'moodle/master' into MDL-20636_master_new_question_engine
...
Conflicts:
lib/db/upgrade.php
mod/quiz/lib.php
2011-06-06 17:14:59 +01:00
Eloy Lafuente (stronk7)
4561302dec
MDL-20636 Prepare stuff for cleaner merging
2011-06-06 16:38:23 +01:00