Eloy Lafuente (stronk7)
bdd48b459e
MDL-49203 webservices: Increment subsystems count in unit tests.
2015-03-31 00:42:27 +02:00
Dan Poltawski
91062d4ceb
Merge branch 'MDL-49070_scheduled' of https://github.com/andyjdavis/moodle
2015-03-24 13:33:38 +00:00
Dan Poltawski
bd65120bff
Merge branch 'wip_MDL-49631_29_utfregex' of https://github.com/skodak/moodle
2015-03-24 11:10:19 +00:00
Petr Skoda
e737c2ff89
MDL-49631 fix incorrect whitespace remplacements
2015-03-23 17:40:15 +13: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
Andrew Davis
f47e4eb4a0
MDL-49070 core_registration: improved site registration scheduled task
2015-03-20 14:22:39 +08:00
Dan Poltawski
6a24f0a796
Merge branch 'MDL-45725-master' of https://github.com/lucisgit/moodle
2015-03-16 10:52:02 +00:00
Tony Butler
60ec267b0b
MDL-45725 core_lib: Add unit test for persistent flexible tables
2015-03-16 10:41:11 +00:00
Tim Hunt
ca0ceacd27
MDL-49446 behat: should_not_be_visible steps were not working
...
I fixed all similar problems in this class, even ones where it did
actually work becuase the two exceptions were of different types.
This pattern seems to have been copied and pasted a lot in this class,
and I am sure that will happen again, so I did not want to leave any
dangerous potential examples around.
2015-03-13 14:28:47 +00: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
Dan Poltawski
1151c0cd8b
Merge branch 'MDL-48682_master' of git://github.com/dmonllao/moodle
2015-03-10 08:25:30 +00: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
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
Rajesh Taneja
027212b034
MDL-39752 behat: Use symfony2/process
2015-03-09 06:52:54 +08:00
Rajesh Taneja
3c71c15c26
MDL-39752 behat: Modified following for parallel run:
...
1. Create behat datadir within behat_dataroot not at same level
2. Define suffix for link and not use hard-coded values
3. Renamed ns_parallel to run.php
4. Rename variables to best understand them
5. Added support for each run to specify db, prefix, rerun and profile.
6. Showing number of steps in each line of parallel run.
2015-03-09 06:52:54 +08:00
Tony Levi
08e7f97ee4
MDL-39752 behat: Parallel execution support
2015-03-09 06:52:54 +08:00
David Monllao
1a970e5ca0
MDL-49376 behat: Fixing resize step regex
2015-03-06 10:59:03 +08:00
John Okely
9776f3dcdb
MDL-5583 behat: Add multiline version of 'And I set the field to'
2015-03-06 09:55:49 +08:00
Eloy Lafuente (stronk7)
e24066ff85
Merge branch 'MDL-37470' of https://github.com/mike-grant/moodle
2015-03-03 01:43:47 +01:00
Andrew Nicols
4ec9e2a613
Revert "Merge branch 'MDL-49154' of git://github.com/timhunt/moodle"
...
This reverts commit 7a5d394e3c
, reversing
changes made to 58d5cc5360
.
2015-02-19 08:55:22 +08:00
Jason Platts
a75a381f04
MDL-48437 Make Visible/All groups selector show own groups first
2015-02-18 09:32:23 +00:00
Eloy Lafuente (stronk7)
7a5d394e3c
Merge branch 'MDL-49154' of git://github.com/timhunt/moodle
2015-02-17 23:44:43 +01:00
Eloy Lafuente (stronk7)
b062cd5cb1
Merge branch 'MDL-49205' of git://github.com/timhunt/moodle
2015-02-17 22:11:57 +01:00
Eloy Lafuente (stronk7)
d1b94e5437
Merge branch 'MDL-49059-split' of https://github.com/pauln/moodle
2015-02-17 20:56:45 +01:00
Ankit Agarwal
bbcd308340
MDL-48559 behat: Moving cronclionly to the installer
2015-02-17 14:33:56 +08:00
David Monllao
a27b8c9b3b
Merge branch 'MDL-48559-master' of git://github.com/ankitagarwal/moodle
2015-02-16 16:51:51 +08:00
David Monllao
470e087d80
Merge branch 'MDL-47529-master' of git://github.com/FMCorz/moodle
2015-02-16 11:52:50 +08:00
Tim Hunt
f0edd9d8f6
MDL-49205 behat: fix I set the field with xpath fail message.
2015-02-13 16:15:49 +00:00
Paul Nicholls
408a41bd35
MDL-49059 medialib: Add test cases for invalid Youtube URL param values
...
Tests to ensure that we're not allowing injection via invalid values of
the Youtube start time and playlist parameters.
2015-02-13 09:45:41 +13:00
Paul Nicholls
b600abe20f
MDL-49059 medialib: Add tests for Youtube videos within playlists
...
As well as embedding playlists, you can embed specific videos from them -
resulting in the playlist UI displaying, but starting with the specified
video rather than the first in the playlist. These URLs should be covered
by the tests to ensure that we're handling them properly.
2015-02-13 09:43:43 +13:00
Paul Nicholls
8050cfe0b7
MDL-49059 medialib: Add test cases for Youtube start times
...
Add test cases to core_medialib_testcase to cover YouTube videos with
start times.
2015-02-13 09:43:05 +13:00
Tim Hunt
2116de5f80
MDL-49154 behat: step to type with focus on a given element
2015-02-12 20:14:50 +00:00
Mike Grant
b609413154
MDL-37470 blocklib: Respect block weight and offset
2015-02-12 09:37:52 +00:00
Frederic Massart
0af336ef93
MDL-47529 task: Do not use lock when updating task records
2015-02-12 11:16:20 +08:00
Jetha Chan
3451a51cdf
MDL-37477 output: Add support for table captions
...
Conflicts:
lib/upgrade.txt
theme/bootstrapbase/style/moodle.css
2015-02-10 16:15:49 +08:00
David Monllao
f01845c2a6
Merge branch 'MDL-48212-master' of git://github.com/ankitagarwal/moodle
2015-02-10 08:54:13 +08:00
Ankit Agarwal
1ae85f2184
MDL-48559 Behat: Enable web cron by default in behat tests
2015-02-09 12:48:30 +05:30
Dan Poltawski
80f8372926
Revert "Merge branch 'MDL-37477-master' of git://github.com/jethac/moodle"
...
This reverts commit f13e8ad041
, reversing
changes made to c6bcbad07a
.
2015-02-05 08:07:29 +00:00
Dan Poltawski
8448af7d86
Merge branch 'behat_goutte_nowait' of https://github.com/tlevi/moodle
2015-02-03 13:08:32 +00:00
Dan Poltawski
cb4748b67d
Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle
2015-02-03 11:01:05 +00:00
Andrew Nicols
70b7861da2
Merge branch 'tgz_fixing' of https://github.com/tlevi/moodle
2015-02-03 16:02:59 +08:00
Jetha Chan
49faeef6bb
MDL-37477 output: Add support for table captions
2015-02-03 13:38:24 +08:00
Rajesh Taneja
c3b72e586a
MDL-48624 behat: Added extended timeout to ensure step pass
...
following_should_download_between_and_bytes step sometimes
fails because of server speed. Added extended timout
ensuring they wait enough before failing.
Also, not calling force download while running behat site
2015-01-30 08:54:12 +08:00
Tony Levi
0021942592
MDL-48924 backup: Fix some get_file_packer() calls for enabletgzbackups
2015-01-29 22:53:20 +10:30
Andrew Nicols
06c2753115
MDL-48542 user_menu: Handle invalid strings better
2015-01-28 15:39:15 +08:00
Damyon Wiese
af9a7937cc
MDL-48980 Security: Always clean the result from min_get_slash_argument
...
The result from this function is used in send_file calls and if unclean
(windows dir separators, or .. path components) it could expose sensitive
files (e.g. .php files). Now we always clean the result from this function
even if it means double cleaning.
I also fixed the unit test for this function and added a new test for this cleaning.
I also updated the comments to point to get_file_argument as the full version of
min_get_slash_argument.
2015-01-28 14:38:29 +08:00
Andrew Nicols
8b7ca27d48
MDL-48542 user_menu: Improve user menu tests
...
Add additional test cases, and actually test that the output is roughly
what we expect.
2015-01-28 12:09:22 +08:00
Andrew Nicols
0977d3d404
Merge branch 'MDL-48542-master' of git://github.com/jethac/moodle
2015-01-28 12:02:28 +08:00
Rajesh Taneja
20153f6308
MDL-48926 behat: No expand form required in non-js mode
2015-01-28 10:58:01 +10:30