Matt Porritt
cc980d0197
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:20:31 +11:00
Andrew Nicols
358c48ff27
Merge branch 'MDL-48491-27' of git://github.com/zbdd/moodle into MOODLE_27_STABLE
2015-01-27 10:58:32 +08:00
Zachary Durber
b44e802eaf
MDL-48491 enrolments: Paypal enrolments send email as support user.
2015-01-22 13:47:28 +08:00
David Monllao
a56ec068ed
Merge branch 'MDL-48765-27' of git://github.com/gurgus/moodle into MOODLE_27_STABLE
2015-01-20 17:09:17 +08:00
Nivedita Setru
04f14e3047
MDL-48073 enrol: Fixed group filter resetting erroneously.
2015-01-19 11:26:21 +08:00
Charles Fulton
13ad716894
MDL-48765 enrol: do not use a non-breaking space as a separator
2015-01-15 11:21:30 +08:00
John Okely
3d383a7da5
MDL-47761 enrol: Show more detail for self-enrolment errors
...
Thanks to Mirko Otto for the solution
2015-01-14 00:30:26 +01:00
Wiktor Wandachowicz
c326563453
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:02:43 +00:00
Rajesh Taneja
a02312c1d6
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:42:47 +08:00
Darko Miletic
eb963e4e6f
MDL-39376 enrol: Optimized setting for ldap and database
2014-11-10 16:46:37 +08:00
Damyon Wiese
8b91ec3dda
Merge branch 'wip_27_mdl-43430' of https://github.com/iarenaza/moodle into MOODLE_27_STABLE
2014-11-06 11:59:39 +08:00
Rajesh Taneja
691bb2a90f
MDL-45416 enrol_ldap: Use null_progress_trace while running phpunit
2014-11-05 11:13:10 +08:00
Iñaki Arenaza
f7b5782d5c
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-10-30 22:52:33 +01:00
Tim Hunt
9812ea0a62
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:05:34 +01:00
Sam Hemelryk
c00fb90718
Revert "MDL-47033 general: Fix incorrect use of 'course' layout"
...
This reverts commit 92f89f593c .
2014-10-01 15:49:25 +13:00
Dan Poltawski
85cb248688
Merge branch 'MDL-32275-27' of git://github.com/gurgus/moodle into MOODLE_27_STABLE
2014-09-30 08:29:03 +01:00
Dave Cooper
6b4ab27d4f
MDL-32275 enrol: Last site access column now shows last course access
2014-09-26 11:29:30 +08:00
Yuliya Bozhko
92f89f593c
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:30:21 +12:00
Dan Poltawski
74980995b4
Merge branch 'wip-MDL-46338-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
2014-07-29 08:50:37 +01:00
Marina Glancy
b6fadf63d4
MDL-46338 enrol_self: Icon should indicate enrolment availability
2014-07-29 09:51:21 +08:00
Marina Glancy
d61604b455
MDL-46525 enrol_cohort: fix JS error
2014-07-25 14:45:22 +08:00
Jim Thorpe
c62f8bc71f
enrol_imsenterprise: MDL-46363 including course lib when create_course is
...
used
2014-07-18 11:27:15 +12:00
David Monllao
e7e79055e1
MDL-43849 enrol_meta: Renaming methods according to what they test
2014-07-03 14:51:00 +08:00
Rajesh Taneja
30271d87aa
MDL-45808 enrol_self: Fixed behat to observe the group key policy
2014-06-12 14:20:37 +08:00
Eloy Lafuente (stronk7)
3e307259ac
Merge branch 'MDL-44620_master' of git://github.com/dmonllao/moodle into MOODLE_27_STABLE
2014-06-03 18:11:37 +02:00
Eloy Lafuente (stronk7)
7e78f9c4a5
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:16:36 +02:00
Tim Hunt
63e5416f5b
MDL-45618 Fix @since PHPdoc tags.
2014-05-20 15:03:34 +08:00
David Monllao
d46979ec3a
MDL-44620 behat: Automates MDLQA-6
...
- MDLQA-6: By default, a new course contains a news
forum in which only teachers can post and subscription
is forced
2014-05-13 17:24:33 +07:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Marina Glancy
eaea796e70
MDL-45126 do not allow guests see name and summary of hidden course
2014-05-07 16:22:20 +08:00
Eric Merrill
288e7b0921
MDL-36141 course Define role to limit access to Other users.
2014-04-04 14:58:48 -04:00
Marina Glancy
9632cad16b
Merge branch 'MDL-44717-master' of git://github.com/ankitagarwal/moodle
2014-04-01 15:34:28 +08: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
Eloy Lafuente (stronk7)
6576413e48
MDL-44862 postgres: tests to support socket & port
...
Both the database auth and enrol plugins use ADOdb
to perform connections. Socket and port are allowed
there if passed as "socket:port", so, when both are
configured in CFG, we pass them that way. Else
ADOdb defaults to standard port (5432).
2014-03-31 09:28:57 +08:00
Eloy Lafuente (stronk7)
38c5e34c00
Merge branch 'mdl27_mdl-43497_allow_force_language_02' of https://github.com/brki/moodle
2014-03-13 18:33:15 +01:00
Sam Hemelryk
ee4655eec1
Merge branch 'MDL-41173' of https://github.com/danielneis/moodle
2014-03-13 18:32:52 +01:00
Brian King
c484af5aa6
MDL-43497 Language: Allow course language to be overridden
2014-03-07 09:11:18 +01:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Damyon Wiese
267c4b4292
Merge branch 'MDL-43738_master' of git://github.com/dmonllao/moodle
2014-03-04 13:29:03 +08:00
Dan Poltawski
caf7665077
MDL-43146 enrol_imsenterprise: missing sesskey protection
2014-03-04 12:24:51 +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
Daniel Neis Araujo
334e91e82c
MDL-41173 Change enrolenddate from "date_selector" to "date_time_selector"
2014-02-21 17:15:27 -03:00
Eloy Lafuente (stronk7)
33ce661816
Merge branch 'MDL-43337-master' of git://github.com/FMCorz/moodle
2014-02-18 23:24:45 +01:00
Frederic Massart
457b82f238
MDL-43337 enrol: Missing break in get_enrolled_users WS
2014-02-13 12:06:04 +08:00
Frederic Massart
e06d359917
MDL-43337 enrol: More tests for get_enrolled_users_with_capability
2014-02-13 12:06:04 +08:00
apsdehal
578a39b841
MDL-43337 WebService: Missing break statement added
...
In function get_enrolled_users_with_capability
2014-02-13 11:37:22 +08:00
Petr Škoda
900b1bf7d1
MDL-43200 fix enrol_manual externallib tests
2014-02-12 16:01:34 +08:00
Sam Hemelryk
1cb3c0facc
Merge branch 'MDL-43200' of git://github.com/apsdehal/moodle
2014-02-10 14:11:25 +13:00
apsdehal
f80add6990
MDL-43200 WebServices: Reset Instance variable
2014-02-04 19:38:34 +05:30
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