David Mudrak
c329e370d8
MDL-21695 SCORM module now uses new help strings
...
AMOS BEGIN
HLP scorm/package.html,[package_help,mod_scorm]
HLP scorm/grademethod.html,[grademethod_help,mod_scorm]
HLP scorm/maxattempt.html,[maximumattempts_help,mod_scorm]
HLP scorm/whatgrade.html,[whatgrade_help,mod_scorm]
HLP scorm/displayattemptstatus.html,[displayattemptstatus_help,mod_scorm]
HLP scorm/forcecompleted.html,[forcecompleted_help,mod_scorm]
HLP scorm/forcenewattempt.html,[forcenewattempt_help,mod_scorm]
HLP scorm/lastattemptlock.html,[lastattemptlock_help,mod_scorm]
HLP scorm/stagesize.html,[stagesize_help,mod_scorm]
HLP scorm/skipview.html,[skipview_help,mod_scorm]
HLP scorm/hidebrowse.html,[hidebrowse_help,mod_scorm]
HLP scorm/displaycoursestructure.html,[displaycoursestructure_help,mod_scorm]
HLP scorm/hidetoc.html,[hidetoc_help,mod_scorm]
HLP scorm/autocontinue.html,[autocontinue_help,mod_scorm]
AMOS END
2010-05-04 14:05:59 +00:00
Dan Marsden
fb80705a80
SCORM Backup MDL-22151 use seq_mapinfos and seq_mapinfo - keeps things consistant. -thanks Eloy
2010-05-04 01:41:15 +00:00
Dan Marsden
2590463c82
SCORM Backup MDL-22151 use seq_mapinfos and seq_mapinfo - keeps things consistant. -thanks Eloy
2010-05-04 01:38:54 +00:00
Dan Marsden
0e41ea1d47
SCORM MDL-22289 - include correct user info in call to get user pic
2010-05-03 23:23:11 +00:00
Dan Marsden
5c430673f6
SCORM MDL-2289 - fix typo
2010-05-03 23:11:21 +00:00
David Mudrak
4be9b12824
MDL-21695 Help strings use Markdown format from now on
2010-05-03 16:49:07 +00:00
Eloy Lafuente
02488b86a8
MDL-22151 backup - added scorm backup
2010-05-03 16:33:43 +00:00
Helen Foster
5c7c45d26f
MDL-21695 adding help strings
2010-05-03 06:53:37 +00:00
Helen Foster
d1fafa2414
MDL-21695 adding help strings
2010-05-02 16:57:07 +00:00
Helen Foster
b621bd1939
MDL-21695 adding help strings
2010-05-01 11:06:06 +00:00
Dan Marsden
3b56974322
SCORM AICC MDL-2144 total_time accumulation calculated incorrectly. - thanks to Matteo Scaramuccia for report and fix.
2010-04-30 08:49:33 +00:00
Dan Marsden
03e9a12279
SCORM MDL-18202 MDL-21379 fix spaces
2010-04-30 05:52:56 +00:00
Dan Marsden
6b635d44e2
SCORM MDL-18202 MDL-21379 use correct Scorm format for 1.3
2010-04-30 05:45:12 +00:00
Dan Marsden
adefe70e22
SCORM MDL-21568 attempts grading initialized incorrectly.
2010-04-29 10:08:42 +00:00
Dan Marsden
c8b229a6ca
SCORM MDL-21568 missing var from restore
2010-04-29 09:48:52 +00:00
Dan Marsden
2276208a15
SCORM MDL-22046 - show last completed attempt in gradebook - thanks to Bruce Cota for the report/fix
2010-04-29 09:15:25 +00:00
Dan Marsden
d1818fdc63
SCORM MDL-22168 only set x.start.time when a SCO is started - don't update it.
2010-04-29 08:31:45 +00:00
Dan Marsden
5f3f5a2f3b
SCORM XHTML MDL-17702 good time to finally remove iframe
2010-04-29 08:11:07 +00:00
Dan Marsden
de1ccecd7e
SCORM MDL-22242 - undefined var - refactored function no longer uses scormid, but uses full scorm object.
2010-04-29 07:22:59 +00:00
Dan Marsden
7d59021dec
SCORM Report improvement MDL-21555 - tidy up
2010-04-29 07:18:02 +00:00
Dan Marsden
8716cc3552
SCORM Report improvement MDL-21555 - fix for delete_responses - wasn't previously updating a users grade.
2010-04-27 22:08:22 +00:00
Piers Harding
87db13b53c
MDL-21985 - modify the mod/scorm settings descriptions, reorder settings, and add the _hlp text values.
2010-04-26 01:00:22 +00:00
Dan Marsden
d883cbadb4
SCORM MDL-21555 improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch. (missed lang file)
2010-04-22 09:42:28 +00:00
Dan Marsden
6f8dda46d8
SCORM MDL-21555 improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch.
2010-04-22 09:41:41 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
David Mudrak
5f25151054
MDL-21694 Moving SCORM strings
2010-03-29 22:20:18 +00:00
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Sam Hemelryk
0b29477be9
navigation MDL-21565 Update this xxx is now automatically added to the nav for all modules by default and is renamed to settings as that is what was being used in the tabs system presently anyway.
...
The following minor changes were also made:
* Added roles links to the navigation automatically
* Handling of block context for settings navigation
* Tidied up init code for settings navigation
2010-03-22 03:04:00 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Dan Marsden
58b57e2844
AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix.
2010-03-12 07:24:26 +00:00
Dan Marsden
1bd51a6c7c
SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters
2010-03-12 07:06:55 +00:00
Dan Marsden
449aa07bee
SCORM MDL-21584 detect SCORM 2004 4th edition correctly. thanks to Valerian for the report and patch.
2010-02-22 01:31:45 +00:00
Petr Skoda
26acc814eb
MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api
2010-02-18 18:15:56 +00:00
Petr Skoda
4aea3cc7cd
MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
2010-02-11 13:27:02 +00:00
Petr Skoda
18300e6b50
MDL-21577 fixed typos
2010-02-10 16:21:49 +00:00
Petr Skoda
edc28287b2
MDL-21577 converting select auto submit code
2010-02-10 16:20:28 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Piers Harding
c86a91d508
MDL-16184 - revert earlier work for x.start.time, and apply patch from valerian (incidental fix for user_picture)
2010-02-09 18:43:15 +00:00
Piers Harding
9a44a14c63
MDL-18202 - fix incorrect substitutions of '_'.
2010-02-09 18:00:43 +00:00
Petr Skoda
60409fe103
MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)
2010-02-06 14:09:33 +00:00
Petr Skoda
cd9729e405
MDL-21400 ->in_head() from deprecated data_for_js(), this actually also fixes order of loading of libs+init code
2010-02-06 13:30:15 +00:00
Petr Skoda
25b6fe050c
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
2010-01-26 10:17:41 +00:00
Petr Skoda
6c772bcbf2
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
2010-01-26 09:36:00 +00:00
Petr Skoda
2d65597b6c
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
2010-01-26 09:32:21 +00:00
Petr Skoda
e333d9dd1a
MDL-21400 fixed requires
2010-01-26 08:54:37 +00:00
Petr Skoda
9598d578bb
MDL-21420 modole_cfg converted to M.cfg
2010-01-21 22:19:46 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00