Rajesh Taneja
4df12b9372
MDL-48096 scorm: Include section number in cm
2015-03-31 15:51:47 +08:00
David Monllao
58aa74522d
Merge branch 'MDL-49696-master' of git://github.com/andrewnicols/moodle
2015-03-31 15:42:11 +08:00
Andrew Nicols
649acb9833
MDL-49696 theme_bootstrapbase: Update thirdpartylibs.xml + readme
2015-03-31 15:33:39 +08:00
David Monllao
4451f89b07
Merge branch 'MDL-44874-master' of git://github.com/andrewnicols/moodle
2015-03-31 15:22:03 +08:00
Andrew Nicols
6efd119da2
Merge branch 'MDL-49695_master' of git://github.com/markn86/moodle
2015-03-31 15:14:45 +08:00
Rajesh Taneja
d421a973d1
MDL-48605 unit_test: Fixed file_temp_cleanup_task
...
touch should only work on temp and below
dir's. With path we get temp/.. and temp/.
So we were modfying moodledata dir as well
and it was failing because of permission issues.
2015-03-31 14:59:48 +08:00
Andrew Nicols
ea3a71faf7
MDL-49294 logging: Improve cleanup tests
2015-03-31 14:11:25 +08:00
Andrew Nicols
70be2642fc
MDL-44874 core: Add per-request directory functions
...
This adds functionality to create individual request directories which can
be only be used for the current request. They are removed by a shutdown
handler.
2015-03-31 13:58:44 +08:00
Andrew Nicols
78045f6583
Merge branch 'log_cleanup_29' of https://github.com/tlevi/moodle
2015-03-31 12:56:31 +08:00
Andrew Nicols
e2c7ed7459
MDL-49669 badges: Add comment to explain CURLOPT_POSTREDIR
2015-03-31 12:19:12 +08:00
Andrew Nicols
59784e6cdf
Merge branch 'MDL-49669_master' of https://github.com/totara/openbadges
2015-03-31 12:12:26 +08:00
Yuliya Bozhko
7e7b5afac6
MDL-48205 badges: Get rid of ucfirst() and make modnames translatable
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-31 16:42:55 +13:00
John Okely
c2260adeff
MDL-49525 libraries: Update Jquery to 1.11.2 and JQuery UI to 1.11.4
2015-03-31 11:29:37 +08:00
David Monllao
b8842bcdc7
Merge branch 'MDL-49114-master' of git://github.com/lameze/moodle
2015-03-31 11:29:16 +08:00
Marina Glancy
d368ce21ff
MDL-46960 badges: optimise interaction with completionlib
2015-03-31 11:06:57 +08:00
Marina Glancy
0cc9d709ab
MDL-46960 completionlib: adjustments to caching
2015-03-31 11:06:53 +08:00
David Monllao
bdece5fc27
Merge branch 'MDL-49474' of git://github.com/jmvedrine/moodle
2015-03-31 10:14:45 +08:00
Michael Wheeler
3871db0ac2
MDL-46960 completionlib: Move completion cache to MUC.
2015-03-31 09:31:30 +08:00
David Monllao
b51ff393cd
Merge branch 'MDL-6340' of git://github.com/timhunt/moodle
2015-03-31 08:44:01 +08:00
Andrew Nicols
73edc9b12e
Merge branch 'master_MDL-46805' of https://github.com/danmarsden/moodle
2015-03-31 08:15:23 +08:00
Eloy Lafuente (stronk7)
02badbb0e6
MDL-32547 unit tests: Make tests match file_temp_cleanup_task impl.
...
While default value did not change from 7 days... there are subtle
differences between strtotime('-1 week') used in tests and
-(7*24**3600) used in implementation.
This just makes the unit test to follow the implementation by
using the new config setting.
2015-03-31 01:53:56 +02:00
Eloy Lafuente (stronk7)
68632b6d80
MDL-47572 unit tests: make cronlib_testcase DST immune
...
Disclaimer: I've assigned this commit to MDL-47572 because it's
the issue where I've seen related changes.
Since a couple of days ago, both CI servers were failing. A couple
of days ago it was DST change in Europe/Madrid (that is the PHP
default TZ used by them).
Tests pass perfectly if the TZ is set to any other place not affected
by DST (Australia/Perth, for example).
Really the issue is a wrong mix of functions supporting DST and
functions not supporting them.
But, with current implementation (checking +-60 seconds around a time)
and with a DST change in the middle... this unit tests was going to be
failing for an entire week. And that's not acceptable for CIs.
So, I've changed the intervals, to be bigger than 1h (exactly 1h1s), so
they will be immune to the DST change/partial support.
Ideally all operations should be working in the same way (with or
without DST considered), but that's out from the scope of getting this
test stable enough and passing.
2015-03-31 01:21:18 +02:00
Eloy Lafuente (stronk7)
bdd48b459e
MDL-49203 webservices: Increment subsystems count in unit tests.
2015-03-31 00:42:27 +02:00
Dan Marsden
ef88aa2938
MDL-46805 SCORM: AICC restricts allowed characters in the username
2015-03-31 10:38:16 +13:00
David Mudrák
657cb5ab62
MDL-49377 admin: Recommend keeping the site updated to latest version
2015-03-30 23:15:54 +02:00
Matteo Scaramuccia
97cc12349e
MDL-43818 SCORM: unable to download the Package via URL.
2015-03-30 20:37:02 +02:00
Eloy Lafuente (stronk7)
f802e1c2c8
Merge branch 'MDL-49203-master' of git://github.com/jleyva/moodle
2015-03-30 20:01:10 +02:00
Dan Poltawski
2b36742f16
Merge branch 'MDL-49528-master' of git://github.com/xow/moodle
2015-03-30 15:04:45 +01:00
Dan Poltawski
1ca32101fe
Merge branch 'MDL-18966' of git://github.com/jmvedrine/moodle
2015-03-30 15:03:10 +01:00
Dan Poltawski
a29c948c0d
Merge branch 'master_MDL-48096' of git://github.com/danmarsden/moodle
2015-03-30 13:48:35 +01:00
Eloy Lafuente (stronk7)
862ce9fdee
Merge branch 'wip-mdl-49708' of https://github.com/rajeshtaneja/moodle
2015-03-30 13:27:03 +02:00
Dan Poltawski
b3e6240f22
Merge branch 'wip-MDL-49522-master' of git://github.com/abgreeve/moodle
2015-03-30 12:18:41 +01:00
Jean-Michel Vedrine
c7d1a37bdb
MDL-18966 mod_lesson: Save attempts of practice lessons
2015-03-30 12:58:17 +02:00
Dan Poltawski
ed55f327d7
Merge branch 'wip-MDL-47337-master' of git://github.com/marinaglancy/moodle
2015-03-30 11:05:12 +01:00
Dan Poltawski
38b3dc4bb1
Merge branch 'MDL-25721_master' of git://github.com/markn86/moodle
2015-03-30 10:50:44 +01:00
Rajesh Taneja
bf38226162
MDL-49708 behat: Resize window back to default
...
Leaving window size to large fails in chrome
Reset it to default size works to ensure stamp
is visible by selenium driver
2015-03-30 17:29:33 +08:00
Mike Grant
0b468c594f
MDL-49587 plugin: Stop silencing include errors
...
Stop silencing errors when including version.php
2015-03-30 08:01:41 +01:00
Jetha Chan
263fb9d1bc
MDL-41608 lib: add notification renderable using mustache
2015-03-30 14:29:11 +08:00
Rajesh Taneja
c71512d8b8
MDL-49708 behat: Fix chromedriver failure
...
Chromedriver tries to click in center of link
As these links wrap on next line it fails to
click on links on small screen
2015-03-30 12:33:21 +08:00
Andrew Nicols
ad3532dea1
MDL-44874 core: Move uuid generation to setuplib
2015-03-30 11:42:14 +08:00
John Okely
b508047b86
MDL-49528 libraries: Upgrade Markdown to 1.5.0
2015-03-30 11:33:05 +08:00
John Okely
2ff5c0fdb5
MDL-49528 libraries: Update thirdpartylib entry for Markdown to 1.5.0
2015-03-30 11:33:04 +08:00
David Monllao
06cf88f8c4
Merge branch 'mdl36506-master' of git://github.com/tlock/moodle
2015-03-30 10:31:44 +08:00
Simey Lameze
1bd4b9fcb4
MDL-49114 environment: add slasharguments warning message
2015-03-30 10:15:04 +08:00
Sergey Rozhkov
f1e1477142
MDL-37864 lib: Help icon work correctly in table header with sorting
2015-03-29 22:47:55 +03:00
Jean-Michel Vedrine
7e0551fc45
MDL-48880 mod_lesson: clean lesson_branch when a page is deleted
2015-03-29 21:46:05 +02:00
Jean-Michel Vedrine
4948b68ffe
MDL-49474 mod_lesson: intro and introformat missing from backup/restore
2015-03-29 21:33:18 +02:00
Mark Nelson
0f523b2b58
MDL-49695 tool_behat: fixed URL
2015-03-27 16:50:39 -07:00
Jean-Michel Vedrine
e8a434b373
MDL-26689 mod_lesson: deprecate lesson dependency
2015-03-27 20:38:03 +01:00
Eric Merrill
9029ce75eb
MDL-49693 atto: Clean textarea contents before inserting into editor
2015-03-27 12:27:00 -04:00