Dan Poltawski
759c4f0c55
MDL-40988 quiz: correct install.xml inconsistency
...
quizid should not have a default set
2015-04-06 14:38:42 +01:00
Dan Poltawski
774906fc6d
Merge branch 'mdl38210-master' of https://github.com/tlock/moodle
2015-04-06 12:35:01 +01:00
Dan Poltawski
097979568a
Merge branch 'MDL-40988' of git://github.com/mkassaei/moodle
2015-04-06 12:07:34 +01:00
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
M Kassaei
5d949702f8
MDL-40988 quiz: ability to break quizzes into sections
...
The sections are created on the edit quiz page, and then appear in the
navigation panel when the quiz is being attempted to help students find
their way around.
The 'Shuffle questions' setting has been moved from being per-quiz
to being a per-section.
This commit is actually the joint work of Mahmoud Kassaei and Tim Hunt
from The Open University. We could only use one persons name for the
commit and this time Mahmoud gets the credit/blame.
2015-04-05 14:30:53 +01:00
Jean-Michel Vedrine
247980b0e8
MDL-49642 mod_lesson: Fix issues found during integration review
2015-04-05 15:05:31 +02:00
Stephen Bourget
446db9fe33
MDL-49065 Lesson: Add Behat tests for my home
2015-04-02 13:18:17 -04:00
Stephen Bourget
673e0d5a14
MDL-49065 Lesson: Fix attempt info displayed by course overview block
2015-04-02 13:17:33 -04:00
Juan Leyva
d508dfe79a
MDL-49503 forum: Add view_forum_discussion to the mobile service
2015-04-02 17:11:27 +02:00
Juan Leyva
a3c315dda2
MDL-49503 forum: New external function mod_forum_view_forum_discussion
2015-04-02 17:08:42 +02:00
Juan Leyva
6e5df52c80
MDL-49503 forum: Unit tests for forum_discussion_view
2015-04-02 17:08:42 +02:00
Juan Leyva
1546987b86
MDL-49503 forum: Move discussion viewed triggering to API function
2015-04-02 17:08:42 +02:00
Stephen Bourget
4ce40083e2
MDL-49642 mod_lesson: Behat tests for overrides
2015-04-02 13:56:53 +02:00
Jean-Michel Vedrine
e0e1a83e2c
MDL-49642 mod_lesson: Group/user overrides
2015-04-02 13:56:52 +02:00
David Monllao
0adf7044ff
MDL-46805 mod_scorm: Re-fix as previous object was removed in 2.8
2015-04-02 11:09:30 +02:00
Rajesh Taneja
e43bf473fa
MDL-46805 scorm: Set user_id if scorm|aiccuserid config is set
2015-04-02 11:09:29 +02:00
Rajesh Taneja
345c6a1ac0
MDL-49513 behat: Updated step name to match new step
2015-04-02 11:08:21 +02:00
Andrew Nicols
df15759724
Merge branch 'wip-mdl-49513' of https://github.com/rajeshtaneja/moodle
2015-04-02 11:06:27 +02:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
David Monllao
a647e1f053
Merge branch 'MDL-49502-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:49:31 +08:00
Andrew Nicols
2b53b13ff7
MDL-49627 core: Update uses of generate_image_thumbnail
...
This removes the need to write tempfiles in these locations.
2015-04-01 11:05:19 +08:00
David Monllao
4d9dda2389
Merge branch 'MDL-40992' of git://github.com/timhunt/moodle
2015-04-01 08:00:43 +08:00
Tim Lock
1241b871cf
MDL-38210 report_participation: implement get view/post actions
2015-04-01 10:26:44 +10:30
Dan Poltawski
f31c4f27f3
Merge branch 'MDL-49617-master' of git://github.com/jleyva/moodle
2015-03-31 20:10:27 +01:00
Tim Hunt
5e63b335fe
MDL-40992 quiz: option to let students redo questions within an attempt
...
This feature is designed for use on pracice or formative quizzes.
It is available for quizzes that use Interactive or Immediate feedback
behaviour.
If the teacher turns this on in the quiz settings, then once a student
has finished a question, they get a 'Redo question' button beside the
question. If they click it, then the question they finished is replaced
by a new one so they can try again to practise that particul skill or
bit of knowledge a bit more.
When randomisation is involved, the studnets will be given a question or
variant that they have not seen before if possible.
2015-03-31 14:12:48 +01:00
David Mudrák
0eb1b5fd51
MDL-49730 workshop: Do not waste valuable screen space
...
Stop using elements with width less than 100% in the workshop UI.
2015-03-31 13:46:32 +02:00
Dan Poltawski
deadda2f86
Merge branch 'MDL-48880' of git://github.com/jmvedrine/moodle
...
Conflicts:
mod/lesson/db/upgrade.php
mod/lesson/version.php
2015-03-31 11:21:11 +01:00
Dan Poltawski
4e664d1689
Merge branch 'MDL-26689' of git://github.com/jmvedrine/moodle
2015-03-31 10:46:30 +01:00
Dan Poltawski
7e5c5b83c1
Merge branch 'm29_MDL-43818_Unable_Download_Package_Via_URL' of https://github.com/scara/moodle
2015-03-31 09:27:46 +01:00
Dan Poltawski
a7ef012dc4
Merge branch 'wip-mdl-48096' of https://github.com/rajeshtaneja/moodle
2015-03-31 08:57:59 +01:00
Rajesh Taneja
4df12b9372
MDL-48096 scorm: Include section number in cm
2015-03-31 15:51:47 +08:00
David Monllao
bdece5fc27
Merge branch 'MDL-49474' of git://github.com/jmvedrine/moodle
2015-03-31 10:14:45 +08:00
David Monllao
b51ff393cd
Merge branch 'MDL-6340' of git://github.com/timhunt/moodle
2015-03-31 08:44:01 +08:00
Andrew Nicols
73edc9b12e
Merge branch 'master_MDL-46805' of https://github.com/danmarsden/moodle
2015-03-31 08:15:23 +08:00
Dan Marsden
ef88aa2938
MDL-46805 SCORM: AICC restricts allowed characters in the username
2015-03-31 10:38:16 +13:00
Matteo Scaramuccia
97cc12349e
MDL-43818 SCORM: unable to download the Package via URL.
2015-03-30 20:37:02 +02:00
Dan Poltawski
1ca32101fe
Merge branch 'MDL-18966' of git://github.com/jmvedrine/moodle
2015-03-30 15:03:10 +01:00
Dan Poltawski
a29c948c0d
Merge branch 'master_MDL-48096' of git://github.com/danmarsden/moodle
2015-03-30 13:48:35 +01:00
Eloy Lafuente (stronk7)
862ce9fdee
Merge branch 'wip-mdl-49708' of https://github.com/rajeshtaneja/moodle
2015-03-30 13:27:03 +02:00
Jean-Michel Vedrine
c7d1a37bdb
MDL-18966 mod_lesson: Save attempts of practice lessons
2015-03-30 12:58:17 +02:00
Dan Poltawski
38b3dc4bb1
Merge branch 'MDL-25721_master' of git://github.com/markn86/moodle
2015-03-30 10:50:44 +01:00
Rajesh Taneja
bf38226162
MDL-49708 behat: Resize window back to default
...
Leaving window size to large fails in chrome
Reset it to default size works to ensure stamp
is visible by selenium driver
2015-03-30 17:29:33 +08:00
Rajesh Taneja
c71512d8b8
MDL-49708 behat: Fix chromedriver failure
...
Chromedriver tries to click in center of link
As these links wrap on next line it fails to
click on links on small screen
2015-03-30 12:33:21 +08:00
David Monllao
06cf88f8c4
Merge branch 'mdl36506-master' of git://github.com/tlock/moodle
2015-03-30 10:31:44 +08:00
Jean-Michel Vedrine
7e0551fc45
MDL-48880 mod_lesson: clean lesson_branch when a page is deleted
2015-03-29 21:46:05 +02:00
Jean-Michel Vedrine
4948b68ffe
MDL-49474 mod_lesson: intro and introformat missing from backup/restore
2015-03-29 21:33:18 +02:00
Jean-Michel Vedrine
e8a434b373
MDL-26689 mod_lesson: deprecate lesson dependency
2015-03-27 20:38:03 +01:00
Juan Leyva
ebfa74c799
MDL-49502 forum: Unit tests for forum_view
2015-03-27 11:33:35 +01:00
Juan Leyva
449a6304d4
MDL-49502 forum: Add the new function to the mobile service
2015-03-27 11:33:34 +01:00
Juan Leyva
4a1e44a155
MDL-49502 forum: New external function view_forum
2015-03-27 11:33:34 +01:00