Juan Leyva
ea5b910b3a
MDL-51413 forum: Return additional field in get_forums_by_courses WS
2015-09-18 17:27:14 +02:00
Damyon Wiese
031152cc83
MDL-47494 qtype: Fix the behat tests for OU dd question types
2015-09-18 07:56:27 +01:00
Damyon Wiese
96a744babd
MDL-47494 qtype: Bump the version numbers for OU DD qtypes
2015-09-18 07:56:26 +01:00
Damyon Wiese
5a22d35e8b
MDL-47494 question_ddwtos: Remove @ou tags from behat.
2015-09-18 07:56:25 +01:00
Damyon Wiese
da98a64d91
MDL-47494 question_ddimageortext: Remove wrong @since tag
2015-09-18 07:56:25 +01:00
Damyon Wiese
5a1a082c93
MDL-47494 questions: Add transparency to new ou question type icons
2015-09-18 07:56:24 +01:00
Damyon Wiese
f825273476
MDL-47494 questions: Reload XMLDB files for ou question types
2015-09-18 07:56:13 +01:00
Tim Hunt
6e28e15092
MDL-47494 questions: update plugin_manager with the new qtypes
2015-09-18 07:51:42 +01:00
Tim Hunt
b9d85e9a45
MDL-47494 gapselect: removing the qtype_combined integration.
...
Once this question type is in core. This integration with
qtype_combined will have to ship with qtype_combined, which
is no problem.
2015-09-18 07:51:41 +01:00
Tim Hunt
2e8202e022
MDL-47494 ddmarkder: Remove the code for converting old imagetarget Qs
...
imagetarget was a Moodle 1.9 question type. The ddmarkers plugin
had code for converting old imagetarget questions to new ddmarker
questions. However, since Moodle core does not support upgrading
directly from 1.9, and since I suspect most pople who might need
this code have already used it, I am removing it form core.
2015-09-18 07:51:41 +01:00
Tim Hunt
096b04058b
MDL-47494 questions: clean up unnecessary stuff now these are not plugins
...
* Remove extra stuff from version.php files.
* Remove README.txt files
* Remove OU-specific test annotations.
2015-09-18 07:51:40 +01:00
Tim Hunt
5c8d91d83f
Merge branch 'MDL-47494-ddmarker' into MDL-47494
2015-09-18 07:51:37 +01:00
Tim Hunt
2ce6a9c64f
Merge branch 'MDL-47494-ddimageortext' into MDL-47494
2015-09-18 07:51:36 +01:00
Tim Hunt
55d4613f22
Merge branch 'MDL-47494-ddwtos' into MDL-47494
2015-09-18 07:51:34 +01:00
Tim Hunt
1fc5d49cc2
Merge branch 'MDL-47494-gapselect' into MDL-47494
2015-09-18 07:51:33 +01:00
David Monllao
2bdeb8ef30
MDL-51052 dml: More info about mysql and case & accent sensitiveness
2015-09-18 11:45:53 +08:00
Frederic Massart
d569c0dae2
MDL-46878 blocklib: Testing blocks_delete_instances()
2015-09-18 11:40:09 +08:00
Frederic Massart
080707079d
MDL-46878 my: Behat tests to cover reset of all customised pages
2015-09-18 11:40:09 +08:00
Frederic Massart
ad347f6874
MDL-46878 my: Allow admins to reset everyone's dashboard
2015-09-18 11:40:09 +08:00
Charles Fulton
3d47155643
MDL-51052 dml: support for sql_like() under utf8_bin
2015-09-18 09:56:43 +08:00
Adrian Greeve
453adb1adf
MDL-51108 mod_data: Addition to behat test for Lat. and Long.
2015-09-18 07:33:12 +08:00
Adrian Greeve
d25043270c
MDL-51108 mod_data: Add validation for Lat. and Long.
...
Added a check to see that both the Lat. and Long. values
are entered when filling in database module entries.
2015-09-18 07:33:12 +08:00
Adrian Greeve
de66ddea5f
MDL-51241 cohorts: Update to cohort query.
...
This improves the speed of returning a list of
cohorts. Thanks to François Gannaz for providing
this patch.
2015-09-18 07:30:37 +08:00
Adrian Greeve
f3013ba67e
MDL-51259 mod_data: ratings of items not activated.
...
When selecting a rating method, the restrict rating
to items with dates would be automatically enabled if
not checked. This code brings the data module inline
with forum and glossary.
2015-09-18 07:21:59 +08:00
David Mudrák
c0e8a8a526
MDL-51423 clilib: Fix the hard-coded English text with proper string
...
The string already exists and is part of the install language packs.
This was just forgotten TODO.
2015-09-17 21:12:46 +02:00
David Mudrák
028bbc5b17
MDL-51423 clilib: Introduce cli_write() and cli_writeln() functions
...
These are supposed to provide unified API for outputting texts from the
CLI scripts, without the need to mix other cli_* functions with echo()
and manually concatenated end-of-line character.
2015-09-17 21:12:46 +02:00
David Mudrák
7d62bc2417
MDL-51403 install: Improve the language validation in the CLI installer
...
There are two essential improvements here. Firstly, by replacing the
file_exists() check with array_key_exists() we make sure that only
actual language code will be written into the config.php file (and not
the empty value in case of input that does not pass the PARAM_SAFEDIR
cleaning).
Additionally, we no longer display the full list of available languages
by default. The list can be displayed in the interactive mode by typing
the ? character instead of the language code. This makes the overall
interface cleaner, does not cause the header information (such as the
Moodle version) to scroll away and makes the nice cli logo more visible
(which was the main motivation for the whole patch anyway ;-).
2015-09-17 21:06:32 +02:00
Juan Leyva
91ea3678a9
MDL-50349 scorm: New WS mod_scorm_get_scorms_by_courses
2015-09-17 18:16:22 +02:00
Eloy Lafuente (stronk7)
d230899db8
weekly release 3.0dev
2015-09-17 18:01:12 +02: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)
22e97e6413
Merge branch 'MDL-30157_master-fix' of git://github.com/dmonllao/moodle
2015-09-17 11:28:31 +02:00
David Monllao
ba523bf5c3
MDL-30157 enrol_manual: timestart a few seconds before
...
We want to prevent conflicts with get_enrolled_sql trick for db caching
plus users should be able to access the course once enrolled.
2015-09-17 17:09:36 +08:00
Ryan Wyllie
ec9e1bec57
MDL-50664 mod_data: tests for 'manageapproved' setting.
...
Adding test coverage for the 'manageapproved' setting that
was added by Johannes Burk.
2015-09-17 06:18:26 +00:00
Tim Lock
52296930dc
MDL-51440 gradeimport_direct: fix config require statement
2015-09-17 14:51:24 +09:30
Simey Lameze
8c55a50dba
MDL-50959 gradebook: fix XML grade export
2015-09-17 10:34:50 +08:00
Eloy Lafuente (stronk7)
115c5270cc
Merge branch 'MDL-50557-master' of git://github.com/jleyva/moodle
2015-09-16 23:24:39 +02:00
Juan Leyva
35219d8bb9
MDL-50557 scorm: Add attempt field in mod_scorm_get_scorm_sco_tracks
2015-09-16 23:18:40 +02:00
Juan Leyva
6b5e69ebe6
MDL-50557 mod_scorm: New WS mod_scorm_get_scorm_sco_tracks
2015-09-16 23:18:39 +02:00
Eloy Lafuente (stronk7)
6c9872941e
Merge branch 'MDL-50353-master' of git://github.com/jleyva/moodle
2015-09-16 23:15:59 +02:00
Juan Leyva
f26274a45c
MDL-50353 mod_scorm: Fix problem with ids ordering in tests
2015-09-16 23:14:11 +02:00
Eloy Lafuente (stronk7)
765d7b7fd5
Merge branch 'MDL-50353-master' of git://github.com/jleyva/moodle
2015-09-16 22:11:55 +02:00
Juan Leyva
6b4ceb24cf
MDL-50353 scorm: New Web Service mod_scorm_insert_scorm_tracks
2015-09-16 22:07:34 +02:00
Juan Leyva
822e9df70d
MDL-50352 scorm: New Web Service mod_scorm_get_scorm_user_data
2015-09-16 19:25:19 +02:00
Juan Leyva
dfe927c8d6
MDL-50351 scorm: New Web Service mod_scorm_get_scorm_scoes
2015-09-16 19:25:17 +02:00
Andrew Hancox
7fca67ee29
MDL-51431 enrol_flatfile: Fix for startdate when updating users
2015-09-16 11:00:41 +01:00
Marina Glancy
0f7f30021a
MDL-51217 auth: check if recaptcha enabled for current plugin
2015-09-16 15:30:04 +08:00
Marina Glancy
a853f15fc3
MDL-46705 admin: Validate unique shortname for frontpage course
2015-09-16 14:38:52 +08:00
David Monllao
974053b93f
MDL-48881 mod_lesson: A couple of performance improvements
...
- Improve memory usage on db drivers not able to use recordsets
properly
- !array_key_exists replaced by empty calls
2015-09-16 13:32:49 +08:00
David Monllao
48cec36dfb
Merge branch 'MDL-48881_m30v5' of git://github.com/sbourget/moodle
2015-09-16 13:20:52 +08:00
David Monllao
13a2aff3f9
Merge branch 'MDL-49561_master' of git://github.com/markn86/moodle
...
Conflicts:
lib/bennu/readme_moodle.txt
2015-09-16 09:57:22 +08:00