Eloy Lafuente (stronk7)
d2e5f21625
Merge branch 'MDL-44894' of git://github.com/timhunt/moodle
2014-08-19 02:34:12 +02:00
Eloy Lafuente (stronk7)
652d886ae5
Merge branch 'wip_MDL-46552_m28_memcached' of https://github.com/skodak/moodle
2014-08-19 02:28:56 +02:00
Eloy Lafuente (stronk7)
6ea7fde09c
Merge branch 'MDL-45874' of https://github.com/danielneis/moodle
2014-08-18 23:58:27 +02:00
Eloy Lafuente (stronk7)
a00678e54b
Merge branch 'wip-MDL-46826-master' of git://github.com/marinaglancy/moodle
2014-08-18 20:06:16 +02:00
Eloy Lafuente (stronk7)
6ba12477ec
Merge branch 'wip-MDL-46589-master' of git://github.com/marinaglancy/moodle
2014-08-18 19:47:50 +02:00
Eloy Lafuente (stronk7)
64140f93ec
Merge branch 'wip-MDL-46545-master' of git://github.com/marinaglancy/moodle
2014-08-18 19:40:13 +02:00
Eric Merrill
97531d3929
MDL-46766 auth_cas: Upgrading to phpCAS 1.3.3
2014-08-18 16:39:38 +08:00
Damyon Wiese
d9ff93e36e
Merge branch 'master_MDL-46669' of https://github.com/danmarsden/moodle
2014-08-18 16:21:54 +08:00
Ray Morris
f893cb44e0
MDL-46669 mod_scorm: Extraneous quotes added to scorm API values
2014-08-18 16:20:42 +08:00
Damyon Wiese
c84f1c6093
MDL-45887 mod_scorm: Note the coding style fixup issue in upgrade.txt
2014-08-18 15:11:59 +08:00
Simey Lameze
71ec01afa6
MDL-46753 auth_cas: Replace hardcoded logout_return_url to user defined URL.
...
Credit goes to Mitsuru Udagawa, thanks!
2014-08-18 12:51:44 +08:00
Rajesh Taneja
641459a8a5
MDL-46817 behat: Step to check if value exist/not in table column
2014-08-18 09:59:29 +08:00
nobelium
15838edb63
MDL-45887 mod_scorm : Fixing variable names
2014-08-17 22:15:04 +12:00
nobelium
4cb25b3605
MDL-45887 mod_scorm : Fixing coding standard violations
2014-08-17 22:15:04 +12:00
Dan Marsden
98c59aaab2
MDL-46760 mod_scorm: Fix js error when preview mode disabled
2014-08-17 22:14:15 +12:00
Marina Glancy
041a1de0a1
MDL-41284 stats: fix sql query from MDL-41284
2014-08-16 18:55:29 +08:00
Marina Glancy
017ae4c78d
MDL-46703 mod_data: limit the width of select element when editing templates
...
Thanks to Hittesh for the provided solution
2014-08-16 13:36:20 +08:00
Marina Glancy
fb71171fc6
MDL-46589 scheduled task does not send emails
...
Thanks to Luděk Šulák for the patch
2014-08-16 11:29:34 +08:00
Daniel Neis
e0530c2f14
MDL-45874 Fix access to users reports in navigation when using separate groups
2014-08-15 17:04:50 -03:00
sam marshall
d25c41fbc5
MDL-46706 Library: API to get cm_info more easily
...
Creates two new functions that make it easier to get cm_info
objects (both in modinfolib.php):
get_course_and_cm($cmid) - intended for use e.g. in modules;
efficiently loads $course and $cm (normally saves 1 query).
cm_info::from_mixed($cm) - for use in back-end API where we
are not sure whether a $cm is a real cm_info or a stdClass.
2014-08-15 18:24:11 +01:00
Tony Butler
f84b9e65e4
MDL-46792 core_group: Check that $data->name is set before trimming
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-08-15 09:43:36 +01:00
Marina Glancy
ba9390784d
MDL-46691 mod_choice: apply filters to user input
2014-08-15 15:53:10 +08:00
Damyon Wiese
924cb72b4a
MDL-46846 Grades export: Some settings were not parsed from the form correctly.
...
This was a regression from MDL-46548.
I also added to the behat test to cover this, and sped up the behat test while I was there.
I also restored the behaviour where usercustomfields was hardcoded to true for all
export types except XML - but the default was false.
2014-08-15 13:53:29 +08:00
Rajesh Taneja
7d1c6a6e62
MDL-46817 behat: Table selector support css
...
Previously table selector supported id and caption only.
But in few cases we don't have proper id, so added support
for css
2014-08-15 13:11:33 +08:00
Marina Glancy
73de21ffda
MDL-46826 forum: add index on field forum_discussion.course
2014-08-15 13:06:23 +08:00
Ruslan Kabalin
dfaedf0854
MDL-46833 mod_assign: Fix assignment view when available for group members only.
...
When assignment is "Available for group members only" and no users with
mod/assign:submit role permision is enrolled (students),
groups_filter_users_by_course_module_visible is causing error (as $users
array is empty). The patch resolves the issue.
2014-08-14 16:06:08 +01:00
shashirepo
c285740896
MDL-46188 course:show/hide button disappears after action
2014-08-14 20:26:28 +05:30
Mary Evans
fcd90243b6
MDL-46829 theme_base: Fixed regression in Base caused by MDL-54031.
...
So much for Peer Reviews.
2014-08-14 13:35:26 +01:00
Tony Butler
206541a12c
MDL-46281 core_backup: Add class_exists check for backup_<mod>_activity_task
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-08-14 12:56:36 +01:00
Tim Hunt
f276267d93
MDL-44894 question editing: fix validation with odd permissions
...
For users with edit permissions, but not add permissions, it was
impossible to save the editing form. The validation assuemd this value
was present, but it was not. Other code checks this field too, so I
added it rather than changing the validation and all the other uses.
2014-08-14 11:25:18 +01:00
Marina Glancy
e1eb180806
weekly release 2.8dev
2014-08-14 14:52:07 +08:00
Marina Glancy
7d90b9b9f9
NOBUG: Fixed file access permissions
2014-08-14 14:52:07 +08:00
Marina Glancy
39db49c237
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-08-14 14:52:01 +08:00
Damyon Wiese
c07f86ce26
MDL-18014 Atto autosave: Use the $PAGE->url to differentiate autosave instances
2014-08-14 13:23:05 +08:00
Damyon Wiese
d8733567ee
MDL-18014 Atto autosave: Redo version bump after rebase
2014-08-14 12:44:01 +08:00
Damyon Wiese
56579fb68b
MDL-18014 Atto autosave: Change ajax script path to an attribute
2014-08-14 12:44:00 +08:00
Damyon Wiese
e7a8977ef4
MDL-18014 Atto: Fix for error handling bug on autosave
2014-08-14 12:43:47 +08:00
Damyon Wiese
f1018cd615
MDL-18014 Atto: Make notifications fade in/out.
2014-08-14 12:43:32 +08:00
Damyon Wiese
a10c6ea8fc
MDL-18014 Atto: Language change for auto save text.
...
Make this text shorter so it's less distracting.
2014-08-14 12:43:14 +08:00
Damyon Wiese
19549f8bed
MDL-18014 Atto: Assorted coding style changes from peer review
2014-08-14 12:43:14 +08:00
Damyon Wiese
6bfd450a6d
MDL-18014 Atto: Make the autosave frequency configurable
2014-08-14 12:43:04 +08:00
Damyon Wiese
a108fbeecf
MDL-18014 Atto: Add a notification when text is autosaved.
2014-08-14 12:42:55 +08:00
Damyon Wiese
8593521f4c
MDL-18014 Atto autosave: Fix coding style issues
2014-08-14 12:42:46 +08:00
Damyon Wiese
e3502577b8
MDL-18014 Atto: Reset auto save frequency to 60 seconds.
2014-08-14 12:42:45 +08:00
Damyon Wiese
c195bbffab
MDL-18014 Atto autosave: Correct detection of autosaving error when session expired
2014-08-14 12:42:37 +08:00
Damyon Wiese
8a5db5472e
MDL-18014 Atto autosave: Show warning when the server cannot be contacted for autosave.
2014-08-14 12:42:27 +08:00
Damyon Wiese
ddaeae21fd
MDL-18014 Atto autosave: Change default autosave frequency to 60 seconds
2014-08-14 12:42:17 +08:00
Damyon Wiese
75c86d13c7
MDL-18014 Atto: Add notification support to Atto.
2014-08-14 12:42:06 +08:00
Damyon Wiese
2ba6706d12
MDL-18014 Atto: Autosave text every N seconds.
2014-08-14 12:41:55 +08:00
Andrew Nicols
7dfaa3aede
MDL-46772 core: html_writer::table should respect tr attributes
2014-08-14 12:06:31 +08:00