Dan Poltawski
a3f238a120
Merge branch 'MDL-52275_master' of git://github.com/markn86/moodle
2015-12-29 10:04:42 +00:00
Marina Glancy
a4269b45bc
MDL-52347 behat: fix random failures on fast computer
2015-12-24 14:14:58 +08:00
Mark Nelson
5d0aa9dcfe
MDL-52275 core: fixed grade-to-pass being overwritten
...
Thanks goes to W.J. Roes for the patch.
2015-12-23 14:31:53 +08:00
Marina Glancy
1a0df5535e
MDL-52081 forms: Use __construct() for constructors
2015-12-10 13:38:01 +08:00
Dan Poltawski
c8d8a09369
Merge branch 'MDL-51411' of https://github.com/andrewhancox/moodle
2015-12-08 09:05:45 +00:00
David Monllao
7e092a97d7
Merge branch 'MDL-52370-master' of git://github.com/danpoltawski/moodle
2015-12-07 15:01:42 +08:00
Dan Poltawski
fc3c595d51
MDL-26935 behat: add coverage for role renaming in course
2015-12-03 11:13:25 +01:00
Eloy Lafuente (stronk7)
7828bb972e
Merge branch 'MDL-26935' of https://github.com/andrewhancox/moodle
2015-12-03 11:13:07 +01:00
David Monllao
0ee52b8214
Merge branch 'MDL-51830-master' of git://github.com/lucisgit/moodle
2015-12-03 11:11:04 +01:00
Dan Poltawski
29d4cc656f
MDL-52370 course: purge contacts cache on role rename
...
Previously teachers would rename roles and the change would not be
reflected in course listings.
2015-12-01 12:44:34 +00:00
Dan Poltawski
8be9cffb8b
MDL-52219 phpunit: updated for new defaults
...
The externallib assertion was previously never being run and had a typo..
2015-11-26 14:07:17 +00:00
Dan Poltawski
aa306e7bc8
MDL-52219 behat: remove steps which turn on avaibility/completion
...
Now its the default, we can reduce test time by relying on the default
state rather than going around turning it on
2015-11-26 14:07:17 +00:00
Andrew Hancox
3390551872
MDL-51411 course: Fixed warning when deleting activity with js disabled
2015-11-25 14:42:40 +00:00
Ruslan Kabalin
fa29c0c3d4
MDL-51830 course: Add course section deletion event.
2015-11-12 11:19:37 +00:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Cameron Ball
c47b6f97d7
MDL-51993 course: Set valid default for section_edit_control_menu
...
Thank you to Gareth Barnard for originally providing this patch.
2015-11-03 10:29:38 +08:00
Dan Poltawski
4f5d5628d1
Merge branch 'MDL-51679-groupmode-ajax' of https://github.com/Dagefoerde/moodle
2015-10-15 11:41:26 +01:00
David Monllao
a97cde7a6e
Merge branch 'wip-MDL-51604-master' of git://github.com/marinaglancy/moodle
2015-10-15 16:21:07 +08:00
Damyon Wiese
bb6ca6f360
MDL-51260 tags: Update the tags form element to use the autocomplete field
...
AMOS BEGIN
REM [interestslist_help,moodle] Commas are no longer required
REM [entertags,tag] Commas are no longer required
REM [othertags,tag] Commas are no longer required
AMOS END
2015-10-15 12:03:35 +08:00
Jan C. Dageförde
ee20bdcb8a
MDL-51679 course: Update groupmode CSS class
...
Changing groupmode of an activity via AJAX did not change the button's CSS class accordingly.
2015-10-14 14:33:20 +02:00
Eric Merrill
d76acdbc17
MDL-51610 course: Change section menu to "Edit" and order buttons
2015-10-12 11:53:33 -04:00
Dan Poltawski
69783d15da
Merge branch 'MDL-50945-master' of git://github.com/xow/moodle
2015-10-07 12:14:47 +01:00
David Monllao
d30255a08d
Merge branch 'MDL-51579-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-10-07 12:48:03 +08:00
Jakub Kania
9a3ef3893b
MDL-50945 course: Add form-submit class to course edit buttons.
...
With contributions from Mary Evans.
2015-10-07 10:42:45 +08:00
Jun Pataleta
d264cbbb8a
MDL-51250 course: Add validation for section name
2015-10-06 21:39:54 -05:00
Dan Poltawski
f5e68c2892
Merge branch 'MDL-51564-master' of git://github.com/jleyva/moodle
2015-10-06 16:32:55 +01:00
David Monllao
d1583d8e9c
MDL-51250 course: No function returns in empty()
2015-10-06 16:32:38 +01:00
Juan Leyva
9748791ba8
MDL-51564 webservice: Review the use of external format_string
2015-10-06 14:00:45 +02:00
Marina Glancy
2542cb5468
MDL-51604 course: trigger course created event earlier
2015-10-06 09:44:55 +08:00
Jun Pataleta
f1bfc8971f
MDL-51250 course: Display the default section name
...
This patch makes the default section name appear in brackets
beside the 'Use default section name' checkbox.
2015-10-05 14:03:07 -05:00
Juan Leyva
13bb68199e
MDL-51579 core_course: New Web Service get_course_module_by_instance
2015-10-04 21:11:01 +02:00
David Monllao
5b9718928a
MDL-48947 course: Adding the new extra span after dropping a section
2015-10-02 11:12:24 +08:00
Andrew Hancox
502336f215
MDL-26935 course: Require course:renameroles to rename roles.
2015-10-01 18:04:40 +01:00
Dan Poltawski
331315a4c1
Merge branch 'MDL-48947_v3_patch' of https://github.com/Syxton/moodle
2015-10-01 16:12:09 +01:00
Syxton
c73fd11e86
MDL-48947 patch - fix unclickable menu issues
...
remove z-index fix and instead keep the header from gaining the opacity
change on hide
2015-10-01 10:54:23 -04:00
Marina Glancy
e7b161f0b2
MDL-44640 course: account for multiple events in course actions
2015-09-30 11:35:40 +08:00
Dan Poltawski
ebadc15c1f
Merge branch 'MDL-48947_v3' of https://github.com/Syxton/moodle
2015-09-28 15:06:21 +01:00
Eloy Lafuente (stronk7)
e99b197e97
MDL-51371 course: fix core_course_get_course_module assertion
...
A recent bugfix before integration left this failing. They are 22.
2015-09-24 15:38:18 +02:00
Eloy Lafuente (stronk7)
f95452b84f
Merge branch 'MDL-51371-master' of git://github.com/jleyva/moodle
2015-09-24 15:38:14 +02:00
Juan Leyva
c515849937
MDL-51371 course: New Web Service core_course_get_course_module
2015-09-23 15:32:15 +02:00
Dan Poltawski
11a83dbb1e
Merge branch 'MDL-49973-master' of git://github.com/cameron1729/moodle
2015-09-22 09:44:44 +01:00
Syxton
60cf074239
MDL-48947 course: Section button cleanup
...
Creates a new method of handling all the section related icons.
Including a new method that places these actions in a menu for topic and
weeks course formats. (This version replaces "Edit" with "Topic/Week/or
Section menu")
2015-09-17 10:40:31 -04:00
Eloy Lafuente (stronk7)
4deecee44f
Merge branch 'MDL-50892-master' of git://github.com/marinaglancy/moodle
2015-09-15 23:12:22 +02:00
Juan Leyva
740c354f17
MDL-49942 core_course: New Web Service core_course_search_courses
2015-09-15 09:18:26 +02:00
Cameron Ball
fdb5d62660
MDL-49973 behat: Update delete button names
2015-09-14 17:46:35 +08:00
Andrew Davis
6537778044
MDL-49973 changed continue to delete on delete confirmations
2015-09-14 17:40:34 +08:00
Marina Glancy
278b8d18a2
MDL-50892 mod: allow activity to have name '0'
2015-09-11 10:51:52 +08:00
Dan Poltawski
33001202d6
MDL-51132 course: add tag require
2015-09-08 13:22:54 +01:00
Marina Glancy
0d1e545612
MDL-51132 tags: do not use user tags for tagging courses
2015-09-05 11:21:15 +08:00
David Monllao
c32c21802b
Merge branch 'MDL-50971' of git://github.com/NeillM/moodle
2015-09-02 09:23:11 +08:00