Marina Glancy
c8e346f799
Merge branch 'w05_MDL-43905_m27_loginevents' of git://github.com/skodak/moodle
2014-02-03 15:17:18 +08:00
Marina Glancy
dc4bed906f
Merge branch 'MDL-43593-master' of git://github.com/damyon/moodle
2014-02-03 15:06:11 +08:00
Marina Glancy
367465085b
Merge branch 'MDL-43951_master' of git://github.com/dmonllao/moodle
2014-02-03 14:53:45 +08:00
David Monllao
405cdd0441
MDL-43951 behat: Fixing random failure
...
NodeElement->hasAttribute() (JS enabled) queries selenium
about whether it has any attribute or not, if due to an
AJAX request the field node changed selenium can not access
that node and throws an exception.
2014-02-03 13:59:12 +08:00
Marina Glancy
1b066c06c6
Merge branch 'MDL-43440-master' of git://github.com/mr-russ/moodle
2014-02-03 13:42:23 +08:00
Paul Charsley
40c3dacf44
MDL-42425 modify mod_assign_save_grade to process advanced grading data
2014-02-03 09:06:28 +13:00
Andrew Nicols
a964ead06d
MDL-43911 Behat: Save dumps of the page content to disk on scenario failure
2014-02-02 20:34:10 +08:00
apsdehal
23f9ff903f
MDL-41647 WebServices: Changed notification CSS class
2014-02-02 15:20:21 +05:30
Tim Hunt
70f22d60fb
MDL-43936 questions: document renderer API change.
2014-01-31 14:12:19 +00:00
Tim Hunt
e06bb5f800
MDL-43926 Unit tests shouldn't assume only one category on install
2014-01-31 13:31:17 +00:00
Marina Glancy
cdb69ddff0
MDL-43828 forum: allow to select single available group when posting
2014-01-31 16:56:48 +08:00
Marina Glancy
93c9a86dea
MDL-43821 completion: fix bug in section completion progress
...
Thanks to Shane Dye for the provided patch
2014-01-31 16:56:43 +08:00
Marina Glancy
7456c96766
MDL-41384 course: do not show debugging message if $COURSE contains format options
...
before showing debugging message make sure that field exists in database and not only in the object
2014-01-31 16:56:30 +08:00
Marina Glancy
e20497827d
MDL-41384 upgrade: make sure to re-read $SITE from DB when course table is altered
2014-01-31 16:56:30 +08:00
Marina Glancy
4e3663365b
MDL-33920 filepicker: hide 'save as' field when not applicable
2014-01-31 16:56:13 +08:00
Marina Glancy
183515da23
weekly release 2.7dev
2014-01-31 14:11:12 +08:00
Marina Glancy
56ae2ba99b
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2014-01-31 14:11:11 +08:00
Petr Škoda
54b1e0409c
MDL-43905 fix update of user login times
...
There needs to be only one event during user login.
The timemodified field is not supposed to be updated during login.
2014-01-31 10:08:01 +08:00
Gregory Faller
20c9f4a133
MDL-37714: Correctly identify frequently used comments during restore
2014-01-31 10:26:11 +10:30
Andrew Nicols
8cf30a371a
MDL-42928 Filepicker: Disable behat tests run by phantom
...
There seems to be a bug relating to overflow: hidden on the body tag in
some cases which is only showing for dialogues which belong to the
filepicker.
Disabling these for the moment as this issue may be related to MDL-43712
which is a work in progress.
2014-01-30 17:13:32 +08:00
Rajesh Taneja
140118e3e8
MDL-40911 events: replaced add_to_log with events for login failed
2014-01-30 12:12:02 +08:00
Petr Škoda
bfaf4f00cb
MDL-43903 prevent adodb error logging output in phpunit execution with
...
native ms sql driver
2014-01-30 10:39:34 +08:00
Damyon Wiese
11ab6207e8
MDL-43805 assign: Behat test for quickgrading bug
2014-01-29 20:29:41 +08:00
Damyon Wiese
a6fd2e2cf1
MDL-43805 Assign: Quickgrading wipes out grades for hidden columns.
...
Grr.. quickgrading will always be a hack.
2014-01-29 20:29:35 +08:00
M Kassaei
7258470276
MDL-43687, convert question/preview.js to the new yui format
2014-01-29 11:37:57 +00:00
David Monllao
7e3f5e79d0
MDL-43450 behat: Checking the ->behat_* vars contents before showing the steps list
2014-01-29 14:28:37 +08:00
Marina Glancy
7c4044a54f
Merge branch 'MDL-25500-master-fix1' of git://github.com/damyon/moodle
2014-01-29 12:01:33 +08:00
Damyon Wiese
37b2c56569
MDL-25500 Lock: Unit tests have found that MySQL locks are broken
...
Removing the MySQL lock factory, the only safe way to use this MySQL API
would be to open a new DB connection for every lock. Record locking is a decent
fallback.
2014-01-29 11:52:51 +08:00
Rajesh Taneja
623a32e50d
MDL-43736 Events: Updated unit test to test context not used in event
2014-01-29 11:39:50 +08:00
Rajesh Taneja
fdc729ea57
MDL-43736 Events: event->contextinstanceid should be used where possible
...
While restoring event context might not be present (deleted)
So before using context api's check context or use event properties
2014-01-29 11:39:44 +08:00
Andrew Nicols
649c80e6a4
MDL-43885 Javascript: Make the [X] button work like 'No' in relevant dialogues
...
The [X] button on the dialogue is another form of the 'No' button and
should behave as such. In some dialogues this matters more than others
because the dialogue is destroyed.
2014-01-29 11:16:47 +08:00
Eloy Lafuente (stronk7)
fefcd9abab
Merge branch 'MDL-43040'
2014-01-29 01:52:49 +01:00
Eloy Lafuente (stronk7)
994e566256
MDL-43040 Note the deprecation and add some TODOs
2014-01-29 01:40:30 +01:00
Sam Hemelryk
34027f1563
MDL-25500 lock: post integration trivial cleanup
...
* A couple of misc comment typo's
* Added missing $CFG required global in file_lock_factory::is_available
* Removed unused $CFG global from file_lock_factory::get_lock
* A couple of trivial phpdoc tweaks
* Removed unused $DB global from postgres_lock_factory::get_index_from_key
* Added global namespace \ to exceptions in get_index_from_key (tested and found they didn't resolve)
2014-01-29 13:22:16 +13:00
Sam Hemelryk
453d66b782
Merge branch 'MDL-25500-master-squashed' of git://github.com/damyon/moodle
2014-01-29 13:21:00 +13:00
Tomasz Muras
672ce966c6
MDL-43040 Replace $module with $plugin in all mod/*/version.php
...
Conflicts:
mod/quiz/version.php
2014-01-29 00:36:12 +01:00
Sam Hemelryk
07481c9277
Merge branch 'MDL-40909_master' of https://github.com/markn86/moodle
2014-01-29 08:23:51 +13:00
Andrew Nicols
da942d13d2
MDL-43893 Javascript: Remove YUI2 uses in group members management JS
2014-01-29 00:25:38 +08:00
Andrew Nicols
0860dd78f7
MDL-43886 Javascript: Remove dialouges from the DOM upon destroy
2014-01-29 00:02:03 +08:00
Tim Hunt
3aaf535df1
MDL-43892 dbtransfer: Fix missing string.
2014-01-28 15:55:41 +00:00
Ruslan Kabalin
d00951b585
MDL-39617 Add cli backup script for a single course backing up.
...
Useful for backing up a single course. Accepts parameters:
--courseid=INTEGER Course ID for backup
--courseshortname=STRING Course shortname for backup.
--destination=STRING Path where to store backup file. If not set, the backup
will stored within the same course backup area.
2014-01-28 13:40:03 +00:00
Damyon Wiese
d551112566
MDL-25500 Lock: Do not use file locking if $CFG->preventfilelocking is set
...
(And file_lock_dir is not prefixed with the dataroot).
2014-01-28 20:14:05 +08:00
Eloy Lafuente (stronk7)
51cba7809c
Merge branch 'MDL-42928-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 12:22:23 +01:00
Eloy Lafuente (stronk7)
6dcea23522
Merge branch 'w04_MDL-34055_m27_insertrecords' of https://github.com/skodak/moodle
2014-01-28 10:43:51 +01:00
Ankit Agarwal
aa611d661c
MDL-43884 database: Fix get_tables() api for external stores
2014-01-28 16:28:57 +08:00
Andrew Nicols
1d98ca14eb
MDL-43538 Javascript: Deprecate callback argument to confirm_action
...
As a precursor to deprecating M.util.show_confirm, this deprecates the
callback argment to the confirm_action class.
This is not currently used anywhere in core, and it's use leads to use of
eval in Javascript.
2014-01-28 13:18:43 +08:00
Mark Nelson
7cbb5070f5
MDL-40909 enrol_imsenterprise: removed 'new' add_to_log call
...
Here we are replacing the unnecessary code used to create a course with
a call to create_course(), which triggers the event 'course_created'.
Nothing more is needed.
2014-01-27 19:52:55 -08:00
Mark Nelson
f1f4f4fd7b
MDL-40909 core_enrol: removed 'enrol' add_to_log calls
...
Before each of these calls a call to enrol_user() is made, which
triggers the event 'user_enrolment_created'. Nothing more is needed.
2014-01-27 19:52:55 -08:00
Mark Nelson
6324517209
MDL-40909 core_enrol: removed 'unenrol' add_to_log calls
...
Before each of these calls a call to unenrol_user() is made, which
triggers the event 'user_enrolment_deleted'. Nothing more is needed.
2014-01-27 19:52:55 -08:00
Kevin Wiliarty
1ec8b1c7ea
MDL-39942: invite only users who can post to discuss
2014-01-27 22:30:47 -05:00