iclearn
b85ce5e4ed
MDL-47995 mod_url: add proper title encoding on url mod
2015-05-25 12:46:28 +08:00
iclearn
c9b445990f
MDL-47995 mod_resource: properly encode resource title
2015-05-25 12:44:46 +08:00
Martin Mastny
4ee052641e
MDL-49493 backup: Implemented missing methods for anonymous backup
2015-05-25 10:35:11 +08:00
AMOS bot
0b36a6d05c
Automatically generated installer lang files
2015-05-23 00:04:01 +08:00
Juan Leyva
b3e1e2d007
MDL-50271 webservices: Allow to load multiple themes in WS_SERVER mode
2015-05-22 13:27:23 +02:00
Adrian Greeve
c2c5f874e1
MDL-50330 blog: Behat test for blog visibility.
2015-05-22 16:13:03 +08:00
Nadav Kavalerchik
d19de800ed
MDL-40592 assign/grading: Display default user picture, if none is set.
2015-05-22 10:35:47 +03:00
Adrian Greeve
0c7131622d
MDL-50330 blog: Fixed fatal error accessing blogs.
2015-05-22 15:34:09 +08:00
Tim Hunt
ce95661817
MDL-49368 qtypes match & multichice: cope with editing after attempt
...
Teachers should not radically edit a question after it has been
attempted. However, if they do, we should handle it gracefully, rather
than triggering PHP errors.
2015-05-21 18:17:14 +01:00
Tomasz Muras
75aefe070b
MDL-50260 lib: remove unnecessary isset check in optional_param().
...
There is no need to do check:
if (!isset($default))
As we're guaranteed that function was called with 3 arguments (func_num_args() == 3).
2015-05-21 18:54:28 +02:00
David Mudrák
f7a84c6386
MDL-50321 docs: Add info about deprecated method into mod/upgrade.txt
...
This was forgotten in MDL-49101.
2015-05-21 18:06:41 +02:00
AMOS bot
b0758a1090
Automatically generated installer lang files
2015-05-22 00:03:49 +08:00
AMOS bot
b8347ccafa
Merge branch 'master' into install_master
2015-05-22 00:03:48 +08:00
David Mudrák
01f329babe
MDL-50318 course: Fix the URL of embedded images at resources overview
...
Not only mod_resource instances are listed here. All modules that
declare their FEATURE_MOD_ARCHETYPE as MOD_ARCHETYPE_RESOURCE (well, all
but those without own view page, such as mod_label) are listed. So we
must use the real plugin name when rendering the intro field.
2015-05-21 17:23:25 +02:00
David Mudrák
de158ec57c
MDL-50313 docs: Fix the documentation for the FEATURE_IDNUMBER constant
...
The constant is used by course/moodleform_mod.php to decide whether the
field 'ID number' (cmidnumber) should be included in the common module
settings section of the activity settings form. Activity modules that do
not use grades (such as the Label) can explicitly return false when
checking for this feature support. By default, all activity modules are
supposed to support it.
2015-05-21 16:53:00 +02:00
Eloy Lafuente (stronk7)
803f565753
weekly on-sync release 3.0dev
2015-05-21 12:44:08 +02:00
Rajesh Taneja
91a96d402a
MDL-49772 behat: Added support to updatestep file by parallel run
2015-05-21 13:24:29 +08:00
Marina Glancy
e65d05c128
MDL-50191 cohorts: check manage cap to display hide icon
2015-05-21 12:19:57 +08:00
AMOS bot
21b2b8c485
Automatically generated installer lang files
2015-05-21 00:03:49 +08:00
Eloy Lafuente (stronk7)
2e365978de
Merge branch 'MDL-50277-master' of git://github.com/andrewnicols/moodle
2015-05-20 11:04:56 +02:00
Marina Glancy
2d1164800c
MDL-49572 cache: correctly purge cache on event
2015-05-20 14:07:58 +08:00
David Monllao
a103ccb4a4
Merge branch 'wip-mdl-49061' of git://github.com/rajeshtaneja/moodle
2015-05-20 10:18:11 +08:00
Rajesh Taneja
99018b283d
MDL-49061 behat: Fixed input name to use full activity name
2015-05-20 10:07:26 +08:00
Andrew Nicols
4218673093
MDL-50277 Javascript: Hardcode nodejs dependencies
...
In order to produce a consistent build across the board, we must hardcode
several package versions. We must additionally specify compatible
versions for any sub-dependency that we have a requirement upon.
In this instance, the only sub-dependency which has an effect upon the
overall output is grunt-contrib-uglify's dependency upon uglify-js.
Since change in uglify-js may lead to changes in the generated output, we
must specify a fixed version of that dependency. That version must be
compatible with the dependency signature for grunt-contrib-uglify or the
dependency manager will just download a different version.
This issue also bumps the version of uglify-js to a version which changes
the output. This is the latest version at time of commit.
2015-05-20 09:41:17 +08:00
Eloy Lafuente (stronk7)
7dd6cd75de
Merge branch 'wip-mdl-50259' of https://github.com/rajeshtaneja/moodle
2015-05-19 18:02:34 +02:00
Dan Poltawski
2ce0c86d62
Merge branch 'wip-MDL-49061-master' of https://github.com/marinaglancy/moodle
2015-05-19 15:00:26 +01:00
Dan Poltawski
c1b9c3d10d
Merge branch 'wip-mdl-50203' of https://github.com/rajeshtaneja/moodle
2015-05-19 12:38:56 +01:00
Aaron Barnes
03f3f7180f
MDL-49611 completion: Update dangling err_nocriteria lang strings
2015-05-19 22:41:19 +12:00
Andrew Nicols
5fd62ba064
Merge branch 'MDL-50276-master' of git://github.com/ankitagarwal/moodle
2015-05-19 15:43:28 +08:00
Dan Poltawski
9e4e5d1194
Merge branch 'wip-mdl-50116' of https://github.com/rajeshtaneja/moodle
2015-05-19 08:27:49 +01:00
Rajesh Taneja
53cf1a4149
MDL-50259 behat: Use strict activity name checking
...
contains might select wrong activity
so using strict activity text checking
2015-05-19 14:20:05 +08:00
Ankit Agarwal
23e9968a25
MDL-50276 forums: Add a new line in forum emails
2015-05-19 11:46:00 +05:30
Rajesh Taneja
d31e69f976
MDL-50116 behat: Fixed xpath for selecting table row
2015-05-19 13:32:32 +08:00
Eloy Lafuente (stronk7)
4115105c2c
Merge branch 'MDL-50169' of https://github.com/sk-unikent/moodle
2015-05-19 02:03:07 +02:00
Eloy Lafuente (stronk7)
74ebb5ce4b
Merge branch 'MDL-50280' of https://github.com/sk-unikent/moodle
2015-05-19 01:43:06 +02:00
Eric Merrill
0f7f2134a7
MDL-48467 atto: Clean the textarea during submission when in HTML mode
2015-05-19 01:39:22 +02:00
Eloy Lafuente (stronk7)
bb6b107111
Merge branch 'MDL-50197' of git://github.com/timhunt/moodle
2015-05-19 00:35:35 +02:00
Eloy Lafuente (stronk7)
767da25767
Merge branch 'MDL-50245' of git://github.com/timhunt/moodle
2015-05-19 00:32:58 +02:00
Dan Poltawski
04d73f4fff
Merge branch 'MDL-49949-master' of git://github.com/mastnym/moodle
2015-05-18 15:32:56 +01:00
Dan Poltawski
7b88b85392
Merge branch 'MDL-49764_master' of https://github.com/jinhofer/moodle
2015-05-18 15:28:48 +01:00
Skylar Kelty
5b8e7b9564
MDL-50280 WebCT import scripts don't always clean up
2015-05-18 15:25:18 +01:00
Andrew Hancox
b3834b3632
MDL-50155 core: Move and rename common settings config page
...
AMOS BEGIN
CPY [commonsettings,admin],[commonactivitysettings,admin]
AMOS END
2015-05-18 14:48:01 +01:00
Dan Poltawski
62fc688bac
Merge branch 'MDL-49906-master' of git://github.com/lameze/moodle
2015-05-18 14:04:10 +01:00
Dan Poltawski
4bd7eb6117
Merge branch 'MDL-50092_master' of git://github.com/dmonllao/moodle
2015-05-18 13:58:14 +01:00
jinhofer
75a548b5f3
MDL-49764 grade/report/grader: Fixed height issue for IE
2015-05-18 07:47:54 -05:00
Dan Poltawski
d597f85638
Merge branch 'MDL-50254-master' of git://github.com/damyon/moodle
2015-05-18 13:09:42 +01:00
Dan Poltawski
14dbf56266
Merge branch 'MDL-50177_master' of git://github.com/dmonllao/moodle
2015-05-18 13:01:51 +01:00
Ankit Agarwal
1785f52cf6
MDL-48470 strings: Remove deprecated strings
2015-05-18 14:45:03 +05:30
Damyon Wiese
4c7dfac372
MDL-50254 Mustache: Missing alias for namespaced class in mustache
...
Thanks to Francesco Bigiarini for the report and suggested fix.
2015-05-18 15:11:12 +08:00
Ankit Agarwal
fa31be3b7f
MDL-46550 logs: Fix incorrect url
...
Thanks to Nadav Kavalerchik for the suggestion on patch
2015-05-18 11:49:55 +05:30