Dave Cooper
f267b8b2f4
MDL-19670 mod_forum: Add tests for posting to multiple discussions
2015-03-12 17:02:43 +08:00
Dan Poltawski
c0976b0229
Merge branch 'MDL-48595_master-test-fix' of git://github.com/dmonllao/moodle
2015-03-12 08:03:15 +00:00
Dan Poltawski
4b83ee9b9f
Merge branch 'wip-mdl-48595' of git://github.com/rajeshtaneja/moodle
2015-03-12 08:03:11 +00:00
Damyon Wiese
72f8324ec5
MDL-49163 Webservices, AJAX: Add support for a new ajax webservice handler.
...
This is a new script that can call any function in the built-in AJAX webservice. This is
a new system service that is added at install time (like the mobile webservice). It has no
protocols added to it, but it accessible by a new ajax script /lib/ajax/service.php.
Requests and responses to the script are required to be in json format, and multiple functions can
be called in a single request.
2015-03-12 15:07:08 +08:00
David Monllao
5803e36cc5
MDL-48595 logstore_standard: Fixing unit tests comparing performance
...
Adding also an extra userid checking as databases
may include userid = 0 records.
2015-03-12 14:17:29 +08:00
Rajesh Taneja
f978c3347a
MDL-48595 core_stats: get time everytime it's used
...
Depending on server speed, time might be more then
expected. So rather then using variable, get current
time where required
2015-03-12 12:49:44 +08:00
Andrew Nicols
f4042b73f2
MDL-48943 calendar: Remove aria-live when showing
2015-03-12 09:41:26 +08:00
Eloy Lafuente (stronk7)
ce1be0e738
MDL-48943 calendar: des@arn-izating acceptance tests
2015-03-11 12:46:23 +01:00
Eloy Lafuente (stronk7)
aa38c5e98d
Merge branch 'MDL-49094-master' of git://github.com/andrewnicols/moodle
2015-03-11 12:36:34 +01:00
Eloy Lafuente (stronk7)
3fb98d64e2
Merge branch 'MDL-48943-master' of git://github.com/andrewnicols/moodle
2015-03-11 12:02:49 +01:00
Jetha Chan
728e272851
MDL-49224 tooL_generator: fallback to "Test course <x>" when no fullname specified
2015-03-11 15:25:34 +08:00
Andrew Nicols
cfb8019b67
MDL-49269 javascript: Set default loglevel to warn
2015-03-11 12:18:31 +08:00
David Monllao
677e0dd6ca
MDL-44367 filter_data: Adding basic unit tests
2015-03-11 09:54:32 +08:00
David Monllao
9a4ad19f55
MDL-44367 filter_data: Moving cache at course level
2015-03-11 09:54:25 +08:00
David Monllao
79565fa55a
MDL-49298 admin: Adding upgrade.txt info about enabletgzbackups
2015-03-11 08:41:22 +08:00
David Monllao
42d81ef740
Merge branch 'MDL-49298-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
version.php
2015-03-11 08:33:23 +08:00
David Monllao
43e15173dd
Merge branch 'MDL-49315' of git://github.com/timhunt/moodle
2015-03-11 08:28:02 +08:00
David Monllao
7f7fd7e1e2
Merge branch 'MDL-49269-master' of git://github.com/andrewnicols/moodle
2015-03-11 08:23:30 +08:00
Andrew Nicols
3acc64e323
MDL-49269 javascript: Add log, and loglevel amd modules
2015-03-11 08:17:54 +08:00
David Monllao
ac28aad351
Merge branch 'MDL-49069' of git://github.com/rlorenzo/moodle
2015-03-11 08:17:29 +08:00
Eloy Lafuente (stronk7)
0cb0cd30f5
Merge branch 'MDL-49159' of https://github.com/spvickers/moodle
2015-03-11 00:17:37 +01:00
Eloy Lafuente (stronk7)
3bafe5ebee
Merge branch 'MDL-49224-master' of git://github.com/jethac/moodle
2015-03-11 00:16:01 +01:00
Eloy Lafuente (stronk7)
338de2ed78
Merge branch 'MDL-49242-master' of git://github.com/jleyva/moodle
2015-03-11 00:11:56 +01:00
Rex Lorenzo
c9f2d347f3
MDL-49069 mod_forum: Ability to specify default values for Forum RSS
2015-03-10 14:57:03 -07:00
AMOS bot
5d078f4ec8
Automatically generated installer lang files
2015-03-11 00:04:00 +08:00
Dan Poltawski
9be958e2f0
MDL-39752 fix whitespace errors
...
(And some others unrelated to above issue, because its spring and i'm
cleaning).
2015-03-10 14:13:20 +00:00
Rajesh Taneja
17e675a7fc
MDL-39752 behat: Return proper behat dir if config set
2015-03-10 13:51:37 +00:00
Dan Poltawski
9fe26fb874
MDL-48595 upgrade.txt: just add some rationale explaining change
2015-03-10 10:00:40 +00:00
Dan Poltawski
6755498637
Merge branch 'MDL-48595_master' of git://github.com/dmonllao/moodle
...
Conflicts:
version.php
2015-03-10 09:59:28 +00:00
David Monllao
ceba96bbca
Merge branch 'MDL-49256-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-03-10 17:42:35 +08:00
Dan Poltawski
449f3db147
Merge branch 'wip-mdl-49402' of https://github.com/rajeshtaneja/moodle
2015-03-10 08:33:37 +00:00
Dan Poltawski
1151c0cd8b
Merge branch 'MDL-48682_master' of git://github.com/dmonllao/moodle
2015-03-10 08:25:30 +00:00
David Monllao
88019507b7
Merge branch 'MDL-49333-master' of git://github.com/jleyva/moodle
2015-03-10 16:23:17 +08:00
Dan Poltawski
a0941ad0af
Merge branch 'wip-mdl-39752' of https://github.com/rajeshtaneja/moodle
2015-03-10 08:08:51 +00:00
David Monllao
fa91462dfa
Merge branch 'MDL-49316-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-03-10 15:50:13 +08:00
David Monllao
81ce169dce
Merge branch 'MDL-49346-master' of git://github.com/jleyva/moodle
2015-03-10 15:31:51 +08:00
David Monllao
8ee9d93e31
Merge branch 'MDL-49351-master' of git://github.com/jleyva/moodle
2015-03-10 15:21:13 +08:00
David Monllao
2af068596a
Merge branch 'MDL-49366' of git://github.com/timhunt/moodle
2015-03-10 14:41:09 +08:00
David Monllao
dbf51f9117
Merge branch 'MDL-49107-master' of git://github.com/FMCorz/moodle
2015-03-10 11:42:58 +08:00
David Monllao
ed1027765e
Merge branch 'MDL-49332-master' of git://github.com/merrill-oakland/moodle
2015-03-10 10:42:42 +08:00
David Monllao
11db2e188f
Merge branch 'MDL-48572' of git://github.com/rlorenzo/moodle
2015-03-10 10:26:58 +08:00
David Monllao
5091a63fc1
Merge branch 'MDL-46064_master' of git://github.com/markn86/moodle
2015-03-10 10:23:55 +08:00
David Monllao
660ca679f7
Merge branch 'MDL-39262' of git://github.com/jmvedrine/moodle
2015-03-10 10:12:44 +08:00
David Monllao
25ffb8d561
MDL-5583 mod_data: Unify mod_data version
2015-03-10 10:08:32 +08:00
David Monllao
039b74fd01
Merge branch 'MDL-5583-master' of git://github.com/xow/moodle
2015-03-10 10:02:23 +08:00
David Monllao
f966af0da3
Merge branch 'wip-MDL-48437_MASTER' of git://github.com/jason-platts/moodle
2015-03-10 09:56:21 +08:00
Eloy Lafuente (stronk7)
beaceef9ee
weekly release 2.9dev
2015-03-09 16:47:28 +01:00
Jetha Chan
a1679a115c
MDL-49442 javascript: fix handlebars get_string behaviour
2015-03-09 17:22:22 +08:00
John Okely
1c3b2058c8
MDL-5583 mod_data: Improve required fields
...
Fix accidental <tr> in some field modify screens
Update mod_data version
Change required asterisk to image
Improve required error message
Fix required icon positions
Remove required code from date field
Add name in labels for fields
Add required field option for multimenu
Remove old required field title text modifier
Add multimenu to behat
Add more comprehensive behat tests
Reload old input when an input error occurs
Behat grammar fixes
Allow location of 0, 0
Use html_writer
Fix existing mod_data behat tests
2015-03-09 13:56:16 +08:00
Marina Glancy
51fef1de35
MDL-49418 core: partial revert of MDL-48804
...
this is a quick fix for the issue 'Course module with two or more availability restrictions is not accessible'
MDL-49434 is created to deal with the renderer access inside availability check
2015-03-09 11:26:50 +08:00