Damyon Wiese
23a05a1b9a
Merge branch 'MDL-42627_master' of git://github.com/dmonllao/moodle
2013-12-03 16:15:53 +08:00
Damyon Wiese
53741d32a6
Merge branch 'MDL-42962-master' of git://github.com/ankitagarwal/moodle
2013-12-03 15:15:25 +08:00
Ankit Agarwal
3c24828823
MDL-42962 events: Add unit tests for the abstract class course_module_viewed
2013-12-03 14:24:31 +08:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Sam Hemelryk
b5fd2497d6
Merge branch 'w48_MDL-41819_m27_maxinputvars' of https://github.com/skodak/moodle
2013-12-03 10:25:26 +13:00
Marina Glancy
6dfd8325f0
MDL-42731 behat: load 'Site administration' when expanding node in non-javascript mode
2013-12-02 17:44:32 +11:00
David Monllao
e7c71c448b
MDL-42627 behat: Moving the deprecated method to behat_deprecate and updating scenarios
2013-12-02 14:13:17 +08:00
David Monllao
c3a40deab7
MDL-42627 behat: New steps definitions class for deprecated steps
2013-12-02 14:13:17 +08:00
Damyon Wiese
bd3811f1b4
MDL-43018 Fix unit tests for minify changes.
2013-12-02 12:52:01 +08:00
Petr Škoda
a377754770
MDL-41819 try to work around max_input_vars restriction
2013-12-02 08:29:08 +08:00
Sam Hemelryk
f2d7e2dca9
Merge branch 'MDL-42951-master' of git://github.com/FMCorz/moodle
2013-12-02 10:52:11 +13:00
Sam Hemelryk
06ef842707
Merge branch 'wip-mdl-33618' of https://github.com/rajeshtaneja/moodle
2013-12-02 10:35:46 +13:00
Frederic Massart
74c4405b8a
MDL-42951 curl: Re-organise Unit Tests in smaller chunks
2013-11-28 12:14:13 +08:00
Frederic Massart
102230b23c
MDL-42951 curl: Always keep the last headers of a request
2013-11-28 12:00:42 +08:00
Damyon Wiese
a184b3d712
Merge branch 'MDL-42985-master' of git://github.com/FMCorz/moodle
2013-11-25 14:52:26 +08:00
Damyon Wiese
dc4c0310ee
Merge branch 'MDL-42913a' of https://github.com/srynot4sale/moodle
2013-11-25 13:11:24 +08:00
Frederic Massart
ba72e295c2
MDL-42985 curl: Correctly apply rule proxybypass
2013-11-21 09:56:54 +08:00
Rajesh Taneja
fd0f7ac5c2
MDL-33618 Messages: Added support to disable message provider
2013-11-21 09:40:34 +08:00
Aaron Barnes
2eaa440c34
MDL-42913 lib/grouplib.php: Avoid cache sometimes for groups_get_all_groups
...
The new groups cache returns unexpected results when you pass
in a field parameter than would normally change the result array index
2013-11-20 11:56:42 +13:00
Ankit Agarwal
cc49a6f7eb
MDL-42767 notes: Delete notes on a course delete
2013-11-19 16:32:19 +08:00
Marina Glancy
b6168f132b
Merge branch 'MDL-42276_master' of https://github.com/markn86/moodle
2013-11-12 15:11:19 +11:00
Adrian Greeve
e351bed5c1
MDL-42812 libraries: Update username_load_fields_from_object to add the prefix to everything.
2013-11-12 11:30:16 +08:00
Mark Nelson
a2d3e3b6ca
MDL-42276 core_group: added behat tests to automate group actions
...
1. Added new step definitions to check if an element exists or does not exist in another.
2. Added new step definitions to check if an element is readonly or is not readonly.
3. Automated testing for MDLQA-1812 and MDLQA-1813.
Added behat test for deleting groups/groupings with and without the
'moodle/course:changeidnumber' capability.
4. Automated MDLQA-2105.
Added behat test for creating groups/groupings without the
'moodle/course:changeidnumber' capability.
5. Automated MDLQA-2238 and MDLQA-2335.
Added behat test for updating groups/groupings with and without the
'moodle/course:changeidnumber' capability.
2013-11-11 18:06:50 -08:00
Adrian Greeve
5b1944bbba
MDL-40612 libraries: Tidy up and improvement of the code for additional name fields.
...
Includes an update to get_all_user_name_fields() and the inclusion of set_user_name_object()
2013-11-11 11:01:14 +08:00
Adrian Greeve
f490f988b7
MDL-40612 libraries: Unit test expansion for get_all_user_name_fields()
...
and the inclusion of tests for set_user_name_object()
2013-11-11 10:52:24 +08:00
sam marshall
db0f0097e8
MDL-42084 Unit tests: Remove unnecessary 'clear time limit change' lines
2013-11-06 16:40:04 +00:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Damyon Wiese
7fd16ca1fd
Merge branch 'w45_MDL-42602_m26_userloginevent' of https://github.com/skodak/moodle
2013-11-06 10:21:35 +08:00
Marina Glancy
792eeb0053
Merge branch 'MDL-40267-master' of git://github.com/danpoltawski/moodle
2013-11-05 17:44:53 +11:00
Eloy Lafuente (stronk7)
61dc1d26cd
MDL-40267 forms: added some tests for the range rule
2013-11-05 09:57:46 +08:00
Jerome Mouneyrac
066ef320af
MDL-42332 Automate MDLQA-5260 and MDLQA-5261 - A badge can be awarded based on activity and course completion + add i_trigger_cron behat step
2013-11-04 17:17:58 +08:00
Ankit Agarwal
e5eff0b626
MDL-42287 behat: Use string from scorm content, instead of scorm structure
2013-11-04 15:52:42 +08:00
Damyon Wiese
d04bea30da
Merge branch 'wip-MDL-42400-master' of git://github.com/marinaglancy/moodle
2013-11-04 13:11:42 +08:00
Dan Poltawski
9261a3b0d1
Merge branch 'MDL-39489_master' of git://github.com/dmonllao/moodle
2013-11-04 12:30:12 +08:00
Marina Glancy
f19aab1565
Merge branch 'MDL-42664-performance_measuring_filter_manager' of git://github.com/mudrd8mz/moodle
2013-11-04 13:17:58 +11:00
Damyon Wiese
e9a20b4703
Merge branch 'wip-MDL-28463-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
version.php
2013-11-01 21:31:57 +08:00
Petr Škoda
93b3aaf466
MDL-42602 remove incorrect snapshot from \core\event\user_loggedin
...
* all snapshots in events should match the DB data
* the snapshot from user table will not be necessary most probably
2013-11-01 10:34:07 +01:00
David Mudrák
c928c60718
MDL-42664 Fix the filter_manager instantiation
...
For legacy reasons, the $CFG->perfdebug uses values 7 for disabled and 15 for
enabled. Because of this typo, Moodle has always created instance of the slower
performance_measuring_filter_manager instead of the standard filter_manager,
regardless the perfdebug setting.
2013-11-01 09:18:10 +01:00
Marina Glancy
b4dba228a7
MDL-28463 conditionlib: use MUC for caching grades, reset when grades are changed
2013-11-01 16:48:50 +11:00
Dan Poltawski
3dc774b8ef
Merge branch 'MDL-42517-m' of git://github.com/micaherne/moodle
2013-11-01 08:57:37 +08:00
David Monllao
63950e4d0b
MDL-42236 behat: New steps to look for elements visibility
2013-11-01 08:55:27 +08:00
Petr Škoda
fc4365d0fe
MDL-42555 fix moodle_url typo in namespaces
2013-10-29 17:03:58 +08:00
Damyon Wiese
afb5f285cd
Merge branch 'm26_MDL-39810_IE_Compatibility_View_Does_Not_Recognize_JSON_RFC4627_MIME_Type' of https://github.com/scara/moodle
2013-10-29 13:44:34 +08:00
Dan Poltawski
b6df9f8f55
Merge branch 'wip-mdl-42560' of git://github.com/rajeshtaneja/moodle
2013-10-29 13:09:23 +08:00
Dan Poltawski
e29dcc5a5b
Merge branch 'wip-mdl-42556' of https://github.com/rajeshtaneja/moodle
2013-10-29 12:10:44 +08:00
Matteo Scaramuccia
bc242bbda5
MDL-39810 Files: IE doesn't recognize JSON MIME Type (RFC4627).
...
Affected versions:
- IE 8+, under Compatibility View.
2013-10-28 23:34:35 +01:00
Rajesh Taneja
abedc1a84c
MDL-42556 Events: passing modified user info to user_deleted event
...
Deleting user modifies few fields and leave rest as un-modified
So passing modified data to event, to keep it small
2013-10-28 16:37:56 +08:00
Dan Poltawski
96d0198b8a
Merge branch 'wip-mdl-42491-master' of git://github.com/deraadt/moodle
2013-10-28 11:21:26 +08:00
Rajesh Taneja
045d913d11
MDL-42560 Events: Removed use of role->name
...
role->name is usually empty or localized, so should not be used in events
2013-10-28 11:06:47 +08:00
Marina Glancy
7fbe33fcf1
MDL-42400 generator: module generators call add_moduleinfo instead of direct inserts
2013-10-26 14:00:23 +11:00