Gregory Faller
8164fad49d
MDL-13831 course: add gradepass field to mod_form
2015-03-23 10:56:56 +08:00
Marina Glancy
c96534600d
MDL-27074 calendar: display group name for group events
2015-03-23 10:16:55 +08:00
Adrian Greeve
ecca6b031a
MDL-49522 lib: Upgrade TCPDF to 6.2.6
2015-03-23 09:21:24 +08:00
Yuliya
0b6ba27a04
MDL-49543 badges: Fix format_text and description layout
...
Signed-off-by: Yuliya <yuliya.bozhko@gmail.com>
2015-03-23 09:43:12 +13:00
Dan Marsden
b6906055ca
MDL-49054 scorm: Remove some old debugging code.
2015-03-23 08:56:33 +13:00
Yuliya Bozhko
3784d3be98
MDL-49543 badges: Add description to the badge criteria
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-23 08:47:49 +13:00
AMOS bot
a108c8f254
Automatically generated installer lang files
2015-03-23 00:04:17 +08:00
Daniel Kosinski
551e64ccb9
MDL-48456 course: Increase timeout when deleting all courses in category
2015-03-22 16:21:51 +01:00
Eloy Lafuente (stronk7)
50fccc4249
MDL-49622 behat: better handling of profile and tags
...
This solves some minor annoyances in the run.php script:
A) profile is checked properly, independently of everything else.
B) cli tags get precedence over profile tags.
Indicentally, this also causes run.php to support both profile and
tag in command line together. Previously the use of profile did
invalidate the use of tags.
2015-03-22 11:39:53 +01:00
AMOS bot
ba4e300f60
Automatically generated installer lang files
2015-03-21 00:04:01 +08:00
Julien Boulen
bd338a4559
MDL-21201 Feedback: hide anonymous responses in recent activity reports
2015-03-20 16:28:11 +01:00
Juan Leyva
4bf3a71380
MDL-48443 webservices: Prevent duplicated user devices
2015-03-20 14:45:04 +01:00
Juan Leyva
116c4a62c7
MDL-49425 webservices: Unit tests for the new settings
2015-03-20 14:44:19 +01:00
Juan Leyva
11c78c1165
MDL-49425 webservices: New settings in core_get_site_info
...
New information returned:
Upload files size limit
User storage quota (userquota)
Whether the my files option is disabled (moodle/user:manageownfiles)
2015-03-20 14:44:18 +01:00
Juan Leyva
55a1fe4b8e
MDL-48718 mod_imscp: imscp_export_contents unit tests
2015-03-20 14:43:48 +01:00
Juan Leyva
ed761ccfbf
MDL-48718 mod_imscp: imscp_export_contents function implemented
2015-03-20 14:43:48 +01:00
Andrew Davis
24aac597c5
MDL-49070 core_registration: removed now unused config setting
2015-03-20 20:50:48 +08:00
Tony Butler
74cc07bedf
MDL-43770 mod_choice: Add behat scenarios for 'include inactive' option
2015-03-20 09:55:16 +00:00
Tony Butler
2f29dd628f
MDL-43770 core_behat: Pass additional params to enrol_user generator
...
Include timestart, timeend and status.
2015-03-20 09:55:16 +00:00
Tony Butler
799770cbd7
MDL-43770 mod_choice: Add option to include inactive users' responses
2015-03-20 09:55:16 +00:00
Tony Butler
6de3eee04c
MDL-43770 mod_choice: Exclude responses from inactive users
2015-03-20 09:55:16 +00:00
Nikita Kalinin
8edb995edb
MDL-49327 marking guide: Added condition on definitionid.
2015-03-20 12:21:34 +03:00
Marina Glancy
985af410a7
MDL-28526 glossary: extra time and memory for export/import
2015-03-20 15:02:32 +08:00
Marina Glancy
27d01f7c8c
MDL-28526 glossary: preserve images across export/import
2015-03-20 14:55:11 +08:00
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
Andrew Nicols
5d70615157
MDL-49598 files: getimagesize -> getimagesizefromstring
2015-03-20 10:16:36 +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 94d0be7840
, reversing
changes made to f51ef4d102
.
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