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
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
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
Neill Magill
ccfb9b69db
MDL-50971 ActionMenu: Action menus cause page to jump when closing
...
This patch changes the behavior of open action menus when using a mouse.
Before this patch when clicking on the page with an open action menu the focus would be
returned to the action menu's call button. This could cause the page to jump when a
mouse user did not close an action menu, scrolled and then tried to perform another
action on the page.
After this patch when clicking the focus will not be returned to the action menu's call button.
The behavior of the script will not be changed when using the keyboard.
2015-08-28 12:13:16 +01:00
Marina Glancy
efbd56960c
MDL-51215 course: redirect to manage appropriate category
2015-08-27 11:13:06 +08:00
David Monllao
d2999f8085
Merge branch 'MDL-50391-master' of git://github.com/aspark21/moodle
2015-08-19 18:30:28 +02:00
David Monllao
fd76204a8b
Merge branch 'MDL-51100-master' of git://github.com/andrewnicols/moodle
2015-08-17 08:50:49 +08:00
Andrew Nicols
711b1d6b3e
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:52:29 +08:00
Marina Glancy
3bacf558d1
MDL-50391 format_singleactivity: fix activity_has_subtypes()
2015-08-13 14:13:02 +01:00
Eloy Lafuente (stronk7)
20c50b0d5c
Merge branch 'MDL-50062-master' of git://github.com/FMCorz/moodle
2015-08-12 01:52:04 +02:00
Marina Glancy
7f0c7f01c0
MDL-51062 behat: permission steps should work without js
2015-08-09 20:33:27 +08:00
Frederic Massart
5419cbc9eb
MDL-50062 grades: Carry agg. settings between categories when possible
2015-08-06 10:24:25 +08:00
Dave Cooper
135efd5116
MDL-50062 gradebook: Fixed behaviour when changing aggregation mathods.
2015-08-06 10:24:25 +08:00
Dan Poltawski
4cb1a61f81
Merge branch 'MDL-50535_master' of git://github.com/markn86/moodle
2015-07-28 13:14:24 +01:00
Simey Lameze
dcee0b9447
MDL-49360 core_lib: add new method get_local_referer()
...
This commit also replace all usages of $_SERVER['HTTP_REFERER'] and get_referer().
2015-07-27 11:11:24 +08:00
Mark Nelson
7080b38f2e
MDL-50535 core_course: disabled 'gradepass' field when no ratings set
2015-07-24 13:31:18 -07:00
Dan Poltawski
d44ae46632
Merge branch 'wip-MDL-50612-master' of https://github.com/marinaglancy/moodle
2015-07-20 10:12:16 +01:00
Juan Leyva
1c2b788256
MDL-49796 webservices: Fix the functions description
2015-07-14 11:31:57 +02:00
Marina Glancy
fc55273e0f
MDL-50612 grades: remove gradepass if there is no grading
2015-07-14 13:16:34 +08:00
Pierre GUINOISEAU
7dc5dac678
MDL-50612 grades: do not remove grade box if gradepass field exists
2015-07-14 13:16:31 +08:00
Eloy Lafuente (stronk7)
188458a604
MDL-50049 deprecation: Extra minor fixes.
...
- complete and cleanup upgrade.txt
- replace remaining uses in comments.
- fix some incorrect bulk-replacement in previous commit.
2015-07-10 01:59:31 +02:00
Dan Poltawski
f79860257a
MDL-50749 js: add some TODOs to some small hacks
2015-07-07 08:48:32 +01:00
Charles Fulton
8d1cdd0139
MDL-50749 course: add fake element for behat compatibility
2015-07-03 18:43:46 +00:00
Tyler Bannister
7f7144fd50
MDL-47787 course: Added question delete to cm delete.
2015-06-25 16:35:22 -04:00
Dan Poltawski
bceaa941c8
Merge branch 'MDL-49959_course_dnd_message' of https://github.com/barrysspace/moodle
2015-06-18 07:13:39 +02:00
Barry Oosthuizen
a3657f8b42
MDL-49959 course: Fix hidden drag and drop message
2015-06-09 09:37:53 +01:00