Dan Poltawski
fdf26a0ec0
MDL-3030 mod_quiz: fix training whitespace
2012-04-30 11:05:29 +08:00
Dan Poltawski
c1bb7a6f39
Merge branch 'MDL-3030' of git://github.com/timhunt/moodle
2012-04-30 11:05:19 +08:00
Rajesh Taneja
4a9c429b0c
MDL-32234 Library: usergetdate return different values when timezone is set
...
usergetdate should return consistent values for different timezone. There are
two return path
1. If timezone is servertime, it returns getdate
2. If timezone other then servertime, it use gmstrftime, which returns string and
values with leading zero.
In second case, leading zero's are removed and values are type casted. One major fix
is with yday, getdate returns 0 through 365, whereas %j returns 001 through 366. This
has been fixed as well.
2012-04-30 10:59:01 +08:00
Andrew Davis
a740a0ad98
MDL-26257 grade: fixed the grader report edit mode ajax and fixed a spot in the grader report that should be using get_students_per_page()
2012-04-30 08:56:27 +07:00
Andrew Davis
8233747e0e
MDL-26275 grade: made the grader report retrieve the existing grades from the DB rather than sending them to the client which then returns them to the server
2012-04-30 08:56:26 +07:00
Andrew Davis
d3b698a46e
MDL-26275 grade: added a safety check to avoid hitting PHP's max_input_var by reducing the number of students per page if necessary
2012-04-30 08:56:26 +07:00
Dan Poltawski
e669ee3a96
Merge branch 'w18_MDL-32627_m23_userajax' of git://github.com/skodak/moodle
2012-04-30 09:50:04 +08:00
Dan Poltawski
008655ca04
Merge branch 'MDL-32613' of git://github.com/timhunt/moodle
2012-04-30 09:30:24 +08:00
Sam Hemelryk
21f7b01d19
Merge branch 'MDL-32638-workshop-files' of git://github.com/mudrd8mz/moodle
2012-04-30 13:26:38 +12:00
Sam Hemelryk
ac3f3571a5
Merge branch 'master_MDL-32597' of git://github.com/danmarsden/moodle
2012-04-30 13:21:54 +12:00
Sam Hemelryk
cc2ae468d2
Merge branch 'MDL-28735-master' of git://github.com/ankitagarwal/moodle
2012-04-30 13:19:56 +12:00
Dan Poltawski
81ea734992
Merge branch 'w18_MDL-32651_m23_phpunit6' of git://github.com/skodak/moodle
2012-04-30 09:16:24 +08:00
Sam Hemelryk
6caa86747f
Merge branch 'MDL-29044-master-3' of git://git.luns.net.uk/moodle
2012-04-30 12:50:38 +12:00
Sam Hemelryk
446326ab67
Merge branch 'MDL-26523_grader' of git://github.com/andyjdavis/moodle
2012-04-30 12:46:48 +12:00
Sam Hemelryk
3d173c1d38
Merge branch 'MDL-31429_paypal_messages' of git://github.com/andyjdavis/moodle
2012-04-30 12:33:05 +12:00
Sam Hemelryk
fd8335c90e
Merge branch 'w18_MDL-32676_m23_yuibootstrap' of git://github.com/skodak/moodle
2012-04-30 12:26:07 +12:00
Sam Hemelryk
bc0be2fb80
Merge branch 'MDL-19391-master-1' of git://git.luns.net.uk/moodle
2012-04-30 12:16:35 +12:00
Sam Hemelryk
49ddf4195c
MDL-31510 grader report: Fixed whitespace
2012-04-30 12:13:00 +12:00
Sam Hemelryk
e074f9763b
Merge branch 'MDL-31510_group_activities' of git://github.com/andyjdavis/moodle
2012-04-30 12:11:23 +12:00
Sam Hemelryk
b5aa51419a
Merge branch 'MDL-32238-master' of git://github.com/ankitagarwal/moodle
2012-04-30 12:03:01 +12:00
Sam Hemelryk
c547c7c784
Merge branch 'MDL-32624_master_wip' of git://github.com/grabs/moodle
2012-04-30 11:57:40 +12:00
Dan Marsden
77143217f2
MDL-31731 - new grading form - Marking Guide
2012-04-30 08:44:43 +12:00
Petr Skoda
0be17303c0
MDL-32676 improve YUI init performance via combo loader caching
2012-04-29 19:00:51 +02:00
Petr Skoda
7e9f1b63e5
MDL-26028 use X-Sendfile for theme images and javascript
2012-04-29 18:59:08 +02:00
Petr Skoda
d5dd0540c2
MDL-26028 send_file performance improvements
...
Includes X-Sendfile support, ETags for stored_files and general cleanup.
2012-04-29 18:27:23 +02:00
Tim Hunt
df710f84d0
MDL-32357 Try to fix unread post notification for blog-style forums.
...
I know that showing unread posts is not 100% blog-style, but I think
it is useful functionality, therefore, I chose to fix it, rather than,
say, disable it completely.
I think this fix will only affect blog-style forums since
forum_print_latest_discussions is only called with mode 'plain' in
three places:
1. Blog-style forums - the case we want to fix,
2. Site news forum, and
3. Social course format.
In all cases, having read tracking work properly seems like the
right thing to do.
2012-04-28 18:57:05 +01:00
Petr Skoda
99302c5e96
MDL-26028 cleanup all IE6 gzip hacks
2012-04-28 18:00:06 +02:00
Petr Skoda
5d234a34ef
MDL-32612 prevent dir creation race condition notices in theme images
2012-04-28 17:14:38 +02:00
Petr Skoda
ee891dacc7
MDL-32612 disable error displaying in theme files and javascript
...
The correct place to write errors and notices is log, we can let Javascript and binary files to be randomly modified.
2012-04-28 17:14:38 +02:00
Petr Skoda
463a9874ef
MDL-32612 respect NO_DEBUG_DISPLAY in scripts that need only config.php
2012-04-28 17:14:37 +02:00
Dan Poltawski
1f43065d95
MDL-32673 ajax: remove legacy debugging info
2012-04-28 15:00:37 +08:00
Mary Evans
18e5c3332f
MDL-28955 theme_nimble: added css rules to display horizontal/vertical-menu-submenu-indicator
2012-04-28 02:48:26 +01:00
Rex Lorenzo
a9ce6b1f8d
MDL-32670 mod/chat: added missing call to $PAGE->set_heading
2012-04-27 15:58:16 -07:00
Eric Merrill
4eef1c2e14
MDL-32012 resource: flaw in restore from moodle 1.9 backups
2012-04-27 16:16:00 -04:00
ppichet
0cba6a8d5e
MDL-32181 question/calculatedmulti validate multianswers
...
restructuring the validation function of edit_calculatedmulti_form.php
correcting attempt
defining = new stdClass() before using them : Strict standards
2012-04-27 14:30:36 -04:00
Tim Hunt
75733895bb
MDL-32613 qbank: improve print_choose_qtype_to_add_form for contrib modules.
2012-04-27 15:08:28 +01:00
Tim Hunt
b640e6815a
MDL-3030 quiz overdue handling: allow access to summary during grace period
2012-04-27 15:07:43 +01:00
Tim Hunt
2512341872
MDL-3030 quiz statistics: fix stict syntax problem.
2012-04-27 15:07:42 +01: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
3e77b60f36
MDL-3030 quiz overdue handling: ignore responses received much too late.
2012-04-27 15:07:38 +01:00
Tim Hunt
fd0537ce36
MDL-3030 quiz overdue handling: catch the overdue event and send message.
2012-04-27 15:07:37 +01:00
Tim Hunt
a403bce0bd
MDL-3030 quiz overdue handling: back-end code for the new transitions
2012-04-27 15:07:36 +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
Tim Hunt
863872e3e7
MDL-3030 quiz overdue handling: show the attempt state in the reports.
2012-04-27 15:07:33 +01:00
Tim Hunt
2cdd2df92d
MDL-3030 quiz overdue handling: only finished attempts in stats.
2012-04-27 15:07:32 +01:00
Tim Hunt
c547514a9e
MDL-3030 quiz overdue handling: show attempt state in the reports.
2012-04-27 15:07:31 +01:00
Tim Hunt
b39b5d77c3
MDL-3030 quiz overdue handling: show attempt state on the review page.
2012-04-27 15:07:30 +01:00
Tim Hunt
2b2b645842
MDL-3030 quiz overdue handling: display message on the summary page.
...
This change also includes a clean-up of how we display and initialise the countdown timer.
2012-04-27 15:07:29 +01:00
Tim Hunt
2de9be52aa
MDL-3030 quiz overdue handling: show attempt state on the view page
2012-04-27 15:07:27 +01:00