Ankit Agarwal
0d14fcbc60
MDL-9367 restore: Roll only configuration dates
...
It was decided to roll only configuration dates and any date related to user content
such as 'timecreated' , 'timemodified' etc should not be rolled forward.
2017-08-01 10:46:37 +05:30
Juan Leyva
c6f9f06146
MDL-57759 mod_lesson: New settings for allowing offline attempts
2017-03-27 13:10:00 +02:00
Kenneth Hendricks
504b65d2e5
MDL-55605 mod_lesson: Fix activitylinks restore bug
2016-08-18 16:35:34 +10:00
Stephen Bourget
bb685cf3fa
MDL-49581 Lesson: Remove broken high score function
2015-07-20 20:06:44 -04:00
Jean-Michel Vedrine
716dfb630d
MDL-49642 mod_lesson: fix restore of overrides
2015-04-09 15:26:40 +08:00
Jean-Michel Vedrine
31cb1b0eca
MDL-49642 mod_lesson: fix backup of user overrides
2015-04-08 09:21:44 +02:00
Jean-Michel Vedrine
247980b0e8
MDL-49642 mod_lesson: Fix issues found during integration review
2015-04-05 15:05:31 +02:00
Jean-Michel Vedrine
e0e1a83e2c
MDL-49642 mod_lesson: Group/user overrides
2015-04-02 13:56:52 +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
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
10e2355f8c
MDL-48715 mod_lesson: use only one field for time spent rule
2015-03-17 20:47:01 +01:00
Jean-Michel Vedrine
d0445cf70d
MDL-48715 mod_lesson: add a time spent custom completion rule
2015-03-15 15:24:55 +01:00
Eloy Lafuente (stronk7)
0967a20d02
Merge branch 'MDL-48962' of git://github.com/jmvedrine/moodle
2015-03-04 00:00:16 +01:00
Eloy Lafuente (stronk7)
6442803f76
MDL-48984 mod_lesson: explicitly close some recordsets
2015-03-03 12:52:40 +01:00
Eloy Lafuente (stronk7)
6230f717bf
Merge branch 'MDL-48984' of git://github.com/jmvedrine/moodle
2015-03-03 12:52:20 +01:00
Jean-Michel Vedrine
a1300e98bb
MDL-48984 mod_lesson: some lesson_answers answers should be plain text
...
Branch tables jump descriptions, short answer question answers
and numerical question answers should be plain text, and no editor
should be available here.
2015-03-03 08:24:24 +01:00
Jean-Michel Vedrine
a1acc00177
MDL-48962 mod-lesson: maxtime should use a duration form element
2015-02-26 10:28:42 +01:00
Stephen Bourget
6695d5947f
MDL-34006 Lesson: Resume lesson loads wrong page.
2015-02-25 10:22:41 -05:00
Jean-Michel Vedrine
ebf5ad4fa2
MDL-43387 mod_lesson: add an editor for essay grading comments
2015-02-01 19:01:40 +01:00
Jean-Michel Vedrine
25345cb4cd
MDL-48244 Lesson: add custom end of lesson reached completion rule
2014-12-21 16:23:49 +01:00
Jean-Michel Vedrine
0abc18cf4d
MDL-32870 Lesson: No HTML editor for questions answers and responses
2014-10-04 15:13:01 +02:00
Dan Poltawski
be6779d0c4
Revert "MDL-32870 mod_lesson: added support for files to question answers and responses"
...
This reverts commit d92f768baa .
2014-10-02 09:09:16 +01:00
Jean-Michel Vedrine
d92f768baa
MDL-32870 mod_lesson: added support for files to question answers and responses
2014-09-29 11:00:28 +13:00
Sam Hemelryk
9b24f68bde
MDL-41177 mod_lesson: unified @package use
2014-02-16 11:51:23 +13:00
Andrew Robert Nicols
5251450372
MDL-31390 Convert set_source_sql with order clauses to set_source_table
2013-03-01 11:29:01 +00:00
Andrew Robert Nicols
38a8779d81
MDL-32061 Use old lesson_answer ID and correct when restoring lesson attempts
2012-04-16 13:39:43 +01:00
David Mudrak
63baccbc54
MDL-30982 Improving phpDocs for the classes that extend backup_activity_task
2012-02-27 11:59:42 +01:00
Eloy Lafuente (stronk7)
6ff5994b49
Merge branch 'MDL-19421-master-3' of git://git.luns.net.uk/moodle
2012-02-20 17:11:22 +01:00
Andrew Robert Nicols
ab48e73159
MDL-19421 Correct lesson dependency mapping on restore
2012-02-20 14:56:02 +00:00
Sam Hemelryk
8f9c818604
Merge branch 'MDL-31589-master-2' of git://git.luns.net.uk/moodle
2012-02-20 15:17:39 +13:00
Andrew Robert Nicols
b9e7d8925e
MDL-31589 Sort order of lesson answers before restoring them
2012-02-13 10:12:08 +00:00
Andrew Robert Nicols
a731d18ce5
[MDL-31386] Correctly order answers in a lesson backup
2012-01-26 12:41:54 +00:00
Aparup Banerjee
da4772a276
Backup - mod lesson conversion: apply jumpto fix only to matching question types.
2011-06-16 10:52:55 +02:00
Aparup Banerjee
914bfea245
MDL-27819 Backup - fixed extra answers/jump data.
...
- fixed unset causing missing property
- fixed answers empty notice, allowed for page with no answers.
2011-06-16 10:52:45 +02:00
Aparup Banerjee
6df63e4f9b
MDL-27819 Backup - mod_lesson conversion: optimized page buffering from all pages to 3 pages
2011-06-15 12:09:33 +02:00
Aparup Banerjee
496a576aa9
MDL-27819 backup - added nextpageid and prevpageid elements to lesson moodle1 backup conversion to 2.x
2011-06-15 12:09:24 +02:00
Aparup Banerjee
486e889262
MDL-27446 Backup - added answers 'jumpto' conversion to moodle1 converter for
...
lesson
2011-06-13 10:02:28 +02:00
David Mudrak
fe50f530fd
MDL-27379 Backup conversion logging facilities
2011-06-06 13:56:06 +02:00
David Mudrak
c5c315e2a7
MDL-27718 Migrate files embedded in the activity intro fields
...
Contains various fixed spotted through the way, too.
2011-06-05 17:37:58 +02:00
Rossiani Wijaya
b44739c868
MDL-27446 mod_lesson: added conversion code to restore 1.9 backup to 2.1 site
2011-05-30 10:56:31 +08:00
Petr Skoda
995b6ff605
Merge branch 'MDL-26229_restore_attempts_wip' of git://github.com/stronk7/moodle
2011-02-14 21:02:49 +01:00
Eloy Lafuente (stronk7)
bd9e662953
MDL-25553 lesson restore - add missing jumpto remapping. Credit goes to Mike Churchward
2011-02-12 04:02:10 +01:00
Eloy Lafuente (stronk7)
7cff4927be
MDL-26229 backup & restore - fix quiz & lesson conflicts
2011-02-12 03:03:26 +01:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Petr Skoda
034ef76129
improved spelling
2010-09-18 12:31:20 +00:00
Eloy Lafuente
b9077c2e5c
MDL-24177 backup - delete some lines causing mess in source lesson because of some lines I left by mistake in my prev commit. :-(
2010-09-15 19:47:35 +00:00
Eloy Lafuente
3643aadf80
MDL-24177 backup - fix page next/prev ids to be propely mapped
2010-09-14 08:58:24 +00:00
Eloy Lafuente
113065d2fa
MDL-23479 backup - lesson revised & old code deleted (but restore logs)
2010-08-03 15:38:25 +00:00
Dan Marsden
53ab8106ec
MDL-23479 lesson restore code - correct time shifting
2010-08-02 00:38:07 +00:00