David Monllao
c111ef9718
Merge branch 'MDL-48012_master' of git://github.com/markn86/moodle
2016-03-21 09:41:09 +08:00
sam marshall
f3474e2216
MDL-53548 Accessibility: Block show/hide keyboard access broken
2016-03-18 13:44:50 +00:00
David Monllao
a696bb9ebd
MDL-51374 dml: Identifying the cache with connection data
2016-03-16 17:17:39 +08:00
David Monllao
f18561a2e2
MDL-51374 dml: simpledata to temp_tables cache
2016-03-16 13:43:36 +08:00
Andrew Nicols
83fc2cbd0d
MDL-52574 core: Remove ASC/DESC when adding params from sort
2016-03-16 10:58:04 +08:00
David Monllao
ad90c7a5d5
MDL-51374 dml: Delete selectively instead of purge for tmptables
2016-03-16 10:48:41 +08:00
David Monllao
ef474575e1
Merge branch 'MDL-51374-master-new' of git://github.com/lameze/moodle
...
Conflicts:
lib/db/caches.php
2016-03-16 10:13:14 +08:00
David Monllao
5162ffec0d
Merge branch 'wip-MDL-52869-master' of https://github.com/marinaglancy/moodle
2016-03-16 10:05:52 +08:00
Eloy Lafuente (stronk7)
1e60d7e482
Merge branch 'MDL-53430-master' of git://github.com/merrill-oakland/moodle
2016-03-16 00:03:31 +01:00
Eloy Lafuente (stronk7)
e44c0acf01
Merge branch 'MDL-53323' of https://github.com/mr-russ/moodle
2016-03-15 19:43:26 +01:00
Marina Glancy
f59f89b4a8
MDL-52869 course: use inplace_editable for activity names
2016-03-15 17:19:38 +08:00
Mark Nelson
1c42ad7135
MDL-48012 core: fixed failing unit tests
2016-03-15 16:58:47 +08:00
Mark Nelson
393038961e
MDL-48012 core: added recyclebin to list of standard tools
2016-03-15 16:58:47 +08:00
Mark Nelson
ea88fd4e66
MDL-48012 core: added pre_*_delete hooks
2016-03-15 16:58:46 +08:00
Andrew Nicols
37f9c6a2d6
Merge branch 'MDL-53301_master' of git://github.com/dmonllao/moodle
2016-03-15 15:50:15 +08:00
Simey Lameze
87a3e50192
MDL-51374 core_dml: change database layer to pass table name as parameter
2016-03-15 14:43:45 +08:00
Andrew Nicols
e77a15875c
Merge branch 'MDL_52574_master' of https://github.com/alexandru-elisei/moodle
2016-03-15 12:23:52 +08:00
Andrew Nicols
ab5c48b0d5
Merge branch 'MDL-53279_master' of git://github.com/dmonllao/moodle
2016-03-15 12:19:22 +08:00
Adrian Greeve
5cb5d459c9
MDL-53279 grades: Additional comments
...
In the hopes that other people will understand this code.
2016-03-15 12:18:31 +08:00
David Monllao
f32e6ffc00
MDL-53279 grades: Recalculate only required items
...
Skip grade categories and calculated grade items that do not depend
on .
2016-03-15 12:18:23 +08:00
Andrew Nicols
97a3b6d23d
Merge branch 'MDL-48838_master' of git://github.com/dmonllao/moodle
2016-03-15 12:06:48 +08:00
Simey Lameze
26e7eceefc
MDL-51374 cache: add temp_tables cache definition
...
Also a helper method get_temp_tables_cache() has been created for temporary tables cache operations.
2016-03-15 10:57:43 +08:00
David Monllao
03bd6c21ad
Merge branch 'MDL-52934-master' of git://github.com/FMCorz/moodle
2016-03-15 08:58:33 +08:00
Frederic Massart
bbd7f7f73a
MDL-52934 repository_boxnet: Deprecate v1 to v2 migration tool
2016-03-14 16:56:11 +08:00
David Monllao
01f8945b81
Merge branch 'wip-mdl-46891-fix' of https://github.com/rajeshtaneja/moodle
2016-03-14 14:35:00 +08:00
Rajesh Taneja
af7cadbb4d
MDL-46891 behat: Increment counter
2016-03-14 14:24:36 +08:00
David Monllao
c854ce6eb7
Merge branch 'MDL-53102-messageid' of https://github.com/brendanheywood/moodle
2016-03-14 14:17:41 +08:00
Andrew Nicols
459ad3d35d
Merge branch 'MDL-53252_master' of git://github.com/dmonllao/moodle
2016-03-14 13:35:32 +08:00
David Monllao
28774c9263
MDL-48838 grades: New grade_categories cache
2016-03-14 11:20:35 +08:00
Brendan Heywood
344178035d
MDL-53102 tests: corrected phpdocs in email diversion tests
...
(Introduced by previous patch MDL-52818)
2016-03-14 14:20:10 +11:00
Brendan Heywood
54dceeed88
MDL-53102 email: Ensure all emails generate consistent Message-ID URLs
2016-03-14 14:20:10 +11:00
David Monllao
edeafdd0e7
MDL-53252 grades: Skip user regrading if only feedback changes
2016-03-14 08:18:28 +08:00
David Monllao
488366bed8
MDL-53301 grades: Update gradeitems aggregationcoef2 only when required
2016-03-14 08:08:39 +08:00
Alexandru Elisei
b6d1286414
MDL-52574 accesslib: Prevent get_role_users() fail in certain cases
...
The function get_role_users() requires the caller to include the $sort fields in
the $fields argument. On PostgreSQL this will cause the function to fail when
the default $sort fields aren't part of the requested fields. The behavior of
the function is augmented to add the $sort fields to $fields if they are not
already present.
2016-03-11 13:10:01 +02:00
Rajesh Taneja
0e1c34e51a
MDL-46891 behat: Added support for $CFG->behat_profiles
...
This config will be supported to avoid broken configuration
in future. As this is limited, we need will still use
->behat_config to set config values which can't be set by
behat_profiles
2016-03-11 10:51:17 +08:00
Rajesh Taneja
e01012e96d
MDL-46891 behat: Driver specific fixes.
...
1. Browserkit doesn't handle [] in name
2. Grades are not visible in viewport and might fail
with few drivers, increasing size of window to ensure
grades are visible and can be modified.
3. Click edit first to see grade link
4. Expand fields before setting value
5. Updated xpath, as crawler update it.
6. Hover fails to show icon
2016-03-11 10:51:16 +08:00
Rajesh Taneja
b73e5047af
MDL-46891 core_grade: Steps are not valid as element is disabled
2016-03-11 10:51:16 +08:00
Rajesh Taneja
0f3fba7d66
MDL-46891 behat: If setup problem then stop execution
...
Exception are handled via CallCenter and execution is
not stopped if execption is thrown in beforescenario.
If any setup problem encountered, then stop execution.
2016-03-11 10:51:16 +08:00
Rajesh Taneja
07298309dc
MDL-46891 behat: Move wait in behat_base so it can be used easily
2016-03-11 10:51:16 +08:00
Rajesh Taneja
86055d11f9
MDL-46891 behat: Optimised login step and context helper
2016-03-11 10:51:15 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Eric Merrill
208a79c920
MDL-53430 dml: Fix recordset_walk for additional parameters
2016-03-10 16:32:02 -05:00
Rajesh Taneja
d2ee22e744
MDL-27628 behat: Added delay to ensure the value is set.
...
After user type there is a 400ms delay, then search
Adding 2 sec delay to ensure search is finished before
click event is triggred
2016-03-10 13:17:11 +01:00
Simey Lameze
dccf9ca308
MDL-50705 core_user: introduce new fill_properties_cache()
...
Also the get_property_definition() was created to get the property without retrieve the whole definition cache and
unit tests were created to tests those new methods.
2016-03-10 13:17:08 +01:00
David Monllao
fb0b522035
Merge branch 'MDL-27628-master' of git://github.com/damyon/moodle
2016-03-10 13:17:07 +01:00
David Monllao
b8bc9037f1
Merge branch 'wip-MDL-52252-master' of https://github.com/marinaglancy/moodle
2016-03-09 15:35:16 +08:00
David Monllao
11bad2b099
Merge branch 'MDL-51324-master' of git://github.com/damyon/moodle
2016-03-09 14:20:18 +08:00
Nadav Kavalerchik
dffcf46f43
MDL-52252 Tags: Add tags to modules (Resources and Activities)
2016-03-09 14:19:47 +08:00
Andrew Nicols
d84a657dda
MDL-53273 search: Whitespace fix
2016-03-09 14:14:33 +08:00
Andrew Nicols
02726a29cc
Merge branch 'MDL-53273-master' of git://github.com/merrill-oakland/moodle
2016-03-09 14:11:17 +08:00