Eloy Lafuente (stronk7)
c75b891ba7
Merge branch 'MDL-49821-master-master' of git://github.com/jleyva/moodle
2015-10-01 01:26:58 +02:00
Juan Leyva
4485f7c549
MDL-49821 webservice: Add active user checks in external functions
2015-09-25 11:33:13 +02:00
Juan Leyva
48a90a215b
MDL-51415 webservice: Check course access using can_access_course()
...
This function check both user enrolled and course:view capabilities
2015-09-22 15:29:49 +02:00
David Monllao
224d819678
Merge branch 'MDL-50964-master' of git://github.com/jleyva/moodle
...
Conflicts:
group/tests/externallib_test.php
lib/db/services.php
2015-09-15 17:09:33 +08:00
Juan Leyva
c0ef63eb38
MDL-50964 core_group: New Web Service core_group_get_activity_groupmode
2015-09-11 11:30:28 +02:00
Juan Leyva
7107c2f066
MDL-50966 core_group: New WS core_group_get_activity_allowed_groups
2015-09-11 11:29:38 +02:00
John Okely
fa5a3cdedc
MDL-50709 groups: Prevent XSS in grouping description
2015-09-08 12:47:54 +02:00
Marina Glancy
7f0c7f01c0
MDL-51062 behat: permission steps should work without js
2015-08-09 20:33:27 +08:00
Eloy Lafuente (stronk7)
aa29bb3ba0
Merge branch 'MDL-48970' of https://github.com/andrewhancox/moodle
2015-08-05 16:11:47 +02:00
Andrew Hancox
fef51794a0
MDL-48970 groups: Fix hover description on groups overview page
...
If a course exists within multiple groupings then the description
should display when you mouseover any instance of it on the overview
page.
2015-07-01 21:26:48 +01:00
David Monllao
ed0fd1f6ec
MDL-43949 groups: Add idnumber to web services
...
Thanks to Vitor Martins for his contribution.
2015-06-25 16:55:14 +08:00
Marina Glancy
9c1561ef83
MDL-17929 groups: function to sync groups with enrolments
2015-04-22 14:36:38 +08:00
Andrew Nicols
793645a03f
Merge branch 'm29_MDL-49782' of https://github.com/totara/moodle
2015-04-21 10:43:48 +08:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Ankit Agarwal
feaa97afac
MDL-49412 groups: Fix behat failures
2015-04-10 17:18:23 +08:00
Brian Barnes
8b3a10438f
MDL-49782 general: removed uses of window.status
2015-04-08 11:49:06 +12:00
Juan Leyva
5d62e813ab
MDL-48730 webservices: New ws core_group_get_course_user_groups
2015-02-24 09:39:05 +01:00
David Monllao
3c1aa6fdfb
MDL-43535 webservices: Marking functions as deprecated
...
Also:
- We don't allow users to add deprecated functions to WS
- We show a debugging message when deprecated functions
are already being used in web services.
2015-02-09 05:42:22 +08:00
Marina Glancy
93df807601
MDL-48847 groups: fixed incorrect user count
2015-01-15 11:12:45 +08:00
Eloy Lafuente (stronk7)
c2f1feffd6
Merge branch 'wip-MDL-48390-master' of git://github.com/marinaglancy/moodle
2014-12-08 18:48:53 +01:00
Dan Poltawski
50944630bd
Merge branch 'm29_MDL-48317' of https://github.com/totara/moodle
2014-12-04 11:37:53 +00:00
Marina Glancy
3e70f5792b
MDL-48390 cohorts: do not limit number of cohorts in dropdowns
2014-11-27 11:14:39 +08:00
Frederic Massart
d996c620a9
MDL-46416 group: Allow group pictures to be deleted
2014-11-25 11:58:13 +08:00
Frederic Massart
21449d01b7
MDL-46416 group: Use a revision number for group pictures
2014-11-25 11:58:13 +08:00
Brian Barnes
270a8f1bf0
MDL-48317 groups: Removed table from User groups page
2014-11-24 10:43:15 +13:00
Sam Hemelryk
fad1a02d21
MDL-46332 fixed whitespace
2014-10-24 11:48:23 +02:00
Dan Bennett
f181e4ac45
MDL-46332 : Display of 'Remove' button in Add/Remove Groups in Grouping
...
Fixed styling of Add/Remove Groups in Grouping to now use the same
layout as the Group Members page.
This fixes the issue with buttons being unaligned and introduces
consistency between pages.
2014-10-20 09:48:50 +01:00
Marina Glancy
80f98467f8
MDL-36014 cohorts: Allow teachers to view cohorts
...
Added property 'visible' for cohorts. Unsetting it hides the cohort from users in the course.
AMOS BEGIN
CPY [visible,core_moodle],[visible,core_cohort]
AMOS END
2014-10-03 18:26:34 +08:00
John Okely
248e23c335
MDL-46792 core_group: Add unit tests to ensure that group updates and grouping updates do not require names
2014-08-20 12:02:58 +08: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
Gregory Faller
e4ebf7ef0f
MDL-46524: Auto-create groups from existing group or grouping membership
2014-08-06 10:50:14 +09:30
Rajesh Taneja
2ced0cc53e
MDL-45991 behat: fixed deprecated behat steps used
2014-07-15 16:10:29 +08:00
Syxton
55c9a15041
MDL-45991 groups: Auto-create ignore grouped users
...
MDL-45991 groups: Auto-create groups with ungrouped users only
When using auto-create groups, sometimes it is needed to only create
groups with users that are not already inside a course group. This
patch creates a checkbox that will ignore users that are in already
existing groups. It alters the groups_get_potential_members function so
that the eligible users are retrieved entirely though sql.
2014-07-10 15:44:21 -04:00
Frederic Massart
9d4762c9b5
MDL-45808 group: Observe the group key policy upon group creation
2014-06-04 15:16:22 +08:00
Frederic Massart
6685e0487f
MDL-45579 group: Behat tests to cover group enrolment key rules
2014-06-04 15:11:42 +08:00
Frederic Massart
624458a940
MDL-45579 group: Prevent duplicate enrolment keys in course groups
2014-06-03 15:38:06 +08:00
Dan Poltawski
c3c424a05c
MDL-44027 groups: remove some junk html
2014-05-20 15:40:37 +12:00
Sam Hemelryk
566889aaa8
MDL-42317 output: reviewed standard/base layouts and converted where a better option was available
2014-04-06 15:57:32 +12:00
Ankit Agarwal
b63f773296
MDL-44717 events: Fix multiple issues in events
...
Fix various incorrect urls
Fix incorrect phpdocs and other minor code style issues
Fix missing/incorrect strings
AMOS BEGIN
MOV [eventblogassociationcreated, core_blog],[eventblogassociationadded, core_blog]
AMOS END
2014-04-01 15:08:34 +08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Damyon Wiese
d09cfab660
Merge branch 'wip-MDL-44403-master' of git://github.com/marinaglancy/moodle
2014-03-06 09:21:24 +08:00
Marina Glancy
24c32bdf2f
MDL-44403 events: added public method to get eventdata
2014-03-04 15:16:15 +08:00
Damyon Wiese
267c4b4292
Merge branch 'MDL-43738_master' of git://github.com/dmonllao/moodle
2014-03-04 13:29:03 +08:00
Marina Glancy
cd5be9a504
MDL-44321 events: make sure the full object is passed to add_record_snapshot()
2014-02-28 16:37:36 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
Andrew Nicols
af64bc6179
MDL-33099 Javascript: Deprecate the ajaxenabled function
2014-02-17 14:11:21 +08:00
Sam Hemelryk
5666a74c91
Merge branch 'MDL-43893-master' of git://github.com/andrewnicols/moodle
2014-02-04 10:23:24 +13:00
Andrew Nicols
da942d13d2
MDL-43893 Javascript: Remove YUI2 uses in group members management JS
2014-01-29 00:25:38 +08:00
Eloy Lafuente (stronk7)
9be395ee99
Merge branch 'wip-MDL-43800-master' of git://github.com/marinaglancy/moodle
2014-01-27 12:02:28 +01:00
Marina Glancy
3ba635344f
MDL-43800 course: groupings are sorted alphabetically
2014-01-22 12:16:26 +08:00