Andrew Davis
f47e4eb4a0
MDL-49070 core_registration: improved site registration scheduled task
2015-03-20 14:22:39 +08:00
Rajesh Taneja
c87881b0bd
MDL-49374 behat: Get install or re-install error code after composer
...
After composer is installed make sure we just process only
install or re-install
2015-03-20 13:35:13 +08:00
Rajesh Taneja
db26bcf9e4
MDL-49432 behat: guzzle packages has been unified
...
Current version of goutte is pointing to old guzzle packages
guzzle/common, guzzle/stream, guzzle/parser and guzzle/http.
They have been unified to guzzlehttp/guzzle, so include it to avoid
using old packages
2015-03-20 12:00:17 +08:00
Stephen Bourget
846f6dc712
MDL-48969 Block: Disable and migrate quiz_results block
2015-03-19 19:46:48 -04:00
Stephen Bourget
d6383f6afe
MDL-48969 Block: Implement a high scores block
...
AMOS BEGIN
CPY [bestgrade,block_quiz_results],[bestgrade,block_activity_results]
CPY [bestgrades,block_quiz_results],[bestgrades,block_activity_results]
CPY
[bestgroupgrade,block_quiz_results],[bestgroupgrade,block_activity_resul
ts]
CPY
[bestgroupgrades,block_quiz_results],[bestgroupgrades,block_activity_res
ults]
CPY
[config_format_absolute,block_quiz_results],[config_format_absolute,bloc
k_activity_results]
CPY
[config_format_fraction,block_quiz_results],[config_format_fraction,bloc
k_activity_results]
CPY
[config_format_percentage,block_quiz_results],[config_format_percentage,
block_activity_results]
CPY
[config_grade_format,block_quiz_results],[config_grade_format,block_acti
vity_results]
CPY
[config_name_format,block_quiz_results],[config_name_format,block_activi
ty_results]
CPY
[config_names_anon,block_quiz_results],[config_names_anon,block_activity
_results]
CPY
[config_names_full,block_quiz_results],[config_names_full,block_activity
_results]
CPY
[config_names_id,block_quiz_results],[config_names_id,block_activity_res
ults]
CPY
[config_show_best,block_quiz_results],[config_show_best,block_activity_r
esults]
CPY
[config_show_worst,block_quiz_results],[config_show_worst,block_activity
_results]
CPY
[configuredtoshownothing,block_quiz_results],[configuredtoshownothing,bl
ock_activity_results]
CPY
[config_use_groups,block_quiz_results],[config_use_groups,block_activity
_results]
CPY
[error_nogroupsexist,block_quiz_results],[error_nogroupsexist,block_acti
vity_results]
CPY [worstgrade,block_quiz_results],[worstgrade,block_activity_results]
CPY
[worstgrades,block_quiz_results],[worstgrades,block_activity_results]
CPY
[worstgroupgrade,block_quiz_results],[worstgroupgrade,block_activity_res
ults]
CPY
[worstgroupgrades,block_quiz_results],[worstgroupgrades,block_activity_r
esults]
AMOS END
2015-03-19 19:46:02 -04:00
Nadav Kavalerchik
47ecb3749e
MDL-32285 IMS-CP: Add "Continue" button to package parse failure
2015-03-20 01:41:38 +02:00
Nadav Kavalerchik
704a8e5cb6
MDL-49558 user grades: Fix range & percent grade display in RTL mode
2015-03-20 01:39:13 +02:00
Mohamed Alsharaf
324954141e
MDL-35482 lesson: return to previous page after edit and page save
2015-03-20 12:01:24 +13:00
Eloy Lafuente (stronk7)
a149d6a177
weekly release 2.9dev
2015-03-19 12:41:54 +01:00
Eloy Lafuente (stronk7)
a606eed6a5
Merge branch 'behat_parallel_extraopts' of https://github.com/tlevi/moodle
2015-03-19 12:24:55 +01:00
Jean-Michel Vedrine
4b570f7144
MDL-48715 mod_lesson: completion rules must not be dependent
2015-03-19 12:24:55 +01:00
Dan Poltawski
2e796a1615
Revert "Merge branch 'MDL-49121_master_optimize_lesson_report' of https://github.com/SWiT/moodle "
...
This reverts commit 94d0be78407fe2e6abf5acee7c7decda7ab837c2, reversing
changes made to f51ef4d102530e2a7c618d54ff06725e6bf20f4d.
2015-03-19 12:24:54 +01:00
Dan Poltawski
7eb98397dc
Revert "MDL-49121 mod_lesson: Fixed typo in link creation"
...
This reverts commit feb8ca8c72dcf429d3c06df6587b57221ae615f4.
2015-03-19 12:24:52 +01:00
Dan Poltawski
516c5d807a
Merge branch 'wip-mdl-49121' of git://github.com/rajeshtaneja/moodle
2015-03-19 12:24:51 +01:00
Rajesh Taneja
909064a1ce
MDL-49121 mod_lesson: Fixed typo in link creation
2015-03-19 12:24:50 +01:00
Rajesh Taneja
56159e91d7
MDL-49445 behat: Change selector as underline tr has same string
2015-03-19 12:24:49 +01:00
Stephen Bourget
e0f7b96347
MDL-49430 Lesson: Add restarted and resumed events
2015-03-18 13:30:29 -04:00
Eric Merrill
6ea68e233a
MDL-49565 atto: Allow html comments in editor code
2015-03-18 12:28:02 -04:00
Eric Merrill
df7a9fd4ba
MDL-46746 atto: Remove unnecessary filtering of unicode characters
2015-03-18 12:04:31 -04:00
Eric Merrill
3ef9636190
MDL-47003 atto: Make code cleanup more targeted
...
Apply different, stricter, code cleanup when we receive HTML (WYSIWYG)
paste events, but be more lax the rest of the time.
Also, update the regexes to be more targeted for specific code patterns
pasted from office packages.
2015-03-18 11:44:11 -04:00
Eric Merrill
a7fdadc94c
MDL-47002 atto: Improve paste behaviour to ensure propper cleanup
...
Old code failed to clean the editor div which resulted in
undesirable code being being left in the div for editing. To properly
handel incoming code, we should try to intercept and clean before the
paste, or clean the entire editable div.
2015-03-18 09:27:44 -04:00
info@ewallah.net
3039181c51
MDL-49555 enrol_paypal: Only display icon if method available
2015-03-18 14:21:41 +01:00
Dan Marsden
552281e461
MDL-48419 mod_scorm: Check net script too agressive
...
in some cases high latency and network issues result in longer
than 2 sec responses from a server, increase this to avoid
excessive warnings.
2015-03-18 20:06:39 +13:00
David Monllao
4abb49603e
MDL-40990 mod_quiz: Changing upgrade process according to version
2015-03-18 08:34:48 +08:00
David Monllao
7794f80126
Merge branch 'MDL-48715' of git://github.com/jmvedrine/moodle
2015-03-18 08:31:03 +08:00
David Monllao
63fe1c12f7
Merge branch 'MDL-40990' of git://github.com/timhunt/moodle
2015-03-18 08:22:06 +08:00
Jean-Michel Vedrine
10e2355f8c
MDL-48715 mod_lesson: use only one field for time spent rule
2015-03-17 20:47:01 +01:00
Tim Hunt
441d284ada
MDL-40990 quiz: option to require prev Q finished before next shown
...
Further improvements to this code, including resolving edge cases:
* The new feature can only be used when it is possible for the
previous question in the quiz to be complete.
* Also, this new feature cannot be used in combination with shuffle
questions, because that make no sense; nor in combination with
sequential navigation, because to make that work properly would be a lot
of effort. If someone needs that to work later, it should be possible
for them to implement it.
* There were changes in the edit renderer API, to try to make things
more consistent, and to make it less likely we will need to change
things again in the future. See mod/quiz/upgrade.txt.
* As part of this change, the styling of the Edit quiz page was tweaked
to make slighly more efficient use of the horizontal space, and to be
more symmetrical.
2015-03-17 17:16:22 +00:00
M Kassaei
f7785e42b3
MDL-40990 quiz: option to require prev Q finished before next shown
2015-03-17 17:10:13 +00:00
Dan Poltawski
94d0be7840
Merge branch 'MDL-49121_master_optimize_lesson_report' of https://github.com/SWiT/moodle
2015-03-17 11:14:21 +00:00
Eloy Lafuente (stronk7)
f51ef4d102
Merge branch 'MDL-49296_m29v3' of https://github.com/sbourget/moodle
2015-03-17 12:03:50 +01:00
Eloy Lafuente (stronk7)
536cf8c298
Merge branch 'MDL-49361-master-stringman' of git://github.com/mudrd8mz/moodle
2015-03-17 12:00:29 +01:00
Eloy Lafuente (stronk7)
bac940ada7
Merge branch 'wip-MDL-49439-master' of https://github.com/marinaglancy/moodle
2015-03-17 11:58:35 +01:00
Dan Poltawski
bc468d42c7
Merge branch 'MDL-49309-bulkadd-cohort-sort' of https://github.com/GeeGee-Edu/moodle
2015-03-17 09:20:17 +00:00
Dan Poltawski
1fbc0e5f43
Merge branch 'MDL-49371_master' of git://github.com/dmonllao/moodle
2015-03-17 09:06:59 +00:00
David Monllao
9db120e338
MDL-49385 blocks: Adding todo tag
2015-03-17 14:52:12 +08:00
David Monllao
7d5fad1575
Merge branch 'MDL-49385-master' of git://github.com/lucisgit/moodle
2015-03-17 14:49:05 +08:00
Marina Glancy
fc77f56679
MDL-49439 enrol: Allow quick adding several instances
2015-03-17 14:01:34 +08:00
Stephen Bourget
d27e9a2cdb
MDL-49296 Lesson: Add titles to action links
2015-03-16 20:33:22 -04:00
Stephen Bourget
113486d2eb
MDL-35280 Quiz: Allow course reset to remove overrides
2015-03-16 19:41:15 -04:00
Eugene Venter
96e339cc58
MDL-49356 restore: handle course completion if still not defined
...
Before this patch course completion only was restored if, appart from
other conditions... we were restoring to new course, never to existing
one.
This relaxes a bit that condition in order to be able to restore to an
existing course not having any course completion setting defined, so no
conflict will happen ever.
2015-03-17 00:34:09 +01:00
Eloy Lafuente (stronk7)
e201bf16a0
Merge branch 'MDL-49389' of git://github.com/timhunt/moodle
2015-03-17 00:28:31 +01:00
Andrew Nicols
1f50bbf184
MDL-49381 message: Remove old useridfrom indexes
2015-03-17 00:26:20 +01:00
Mike Grant
d0c2bc6466
MDL-49276 config-dist: Removed legacy config options
...
Both $CFG->logsql and $CFG->dblogerror had no use in moodle core
since ages ago (just the former had one use for nothing). Good time
to get rid of both as they are 100% misleading.
2015-03-16 23:39:41 +01:00
Dan Poltawski
4501ee4b16
Merge branch 'MDL-48965' of git://github.com/jmvedrine/moodle
2015-03-16 21:05:56 +00:00
Dan Poltawski
f5526fdf8f
Merge branch 'wip-MDL-49267-master' of git://github.com/marinaglancy/moodle
2015-03-16 15:52:36 +00:00
Dan Poltawski
448a80c6e9
Merge branch 'MDL-48717-master' of git://github.com/jleyva/moodle
2015-03-16 15:28:50 +00:00
Juan Leyva
e6d6393478
MDL-48717 book: book_exports_contents unit tests
2015-03-16 15:59:20 +01:00
Dan Poltawski
f3b35cffc3
Merge branch 'MDL-49187' of https://github.com/spvickers/moodle
2015-03-16 14:45:53 +00:00
Dan Poltawski
f4e1913530
Merge branch 'MDL-49152-master' of git://github.com/damyon/moodle
2015-03-16 14:26:15 +00:00