Marina Glancy
fc77f56679
MDL-49439 enrol: Allow quick adding several instances
2015-03-17 14:01:34 +08:00
David Monllao
52a5d7a225
MDL-46238 course: Add newcourse param to enrol user filter
2015-02-25 11:26:18 +08:00
shashi
bbc3b07965
MDL-46238 enrol:add a simple way to go back to course page
2015-02-19 16:56:53 +05:30
David Monllao
157643cacd
Merge branch 'MDL-49034_master' of git://github.com/mattporritt/moodle
2015-02-18 09:36:22 +08:00
David Monllao
5bb0ee2a7a
MDL-43535 webservices: Adding missing deprecated WS
...
- enrol_manual needs a version bump to execute
external_update_descriptions()
- core_user_get_users_by_id() is now also marked
as deprecated
2015-02-12 10:13:36 +08:00
Matt Porritt
7e36bb7197
MDL-49034 enrol_self: Enforce maxlength in self enrolment form fields.
...
Alter self enrolment creation form to enforce max field lengths.
Limit "Custom instance name" (name) form field to 255 characters via maxlength.
Limit "Enrolment key" (password) form field to 50 characters via maxlength.
Fix for when the form is submitted causing a database write error to be thrown
as corresponding field "name" in the table mdl_enrol is set to varchar(255) and
database field "password" is varying(50).
2015-02-10 13:21:12 +11: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
John Okely
3a0c9c6306
MDL-48772 enrol_cohort: Replace hardcoded language with language strings
2015-01-30 11:29:40 +08:00
Andrew Nicols
0d98b0f7ad
Merge branch 'MDL-48491-master' of git://github.com/zbdd/moodle
2015-01-27 10:48:36 +08:00
Zachary Durber
530debc078
MDL-48491 enrolments: Paypal enrolments send email as support user.
2015-01-22 13:42:08 +08:00
David Monllao
53aa8423bd
Merge branch 'MDL-48765-master' of git://github.com/mackensen/moodle
2015-01-20 17:08:21 +08:00
Nivedita Setru
b6772ac721
MDL-48073 enrol: Fixed group filter resetting erroneously.
2015-01-19 11:24:36 +08:00
Eloy Lafuente (stronk7)
778f0becee
Merge branch 'MDL-47761-master' of git://github.com/xow/moodle
2015-01-15 08:35:02 +00:00
Charles Fulton
671d105e9f
MDL-48765 enrol: do not use a non-breaking space as a separator
2015-01-07 08:12:41 -08:00
David Monllao
5b97de39f1
Merge branch 'MDL-35078-master' of git://github.com/danpoltawski/moodle
2015-01-06 10:35:04 +08:00
John Okely
cf6d62fc3f
MDL-47761 enrol: Show more detail for self-enrolment errors
...
Thanks to Mirko Otto for the solution
2015-01-06 10:19:18 +08:00
Eric Merrill
6f0776b6ff
MDL-48643 Javascript: Create modals hidden, then show, to prevent scroll
...
Modal dialogs need to be created with visible: false and then call
.show() on it to make it visible. This prevents the page from jumping to
the top.
2014-12-21 22:54:25 -05:00
Wiktor Wandachowicz
900a559a3c
MDL-35078 enrol: allow times to be chose on bulk enrolment forms
...
Previously only a date was available, which made it ambigious whether
the the enrolment was inclusive of the date. Now we use a time to make
it less ambigious.
This matches changes done in other forms in MDL-41173.
2014-12-17 12:01:45 +00: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
Sam Hemelryk
22f098cd23
Merge branch 'MDL-26017_master' of https://github.com/ndunand/moodle
2014-12-08 14:24:14 +13:00
Nicolas Dunand
0ac6a57ec5
MDL-26017 enrol: Add keyholder role
2014-12-05 08:41:01 +01:00
Eloy Lafuente (stronk7)
38ea5e0a39
MDL-21724 course: change remaining tests to new "Save and display"
2014-12-04 12:14:31 +00:00
Sam Hemelryk
7c96d1e81d
Merge branch 'MDL-35696-master-course-meta-link-sort-order' of https://github.com/amandadoughty/moodle
2014-12-01 13:50:52 +13:00
Andrew Nicols
64e7aa4de1
MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string
2014-12-01 08:32:04 +13:00
David Monllao
bc92aace89
MDL-22309 enrol_self: Fixing get_role_users usage
2014-11-27 11:32:58 +08:00
Marina Glancy
3e70f5792b
MDL-48390 cohorts: do not limit number of cohorts in dropdowns
2014-11-27 11:14:39 +08:00
Amanda Doughty
cc6dee5856
MDL-35696 enrol_meta: Fixed course sort order
2014-11-24 10:19:17 +00:00
Rajesh Taneja
b4fa03606f
MDL-48250 enrol_ldap: set default category
...
As in other enrol plugins (database), set default
category to 1 (pointing to Miscellaneous)
2014-11-17 14:41:56 +08:00
Dan Poltawski
20ac3aa5e5
Merge branch 'MDL-39376-master' of git://github.com/FMCorz/moodle
2014-11-11 17:21:09 +00:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Darko Miletic
ea99201d7d
MDL-39376 enrol: Optimized setting for ldap and database
2014-11-10 16:45:43 +08:00
Damyon Wiese
bd6ee5c58a
Merge branch 'wip_master_mdl-43430' of https://github.com/iarenaza/moodle
2014-11-06 12:00:12 +08:00
Eloy Lafuente (stronk7)
a376c72a05
Merge branch 'wip-mdl-45416' of https://github.com/rajeshtaneja/moodle
2014-11-06 00:57:45 +01:00
Iñaki Arenaza
21302343ee
MDL-43430 enrol_ldap: Enrolment lost if member of group with parenthesis
...
The group names we get from ldap_find_user_groups() can contain invalid LDAP
filter characters. So we need to escape them for LDAP filter usage.
2014-11-05 09:00:17 +01:00
Rajesh Taneja
e790a3ecc7
MDL-45416 enrol_ldap: Use null_progress_trace while running phpunit
2014-11-05 10:43:16 +08:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Tim Hunt
a20d675250
MDL-47666 DB auth & enrol: unit tests fail with custom DB drivers
...
Changed to used $DB->get_db_family, rather than hard-coding the list of
class names.
2014-10-20 12:10:52 +01:00
Damyon Wiese
e6b00f032d
Merge branch 'wip-MDL-46921-master' of git://github.com/abgreeve/moodle
2014-10-09 09:57:58 +08:00
Adrian Greeve
95065006c6
MDL-46921 lib: Sorting on additional fields, admin, enrolment pages.
2014-10-09 08:19:49 +08:00
Marina Glancy
58b5b04d4b
MDL-35618 enrol_cohort: remove enrolment button
2014-10-03 18:28:48 +08:00
Marina Glancy
b654819297
MDL-35618 enrol_manual: Add possibility to manually enrol cohort members
2014-10-03 18:28:45 +08: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
Dan Poltawski
d452f49cf9
Merge branch 'MDL-32275-master' of git://github.com/gurgus/moodle
2014-09-30 08:29:02 +01:00
Dave Cooper
e89682d822
MDL-32275 enrol: Last site access column now shows last course access
2014-09-26 10:51:47 +08:00
Yuliya Bozhko
369484bf87
MDL-47033 general: Fix incorrect use of 'course' layout
...
It should use 'incourse' layout in most cases
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2014-09-05 09:25:43 +12:00
Daniel Neis Araujo
b5a289c4e8
MDL-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances
2014-08-21 19:01:57 -03:00
Daniel Neis Araujo
0594336d92
MDL-46509 enrol: fix usage of incorrect capability check
2014-08-21 19:01:57 -03:00
Daniel Neis Araujo
85b030cc39
MDL-46509 enrol: fix usage of incorrect enrol plugin in capability check
2014-08-21 19:01:57 -03:00
Dan Poltawski
aa53347409
MDL-45932 enrol_imsenterprise: lang string fixes
2014-08-13 10:35:52 +01:00
David Ligne
302b8abdd9
MDL-45932 enrol_imsenterprise: Implement Scheduled Task for IMS Enrolment plugin.
2014-08-05 13:41:09 -04:00