Jean-Michel Vedrine
20e9ca0faa
MDL-36877 mod_lesson: Fix while MDL-38578 is not solved
2015-01-28 21:37:18 +01:00
Jean-Michel Vedrine
fd7100a221
MDL-36877 Lesson: final page not displayed if show gradebook set to no
2015-01-25 19:57:09 +01:00
Dan Poltawski
8ef170b1cc
Merge branch 'MDL-39103-27' of git://github.com/xow/moodle into MOODLE_27_STABLE
...
Conflicts:
mod/lesson/lib.php
2015-01-13 12:54:32 +00:00
John Okely
5ce6beca15
MDL-39103 lesson: Fix lesson administration block
...
Credit to Joseph Rézeau for the fix
2015-01-06 14:52:47 +08:00
Andrew Nicols
16e8cdf026
Merge branch 'MDL-20304-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
2015-01-06 10:38:16 +08:00
Dan Poltawski
708b1070d5
MDL-20304 lesson: do not display gradebook link when in practice mode
...
Practice mode means the grades do not go to the gradebook, so do not
display the gradebook link at the end of the lesson
2014-12-23 17:04:43 +00:00
Joseph Rezeau
9ed5262408
MDL-36673 mod_lesson: slideshow mode not working
2014-12-15 11:55:38 +00:00
Marina Glancy
fbc4b77841
MDL-44321 events: cleaning up course_module_viewed event
2014-02-28 16:36:09 +08:00
Sam Hemelryk
9b24f68bde
MDL-41177 mod_lesson: unified @package use
2014-02-16 11:51:23 +13:00
Mark Nelson
00c027c7e3
MDL-40054 mod_lesson: replaced 'end' add_to_log call with an event
2014-01-02 19:52:49 -08:00
Mark Nelson
9c192d812b
MDL-40054 mod_lesson: replaced 'start' add_to_log call with an event
2014-01-02 19:52:48 -08:00
Mark Nelson
7edf27c48e
MDL-40054 mod_lesson: replaced 'view' add_to_log call with an event
2014-01-02 19:44:32 -08:00
rwijaya
bc8a409c1f
MDL-38664 Lesson mod: code improvement for lesson re-attempt page
2013-10-21 13:47:22 +08:00
Joseph Rézeau
b882b8c678
MDL-38664 Lesson mod: fixed re-attempt unseen page
2013-10-21 13:43:05 +08:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c .
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Rossiani Wijaya
ecea65cace
MDL-38429 Lesson Module: improve lesson code by reseting NULL value to use lowercase.
2013-03-25 14:07:18 +08:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
Rossiani Wijaya
46ac70b24c
MDL-36549 Lesson module: fixed strict standards errors
2012-11-21 11:22:23 +08:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Ankit Agarwal
d43d3418ff
MDL-35226 lesson: Adding better titles to pages
2012-09-19 17:00:27 +08:00
Ankit Agarwal
d42bc7dc18
MDL-35226 lesson: Adding strings to page titles of lesson administrative pages to make it more accessible
2012-09-17 10:24:33 +08:00
Ankit Agarwal
27affa2622
MDL-35226 lesson: Adding $extrapagetitle to the api mod_lesson_renderer::header()
2012-09-17 10:24:32 +08:00
Ankit Agarwal
5918e3715e
MDL-34467 lesson: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:26:35 +08:00
Dan Poltawski
0094c90c79
MDL-31775 lesson: fix undefined variable warnings
2012-03-27 20:01:06 +08:00
Rossiani Wijaya
49ef5d4c7f
MDL-31775 Lesson Module: fixed start at last page seen bug
2012-03-20 17:32:58 +08:00
Rossiani Wijaya
e481859f6b
MDL-30911: mod_lesson: fix sub-heading level to be lower than lesson title. This issue is an improvement of accessibility compliance
2012-02-13 11:26:27 +08:00
Rossiani Wijaya
0343553fbc
MDL-29296 lesson mod: fixed regression for continue button on last lesson page.
2011-09-26 16:41:49 +08:00
Rossiani Wijaya
abd5c24e28
MDL-27955 lesson module: fixed error for reviewing lesson and update string to continue or finish reviewing
2011-06-29 18:18:52 +08:00
Rossiani Wijaya
57a4bd032b
MDL-27955 lesson module: fixed error for reviewing lesson and update string to continue or finish reviewing
2011-06-28 10:14:55 +08:00
sam marshall
6553cda7c9
MDL-26778 Change to completion should immediately affect nav block
...
Includes change so that updating completion resets the cache, and a debugging
warning if any module calls the completion viewed thing after it's already
printed navigation (which will mean navigation obviously doesn't update right
away). All existing modules that currently update after printing navigation
were updated.
2011-04-11 12:40:13 +01:00
Petr Skoda
ab6e79718c
Merge branch 'MDL-25632' of git://github.com/samhemelryk/moodle
2010-12-20 19:21:20 +01:00
Tim Hunt
d9c26e2174
blocklib MDL-25654 fix API inconsistency be renaming add_pretend_block to add_fake_block.
...
I added a deprecated method add_pretend_block that forwards to add_fake_block, so old code should be break. However, I aslo updated all the callers in core code.
2010-12-20 18:22:37 +01:00
Sam Hemelryk
1c510e2ee1
mod-lesson MDL-25632 Added support for displaying and progressing through a question page with no answers
2010-12-15 13:12:33 +08:00
Petr Skoda
510f8b0e5c
MDL-22290 stadnardised the cancel button on lesson password page
2010-10-26 15:16:11 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
64a3ce8c5b
improved coding style - mostly variable initialisation + some fixing and spelling
2010-09-18 13:27:21 +00:00
Petr Skoda
cc3dbaaa30
MDL-21249 improved php docs package+subpackage info in mod/lesson
2010-07-25 10:54:39 +00:00
Petr Skoda
bfc638bb16
fixed incorrect password cleaning
2010-07-25 09:32:06 +00:00
Petr Skoda
b3daa92632
fixed coding style to match other modules
2010-07-25 09:30:09 +00:00
Dongsheng Cai
b738d41b80
MDL-22688, fixed branch table page type and added contentsformat field to lesson_pages table
2010-06-29 03:23:38 +00:00
Patrick Malley
a82fb0b629
Adding classes to lesson module
2010-05-03 17:35:21 +00:00
Petr Skoda
57cd3739a4
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:56:00 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
0f4c64b79f
MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon
2010-01-14 22:10:20 +00:00
Petr Skoda
dc6896efe0
MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-)
2010-01-03 20:47:13 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Sam Hemelryk
448052a5fd
mod-lesson MDL-21006 Refactored renderer->header method, removed logic to function in locallib
2009-12-18 03:50:38 +00:00
Petr Skoda
649cf95d0b
MDL-21147 renamed find_renderer back to get_renderer() - there are no more collisions with those magic getters
2009-12-17 14:06:22 +00:00
Petr Skoda
56cbc53b76
MDL-21143 theme renderers related refactoring, it should detect more problems now, there is also a list of core renderer subtypes, hopefully the api changes are improvements
2009-12-17 13:45:54 +00:00